`
文章列表
http://www.susegeek.com/networking/how-to-change-hostname-in-opensuse-and-suse-linux/
问题 linux:~ # vncserverVNC(R) Server 5.0.5 (r106461)Built on Mar  4 2013 12:57:38Copyright (C) 2002-2013 RealVNC Ltd.VNC is a registered trademark of RealVNC Ltd. in the U.S. and in othercountries.Protected by UK patent 2481870.See http://www.realvnc.com for information on VNC.For third party ackno ...
命令 fdisk /dev/hdc     删除磁盘分区槽 练习新增磁盘分区槽  其他内容参见: http://vbird.dic.ksu.edu.tw/linux_basic/0230filesystem_3.php    
参考资料 http://blog.csdn.net/freexploit/article/details/961330 http://soft.yesky.com/os/lin/74/2155574.shtml     linux分区规定: 1 设备管理 在linux中,每一个硬件设备都映射到一个系统的文件.   linux把各种ide设备分配了一个由hd前缀组成的文件. 而对于各种scsi设备.则分配了一个由sd前缀组成的文件. 对于scsi硬盘则标识为"sdx~".scsi硬盘是用sd来表示分区所在设备的类型. “x”为盘号(a为基本盘,b为基 ...
[root@localhost boot]# fdisk-l <--使用 fdisk命令时候 出现如下错误bash: fdisk-l: command not found [root@localhost boot]# whereis fdisk <--查询fdisk命令的位置 fdisk: /sbin/fdisk /usr/share/man/man8/fdisk.8.gz[root@localhost boot]# echo $PATH <---查询环境变量/nfs/smartsvn/bin:/usr/local/sbin:/sbin:/usr/lib/oracle/xe ...

find 命令练习

find 权限:所有用户 功能:查找文件或者目录*范围越小越好 例子:#find /etc/ -name g 在目录/etc查找名字为G开头的目录或文件 尽量不要在/目录下查找,消耗资源大 *匹配任意字符 ?匹配单个字符 #find /etc inti* 在目录/etc下搜索inti开头的文件 #find /etc *inti* 在目录/etc下搜索包含inti的文件 #find /etc int? 在目录/etc下搜索int?4位的inti文件 -size 文件大小 1数据块=512字节=0.5k +大于 -小于 #find /etc +204800 ...

单位转换

1b(byte 字节) = 8 bit 1kb=1024b 1mb=1024kb 1gb=1024mb 1tb=1024gb ======================= 二进制 1b = 8 bit 1kb = 2^10 b 1mb = 2^20b 1gb = 2^30b 1tb = 2^40b ======================== 十进制 1b = 8 bit 1KB=10^3B 1MB=10^6B 1GB=10^9B 1TB=10^12B ====================

查杀进程

>netstat -aon|findstr "80" #端口号查进程 >tasklist|findstr "780"  #查找端口号对应的task >ntsd -c q -p 780 #杀死进程     taskkill /f /im 程序名.exe
*only root user could use this commad 1 groupadd -g test -- create a group name test 2 usermod -d /home/cici -G test cici -- change the user cici's login direcotry as  /home/cici and add the user  cici to test group 3 su cici 4 groups -- check the goup for user cici
32 bit <x86> unrar-4.1.4-1.el5.rf.i386.rpm unrar-4.1.4-1.el6.rf.i686.rpm 64 bit <x64> unrar-4.1.4-1.el5.rf.x86_64.rpm unrar-4.1.4-1.el6.rf.x86_64.rpm

RedHed安装VNC

1 server detail: db2inst1@linux:/opt/normaltool> file /bin/ls/bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.4, dynamically linked (uses shared libs), stripped2 VNC download location VNC-5.0.5-Linux-x64-RPM.tar.gz https://www.realvnc.com/download/get/1263/eula/ ...
时时监控日志输出tail -f -n100 catalina.outnohup tail -f -n100 catalina.out > /root/find_init_0213&                                -----------------                                可省略 默认文件当前路径下nohup.out文件   ...
简介和原理:     服务相关   #从新加载服务 service crond reload #从新启动服务 service crond restart     编辑&查看crontab的命令 crontab -e -u cici crontab - l     linux 保存crontab的命令的位置 /var/spool/cron     crontab 命令配置的位置<针对整个系统而言的配置> /etc/crontab   HELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin ...
1 卸除原有JDK     安装好的CentOS会自带OpenJdk,用命令 java –version,会有下面的信息: [root@localhost jre-1.6.0-openjdk]# java -version java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.1) (rhel-1.45.1.11.1.el6-i386) OpenJDK Client VM (build 20.0-b12, mixed mode)     先查看 rpm -qa | grep ...
http://191226139.blog.51cto.com/211244/733456   一、条件(要求的硬软件环境) A.主板支持U盘启动 B.8G的U盘或者更大 C.CentOS-6.0-x86_64-bin-DVD1.iso 或 CentOS-6.0-x86_64-minimal.iso D.UltraISO 9.3 步骤: 1.启动UltraISO,”文件” -”打开”-选择CentOS-6.0-x86_64-minimal.iso  因为这个才295MB,写入比较快。 2.”操作”-”写入硬盘映像” 3.”写入方式” 根据实际情况,不同主板选择不同,这里选择”USB-HD ...
Global site tag (gtag.js) - Google Analytics