Posts Tagged ‘ubuntu’


Ubuntu tricks - how to create a list software and use it to restore your pc

一个关于如何快速重装UBUNTU上的应用程序的指南.
I’ve recently had the occasion to make a complete list of software installed on one of my Ubuntu boxes, and then reinstall it from scratch. Here’s a quick and easy way to generate a list of installed .deb packages, and then use that list to quickly reinstall them.

October 15th, 2006 in linux | 3 comments


apt-get … Segmentation Faulty Tree

I have tried to use both Synaptic and apt-get, Running apt-get install (anything) from the command line (as root) yeilds this result:

root@dean-laptop:/# apt-get install netselect
Reading package lists… Done
Segmentation faulty tree… 0%

August 27th, 2006 in linux | 22 comments


Open Office无法正常启动的问题

我的open office启动时就挂住,或者异常退出。google了个把小时没有解决。最后用”暴力方式”解决了:

sudo apt-get remove openoffice.org*
sudo reboot
sudo apt-get install openoffice.org2

然后运行openoffice,一切正常。可能真的是RP问题:S

August 16th, 2006 in linux | 1 comment