文章分类 -  Linux

xrdp in Ubuntu 13.10
摘要:http://c-nergy.be/blog/?p=4448 sudo apt-get install xrdpsudo add-apt-repository ppa:xubuntu-dev/xfce-4.10sudo apt-get updatesudo apt-get install xfce4echo xfce4-session >~/.xsessionsudo service xrdp restart 阅读全文

posted @ 2013-11-23 15:00 Panda_xingchen

vi commands
摘要:[from http://www2.nsysu.edu.tw/csmlab/unix/vi_command.htm]vi指令說明(完整版).vi 的操作模式============== vi 提供兩種操作模式:輸入模式(insert mode)和指令模式(command mode) 。當使用者進入 vi 後,即處在指令模式下,此刻鍵入之任何字元皆被視為 指令。在此模式下可進行刪除、修改等動作。若要輸入資料,則需進入輸入 模式。.輸入模式========= 如何進入輸入模式 a (append) ... 阅读全文

posted @ 2013-10-02 16:07 Panda_xingchen 阅读(72) 评论(0) 推荐(0)

Linux file sharing
摘要:1. windows and linux file share apt-get install samba vi /etc/samba/smb.conf workgroup = WORKGROUP hosts allow = 192.168.0.20 --client windows address [sharename] comment= path= public=yes writable=yes service smbd restart smbpasswd -a hadoop ... 阅读全文

posted @ 2013-10-02 00:18 Panda_xingchen 阅读(132) 评论(0) 推荐(0)

掌握sudo的使用
摘要:转自http://www.linuxdiyf.com/bbs/thread-105389-1-1.html掌握sudo的使用“sudo”是Unix/Linux平台上的一个非常有用的工具,它允许系统管理员分配给普通用户一些合理的“权利”,让他们执行一些只有超级用户或其他特许用户才能完成的任务,比如:运行一些像mount,halt,su之类的命令,或者编辑一些系统配置文件,像/etc/mtab,/etc/samba/smb.conf等。这样以来,就不仅减少了root用户的登陆次数和管理时间,也提高了系统安全性。一. sudo的特点sudo扮演的角色注定了它要在安全方面格外谨慎,否则就会导致非法用户 阅读全文

posted @ 2013-09-29 12:49 Panda_xingchen 阅读(102) 评论(0) 推荐(0)

导航