
Linux
iteye_12325
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Debian root 密码
记性越来越差了,才安装的Debian密码就已忘记。幸好在网上找找很快就能找到解决方法 grub选项下选'Debian GNU/Linux,...(recovery mode)',按e进入编辑模式 编辑kernel行最后面的 ro single 改成 rw single init=/bin/bash,按b执行boot 进入后执行下列指令 root@(none)#mount -a ...原创 2009-06-05 14:56:13 · 498 阅读 · 0 评论 -
Samba不显示隐藏文件
不显示隐藏文件 [home] 加上 veto files=/.*/ veto files 为设定禁止文件 Monday, May 11, 8:31 PM原创 2009-06-11 13:09:45 · 1920 阅读 · 0 评论 -
Samba配置
samba - LanManager-like file and printer server for Unix. libsmbclient - Shared library that allows applications to talk to SMB servers #apt-get install samba samba-client ...原创 2009-07-30 10:11:14 · 104 阅读 · 0 评论 -
使用nslookup进行MX检测
nslookup nslookup > set type=mx >example.com Server: 10.4.0.1 Address: 10.4.0.1#53 Non-authoritative answer: example.com mail exchanger = 50 aspmx3.googlemail.com. examp...原创 2009-08-07 11:11:49 · 316 阅读 · 0 评论