2008 Come on as you are~
XP,2003,Vista? 微软的东西用惯了,也就开始懒惰了。
平时用服务器的时候,总有些不习惯,我平时一直奉行“程序员应该是用命令去控制计算机,。操作员才用鼠标”, .sh ,py ,awk这些脚本与机器的对话,是那么的灵巧,丝毫不笨拙。
但是,离开了M$,甚至发现我们无法工作, 桌面系统真的就只能用微软的了么?
之前装了Ubuntu 无奈,无法使用致命的VPN, VSS等软件。。。如今U7已经集成了VPN,网络管理软件,应该可以值得一试了。一些开发者都纷纷向此转变,趁我还有些时间,也开始向Ubuntu转变。
使用 Ubuntu7桌面系统,需要解决的几个问题。
1。设置字体(雅黑)
文鼎字体,和文泉驿固然还可,但是习惯上,还是觉得不是太美观,Ubuntu的群体里偏向使用雅黑,我目前用的YaHei.Consolas 1.11 版本 (雅黑-Consolas的混合体) http://www.netmako.com/RobertLee/YaHei_Consolas_1_11.zip
把雅黑的ttf文件拷到/usr/share/fonts/的任意目录下,假设雅黑ttf叫做Yahei.ttf:
sudo mkdir -p /usr/share/fonts/vista sudo cp Yahei.ttf /usr/share/fonts/vista/
然后,改变权限:
sudo chmod 644 /usr/share/fonts/vista/*.ttf
安装:
cd /usr/share/fonts/vista/ sudo mkfontscale sudo mkfontdir sudo fc-cache -fv
最后,去系统-首选项-字体 里修改 Ubuntu字体
2。与XP的共享
不管怎么样,XP可能不会一下子就彻底扔掉,两个操作系统的资料,需要有个过程来转变。 Ubuntu(Linux)下,使用smb协议来于windows文件进行共享
sudo apt-get install samba
sudo apt-get install smbfs
设置访问帐号
添加一个系统帐户为samba用户
sudo smbpasswd -a system_username
sudo gedit /etc/samba/smbusers
在建立的smbusers文件里面加入
system_username = “network username”
配置文件修改
sudo cp /etc/samba/smb.conf /etc/samba/smb.conf_backup
sudo gedit /etc/samba/smb.conf
搜寻这一行文字
… ; security = user …
用下面这几行取代
security = user username map = /etc/samba/smbusers
重启Samba服务
sudo /etc/init.d/samba restart
备注 :
编辑网络使用者的帐号密码
sudo smbpasswd -a system_username
删除网络使用者的帐号
sudo smbpasswd -x system_username
ubuntu访问XP直接输入对方IPsmb://192.168.1.4/
XP访问ubuntu\\192.168.1.11
输入前面创建的访问帐号和密码即可。如果XP访问ubuntu时出现,无法访问,一般是文件权限问题
在ubuntu下chmod修改共享文件权限即可。
3。VPN网络设置
很多时候,企业,都会使用VPN网络。 Ubuntu7 自带了VPN功能,管理非常方便
1. 安装必要软件
sudo apt-get install network-manager-openvpn network-manager-pptp network-manager-vpnc openvpn pptpd pptp-linux secvpn vpnc
2.配置
sudo nm-appet
根据向导,相应的做些配置
偶的Blog 不结群,不跟风,如有雷同,存属巧合~
主要目的是请诸位相信:这个世界上,巧合的事情很多....
王者之剑
July 10th, 2007 at 1:22 pm
是以前在blogdriver.com的那个土豆仙吗?
Ozzy
September 6th, 2007 at 11:22 pm
不错,回头我在debian上试一下.
totodo
October 16th, 2007 at 10:27 am
是滴:)
free
December 14th, 2007 at 10:12 am
greatings…
wow…
Brainwe
February 28th, 2008 at 12:46 am
hello
laptop
buy laptop
jamal wilson
April 3rd, 2008 at 6:24 pm
It’s hard to imagine, how people have guts to write comments like that. I would never write anything like this, because I would have thought what other would think of me after that. I know that it doesn’t matter who you are in Internet, you can act however you want, but anyway I would remember that a man should act nice and polite, no matter if he is online or offline
hvorre
April 7th, 2008 at 1:14 am
My opinion is that this website is one of those, created for people with a low intellect level, with a stupidest points of view ever. Seems like only retards gathered together here, to discuss their retarded thoughts. Just read there comments! Man! It’s hilarious. They all act like kids in kindergarten, but kids are even smarter!
James Newton
April 9th, 2008 at 5:52 pm
My first internet- experience was not successful. But anyway I keep posting from time to time. All information online is for people to discuss. I think this is the most important thing why internet is so popular everywhere
Daniel
July 4th, 2008 at 12:20 am
I couldn’t understand some parts of this article 向Ubuntu转变 - Totodo’s blog, but I guess I just need to check some more resources regarding this, because it sounds interesting.