Differences

This shows you the differences between two versions of the page.

Link to this comparison view

env [2014/10/09 16:03]
env [2022/04/16 12:22] (current)
Line 1: Line 1:
 +
 +@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
 +}
 +
 +</code>
  
env.txt ยท Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki