随笔分类 -  Linux

摘要:rpm -aq | grep jenkins rpm -ql jenkins rpm -qc jenkins 阅读全文
posted @ 2020-11-03 18:14 信念&坚持✊ 阅读(358) 评论(0) 推荐(0)
摘要:一个非常不错的Linux 实用网站 网址一: 高效实用Linux 命令行 https://talk.linuxtoy.org/cli tips/ 1 网址二: 性能调优分析 https://talk.linuxtoy.org/tuned adm slides/ slide=1 阅读全文
posted @ 2019-11-06 16:44 信念&坚持✊ 阅读(158) 评论(0) 推荐(0)
摘要:[TOC] http://www.madmalls.com/blog/post/customize centos 7 3 autoinstall iso/ http://www.178linux.com/82613 https://www.osyunwei.com/archives/7577.htm 阅读全文
posted @ 2019-04-01 23:41 信念&坚持✊ 阅读(438) 评论(0) 推荐(0)
摘要:内容如下 touch reboot.py ··· !/usr/bin/env python from os import system from time import sleep sleep(60) system('echo"这是服务器用户密码"|reboot') ··· 把写好的脚本copy 到 阅读全文
posted @ 2019-02-21 19:28 信念&坚持✊ 阅读(1054) 评论(0) 推荐(0)
摘要:sublime官网下载deb包的地址: https://www.sublimemerge.com/download https://github.com/poetries/mywiki/blob/master/bookmark/sublime text.md https://github.com/p 阅读全文
posted @ 2019-02-19 22:11 信念&坚持✊ 阅读(214) 评论(0) 推荐(0)
摘要:创建一个名为 copyfile.py 的python文件 touch copyfile.py ··· encoding: utf 8 import os import shutil import time time0 = "2019 02 01" 起始日期 time1 = "2019 02 02" 阅读全文
posted @ 2019-02-19 18:29 信念&坚持✊ 阅读(710) 评论(0) 推荐(0)
摘要:http://www.zhimengzhe.com/linux/329904.html 阅读全文
posted @ 2019-02-11 15:34 信念&坚持✊ 阅读(406) 评论(0) 推荐(0)
摘要:1./usr/local/目录下新建文件 autostart.sh 内容为: #!/bin/bash#chkconfig: 2345 80 90#description:开机自动启动的脚本程序mkdir /var/run/mariadbcd /var/run/mariadtouch mariadb.pidchown mysql:mysql /var/run/mariadb//usr/lo... 阅读全文
posted @ 2019-02-09 22:21 信念&坚持✊ 阅读(282) 评论(0) 推荐(0)
摘要:1、cacti Cacti 是一套基于 PHP,MySQL,SNMP 及 RRDTool 开发的网络流量监测图形分析工具。 简单的说 Cacti 就是一个 PHP 程序。它通过使用 SNMP 协议获取远端网络设备和相关信息, (其实就是使用 Net-SNMP 软件包的 snmpget 和 snmpw 阅读全文
posted @ 2019-01-28 20:29 信念&坚持✊ 阅读(2728) 评论(0) 推荐(0)
摘要:[TOC] 运维人员必须熟悉的运维工具汇总 原文:http://oldboy.blog.51cto.com/2561410/775056 操作系统:Centos※,Ubuntu,Redhat※,suse,Freebsd 网站服务:nginx※,apache※,lighttpd,php※,tomcat 阅读全文
posted @ 2019-01-20 19:13 信念&坚持✊ 阅读(273) 评论(0) 推荐(0)
摘要:[TOC] 用过Linux系统的人都知道,Linux系统查看用户不是会Windows那样,鼠标右键看我的电脑属性,然后看计算机用户和组即可。 那么Linux操作系统里查看所有用户该怎么办呢?用命令。其实用命令就能很轻松的查看到Linux系统有哪些用户。 1、Linux里查看所有用户 (1)在终端里. 阅读全文
posted @ 2019-01-17 00:28 信念&坚持✊ 阅读(566) 评论(0) 推荐(0)
摘要:[TOC] 搜索包含两个0的字符串的行,如下所示: grep n 'o\{2\}' README.md 21:Choose one of the following options: 47: An optimized version of the Google Universal Analytics 阅读全文
posted @ 2019-01-09 00:39 信念&坚持✊ 阅读(153) 评论(0) 推荐(0)
摘要:[TOC] lsb_release a cat /etc/redhat release cat /etc/os release uname –m getconf LONG_BIT 查看系统是32还是64位 阅读全文
posted @ 2018-12-21 09:56 信念&坚持✊ 阅读(132) 评论(0) 推荐(0)
摘要:MySQL 安装与使用 <! BADGES/ " " " " <! /BADGES MySQL Installer 5.7.24 1、 MySQl安装 1.1 下载MySQL MySQL 官网:https://dev.mysql.com/downloads/mysql/ 下载连接:https://c 阅读全文
posted @ 2018-11-28 16:46 信念&坚持✊ 阅读(222) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s/b9ayjIcC0PB2eYdohsiRGg 阅读全文
posted @ 2018-10-21 21:44 信念&坚持✊ 阅读(155) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/peter316/p/6287212.html 阅读全文
posted @ 2018-10-21 21:43 信念&坚持✊ 阅读(79) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s/SIK1nbQRD5C5B6vmoq1DhA 阅读全文
posted @ 2018-10-21 21:42 信念&坚持✊ 阅读(105) 评论(0) 推荐(0)