`
文章列表
1. The process name for Linux explorer - nautilus 2. Use the tab to complete any tasks including command name, path and so on. 3. Use * to match any command name or path name. 4. Under Linux exploer, use Ctrl + 1, 2, 3 to change view mode.   5. Use Alt + F1 to call the Ubuntu System menu.
1. sudo apt-get install smbfs   2. sudo /usr/bin/smbmount //IP-ADDRESS/FOLDER /LOCAL-FOLDER -o username=USER,password=PASSWORD 2
sudo apt-get install openssh-server
Ubuntu系统目录结构 ==================    以下为Ubuntu目录的主要目录结构,您稍微了解它们都包含了哪些文件就可以了,不需要记忆。     /   根目录     │     ├boot/      启动文件。所有与系统启动有关的文件都保存在这里     │    └grub/   Grub引导器相关的文件     │     ├dev/       设备文件     ├proc/      内核与进程镜像     │     ├mnt/      临时挂载     ├media/   挂载媒体设备     │     ├root/      root用户的$HOM ...
Server Side   1. Install the vsftpd with the package manager.        apt-get install vsftpd   2. Configure the conf file.       Open /etc/vsftpd.conf. And add the following lines,       ###Enable anonymous read     anonymous_enable=YES     anon_root=/     anon_world_readable_only=YES       # ...
Before You Begin Apache is one of the most popular Web servers on the Web right now, and part of its charm is that it's free. It also has a lot of features that make it very extensible and useful for many different types of Web sites. It is a server that is used for personal Web pages up to enterp ...
When I use ubuntu desktop in VMPlayer, the apt-get command in command line does not work although the proxy is set up in Synaptic Manayger and Gnome Global Proxy Panel. The workaround is, before I use apt-get commands, I must export the http proxy manylly.   export http_proxy=http://XXXXXXXXX.com:80 ...
1. System -> Administration -> Synaptic Package Manager, Settings -> Repositories, make sure Restricted copyright are selected. Then reload the sources.    2. sudo apt-get install nvidia-glx-177   3. sudo nvidia-xconfig   4. Restart, then enable Visual Effects Nomal.     Reference, ...
1. 基本知识     一块硬盘可以有1-3个主分区和1个扩展分区,或者1-4个主分区。一个扩展分区可以分为若干个逻辑分区。       硬盘的容量=主分区的容量+扩展分区的容量     扩展分区的容量=各个逻辑分区的容量之和         通常,在PC机上使用的硬盘有两种:   1) IDE接口:最常见的;   2) SCSI接口:比IDE性能好,但更贵!         操作系统对分区的要求。          Windows必须安装在主分区上。磁盘格式为FAT32/NTFS        Solaris(Unix)必须安装在主分区上。磁盘格式为Solaris        Ubu ...
  1. Edit /etc/X11/xorg.conf, add the lines,   Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option ...
zip -r dest.zip source unzip -d dest source.zip   tar Zcvf dest.tar.gz source tar Zxvf dest.tar.gz
du -sh
vi   /proc/version
Ubuntu   1. sudo vi /etc/init.d/workDriveMap   2. chmod 755 /etc/init.d/workDriveMap   3. update-rc.d workDriveMap defaults(update-rc.d workDriveMap remove)   (So you have a script of your own that you want to run at bootup, each time you boot up. This will tell you how to do that. Write a ...
See Attachment.
Global site tag (gtag.js) - Google Analytics