@related : [[Debian]] apt_() { # base sudo apt-get install less zile sudo unp mc unzip zip lynx rsync p7zip antiword screen # network sudo apt-get install connect-proxy smbclient smbfs ssh ntlmaps autossh tramp # gui sudo apt-get install x-window-system gdm xfce4 gnome-terminal # applications sudo apt-get install mozilla-firefox mozilla-thunderbird abiword wine # emacs # devel sudo apt-get install gcc make # debian sudo apt-get install pgp deborphan apt-src reportbug # print # sudo apt-get install cupsys cupsys-client foomatic-db-gimp-print # Debian # extra # sudo apt-get install kde gnome dante-client } win_() { mkdir -p ~/mnt/tmp apt-get install qemu bridge-utils ln -fs /mnt/sda6/filesystem.img $HOME/mnt/filesystem.img ln -fs /mnt/sda6/w2knokey.iso $HOME/mnt/os.iso dd if=/dev/zero of=~/mnt/filesystem.img bs=1M count=1024 qemu -boot d -hda ~/mnt/filesystem.img -cdrom ~/mnt/os.iso -win2k-hack qemu -hda ~/mnt/filesystem.img } nt/os.iso -win2k-hack qemu -hda ~/mnt/filesystem.img }