码迷,mamicode.com
首页 >  
搜索关键字:linux学习笔记    ( 1068个结果
linux学习笔记--20150122
http://blog.sina.com.cn/s/blog_78c5b1970101d4y7.html鸟哥的私房菜很流弊,但是还是因为没有基础,没办法都懂,只能一步一步实践。/dev/sd[a-p]这个,就没找到,于是问了小伙伴,说让我用ll /dev/sd*看下,出现no such file.....
分类:系统相关   时间:2015-01-22 14:55:22    阅读次数:185
linux学习笔记--20150122
http://blog.sina.com.cn/s/blog_78c5b1970101d4y7.html鸟哥的私房菜很流弊,但是还是因为没有基础,没办法都懂,只能一步一步实践。/dev/sd[a-p]这个,就没找到,于是问了小伙伴,说让我用ll /dev/sd*看下,出现no such file.....
分类:系统相关   时间:2015-01-22 13:12:03    阅读次数:193
linux 学习笔记 cpio命令
1 文件或目录打包打包有如下多种情况A>包含子目录打包find /usr/lib -print /cpio -o >/uo/temp1.cpio将/usr/lib目录下的文件与子目录打包成一个文件库为/uo/temp1/cpio若通过-o选项结束打包整个目录下的所有文件与子目录常先利用find 目录...
分类:系统相关   时间:2015-01-22 13:05:11    阅读次数:217
linux 学习笔记 显示压缩文件 gong.zip 的文件内容
#zip -v gong zipzip info: xxx>删除压缩文件中俄smart.txt 文件#zip -d gong.zip smart.txtdeleting:smart.txt>向压缩文件中gong.zip中添加rpm_info.txt文件#zip -m gong.zip ./rpm_i...
分类:系统相关   时间:2015-01-22 06:58:30    阅读次数:218
linux 学习笔记 APACHE安装总结
#cd /usr/local#mkdir APACHE#tar zxvf /usr/etc/DEV/httpd-2.2.9.tar.gz#mv httpd-2.2.9/* .#rm -rf httpd-2.2.9/#./configure<---prefix参数 含义:把文件放在/opt/APACH...
分类:Web程序   时间:2015-01-22 06:57:09    阅读次数:138
linux 学习笔记 软件包管理
>查询文件所属软件包#rpm -qf /usr/share/pixmaps/xplns.png查询某个文件所属软件包>查询软件包所包含文件列表#rpm -ql xplus-3.3.1-lglibc213查询已安装软件包所包含所有文件列表>查询软件包概要信息#rpm -qi xplus-clm-3.3...
分类:系统相关   时间:2015-01-22 06:56:55    阅读次数:216
linux 学习笔记 TAR包管理
>显示gong.tar 文件内容#tar tf gong.tar./epuinfo.txt./smart/./smart/smartsuite-2.1-2.i386.rpm./smart.txt./tar_creat.txt>从tar文件中取出文件对当前目录下的gong.tar解包#tar xvf ...
分类:系统相关   时间:2015-01-22 06:56:41    阅读次数:169
linux 学习笔记 mysql安装总结
1 安装方式下载2禁制源码安装包mysql-5.5.27-linux2.6-i686.tar.gz备注:2禁制额包解压缩后直接就可以使用 不用Make2 步骤shell>groupadd mysqlshell>useradd -d /home/mysql -m mysql -g mysqlshell...
分类:数据库   时间:2015-01-22 06:56:12    阅读次数:169
linux 学习笔记 防火墙设置
1> 重新设置启动防火墙命令#service iptables restart2>添加防火墙规则命令2.1 #service iptables stop 停止防火墙2.2 #vi /etc/sysconfig/iptables 编辑配置文件2.3 -A INPVT -P tcp -m tcp --s...
分类:系统相关   时间:2015-01-22 06:55:05    阅读次数:148
linux学习笔记 apache php mysql +linux
1 #yum remove httpd2 #yum -y install httpd php-commonphp-devel php-gd php-mcrypt php-mbstringphp-pear php-bcmath php-dba php-mhash php-mxl3 #whereis h...
分类:数据库   时间:2015-01-22 06:54:27    阅读次数:187
1068条   上一页 1 ... 90 91 92 93 94 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!