Jeffrey’s Blog

用SecureCRT(Linux)来上传和下载数据

@ 阅读全文 | 2006/03/30 11:57pm | Category: 系统管理 | 1,685 views  
运行命令rz,即是接收文件,SecureCRT就会弹出文件选择对话框,选好文件之后关闭对话框,文件就会上传到当前目录
运行命令sz file1 file2就是发文件到windows上(保存的目录是可以配置) 比ftp命令方便多了,而且服务器不用再开FTP服务了
Continue Reading ...

mount windows‘s共享文件夹命令

@ 阅读全文 | 2006/03/30 11:57pm | Category: 系统管理 | 1,446 views  
mkdir /mnt/temp

mount -t smbfs -o uid=507,gid=507 -o username=xxx,password=xxx //192.168.xx.xx/ftpkejian /mnt/xxx

Continue Reading ...

使用Windows 系统性能监控来报警磁盘空间不足

@ 阅读全文 | 2006/03/30 11:56pm | Category: 系统管理 | 1,694 views  

第一步 启用“性能”功能
在 服务器中,点击“开始→运行”,在“运行”对话框中输入“perfmon.msc”命令后回车,弹出“性能”管理主窗口。接着依次展开“性能日志和警报→ Continue Reading ...

secureCRT设置彩色和显示中文

@ 阅读全文 | 2006/03/30 11:56pm | Category: 系统管理 | 5,417 views  

好多人以为SecureCRT不能显示彩色字,其实是没找到设置的地方,你可以这样设置
Options->SessionOptions ->Emulation,然后把Terminal类型改成xterm,并点中ANSI Color复选框。
Continue Reading ...

Linux 程序

@ 阅读全文 | 2006/03/30 11:55pm | Category: 系统管理 | 950 views  
Shell: bash。它结合了 csh 和 ksh 的优点,并且有 readline 功能,你可以随意绑定自己的键盘。
编辑器: VIM, Emacs。
程序开发: GCC, make, ld, Scheme48, j2sdk, Perl, Python, Tcl/Tk …
论文,幻灯工具:LaTeX, ConTeXt
Continue Reading ...

在字符模式下,配置dns和网关.

@ 阅读全文 | 2006/03/30 11:54pm | Category: 系统管理 | 1,143 views  

用route配置网关,察看dns命令为 dnsdomainname
rout add default gw 192.168.0.2 eth0
DNS.修改/etc/resolv.conf(如果没有就创建一个)
加入
search XXX
nameserver 192.168.0.1
Continue Reading ...

netstat -an | find “80″

@ 阅读全文 | 2006/03/30 11:54pm | Category: 系统管理 | 1,193 views  

netstat -an | find "80" Continue Reading ...

EMC-AX100i在2003系统下出现的(重启后)共享文件夹丢失问题及解决办法

@ 阅读全文 | 2006/03/30 11:53pm | Category: 系统管理 | 1,615 views  

微软网站上搜到的,地址是 http://support.microsoft.com/default.aspx?scid=kb;en-us;870964
照做即可

SYMPTOMS
You use the Microsoft iSCSI Initiator service to connect to an Internet SCSI (iSCSI) disk device. The file shares that you create for folders that are located on your iSCSI device may not be re-created when you restart the computer that the shares are created on.

Back to the top
CAUSE
This issue may occur when the iSCSI Initiator service Continue Reading ...

Linux的经典问题

@ 阅读全文 | 2006/03/30 11:52pm | Category: 系统管理 | 1,108 views  

0001
修改主机名
vi /etc/sysconfig/network,修改HOSTNAME一行为HOSTNAME=主机名,重启后也能生效

0002
Ret Hat Linux启动到文字界面(不启动xwindow)
将/etc/inittab中 id:5:initdefault: 一行中的5改为3

0003
redhat的自动升级更新问题(hutuworm)
Continue Reading ...

UNIX 常用的指令/终结完整编(提高篇)

@ 阅读全文 | 2006/03/30 11:52pm | Category: 系统管理 | 1,019 views  
UNIX 常用的指令
1. ls
这是最基本的档案指令。 ls 的意义为 “list”,也就是将某一个目录或是
某一个档案的内容显示出来。如果你在下 ls 指令後头没有跟著任何的档名,它将会显示出目前目录中所有档案。也可以在 ls 後面加上所要察看的目录名称或档案的名称,如
% ls /etc
ls Continue Reading ...

Page 23 of 26« First...«2122232425»...Last »

京ICP备06038449号