Latest Tweets:
I use Linux to make a statement. I make a statement to appreciate the beauty of open-source software. I make a statement about my love of lifelong learning. I make a statement about frugality. I make more than just a statement. I make an invitation. Open-source software makes the world go… (Source: actuallybambi)
還有超級瑪麗哦 mari0(數字0,不是o),依賴love0.8 很經典的遊戲!
Super Tux, Ubuntu 12.04, Unity interface.
太太說 Ubuntu 好用。
問她哪邊好用,
她說,
瀏覽器速度超快,
看股票行情很順。
另外就是,
Super Tux 好好玩 XD
Some simple but useful FAQ about Linux/UNIX, to search, you need to turn to the bottom of the page :p
In Ubuntu/Linux Mint you can install softwares from Software Centers or via PPA/Synaptic . If any software is not available in deb/software center/ppa and it’s only available in rpm, than you can convert that rpm file to deb package with one command using terminal. First install packages that will convert rpm packages to Debian $ sudo apt-get install alien dpkg-dev debhelper build-essential Now convert package from RPM format to Deb format, use the following command. Change your packagename in command: $sudo alien packagename.rpm To install the deb package $sudo dpkg -i packagename.deb via http://www.unixmen.com/howto-install-rpm-packages-on-ubuntu/
linux 中重啓 ibus 輸入法框架,只需要一行命令:
$ ibus-daemon -d -x -r
可以縮寫成:
$ ibus-daemon -dxr
.
暴力版的,不推薦使用:
$ killall ibus-daemon && ibus-daemon -d