3 ===== How to fix an unsucessful instalation =====
5 If your Linux instalation was not sucessful, but at least you have access to a terminal, try this:
9 # for dependency problems
10 $ sudo apt-get install -f
11 # for configuration problems
12 $ sudo dpkg --configure -a
13 # for whole distribution atualization
14 $ sudo apt-get -f dist-upgrade ou update-manager -d -c
17 ===== How to change apt-get hosts =====
19 If your apt-get can't resolve some host (maybe the host itself is offline), you can edit the file /etc/apt/sources.list and change the hosts.
21 ===== How to get information about a package =====
24 $ apt-cache show package_name
27 ===== How to get your IP =====
33 ===== How to install GLUI =====
36 # download it from source-forge
38 $ sudo cp -r include/* /usr/include
39 $ sudo cp -r lib/* /usr/lib
40 $ sudo apt-get install libxmu-dev
43 ===== How to print =====
46 $ smbclient //impressoras/lj72 -U kssilveira
49 ===== How to open 7z files =====
52 $ sudo apt-get install p7zip
57 [[http://kevin.vanzonneveld.net/techblog/article/schedule_tasks_on_linux_using_crontab/|Schedule Tasks on Linux]]