-
星光互联Linux系统挂载硬盘
所属栏目:[Linux] 日期:2020-09-13 热度:87
一、查看当前硬盘情况fdisk -l新安装的VPS,vdb(第二块虚拟硬盘)尚未被激活。二、新建分区fdisk /dev/vdbSSH执行以上命令Command (m for help): n #新建分区Command actione extendedp primary partition (1-4)p #分区类型Partition number (1-4): 1 #分区[详细]
-
linux cat 命令详解--转
所属栏目:[Linux] 日期:2020-09-13 热度:192
使用方式:cat [-AbeEnstTuv] [--help] [--version] fileName说明:把档案串连接后传到基本输出(萤幕或加 fileName 到另一个档案)参数:-n[详细]
-
Linux常用配置及硬件检测命令
所属栏目:[Linux] 日期:2020-09-13 热度:152
一些比较常见的linux命令,主要用于检测服务器的配置和硬件信息,包括:操作系统、CPU、内存、硬盘分区、系统时间、负载、网络相关、进程、用户、开关机、启动等方面,适用于主流操作系统,常见的centos、ubuntu、debian等。操作系统版本$ uname -a # 查看系[详细]
-
Linux 常用 netstat 命令
所属栏目:[Linux] 日期:2020-09-13 热度:199
这是一个十分常用的命令,可以让你实时了解到云主机当前的状态,例如:常见的80连接数量,以及按一些排序,来检查是否被攻击?查看time_wait和syn连接数量等等。1.查看所有80端口的连接数netstat -nat|grep -i 80|wc -l2.对连接的IP按连接数量进行排序netstat[详细]
-
LINUX实操:shell中while循环的陷阱
所属栏目:[Linux] 日期:2020-09-13 热度:193
介绍《LINUX实操:shell中while循环的陷阱》开发教程,希望对您有用。[详细]
-
LINUX实战:Linux系统inode占满故障解决方法
所属栏目:[Linux] 日期:2020-09-13 热度:137
介绍《LINUX实战:Linux系统inode占满故障解决方法》开发教程,希望对您有用。[详细]
-
LINUX教程:Linux sort命令中文手册(info sort翻译)
所属栏目:[Linux] 日期:2020-09-12 热度:192
介绍《LINUX教程:Linux sort命令中文手册(info sort翻译)》开发教程,希望对您有用。[详细]
-
Linux原始套接字实现分析---转
所属栏目:[Linux] 日期:2020-09-12 热度:130
http://blog.chinaunix.net/uid-27074062-id-3388166.html本文从IPV4协议栈原始套接字的分类入手,详细介绍了链路层和网络层原始套接字的特点及其内核实[详细]
-
linux diff(differential) 命令
所属栏目:[Linux] 日期:2020-09-12 热度:161
功能说明:比较文件的差异。语法:diff [OPTION]... FILES实例:diff -ur temp1 temp2diff -ur temp1 temp2 temp.diffopti[详细]
-
linux定时任务之crontab
所属栏目:[Linux] 日期:2020-09-12 热度:175
1.使用crontabcrontab -u //设定某个用户的cron服务crontab -l //列出某个用户cron服务的详细内容crontab -r //删除某个用户的cron服务crontab[详细]
-
转载--linux filesystem structures
所属栏目:[Linux] 日期:2020-09-12 热度:144
In this article, let us review the Linux filesystem structures and understand the meaning of individ[详细]
-
转载--How to Install VMware Tools on CentOS 6.3
所属栏目:[Linux] 日期:2020-09-12 热度:82
源地址:http://www.ehowstuff.com/how-to-install-vmware-tools-on-centos-6-3/VMware Tools is a group of ut[详细]
-
Install Tomcat 6 on CentOS or RHEL --转载
所属栏目:[Linux] 日期:2020-09-12 热度:205
source:http://www.davidghedini.com/pg/entry/install_tomcat_6_on_centosThis post will cover installat[详细]
-
BEA-141150 - An error occurred while preparing application c
所属栏目:[Linux] 日期:2020-09-12 热度:170
网上查询的Cause:This is either because the resource it self is not available on the administration server[详细]
-
Signal Handling--ref
所属栏目:[Linux] 日期:2020-09-12 热度:145
http://www.chemie.fu-berlin.de/chemnet/use/info/libc/libc_21.htmlAsignalis a software interrupt deli[详细]
-
Linux 信号signal处理函数--转
所属栏目:[Linux] 日期:2020-09-12 热度:88
alarm(设置信号传送闹钟)相关函数 signal,sleep表头文件 #include定义函数 unsigned int alarm(unsigned int seconds);函数说明 alar[详细]
-
linux下logrotate配置和理解---转
所属栏目:[Linux] 日期:2020-09-12 热度:86
http://os.51cto.com/art/200912/167478_all.htm对于Linux 的系统安全来说,日志文件是极其重要的工具。系统管理员可以使用logrotate 程序用来管理系[详细]
-
火狐浏览器修改userAgent
所属栏目:[Linux] 日期:2020-09-12 热度:115
火狐浏览器修改userAgent的办法:在火狐浏览器地址栏输入“about:config”,按下回车进入设置菜单。找到“general.useragent.override”,如果没有这一项,则点右键[详细]
-
Linux的一些命令
所属栏目:[Linux] 日期:2020-09-12 热度:196
程序# rpm -qa # 查看所有安装的软件包系统# uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/c[详细]
-
Getting over the dangers of rm command in Linux---reference
所属栏目:[Linux] 日期:2020-09-12 热度:186
reference:http://www.coolcoder.in/2014/01/getting-over-dangers-of-rm-command-in.htmlWhen we want to[详细]
-
Sed - An Introduction and Tutorial by Bruce Barnett
所属栏目:[Linux] 日期:2020-09-12 热度:99
http://www.grymoire.com/unix/sed.htmlQuick Links - NEWSed Commands: label# comment{....} Block=- pri[详细]
-
Handling of asynchronous events---reference
所属栏目:[Linux] 日期:2020-09-12 热度:185
http://www.win.tue.nl/~aeb/linux/lk/lk-12.html12.Handling of asynchronous eventsOne wants to be noti[详细]
-
NMAP - A Stealth Port Scanner--reference
所属栏目:[Linux] 日期:2020-09-12 热度:62
http://nmap.org/bennieston-tutorial/实例:nmap -sP 192.168.21.*Contents1IntroductionNmap is a free, ope[详细]
-
CentOS下安装JDK7 转载
所属栏目:[Linux] 日期:2020-09-12 热度:50
转载地址:http://www.cnblogs.com/rilley/archive/2012/02/02/2335395.htmlCentOS下安装JDK7下载地址:http://www.oracl[详细]
-
解决两台centos虚拟机Telnet服务无法联机的问题
所属栏目:[Linux] 日期:2020-09-12 热度:183
关闭防火墙[root@localhost ~]# service iptables stopiptables: Flushing firewall rules: [ OK ]iptables: Set[详细]