ubuntu
abcddtt
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu 12.04 输入法
/usr/lib/ibus-sunpinyin/ibus-setup-sunpinyin原创 2012-06-09 15:49:23 · 329 阅读 · 0 评论 -
ubuntu wubi
downloads iso wubi.exe includes in the .iso file put wubi.exe to D:/ and put .iso to the same folder open wubi.exe to install so easy!原创 2013-03-14 10:29:37 · 477 阅读 · 0 评论 -
ubuntu fcitx
安装最新版本fctix sudo add-apt-repository ppa:fcitx-team/nightly or sudo add-apt-repository ppa:fcitx-team/stable sudo apt-get update add-get install fcitx it's ok!原创 2013-03-15 09:44:23 · 746 阅读 · 0 评论 -
ubuntu apache
apr ./configure make make install apr-util ./configure --with-apr-path=/usr/local/apr make make install apache2.4.4 ./configure --enable-cache\ --enable-mem-cache\ --enable-mime-magic\ --e原创 2013-03-15 17:19:36 · 660 阅读 · 0 评论 -
ubuntu virtualbox winxp
在ubuntu下用virtualbox安装winxp会遇到问题 sector not found reading driver a 原因是用了风木林雨的xp.iso,其安装是通过ghost安装,所以会出现问题,必须使用安装盘安装才可使用 于是我下载了番茄花园xp.iso,用安装盘的方式安装,成功了 ps:virtualbox 设置iso的操作,New setting 在storag原创 2013-03-20 10:14:22 · 796 阅读 · 0 评论 -
ubuntu mac freetds unixodbc
tsql 可以检查freetds链接sqlserver的状况 tsql -S server -U username -P password -D database (server 定義在 freetds.conf, [] 內的名稱) 1> select * from table 2> go 記得要下 go 才會開始查詢, 離開用 exit 或 quit 也可以用 |原创 2013-03-25 09:39:30 · 1207 阅读 · 0 评论 -
sudo 避免多次输入密码的方法 sudoers
sudo cp /etc/sudoers /etc/sudoers.bak sudo vim /etc/sudoers 添加 username ALL=NOPASSWD: ALL wq! 搞定! 参考:http://www.51testing.com/?uid-225738-action-viewspace-itemid-216699原创 2013-06-07 22:43:17 · 962 阅读 · 0 评论
分享