- 浏览: 203443 次
- 性别:
- 来自: 北京
最新评论
-
yaolixing01:
他山界面开发框架 v22是一套基于Gecko v22 的开源收 ...
Firefox Plugin - Gecko SDK/npapi -
chenpeilei2003:
您是这篇博文的原创吗 , 我通篇看完了, 很受教。
学习的目 ...
如何系统地学习linux? -
inprice:
羊蝎子 -
inprice:
...
羊蝎子 -
RobertLeeJesus:
因为我有两台T61
我安装Solaris的全过程。
文章列表
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.
- 2008-12-10 14:29
- 浏览 848
- 评论(0)
1. sudo apt-get install smbfs
2. sudo /usr/bin/smbmount //IP-ADDRESS/FOLDER /LOCAL-FOLDER -o username=USER,password=PASSWORD 2
- 2008-12-09 15:29
- 浏览 845
- 评论(0)
sudo apt-get install openssh-server
- 2008-12-09 15:24
- 浏览 1057
- 评论(0)
Ubuntu系统目录结构
==================
以下为Ubuntu目录的主要目录结构,您稍微了解它们都包含了哪些文件就可以了,不需要记忆。
/ 根目录
│
├boot/ 启动文件。所有与系统启动有关的文件都保存在这里
│ └grub/ Grub引导器相关的文件
│
├dev/ 设备文件
├proc/ 内核与进程镜像
│
├mnt/ 临时挂载
├media/ 挂载媒体设备
│
├root/ root用户的$HOM ...
- 2008-12-09 08:52
- 浏览 1090
- 评论(0)
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
# ...
- 2008-12-02 13:49
- 浏览 5001
- 评论(0)
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 ...
- 2008-11-26 17:59
- 浏览 1143
- 评论(0)
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 ...
- 2008-11-22 14:43
- 浏览 1095
- 评论(0)
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,
...
- 2008-11-16 20:30
- 浏览 2098
- 评论(0)
1. 基本知识
一块硬盘可以有1-3个主分区和1个扩展分区,或者1-4个主分区。一个扩展分区可以分为若干个逻辑分区。
硬盘的容量=主分区的容量+扩展分区的容量
扩展分区的容量=各个逻辑分区的容量之和
通常,在PC机上使用的硬盘有两种:
1) IDE接口:最常见的;
2) SCSI接口:比IDE性能好,但更贵!
操作系统对分区的要求。
Windows必须安装在主分区上。磁盘格式为FAT32/NTFS
Solaris(Unix)必须安装在主分区上。磁盘格式为Solaris
Ubu ...
- 2008-10-31 22:39
- 浏览 1397
- 评论(0)
1. Edit /etc/X11/xorg.conf, add the lines,
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option ...
- 2008-10-31 20:11
- 浏览 1068
- 评论(0)
zip -r dest.zip source
unzip -d dest source.zip
tar Zcvf dest.tar.gz source
tar Zxvf dest.tar.gz
- 2008-10-31 11:51
- 浏览 958
- 评论(0)
du -sh
- 2008-10-31 11:41
- 浏览 747
- 评论(0)
vi /proc/version
- 2008-10-31 11:34
- 浏览 727
- 评论(0)
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 ...
- 2008-10-30 21:30
- 浏览 1302
- 评论(1)
See Attachment.
- 2008-10-28 18:05
- 浏览 853
- 评论(0)