Archive for the ‘Linux’ Category

tar 删除单个文件

09.02.2010 by sunliguo - 0 Comment
Posted in Linux

不用解包,删除tar包中单个文件
tar –delete -f xxx.tar file
其中file如果在某个目录下,写全路径。例子如下: Read the rest of this entry

cronolog

08.22.2010 by sunliguo - 0 Comment
Posted in AMP

用cronolog格式化apache的日志文件。 Read the rest of this entry

php setcookie

08.09.2010 by sunliguo - 0 Comment
Posted in AMP

php在设置cookie的时候,老是提示错误:不能修改头信息。 Read the rest of this entry

ssh 登陆 提示“No supported authentication methods available”

08.09.2010 by sunliguo - 0 Comment
Posted in Linux

sshd 的配置文件 /etc/ssh/sshd_config中: Read the rest of this entry

php 获取跳转过来的url

08.09.2010 by sunliguo - 0 Comment
Posted in AMP

PHP在经常要用到上一页的地址,如在设置要登陆跳转的页面上。 Read the rest of this entry

显示程序运行进度

07.24.2010 by sunliguo - 0 Comment
Posted in Linux

97e465380dd976d299220ebc1f8a2eb9002 Read the rest of this entry

用grub引导slax

05.26.2010 by sunliguo - 0 Comment
Posted in Linux

在我的U盘上装好grub4dos后,就想着怎么引导slax。 Read the rest of this entry

7zip

05.25.2010 by sunliguo - 0 Comment
Posted in Linux

一个免费开源的压缩软件。 Read the rest of this entry

IBM-T42安装Fedora12

05.16.2010 by sunliguo - 0 Comment
Posted in Linux

1:安装还算顺利,从硬盘安装。先从镜像文件中提取 isolinux 和image 这两个文件夹。
2:中文输入的问题也解决了。里面就有中文输入法。iBus里面带着两个中文输入法:PingYin和Chewing。虽然Chewing的图标是个酷字,但是我用不了。总算不用再自己去安装fcitx了。
3:openoffice 3.0
4:在就是时间的问题。和windows时间表示的方式不一样。
遇到到问题:
1:经常收到内核崩溃的报告。
2: 不能休眠 Read the rest of this entry

sshd

02.10.2010 by sunliguo - 0 Comment
Posted in Linux

今天登陆个linux服务器,发现了几个问题。 Read the rest of this entry