
05_Ubuntu
jackie_gnu
这个作者很懒,什么都没留下…
展开
-
在Ubuntu 64下运行32位程序的方法
<br />Ubuntu64位下如何运行32位的程序呢?比如最新的Firefox Build都是32位的。<br /><br />如果是缺省安装的Ubuntu64,运行32位的firefox,会报如下错误:<br /><br />bash: firefox No such file or directory<br /><br />解决办法很简单,只需要安装32位程序的支持库就可以了。<br /><br />sudo apt-get install ia32-libs<br /><br />这样32位程序就透原创 2011-05-18 16:19:00 · 814 阅读 · 1 评论 -
ubuntu从中文切换成英文的方法
ubuntu从中文切换成英文的方法有台电脑装系统的时候装了ubuntu中文桌面版,但后来改用做服务器了。结果每次用命令行登录,所有的提示信息都只能看到乱码。网上查了一下切换的方法,由于发行版不同,并不是十分靠谱。最后总结下来,主要做两件事情。修改/etc/default/locale文件,把LANG改成 LANG=”en_US.UTF-8″第二件事情是获取语言文件,转载 2011-11-28 10:06:53 · 2509 阅读 · 0 评论 -
tasksel
程序安装管理器apt-get install tasksel原创 2011-11-28 09:18:09 · 542 阅读 · 0 评论 -
Debin based Linux system(Ubuntu)包管理工具
apt-* 查看,安装,删除,更新包。1. apt-cache search: Search Repository Using Package Name apt-cache search ^包名$在Repo中查找包名,以查找Apache 2为例$ apt-翻译 2011-07-30 16:45:39 · 610 阅读 · 0 评论 -
Linux Crontab:15 Awesome Cron Job Examples
An experienced Linux sysadmin knows the importance of running the routine maintenance jobs in the background automatically.Linux Cron utilit转载 2011-07-08 17:23:32 · 691 阅读 · 0 评论 -
How to Run Cron Every 5 Minutes, Seconds, Hours, Days, Months
How to Run Cron Every 5 Minutes, Seconds, Hours, Days, MonthsQuestion: How do I execute certain shell script at a specific intervals in Linu转载 2011-07-08 17:01:56 · 1437 阅读 · 0 评论 -
输出pdf
1. manual到pdf man -t man | ps2pdf man PostScript-to-PDF converter 2. 各种ascii文件到pdf原创 2011-07-06 12:23:35 · 392 阅读 · 0 评论 -
check ubuntu release version
<br />1. $ cat /etc/issue<br />jackie@jackie_gnu:/proc$ cat /etc/issue<br />Ubuntu 10.10 /n /l<br />2. $ lsb_release -a<br />jackie@jackie_gnu:/proc$ lsb_release -a<br />No LSB modules are available.<br />Distributor ID: Ubuntu<br />Description: Ubuntu 10原创 2011-05-31 11:02:00 · 662 阅读 · 0 评论 -
32bit_and_64bit
<br /> copy from : https://help.ubuntu.com/community/32bit_and_64bit<br /> <br />As of 2008, most new consumer desktop PCs being sold contain processors from AMD or Intel which are capable of operating in 32-bit and 64-bit modes. List of processors with 64原创 2011-05-18 16:10:00 · 768 阅读 · 0 评论 -
enable or disable system services
NAME chkconfig - enable or disable system servicesSYNOPSIS chkconfig -t|--terse [names] chkconfig -s|--set [name state] chkconfig -e|--edit [names] chkconfig原创 2011-11-28 15:04:40 · 536 阅读 · 0 评论