不可不说
随心所欲,无往不利!
posts - 88,  comments - 92,  trackbacks - 0
1:查看某端口是否被占用的命令:
lsof -i:端口号
或者
sudo netstat -anp | grep '^tcp.*LISTEN'

2:更改时间和时区

  1)选择用户时区
    tzselect
  2)设置系统时区
   
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
  3)更新网络时间
   
ntpdate cn.pool.ntp.org
  4)设置日期到BIOS
   
date -s YYYYMMDD

3:查看分区UUID/LABEL
  blkid
  或者
  ls -l /dev/disk/by-uuid
  ls -l /dev/disk/by-label

4: gedit中文乱码解决
   gconf-editor->apps->gedit-2->preferences->encodings->auto_detected->GB2312

5: 安装语言选择器
   apt-get install language-selector
   安装完成后,运行以下命令即可切换语言
   gnome-language-selector

6:安装新立得
   apt-get install synaptic
   安装完后直接运行 synaptic即可

7: 安装系统监视器
   apt-get install gnome-system-monitor
   安装完后直接运行 gnome-system-monitor

8:安装软件源设置器
  apt-get install software-properties-gtk

posted on 2009-05-07 15:17 蓝剑 阅读(417) 评论(0)  编辑  收藏 所属分类: Linux

只有注册用户登录后才能发表评论。


网站导航:
 


<2009年5月>
262728293012
3456789
10111213141516
17181920212223
24252627282930
31123456

常用链接

留言簿(6)

随笔分类(62)

随笔档案(90)

文章档案(9)

相册

友情链接

搜索

  •  

积分与排名

  • 积分 - 323001
  • 排名 - 171

最新评论

阅读排行榜

评论排行榜