我的系统是CentOS4在级别3下字体都特别大,屏幕上显示不了多少字就没了空间,看起来很不爽,我在5下是1024X768的。不知道用什么方法可以调小一点。以下是xorg.conf配置文件: # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "K...
by vastsea - 桌面与办公 - 2006-09-07 10:10:08 阅读(612) 回复(3)
公司将windows+apache的网站改成linux+apache模式。原文件大小写不分。希望能让linux也不区分大小写,该怎样设置linux才可以!!大家帮帮忙啊!!!!
用xmanager登录linux为什么不能选择字体大小? 命令为/usr/X11R6/bin/xterm -ls -display $DISPLAY 在solaris下是可以的 命令为/usr/dt/bin/dtterm -ls -display $DISPLAY
刚才发现一国有意思的工具——zenity 不晓得你们的机器里有没有 反正我的是有阿 可以用在bash脚本里了 呵呵 try these command, enjoy yourself zenity --help zenity --entry zenity --progress ...
我们公司是有线通上网的不用拨号,现在是用一台DELL 2950 redhat enterprise 5 做的网关,现在老板为了省钱想把网关移到另外一台 组装电脑上《双网卡》,还是要用linux做网关,我根据原先的配了很长时间就是不通,请教大家配制这个网关要设置哪些东西, 急??
设置网关route add default gw *.*.*.* 设置DNS /etc/resolv.conf ip ifconfig eth? *.*.*.* netmask 255.255.255.0 ip addr add 192.168.0.1/24 broadcast 192.168.0.255 label eth0 dev eth0 最多支持255张路由表 表255为本地路由表 表254为主路由表 ip route list table table_number ip route add 0/0 via 192.168.0.4 table main ip route chg 10.0.0/24 dev dumy ip route add default scope global ...