
Linux
masterz
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Can't upgrade ubuntu 10.04 to 10.10 Maverick
I have installed latest version of KDE, so I have to use the workaround post hereInstall bzr via Synaptic Package Manager $ bzr get lp:~ubuntu-core-dev/update-manager/maverick $ cd maverick/DistUpgrade $ sudo ./dist-upgrade.pyI saw a war原创 2011-03-11 23:46:00 · 640 阅读 · 0 评论 -
logitech bluetooth mouse on Ubuntu 11.04
run command "bluethooth-properties", add new device, turn on the mouse, press "Connect" button.Mouse is not connected after power off原创 2011-10-01 20:59:07 · 1098 阅读 · 0 评论 -
Update-manager error on Ubuntu 11.10 oneiric
Update manager reported the following error:W:Failed to fetchhttp://cn.archive.ubuntu.com/ubuntu/dists/karmic-backports/main/source/Sources 404 Not Found, W:Failed to fetchhttp://cn.archive.ubun原创 2011-11-19 19:59:39 · 680 阅读 · 0 评论 -
xdm issue on Ubuntu 11.10 oneiric
when xdm is the default-display-manager, my computer can't display login window when boot with 'Ubuntu, with Linux 3.0.0-12-generic'. I have to choose 'Ubuntu, with Linux 3.0.0-12-generic (recovery mo原创 2011-11-05 01:44:01 · 613 阅读 · 0 评论 -
ubuntu
KPackageKit reported 29 blocked updates, but the following command fixed the issue:sudo apt-get update && sudo apt-get dist-upgradeThe above command is from this post - http://forum.kde.org/viewto原创 2010-11-26 14:24:00 · 367 阅读 · 0 评论 -
Build ACE+TAO-6.0.5
<!--@page {margin:0.79in}p {margin-bottom:0.08in}-->Build ACE+TAO+CIAO-6.0.5.tar.bz2 on Windows XP via VC++ 2008Download timeit.exe, or remove it from the following batch file.原创 2011-11-08 14:19:31 · 2699 阅读 · 0 评论 -
apt-get proxy on Ubuntu oneiric 11.10
A temporary proxy does not work:export http_proxy=http://myproxyaddress:proxyportI have to create a filegksudo gedit /etc/apt/apt.confwith the following content:Acquire::http::Proxy "http:原创 2011-11-08 12:43:12 · 849 阅读 · 0 评论 -
build qt-everywhere-opensource-src-4.8.0
Use the following batch file to build qt-everywhere-opensource-src-4.8.0 on Windows Xp via VC++ 2010@ECHO OFF set DEV=D:\srcset QTDIR=%DEV%\qt-everywhere-opensource-src-4.8.0set PATH=%System原创 2011-12-19 19:14:52 · 4636 阅读 · 1 评论 -
linux commands and corresponding windows commands
linux and windows commandslinuxWindowsDescriptiondudu.exedisk usagetimetimeit.exeprocess execution time and other performance informationexportsetset environmen原创 2011-11-26 11:21:35 · 571 阅读 · 0 评论