Feed on
Posts
Comments

Archive for the 'Linux' Category

History on my workstation

history | awk {‘print $2′} | sort | uniq -c | sort -k1 -rn | head
357 ls
253 cd
91 vi
55 cp
51 xmgrace
30 pdflatex
26 rm
21 emacs
13 acroread
11 mv
阅读(142 次)Share This

Read Full Post »

mail from SL mailing-list by Urs Beyerle
Scientific Linux Live CD/DVD 5.1 has been released for i386 and x86_64
The Scientific Linux Live CD/DVD runs Scientific Linux directly from
CD/DVD without installing. It can be downloaded from
ftp://ftp.scientificlinux.org/linux/scientific/livecd/51. Public mirrors
of Scientific Linux 5.1 LiveCD/DVD can be found at the
Scientificlinux.org download page
(https://www.scientificlinux.org/download).
The following versions are available:
- Mini-LiveCD 32bit with Icewm […]

Read Full Post »

Notes: yum-autoupdate

Scientific Linux
/etc/sysconfig/yum-autoupdate
#YUMONBOOT=1 (1 - enabled, run on boot, 0 - disabled, do not run on boot)
YUMONBOOT=0
remember this
ugly… yum-updatesd
so I did this:
sudo service yum-updatesd stop
sudo yum remove yum-updatesd
阅读(256 次)Share This

Read Full Post »

来自linuxtoy的消息

巴西的一款linux发行版Dreamlinux。
梦想照进现实。。。?
2008,新的一年,新的梦想?!
说实话,光看截图觉得他们做得很不错了,不过有台20寸的iMac摆在旁边。。。嘿嘿,我情愿用苹果。
By the way,Étoilé桌面环境让我无语,昨天搞了一个下午,编译总是出错。看到maillist上别人遇到的问题我都遇到过,难道是RP问题。。。继续捣鼓。。。
阅读(172 次)Share This

Read Full Post »

sudo

从sudo官方网站翻译而来,FreeBSDCHINA WIKI上的sudo使用很有用!
Sudo(su “do”) 允许系统管理员给特定用户或者用户所在的组授权,以使该用户或者该组中的用户可以root或其他用户的身份运行系统的部分或全部命令,同时提供命令索引及其参数。
Sudo有stable和development两个分支。
Sudoers是sudo的配置文件,系统默认放于/usr/local/etc/sudoers。将其修改后存放于/etc目录下即可。
阅读(141 次)Share This

Read Full Post »

Close
E-mail It