2007
08.06
Making compressed archive from a folder:
tar -czvf destination.tar.gz source_folder/
Use split to slice the file. Slice size can be defined with -b option:
split -b 1100m destination.tar.gz destination_
To join parts use cat:
cat destination_a* > destination.tar.gz
To extract the compressed file:
tar -zxvf destination.tar.gz
2007
07.24
Find out the version of installed Python.
Type to terminal:
$ python -V
Load packages for your version of Python from:
http://pythonmac.org/packages/
Install needed packages:
2007
07.05
Official installation tutorial for dualboot, Ubuntu /OS X, system:
https://help.ubuntu.com/community/MacBook
2007
07.05
IP and gateway info can be found with ifconfig:
/sbin/ifconfig
2007
04.01
Just hold Ctrl and roll the wheel of your mouse.
2007
04.01
SoundStereo 16Bit
Max quality 48Hz audio-CD uses 44Hz.
Video
Pal, 720 x 576, 25 fps, Bottom field first
Wide
1024 x 576
2007
04.01
Category:
Linux /
Tags: no tag /
From WiskiHow to use screen.
Installation
Debian: #apt-get install screen
Usage
After installation just launch the program by command screen. Next start some other program, like top or nano, inside the new session. Now you can safely detach from the screen session by pressing Ctrl + a and d. You are back in your original session. Logout and come back later. When you return just give screen -r command and you are back in your screen session.
2006
09.10
Helped KeePassX-team to polish the application logo.

