我的Linux系统

我的Linux系统

我的桌面

玩Linux时间不长,时间主要化在了安装Gentoo Linux上,现在想要学一下在Linux下编程,不知道如何下手,郁闷。前些天到老城的那几个电脑市场里看了下,发现还有卖盗版光盘,于是就问了下有没有LInux的盘,还真的有,Redcat和红旗都有,不过没有国外的发行版,听摊主说买的人还不少呢,当然是相对来说。看来Windows一统天下的时代真的结束了。

我的Fstab文件:

/dev/hdb1        /boot        ext3        noauto,noatime    1 2
/dev/hdb7        /        reiserfs    noatime        0 1
/dev/hdb2        none        swap        sw        0 0
/dev/hdb5               /tmp            reiserfs        defaults        0 0
/dev/hdb6               /home           reiserfs        defaults        0 0
/dev/hda1               /mnt/c          ntfs            umask=0,iocharset=utf8   0 0
/dev/hda5               /mnt/d          vfat            umask=0,iocharset=utf8   0 0
/dev/hda6               /mnt/e          vfat            umask=0,iocharset=utf8   0 0
/dev/hda7               /mnt/f          vfat            umask=0,iocharset=utf8   0 0
/dev/hda8               /mnt/g          vfat            umask=0,iocharset=utf8   0 0
/dev/hda9               /mnt/h          vfat            umask=0,iocharset=utf8   0 0

注:umask=0 可以把所有Windows硬盘Mount成所有用户可读写,如果只写RW的话,只有Root用户才有写权限,iocharset=utf8是Gentoo下设置中文,其它有的发行版是iocharset=cp936,codepage=936。

我的make.conf:

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
ALSA_CARD="via82xx"
LINGUAS="zh_CN"
ACCEPT_KEYWORDS="~x86"
USE="-kde dvb -ibm -dvbr -cups -dvd -ipv6 -bluetooth calendar doc gif gtk2 gtkhtml iconv imlib mad matrox tiff truetype xsl xvid xml2 real apache2 avi qt X icc oss osc opengl openal nvidia mpeg mp3 bmp jpeg xface xv xmms xime rama gnome gtk alsa cjk pdf cdr ftp msn javascript mssql python png icq quicktime usb vca vhosts xml apm"

GENTOO_MIRRORS="http://mirror.gentoo.gr.jp http://gentoo.gg3.net/ ftp://gg3.net/pub/linux/gentoo/ ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO http://gentoo.channelx.biz/ "

SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"

在编译内核的时候本来把对NV显卡的支持也编译进内核,可是在后来安装nvidia-drivers 的时候程序说有冲突,就又重新编译了,本来以为重新编译内核要化很长时间,没想到只内秒钟就解决了。看来以后可以不用管NV了。
安装了simsun.ttc字体。