随笔分类 - Linux
Linux general commands
摘要:1. Unpakc tar.gz type file.tar解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)———————————————.gz解压1:gunzip FileName.gz解压2:gzip -d FileName.gz压缩:gzip FileName.tar.gz 和 .tgz解压:tar zxvf FileName.tar.gz压缩:tar zcvf FileName.tar.gz DirName———————————————.bz2解压1:bzip2 -d FileName.bz2解
阅读全文
Ubuntu12.4 Server Install vsftpd
摘要:First step :sudo apt-get install vsftpdSecond step : sudo vi /etc/vsftpd.confwhen you open the vsftpd.conf, make the following changes:1. uncomment : local_enable=YES2. uncomment : chroot_local_user=YES3. uncomment : write_enable=YESAfter above steps, please restart vsfptd service as follows:sudo /e
阅读全文
How to adjust the screen resolution for Ubuntu Server in VMware
摘要:1. vi /etc/default/grub2. modify the value of GRUB_CMDLINE_LINUX parameter , Ex : GRUB_CMDLINE_LINUX="vga=0x317". Before changing it, backup orginal value is recommended.3. there are some values for reference . | 640x480 800x600 1024x768 1280x1024---- | ------------------------------------
阅读全文
浙公网安备 33010602011771号