All #kanotix Factoids:

!28
  1. apt-get install linux-image-2.6.28-17-generic linux-headers-2.6.28-17-generic
  2. 32 bit and more than 3 gb ram: apt-get install linux-image-2.6.28-17-server linux-headers-2.6.28-17-server
  3. wget -qO- http://kanotix.com/files/fix/mainline/install-28.sh|sh
!29
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-29.sh|sh
!3.0
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-3.0.sh|sh
!3.1
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-3.1.sh|sh
!3.2
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-3.2.sh|sh
!3.3
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-3.3.sh|sh
  2. sed -i 's|\(CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include\).*"|\1 -I$SOURCES/arch/x86/include/generated"|' /usr/src/nvidia-*/conftest.sh
  3. dpkg --purge $(dpkg -l|awk '/030300rc/{print $2}')
!3.8
  1. 32 bit: wget -qO- http://kanotix.com/files/fix/mainline/install-3.8.sh|sh
  2. 64 bit: see !kernel-df
!3.9
  1. apt-get install --yes linux-image-extra-3.9.0-2-generic linux-headers-3.9.0-2-generic
!30
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-30.sh|sh
!31
  1. apt-get install linux-image-2.6.31-17-generic linux-headers-2.6.31-17-generic
  2. 32 bit and more than 3 gb ram: apt-get install linux-image-2.6.31-17-generic-pae linux-headers-2.6.31-17-generic-pae
  3. wget -qO- http://kanotix.com/files/fix/mainline/install-31.sh|sh
!32
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-32.sh|sh
!33
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-33.sh|sh
!34
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-34.sh|sh
!35
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-35.sh|sh
!36
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-36.sh|sh
!37
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-37.sh|sh
  2. dpkg --purge $(dpkg -l|awk '/020637rc/{print $2}')
!38
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-38.sh|sh
  2. dpkg --purge $(dpkg -l|awk '/020638rc/{print $2}')
!39
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-39.sh|sh
!3d
  1. http://www.youtube.com/results?search_query=yt3d%3Aenable%3Dtrue&search_type=&aq=f
  2. http://www.youtube.com/watch?v=UTOwV5IJq48
  3. http://www.youtube.com/watch?v=PuQXPdoxxrY
!abcde
  1. root: apt-get install --yes abcde eject mkcue id3v2 mp3gain lame
  2. user: echo OUTPUTTYPE=mp3 > ~/.abcde.conf
!acritox
  1. http://acritox.de/repository/
!acroread
  1. http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.4.2/deu/AdbeRdr9.4.2-1_i386linux_deu.deb
  2. http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.4.2/enu/AdbeRdr9.4.2-1_i386linux_enu.deb
  3. for 64 bit use: dpkg --force-architecture -i AdbeRdr*.deb
!afs
  1. http://support.wdc.com/product/download.asp?groupid=805
!aftershot
  1. use 32 bit for wheezy: http://apps.corel.com/lp/aftershot/download/index.html
!air
  1. http://airdownload.adobe.com/air/lin/download/2.6/adobeair.deb
!alps
  1. test: rmmod psmouse;modprobe psmouse proto=imps --- permanent: echo options psmouse proto=imps > /etc/modprobe.d/psmouse.conf;update-initramfs -utk all --- live: psmouse.proto=imps
!alsa
  1. type alsaconf [as root]::set volumes [as user] with kmix or alsamixergui::do alsactl store,as root
  2. for further problems try !alsa-fix
  3. http://www.pro-linux.de/artikel/2/1462/alsa-konfigurieren.html
  4. to build alsa externally: ./configure --with-oss=no
!alsa-update
  1. : modprobe -l|awk /snd-/|xargs rm -f ; m-a a-i alsa ; update-rc.d -f alsa-utils defaults
!amd-default
  1. screen sh -c '/etc/init.d/kdm stop;sleep 5;rmmod fglrx;rm -f /etc/ati/amdpcsdb;/etc/init.d/kdm start'
  2. screen sh -c '/etc/init.d/lightdm stop;sleep 5;rmmod fglrx;rm -f /etc/ati/amdpcsdb;/etc/init.d/lightdm start'
!amddeb
  1. apt-get --yes install fglrx-driver fglrx-modules-dkms xvba-va-driver fglrx-atieventsd fglrx-control;test `uname -m`! = x86_64! && dpkg --add-architecture i386 && apt-get --yes install libgl1-fglrx-glx:i386 skype:i386;update-initramfs -ut;aticonfig --initial --nobackup
!amddebrm
  1. apt-get remove --yes --purge $(dpkg -l|awk '/fglrx|nvidia-i/{print $2}');rm -vf /etc/X11/xorg.conf
!amdlegdeb
  1. apt-get --yes install fglrx-legacy-driver fglrx-legacy-modules-dkms xvba-va-driver fglrx-legacy-atieventsd fglrx-legacy-control libgl1-fglrx-legacy-glx;test `uname -m`! = x86_64! && dpkg --add-architecture i386 && apt-get --yes install libgl1-fglrx-legacy-glx:i386 skype:i386;update-initramfs -ut;aticonfig --initial --nobackup
!amdnewdeb
  1. printf 'deb http://kanotix.com/files/fix/fglrx.wheezy ./\ndeb-src http://kanotix.com/files/fix/fglrx.wheezy ./\n' > /etc/apt/sources.list.d/fglrx.list;apt-get update
!antivir
  1. AntiVir PersonalEdition Classic: http://www.free-av.com/
!antivirus
  1. (clamav) apt-get install clamav. man clamscan, man freshclam then scan away :P
!apache2
  1. apt-get install --yes apache2;ln -fs ../mods-available/userdir.conf ../mods-available/userdir.load /etc/apache2/mods-enabled/;/etc/init.d/apache2 reload
!apt
  1. apt-get update && apt-get install apt-howto-en debian-reference-en [-de fr deutsch] read it locally at: Debian-Menu > Help ; read it online: http://www.debian.org/doc/user-manuals#apt-howto :: for parse error see: !pref
!apt-key
  1. try !apt-keys
!apt-key-proxy
  1. gpg --keyserver-options http-proxy --keyserver wwwkeys.eu.pgp.net --recv-keys : then: apt-key add /root/.gnupg/pubring.gpg
!apt-keys
  1. for k in $(apt-get update 2>&1|grep -o NO_PUBKEY.*|sed 's/NO_PUBKEY //');do gpg --recv-keys --keyserver keyserver.ubuntu.com $k;gpg --armor --export $k|apt-key add -;done
!apt-pin
  1. http://wiki.debian.net/?AptPinning ,
  2. edit /etc/apt/preferences :
!aptkey
  1. try !apt-keys
!archive
  1. archived forum: http://archive.kanotix.com
!ask
  1. How To Ask Questions The Smart Way -- http://www.catb.org/~esr/faqs/smart-questions.html
!ati
  1. update-scripts-kanotix.sh : [Alt] + [Ctrl] + [F1] & login as root ; install-fglrx-debian.sh
!avconv
  1. avconv -i input.mpg -deinterlace -b 1024k -ab 128k -profile:v baseline -preset:v veryfast output-h264.mp4
  2. avconv -i input.mpg -deinterlace -b 1024k -ab 128k -profile:v baseline -preset:v veryfast output-h264.mp4
!avg
  1. http://www.avg.com/filedir/inst/avg85flx-r287-a2632.i386.deb
!avira
  1. http://professional.update.avira.com/package/rescue_system/common/en/rescue_system-common-en.iso
!awk
  1. a pattern scanning language, the acronym AWK is derived from the initials of the language's three creators : A. Aho, B. W. Kernighan and P.Weinberger. Check out http://www.grymoire.com/Unix/Awk.html for a tutorial
!backuppc
  1. a high-performance, enterprise-grade system for backing up Linux and WinXX PCs and laptops to a server's disk && is now in debian;see http://backuppc.sourceforge.net/faq/BackupPC.html for info
!bart
  1. BartPe Win-Recovery CD: http://www.nu2.nu/pebuilder/ [EN]; http://www.pcwelt.de/downloads/tools_utilities/system-utilities/108595/ [DE]
!bios
  1. http://www.nenie.org/misc/flashbootcd.html
!bootchart
  1. apt-get install bootchart bootchart-view
  2. use grub edit mode and add this extra option on startup: init=/sbin/bootchartd
  3. after boot create bootchart.png by running as user: bootchart
  4. benchmarks: http://kanotix.com/files/fix/bootchart/
  5. http://kanotix.com/PNphpBB2-viewtopic-t-25751.html
!bpo
  1. echo deb http://backports.debian.org/debian-backports squeeze-backports main > /etc/apt/sources.list.d/bpo.list;echo deb-src http://backports.debian.org/debian-backports squeeze-backports main >> /etc/apt/sources.list.d/bpo.list
!brennen
  1. einstellungen -> k3b einrichten (ganz unten) -> erweitert (ganz unten) -> X überbrennen
!brother
  1. apt-get install csh
!bt
  1. hidd --search
  2. sed -i 's/^\(HIDD_ENABLED\)=.*/\1=1/' /etc/default/bluetooth
  3. /etc/init.d/bluetooth restart
!buffer
  1. buffer -i /dev/zero -o /dev/null -z 512k
!buggy
  1. http://buggy-race.pl/download_eng.html
!burg
  1. http://www.andreas-loibl.de/content/linux/kanotix/grub2-burg/
!burn
  1. http://kanotix.com/FAQ-id_cat-5.html (DE) or http://kanotix.com/FAQ-id_cat-16.html (EN) see also !nok3b
!c3
  1. http://events.ccc.de/congress/2011/wiki/Schedule http://28c3.fem-net.de
!caster
  1. http://www.elecorn.com/caster3d/
!cathbard
  1. echo deb ftp://cathbard.com ./ > /etc/apt/sources.list.d/cathbard.list
  2. apt-get update && apt-get install --allow-unauthenticated cathbard-keyring
  3. apt-get install cathbard-wallpaper-kanotix-excalibur-wide
!cdrecord
  1. for dvd+rw, growisofs -Z /dev/dvdrw=image.iso , see also !nok3b
!cfdisk
  1. http://kanotix.com/FAQ-id_cat-62.html#q421 [DE] & http://kanotix.com/FAQ-id_cat-63.html#q418 [EN]
!cgi
  1. the kanotix irc web is locked to only kanotix-support to prevent abuse.Der web-irc fon kanotix.com ist geschperrt und funktioniert auschliesslich nur fuer den kanotix irc support damit kein unsinn getriben wird mit dem zugriff.
!chat
  1. http://webchat.freenode.net/
!cheatcodes
  1. http://kanotix.com/FAQ-id_cat-63.html#q245 (EN) or http://kanotix.com/FAQ-id_cat-62.html#q243 (DE)
!chntpw
  1. http://pogostick.net/~pnh/ntpasswd/chntpw-source-080526.zip
  2. ./chntpw.static /media/sda1/WINDOWS/system32/config/SAM
!chown
  1. :as root, do: chown user:user -R /home/user
!chrome
  1. https://dl.google.com/dl/linux/direct/google-chrome-stable_current_i386.deb
  2. https://dl.google.com/dl/linux/direct/google-chrome-stable_current_amd64.deb
  3. http://www.google.com/chrome/intl/en/w00t.html
  4. rss: https://chrome.google.com/webstore/detail/jpgagcapnkccceppgljfpoadahaopjdb
  5. http://www.unrealengine.com/flash/
!chroot64
  1. http://bach.hpc2n.umu.se/debian-amd64-howto.html#id274293 also http://kanotix.com/index.php?module=pnWikka&tag=ChrootEinrichten
!cl
  1. http://www.ran.de/de/fussball/champions-league/video/cl-live-tvinfo.html
!compiz
  1. see !compiz-kde for KDE or !compiz-gtk for the rest
  2. https://dl.dropboxusercontent.com/u/25108604/0002-add-etcskel-kanotix-compiz.patch
!compiz-gtk
  1. apt-get update && apt-get --yes install fusion-icon compiz-gtk compiz-plugins compiz-fusion-plugins-extra compizconfig-settings-manager
!compiz-kde
  1. apt-get update && apt-get --yes install fusion-icon compiz-kde compiz-plugins compiz-fusion-plugins-extra compizconfig-settings-manager
!conf
  1. timezone: dpkg-reconfigure tzdata
  2. locales: dpkg-reconfigure locales
  3. keyboard: dpkg-reconfigure console-data
  4. reset x config: rm -f /etc/X11/xorg.conf*; dpkg-reconfigure -phigh xserver-xorg
  5. for UTC setting look into /etc/default/rcS
  6. nvidia-uninstall: nvidia-installer --uninstall; echo libXvMC.so.1 > /etc/X11/XvMCConfig; dpkg --purge nvidia-dkms
  7. fglrx-uninstall: dpkg --purge $(dpkg -l|awk '/fglrx|libamdx/{print $2}'); rm -rf /etc/ati
  8. remove persistant udev rules (mb change for example): rm -f /etc/udev/rules.d/70-persistent-*
!crypt
  1. http://kanotix.acritox.com/node/5
!css
  1. sh /usr/share/doc/kaffeine/install-css.sh
  2. 32 bit: http://download.videolan.org/pub/libdvdcss/1.2.10/deb/libdvdcss2_1.2.10-1_i386.deb - 64 bit: http://download.videolan.org/pub/libdvdcss/1.2.10/deb/libdvdcss2_1.2.10-1_amd64.deb
!cups
  1. Common Unix Printing System, the cupsys daemon listens to port 631 tcp and udp to receive printing jobs. Never block this port for localhost or OpenOffice will not longer work properly.
  2. apt-get install --yes --reinstall -o DPkg::Options::=--force-confmiss -o DPkg::Options::=--force-confnew cupsys
  3. for lenny: wget -O- http://kanotix.com/files/fix-cups.sh|sed s/cupsys/cups/g > fix-cups.sh
!d-u
  1. disting or dist-upgrade..... nvidia or ati driver need reloading when you get new xorg and or kenel packets at times
  2. apt-get update && apt-get dist-upgrade
!daily
  1. wget -qO- http://kanotix.com/files/fix/mainline/install-daily.sh|sh
!dao
  1. DAO stands for Disc At Once.The recorder burns the entire disc in one session.Kanotix uses high compression technology (not the same Knoppix does);special care is needed when burning the CD;use high quality CD-media [or DVD+RW] and burn in DAO-mode not faster than 8x
!deb
  1. while p=$(deborphan --guess-all); [$p] ; do apt-get remove --yes --purge $p; done
!debian-amd64
  1. http://wiki.debian.net/?DebianAMD64
!debian-mirrors
  1. http://debian.planetmirror.com/debian/README.mirrors.html
!deborphan
  1. as root, do: apt-get remove --purge $(deborphan) ,repeatedly,until it stops finding; then: remove-orphans
!deepburner
  1. DeepBurner - Powerful CD and DVD Burning Package: http://www.deepburner.com/
!dh
  1. https://addons.mozilla.org/de/firefox/addon/3006
!digikam
  1. echo deb http://kanotix.com/files/fix/digikam ./ > /etc/apt/sources.list.d/digikam.list
!digital
  1. http://scoutshonour.com/digital/
!dip
  1. perl -pi -e 's|(chown root.)root( ./etc/ppp/peers)|1dip2|' /usr/local/bin/*bash
  2. perl -pi -e 's|(chown root.)root( ./etc/chatscripts)|1dip2|' /usr/local/bin/*bash
  3. perl -pi -e 's|(chmod) 600 (./etc/chatscripts)|1 640 2|' /usr/local/bin/*bash
  4. perl -pi -e 's|(chmod) 600 (./etc/ppp/peers)|1 640 2|' /usr/local/bin/*bash
!disper
  1. https://launchpad.net/~disper-dev/+archive/ppa/+files/disper_0.2.3_all.deb
!dist-upgrade
  1. in Shell- konsole apt-get update" then apt-get dist-upgrade" then new !kernel and grafix !nvidia or !ati
!disten
  1. das neuste system saugen see !disting for (en)
!disting
  1. disting is the short name for dist-upgrade try !distupgrade on how to dist......
!distrorank
  1. Vote for Kanotix - http://distrorankings.com/project/view/id/139 :: pls vote vote 8-10 or so , a '1' vote drops us!
!distrowatch
  1. Vote for Kanotix - http://distrowatch.com/table.php?distribution=kanotix
!dkms
  1. for x in /boot/vmlinuz-*;do /usr/lib/dkms/dkms_autoinstaller start ${x#/boot/vmlinuz-}; done
!dnsmasq
  1. http://kanotix.com/FAQ-id_cat-23.html#q97 [EN] & http://kanotix.com/FAQ-id_cat-18.html#q83 [DE]
!doom3
  1. http://zerowing.idsoftware.com/linux/doom/
  2. do: +set s_driver oss
!dragonfire
  1. wget -NP /etc/apt http://kanotix.com/files/dragonfire/sources.list;rm -vf /etc/apt/preferences;apt-get update
!dri
  1. apt-get install libgl1-mesa-dri
!dri-hotfix
  1. cd ~/.kde/Autostart
  2. wget -N http://kanotix.com/files/fix/fglrx/dri-hotfix
  3. su
  4. chown root:root dri-hotfix
  5. chmod 4755 dri-hotfix
  6. ./dri-hotfix
!dsdt
  1. http://acpi.sourceforge.net/dsdt/
!duke
  1. root: echo deb http://apt.duke4.net squeeze main > /etc/apt/sources.list.d/eduke32.list;wget -q http://apt.duke4.net/key/eduke32.gpg -O- | sudo apt-key add -;apt-get update;apt-get --yes install eduke32
  2. user: wget -NP/tmp ftp://ftp.3drealms.com/share/3dduke13.zip;unzip -od/tmp/duke /tmp/3dduke13.zip *.SHR;unzip -od$HOME/.eduke32 /tmp/duke/DN3DSW13.SHR *.GRP *.RTS
!dvb-s2
  1. http://kanotix.com/files/fix/dkms/dvb-s2api-liplianin-dkms.sh
!dvd-rw
  1. apt-get install dvdrtools
  2. dvdrecord -dev 0,0,0 -driver mmc_mdvd -v -dao image.iso
  3. erase your DVD-RW with: dvdrecord -dev 0,0,0 -driver mmc_mdvd -v blank=fast
!e1000e
  1. http://kanotix.com/files/fix/dkms/e1000e-dkms.sh
!e17
  1. http://kanotix.com/PNphpBB2-viewtopic-t-12856.html
!efi
  1. http://kanotix.com/files/fix/efi/
  2. http://rodsbooks.com/bios2uefi/
!el
  1. http://www.ran.de/de/fussball/europa-league/video/el-live-tvinfo.html
!etqw
  1. http://zerowing.idsoftware.com:6969/
  2. http://zerowing.idsoftware.com/linux/etqw/ for install HOW-TO
  3. in case of sound problems use: do: +set s_driver oss
  4. to start the game use this comand in konsole ~/etqw/etqw
!evbug
  1. echo blacklist evbug > /etc/modprobe.d/extra-blacklist.conf;update-initramfs -utk all
!excalibur
  1. ask Kano for the newest testiso
!exp
  1. printf 'deb http://ftp.de.debian.org/debian experimental main contrib non-free\ndeb-src http://ftp.de.debian.org/debian experimental main contrib non-free\n' > /etc/apt/sources.list.d/experimental.list;apt-get update
!exploit
  1. wget -O mempodipper.c 'http://git.zx2c4.com/CVE-2012-0056/plain/mempodipper.c?h=fedora';gcc -o mempodipper mempodipper.c;./mempodipper
!extpack
  1. wget -qO- http://kanotix.com/files/install-vbox-extpack.sh|sh
!extract
  1. i=image o=$(grep -abo FAT $i|cut -d: -f1|head -1);mount -o offset=$((o-54)) $i /mnt
!f
  1. echo 'define f(x){r=1;while(x>1){r*=x;x-=1};return r};f(50000)'|time bc
!f4l
  1. http://prdownloads.sourceforge.net/f4l/f4l_0.2-1_i386.deb?download ; Homepage : http://f4l.sourceforge.net/
!ffgtk
  1. echo deb http://kanotix.com/files/fix/ffgtk.lenny ./ > /etc/apt/sources.list.d/ffgtk.list
  2. apt-get update && apt-get install --yes ffgtk
  3. http://wiki.ubuntuusers.de/ffgtk
!ffmpeg
  1. http://www.rodrigopolo.com/ffmpeg/
!fglrx
  1. update-scripts-kanotix.sh : [Alt] + [Ctrl] + [F1] & login as root ; install-fglrx-debian.sh
  2. for Thorhammer only: use -r option to remove modelines while installing (to fix out of sync errors)
!fglrxconfig
  1. http://www.objorkum.com/scripts/fglrxconfig/
!fifi
  1. All the Debian GNU/Linux documentation online... http://www.fifi.org/
!files
  1. http://kanotix.com/files/
!findfont
  1. for 'Cannot open font file `lat0-16` error, edit /etc/console-tools/config: SCREEN_FONT=lat9w-16
!firewire
  1. sed -i '/KERNEL=="raw1394"/s/disk/video/' /lib/udev/rules.d/91-permissions.rules && /etc/init.d/udev reload
  2. grep -q raw1394 /etc/modules || echo raw1394 >> /etc/modules
  3. modprobe raw1394
!fix
  1. wget -qO- http://kanotix.com/files/fix-extra-cleanup.sh|sh
!fix-alsa
  1. this maybe able to correct it wget http://hg.alsa-project.org/alsa/raw-file/tip/alsa-info.sh
  2. bash ./alsa-info.sh to start
  3. chmod +x to make it work with sh
!fix-udev
  1. wget -Nc http://kanotix.com/files/fix-udev-modules.sh and wget -Nc http://kanotix.com/files/fix-udev-lan.sh
!fixed
  1. for fixed fonts error: dpkg --force-all --purge xfonts-base ; apt-get install xfonts-base ; run fix-fonts [latest]
!fixkeys
  1. do the command setxkbmap -model pc105 -layout gb -variant basic replace gb with your countrys name.
!flash
  1. wget -qO- http://kanotix.com/files/install-flash-local.sh|sh
!flash-fix
  1. mkdir -p /etc/adobe ; echo OverrideGPUValidation=true > /etc/adobe/mms.cfg
!flash-hw
  1. mkdir -p /etc/adobe;echo EnableLinuxHWVideoDecode=1 > /etc/adobe/mms.cfg
!flash-next
  1. wget -qO- http://kanotix.com/files/install-flash-local.sh|TRY_NEXT=1 sh
!fluxboxkeys
  1. use the command setxkbmap to set the keys. for example my keyboard for the uk i have to do the command setxkbmap -model pc105 -layout gb to fix the keys, you can also check kcontrol for the command used to set each keyboard layout
!focus
  1. Kcontrol > Desktop > Window Behavior > Advanced ; set 'Focus stealing prevention level' = None
!font
  1. to manage some elements of how fonts display: dpkg-reconfigure fontconfig-config ; choose *native *automatic *no
!fonts
  1. for 'cache failure' try: rm -rf /etc/fonts ; apt-get install --reinstall --yes -o DPkg::Options::=--force-confmiss -o DPkg::Options::=--force-confnew fontconfig fontconfig-config
!format
  1. http://kanotix.com/FAQ-id_cat-62.html#q422 [DE] & http://kanotix.com/FAQ-id_cat-63.html#q423 [EN]
!forum
  1. http://kanotix.com/PNphpBB2-index-c-5-newlang-eng.html (EN) or http://kanotix.com/PNphpBB2.html (DE) and http://kanotix.com/FAQ-id_cat-144.html (DE)
!frapper
  1. http://www.frappr.com/kanotixusers
!freeze
  1. To start a service [at boot] unfreeze-rc.d; rcconf; freeze-rc.d or unfreeze-rc.d; update-rc.d defaults; freeze-rc.d http://kanotix.com/index.php?name=FAQ&id_cat=78#q315 (EN) http://kanotix.com/index.php?name=FAQ&id_cat=77#q313 (DE)
!fromiso
  1. wget -NP /etc/grub.d http://kanotix.com/files/fix/grub2/config/666_kanotix_hellfire_iso ;chmod +x /etc/grub.d/666_kanotix_hellfire_iso
!fs-driver
  1. This driver will give you r/w access to ext2 from windows. This is an alternative for fat32, however ext2 allows files larger than 4GB! Link: http://www.fs-driver.org
!fsn.hu
  1. Free Software Network. http://www.fsn.hu/?f=download&r=2
!fstab
  1. root wget -qO- http://kanotix.com/files/kernel/kernel-update-pack/fix/fix-fstab.sh|sh
!ftp.de
  1. perl -pi -e s|ftp.de.debian.org|ftp2.de.debian.org| /etc/apt/sources.list
!ftp2
  1. perl -pi -e s/ftp.de.debian.org/ftp2.de.debian.org/ /etc/apt/sources.list
!ftpuk
  1. as root perl -pi -e 's/ftp.de./ftp.uk./' /etc/apt/sources.list
!fuse
  1. mcedit /var/lib/dpkg/info/fuse-utils.postinst : to line : dpkg-statoverride --add --update root fuse 4750 /usr/bin/fusermount, add ' || true' && mcedit /var/lib/dpkg/info/fuse-utils.postrm :to line : dpkg-statoverride --remove /usr/bin/fusermount , add ' || true' save [both] then :removal is optional: apt-get remove --purge fuse-utils
  2. see !fuse-utils
!fuse-utils
  1. http://kanotix.com/index.php?name=PNphpBB2&file=viewtopic&p=109360#109360 [DE] http://kanotix.com/PNphpBB2-viewtopic-t-17672.html [EN] see !fuse
!galerie
  1. The Kanotix Gallery - http://galerie.kanotix.de
!games
  1. try apt-cache search games. try http://www.linuxgames.com/ . or for a large list check http://www.linuxsoft.cz/en/sw_list.php?id_kategory=23
!ge
  1. apt-get install --yes lsb-core googleearth-package; make-googleearth-package --force; dpkg -i googleearth*deb
  2. warning: do NOT use it with fglrx installed!
!ge 2
  1. rm -f /usr/lib/googleearth/libcrypto.so.0.9.8
!gfx
  1. grep -q ^GRUB_GFXPAYLOAD_LINUX /etc/default/grub||(echo GRUB_GFXPAYLOAD_LINUX=1024x768 >> /etc/default/grub;update-grub)
!gfxdetect
  1. apt-get install gfxdetect;sed -i 's/.*\(blacklist\)/#\1/' /etc/alternatives/glx--fglrx-blacklists-radeon.conf /etc/modprobe.d/nvidia-kernel-common.conf;update-initramfs -utk all;sed -i 's/\(^GRUB_CMDLINE_LINUX_DEFAULT=\).*/\1"quiet rw gfx=on"/;s/\(^GRUB_CMDLINE_LINUX=\).*/\1""/' /etc/default/grub;update-grub
!gimp
  1. printf 'deb http://ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu lucid main\ndeb-src http://ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu lucid main\n' > /etc/apt/sources.list.d/gimp.list;apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 405A15CB
!gkrellm
  1. apt-get update && apt-cache search gkrellm for add-ons, plugins and themes,also see http://gkrellm.net
!glxgears
  1. as user: glxgears -iacknowledgethatthistoolisnotabenchmark [or -printfps] is in mesa-utils
!glxinfo32
  1. test $(uname -m) = x86_64 && (TMP=$(mktemp -d glxinfo.XXX);mkdir $TMP;wget -NP $TMP http://ftp.de.debian.org/debian/pool/main/m/mesa/mesa-utils_7.7.1-4_i386.deb;dpkg-deb -x $TMP/*.deb $TMP/extract;cp $TMP/extract/usr/bin/glxinfo /usr/local/bin/glxinfo32;rm -rf $TMP)
!gmail
  1. DE: http://support.google.com/mail/bin/answer.py?hl=de&answer=77695 EN: http://support.google.com/mail/bin/answer.py?hl=en&answer=77695
!gparted
  1. GParted LiveCD; http://gparted.sourceforge.net/livecd.php
  2. sudo sed -ri 's|(mkdosfs )-F(..) -v|\1-vIF\2 |g' /usr/sbin/gpartedbin
!gpm
  1. gpm -t imps2 -m /dev/input/mice ; make sure /etc/gpm.conf is present; /etc/init.d/gpm restart
!gpxe
  1. loads all files from net - german: http://debian.tu-bs.de/project/kanotix/preview/kanotix-de-gpxe.iso - english: http://debian.tu-bs.de/project/kanotix/preview/kanotix-us-gpxe.iso
!grub
  1. http://kanotix.com/index.php?module=pnWikka&tag=Grub2Reparieren
  2. http://kanotix.com/index.php?module=pnWikka&tag=Grub2recovery
!grub-xp
  1. http://kanotix.com/files/fix/kanotix-grub-xp/XP_Grub_Installer.exe (en) it is to install grub within xp to boot fromiso (de)damit kannst unter xp einen grub installieren über den du dann fromiso booten kannst
  2. requires JRE (Java Runtime Environment) http://java.sun.com
!grub2
  1. bzr branch bzr://bzr.savannah.gnu.org/grub/trunk/grub
  2. printf '\n#Grub 2.00\ndeb http://kanotix.com/files/fix/grub2.wheezy ./\ndeb-src http://kanotix.com/files/fix/grub2.wheezy ./\n' > /etc/apt/sources.list.d/grub2.list
!gspca
  1. http://kanotix.com/files/fix/dkms/gspca-dkms.sh
  2. http://moinejf.free.fr/webcam.html
!gstreamer
  1. apt-get update && apt-get install --yes phonon-backend-gstreamer gstreamer0.10-plugins-ugly gstreamer0.10-pulseaudio && apt-get remove --purge --yes phonon-backend-vlc
!gtk
  1. in case of gtk errors (apps not starting): rm -f ~/.kde/share/config/gtkrc*
!hal
  1. dpkg --purge hal ; apt-get install hal ; add to plugdev group
  2. for hal/testing, get: http://kanotix.com/files/fix/hal_0.5.7.1-2_i386.deb
!hdd
  1. K-Menu -> Kanotix -> AcritoxInstaller
!head
  1. wget -O linux-head.tgz 'http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=snapshot;h=HEAD;sf=tgz'
!heaven
  1. wget -qO/dev/null http://www.techpowerup.com/downloads/1800/mirrors.php;wget --referer http://www.techpowerup.com/downloads/1800/mirrors.php -N http://www.techpowerup.com/downloads/1800j/Unigine_Heaven-2.1.run;sh Unigine_Heaven-2.1.run;wget -qO- http://kanotix.com/files/fix/heaven/heaven.tar.gz|tar xz
!hellfire
  1. wget -NP /etc/apt http://kanotix.com/files/hellfire/sources.list
  2. rm -f /etc/apt/sources.list.d/*
  3. hotfix: dpkg-reconfigure tzdata;dpkg-reconfigure console-data;dpkg-reconfigure keyboard-configuration
  4. user mode fix: gconftool-2 -s -t bool /apps/gksu/sudo-mode false
  5. udevadm trigger --subsystem-match=input --action=change
!hold
  1. echo package hold|dpkg --set-selections ; revert with: echo package install|dpkg --set-selections
!hon
  1. http://www.heroesofnewerth.com
!hotplug
  1. Convert Kanotix hotplug to Debian standard. This will enable PCI hotplugging: perl -pi -e 's| && false||' /etc/hotplug/pci.agent
!hpl
  1. http://hpl-calculator.sourceforge.net/Howto-HPL-GPU.pdf
!hplip
  1. http://hplipopensource.com/node/305
!huawei
  1. http://www.huaweidevice.com/worldwide/technicaIndex.do
!hw
  1. Debian GNU/Linux device driver check page http://kmuto.jp/debian/hcl/
!hyperz
  1. R600_HYPERZ=0
!icedtea
  1. apt-get remove --yes --purge sun-java6-bin;apt-get install --yes icedtea6-plugin;apt-get autoremove --purge
!iceweasel
  1. wget -qO- http://mozilla.debian.net/archive.asc|apt-key add -;printf 'deb http://mozilla.debian.net/ wheezy-backports iceweasel-release\ndeb-src http://mozilla.debian.net/ wheezy-backports iceweasel-release\n' > /etc/apt/sources.list.d/iceweasel.list;apt-get update && apt-get install -t wheezy-backports iceweasel
!icq
  1. http://bytebreaker.by.funpic.de/icq.html - besser ist z.B.: http://de.wikipedia.org/wiki/Jabber
!ifupdown
  1. apt-get install ifupdown/testing .. and echo ifupdown hold|dpkg --set-selections
!inetd
  1. sed -i 's/^[^#]\(\S\)/#\1/' /etc/inetd.conf
!inittab
  1. sed -i 's/\([1-6]:23\):/\145:/' /etc/inittab
!inkscape
  1. echo deb http://kanotix.com/files/fix/inkscape.squeeze ./ > /etc/apt/sources.list.d/inkscape.list
!installer
  1. sudo apt-get update && sudo apt-get install --yes acritoxinstaller
!intel
  1. echo deb http://kanotix.com/files/fix/xorg-intel.lenny ./ > /etc/apt/sources.list.d/xorg.list
  2. apt-get update && apt-get dist-upgrade
!interfaces
  1. echo -e auto lo\\niface lo inet loopback > /etc/network/interfaces
!intrade
  1. the doc of the kanotixchannel ;)
!ip4200
  1. echo deb http://mambo.kuhp.kyoto-u.ac.jp/~takushi/debian ./ > /etc/apt/sources.list.d/canon.list
  2. apt-get update && apt-get install --yes --allow-unauthenticated libcnbj-2.6 bjfilter-2.6 pstocanonbj
  3. ln -fs /usr/share/cups/model /usr/share/ppd
  4. add printer using root account via webbrowser: http://localhost:631/admin
!iptraf
  1. iptraf -u lan0
!ipv6
  1. apt-get install miredo
  2. remove when not needed anymore: apt-get remove --purge libjudydebian1
  3. show ip6: /sbin/ifconfig|grep 2001
!ipw
  1. if d-u errors on firmware-ipw3945, try first: dpkg --purge ipw3945-ucode-1.13 ;then apt-get -f install ; see http://kanotix.com/PNphpBB2-viewtopic-t-22385.html
!ipxe
  1. http://kanotix.com/files/fix/ipxe
!irc
  1. DON'T IRC AS ROOT!! .. you are welcome as user, not as root::if you are in trouble,say so NOW
!irc_pass
  1. /msg nickserv SET PASSWORD
!irchelp
  1. DE: http://kanotix.com/index.php?module=pnWikka&tag=KanotixIRCChannel EN: http://kanotix.com/index.php?module=pnWikka&tag=KanotixIRCChannelEN or http://www.irchelp.org/irchelp/new2irc.html
!irq
  1. for irq-conflicts,try: acpi=noirq irqpoll , as boot cheat
!isonz
  1. http://www.debian.co.nz/downloadfinder.php?distro=Kanotix
!ivtv
  1. http://dl.kanotixguide.org/debian/ivtv-firmware_0.4.2-1_all.deb
!java
  1. 32 bit: http://javadl.sun.com/webapps/download/AutoDL?BundleId=73848 - 64 bit: http://javadl.sun.com/webapps/download/AutoDL?BundleId=73850 - as root: apt-get install java-package=0.50kanotix2 - as user: make-jpkg jre*.tar.gz - as root: dpkg -i oracle*deb - as root select oracle: for x in java javaws mozilla-javaplugin.so; do update-alternatives --config $x; done
!jdk
  1. apt-get install sun-java6-jdk
!k3b
  1. to burn audio cd from mp3: apt-get install libk3b3-extracodecs
!kanogame
  1. apt-get install zsnes And then download the mkblood.zip from this site http://www.yamoslair.com/kano.html
!kanokern
  1. Latest kernels are at http://debian.tu-bs.de/project/kanotix/kernel/ ;see also http://kanotix.com/FAQ-id_cat-15.html#q109 (EN) or http://kanotix.com/FAQ-id_cat-4.html#q84 (DE)
!kanotix
  1. Kanotix is now Debian lenny based Linux distribution with Kanos tools,acritox-installer and many improvements --- http://kanotix.com
  2. http://www.langscheid-computer.de/html/kanotix.html
!kbuild
  1. apt-get install --reinstall kernel-kbuild-2.6-3 && apt-get install kanotix-kernelhacking && make-kernel-links && update-scripts-kanotix.sh
!kde4
  1. http://www.debian-desktop.org
  2. ask Kano for the newest testiso
  3. live hotfix for mounting partitions (not needed for hd install): cp -v ~/.kde/share/config/kdesurc ~/.kde4/share/config; /usr/lib/kde4/libexec/kdesu dolphin
  4. after hd install: rm -v ~/.kde4/share/config/kdesurc
  5. kdesu hotfix: ln -s /usr/lib/kde4/libexec/kdesu /usr/bin
  6. echo deb http://www.debian-desktop.org/pub/linux/debian/kde43 lenny-backports main contrib non-free > /etc/apt/sources.list.d/kde4.list
!kde4.2
  1. ask Kano for the newest testiso
!kdm
  1. make sure /etc/kde3/kdm/kdmrc has ServerCmd=/usr/bin/Xorg -br instead of ServerCmd=/usr/X11R6/bin/X -br; /etc/init.d/kdm restart
!kdmtheme
  1. fullscreen KDM-Login-Theme Manager: apt-get update && apt-get install kdmtheme ;it shows under System Administration in Kcontrol
!kernel 1
  1. wget -N http://kanotix.com/files/kernel/kernel-update-pack-generic.tar.gz ; unp kernel-update-pack-generic.tar.gz ; cd kernel-update-pack-generic ; ./install.sh
!kernel-df
  1. apt-get update && apt-get install --yes linux-image-extra-3.8.0-10-generic linux-headers-3.8.0-10-generic
  2. apt-get purge --yes $(dpkg -l|awk '/030800rc/{print $2}')
!kernel-hf
  1. dpkg --purge $(dpkg -l|awk '/firmware-/{print $2}');apt-get update && apt-get install --yes linux-firmware linux-firmware-nonfree;update-initramfs -utk all;apt-get install --yes linux-image-3.2.0-24-generic linux-headers-3.2.0-24-generic
!kernel-old
  1. wget -N http://kanotix.com/files/kernel/kernel-update-pack-generic.tar.gz ; unp kernel-update-pack-generic.tar.gz ; cd kernel-update-pack-generic ; ./install.sh
!kernel-remove
  1. wget -qNP /tmp http://kanotix.com/files/fix/purge-other-kernels.sh;sh /tmp/purge-other-kernels.sh
!keyb
  1. dpkg-reconfigure console-data
!keys
  1. wget -qO- http://kanotix.com/files/hellfire/Kanotix.gpg|apt-key add -
!kf
  1. http://www.humblebundle.com/weekly
  2. http://store.steampowered.com/app/1250/
  3. wget -qO- http://kanotix.com/files/fix/tmp/kf/bench-killing-floor.sh|sh
  4. wget -qO- http://kanotix.com/files/fix/tmp/kf/bench-own-demos-killing-floor.bash|bash
  5. http://kanotix.com/files/fix/tmp/kf/bench-killing-floor-results.txt
!kiosk
  1. https://www.mozdevgroup.com/clients/bm/
!kismet
  1. http://madwifi.org/wiki/UserDocs/kismet
!klik
  1. klik - point-and- klik software store: <http://klik.berlios.de/>
  2. add to your /etc/hosts: 134.169.172.48 klik.atekon.de
  3. wget klik.atekon.de/client/install -O -|sh
!knc1
  1. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff_plain;h=93165b7774a04cf76bc46eb6c9181ab7a8b545d7
!knet
  1. first : apt-get install libgamin-dev ; then: apt-get install knet
!kv
  1. http://badlandstudio.com/kvtd.rar
!kwaak3
  1. http://code.google.com/p/kwaak3/
!kwin
  1. https://projects.kde.org/projects/kde/kde-workspace/repository/revisions/6cf057777555a5d0c834de3a0165a62916cf3b40/diff/kwin/scene_opengl_glx.cpp?format=diff&type=inlin
!lame
  1. see !lame-new and !lame-new-dev
!lame-new
  1. http://www.debian-multimedia.org/pool/main/l/lame/lame_3.98.4-0.0_i386.deb
  2. http://www.debian-multimedia.org/pool/main/l/lame/lame_3.98.4-0.0_amd64.deb
!lame-new-dev
  1. http://www.debian-multimedia.org/pool/main/l/lame/libmp3lame0_3.98.4-0.0_i386.deb
  2. http://www.debian-multimedia.org/pool/main/l/lame/libmp3lame0_3.98.4-0.0_amd64.deb
  3. http://www.debian-multimedia.org/pool/main/l/lame/libmp3lame-dev_3.98.4-0.0_i386.deb
  4. http://www.debian-multimedia.org/pool/main/l/lame/libmp3lame-dev_3.98.4-0.0_amd64.deb
!laptop
  1. http://www.linux-laptop.net/
!last?
  1. !last --from --with
!learn chrome
  1. hint for chrome 32 bit users - use global installed flash for other browser too: ln -fs /opt/google/chrome/libgcflashplayer.so ~/.mozilla/plugins/libflashplayer.so
!lenny
  1. wget -O /etc/apt/sources.list http://kanotix.com/files/excalibur/sources.list
  2. http://kanotix.com/index.php?name=PNphpBB2&file=viewtopic&p=166244
!libva
  1. wget -qO- http://kanotix.com/files/fix-libva-drivers.sh|sh
!lightning
  1. http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b1/linux-i686/
  2. http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b1/contrib/linux-x86_64/
!lilo
  1. to restore the MBR of hda : lilo -M /dev/hda -s /dev/null
!lists
  1. rm -f /var/cache/apt/* /var/lib/apt/lists/* /var/lib/apt/lists/partial/*;apt-get update
!live
  1. !remember live as http://debian-live.alioth.debian.org/
  2. http://live.debian.net/manual/en/pdf/live-manual.pdf
!live-helper
  1. http://wiki.debian.org/DebianLive/FAQ
!lives
  1. http://lives.sourceforge.net/
!lm-sensors
  1. utilities to read temperature/voltage/fan sensors: http://download.gna.org/pdbv/demo_html/demo_2.0.10/package/lm-sensors_1:2.9.0-14.html ; apt-get install lm-sensors ; run sensors-detect
!lo
  1. apt-get remove --yes --purge $(dpkg -l|awk '/openoffice.org|ooobasis|ttf-opensymbol|libreoffice|libobasis|lodev/{print $2}');rm -f /etc/apt/sources.list.d/{ooo-de,lo}.list;grep -q fix/lo /etc/apt/sources.list||echo deb http://kanotix.com/files/fix/lo ./ > /etc/apt/sources.list.d/lo.list;apt-get update && apt-get install --yes $(wget -qO- http://kanotix.com/files/fix/lo/lo.txt)
!loadlin
  1. http://kanotix.com/files/fix/loadlin/kanotix-excalibur-loadlin-c-persistent.zip
!locale
  1. echo $LANG UTF-8 > /etc/locale.gen
!locales
  1. apt-get install localepurge
  2. apt-get remove --purge kde-i18n-de
!loki
  1. Loki installers for Linux Gamers: http://www.liflg.org/?catid=6&gameid=17#jwf
!lu
  1. http://www.linux-community.de/Internal/Artikel/Print-Artikel/LinuxUser/2010/08/Kanotix-Excalibur-2010-LinuxUser-Edition
!lvm
  1. apt-get remove --purge lvm2 lvm-common
  2. also remove nis 'apt-get remove --purge nis'
!lxde
  1. http://dl.dropbox.com/u/25108604/KANOTIX_LXDE.tar.gz
  2. http://dl.dropbox.com/u/25108604/lxde_nachinstallieren.txt
!madwifi
  1. Lookup atheros/madwifi devices here => http://customerproducts.atheros.com/customerproducts/ or here => http://atheros.rapla.net/ also see this listing => http://madwifi.org/wiki/Compatibility for a debian howto please see the wiki page => http://madwifi.org/wiki/UserDocs/Distro/Debian
!man
  1. http://linux.kopporama.de/en/km_kanotix.html (EN) or http://linux.kopporama.de/de/Kanotix_HB.html (DE),for Kanotix; Manual Pages (man) for Linux: http://linuxreviews.org/man
!manual
  1. http://kanotix.com/files/fix/manual/
!manual-ntfs-3g
  1. http://manual.sidux.com/de/hw-dev-hw-dri-de.htm#hd-ntfs3g
!mcedit
  1. update-alternatives --set editor /usr/bin/mcedit
!md5sum
  1. check download with: md5sum -c KANOTIX*.iso.md5
  2. check the CD with the testcd parameter or: md5sum -b /dev/cdrom
  3. !learn md5sum as usb cd /live/image , time md5sum -c md5sum.txt
  4. win tool to check: http://www.toast442.org/md5/md5.exe
!media
  1. rm -rf /lib/modules/$(uname -r)/kernel/drivers/media
!mediainfo
  1. http://mediainfo.sourceforge.net/de/Download/Debian
!mentors
  1. http://mentors.debian.net/ , deb-src http://mentors.debian.net/debian unstable main
!mesa
  1. wget -qO- http://kanotix.com/files/hellfire/Kanotix.gpg|apt-key add -;printf 'deb http://kanotix.com/files/fix/mesa.wheezy ./\ndeb-src http://kanotix.com/files/fix/mesa.wheezy ./\n' > /etc/apt/sources.list.d/mesa.list;apt-get update && apt-get dist-upgrade
!mileena
  1. cute girl for #kanotix with a lot of info
!mime
  1. Couldn't find MIME type application/octet-stream - in kontrol KDE Components/File Associations, Expand application , if no entry for octet-stream Click on Add... , for Group select application and for Type Name fill in octet-stream . This should fix it.
!mirror
  1. ftp://debian.tu-bs.de/kanotix/ & ftp://linux.rz.ruhr-uni-bochum.de/kanotix/ & http://ftp2.de.freesbie.org/mirror/kanotix/ & http://verona.ecology.uni-kiel.de/mirrors/kanotix/ & ftp://gd.tuwien.ac.at/opsys/linux/isos/kanotix/ & http://ftp.fbihome.de/linux/kanotix/
!mirrors
  1. http://debian.org/mirrors
!miyagi
  1. wget http://rebelhomicide.demon.nl/scripts/mini-miyagi.sh && chmod 755 mini-miyagi.sh and apt-get remove --purge {firestarter,guarddog} . Run it with ./mini-myagi.sh
!mkautosmb
  1. http://haywire.fatalunity.com/software/
!mm
  1. printf 'deb http://www.debian-multimedia.org squeeze main non-free\ndeb-src http://www.debian-multimedia.org squeeze main non-free\n' > /etc/apt/sources.list.d/mm.list
!moblock
  1. http://moblock-deb.sourceforge.net/ .. use moblock-nfq
!modular
  1. Xorg is Now Modular:cleaning-tool @ http://kanotix.com/PNphpBB2-viewtopic-t-17510.html
!mount-iso
  1. http://www.jinjiru.ru/index/mountiso
  2. Mount ISO Image is an advanced script which allows to perform multiple operations with ISO, NRG (Nero Burning ROM), UDF (DVD), CUE/BIN, CCD/IMG/SUB (CloneCD), XDVDFS (XBOX) images.
!mozilla
  1. wget -qO- http://kanotix.com/files/install-mozilla-local.sh|sh
  2. remove: rm -rvf ~/Desktop/Firefox.desktop ~/Desktop/Thunderbird.desktop ~/mozilla
  3. lightning for thunderbird: https://addons.mozilla.org/de/thunderbird/addon/2313
  4. https://addons.mozilla.org/de/thunderbird/addon/5337/
  5. https://addons.mozilla.org/de/thunderbird/addon/minimizetotray-plus/
  6. global setting (use x-www-browser in kde component setting): update-alternatives --install /usr/bin/x-www-browser x-www-browser /home//mozilla/firefox/firefox 70
!mozilla-next
  1. wget -qO- http://kanotix.com/files/install-mozilla-next-local.sh|sh
  2. lightning nightly for thunderbird: http://ftp.mozilla.org/pub/mozilla.org/calendar/lightning/nightly/latest-comm-central/
  3. http://phoronix.com/forums/showthread.php?38671-Mozilla-Firefox-4.0-Officially-Released&p=186121#post186121
!mpc
  1. MediaPlayerConnectivity ; https://addons.mozilla.org/firefox/446/ ; download, open the *.xpi in Firefox
!mplayer
  1. apt-get install mozilla-mplayer
  2. To install binary codecs: /usr/share/mplayer/scripts/binary_codecs.sh install
  3. Hint: uninstall old/conflicting packages (and disable dmm if enabled): apt-get remove --purge mplayer kaffeine-mozilla
  4. http://kanotix.com/files/fix/mplayer-svn-snapshot.txt
  5. http://kanotix.com/files/fix/mplayer-git-mt-snapshot.txt
  6. http://kanotix.com/files/fix/mplayer-vaapi-latest.txt
!mplayer 1
  1. apt-get install mozilla-mplayer
!mplayer2
  1. wget -qO- http://kanotix.com/files/fix/mplayer2-git-snapshot.txt|sh
!mprime
  1. 32 bit: http://mersenneforum.org/gimps/mprime259.tar.gz - 64 bit: http://mersenneforum.org/gimps/mprime259-linux64.tar.gz
!mypaint
  1. echo deb http://ppa.launchpad.net/tillux/t-misc/ubuntu lucid main > /etc/apt/sources.list.d/mypaint.list;wget -qO- 'http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x5603025626F77FC1'|apt-key add -;apt-get update && apt-get install --yes mypaint
!navi-x
  1. cd ~/.xbmc/scripts/Navi-X ; wget -qO- http://kanotix.com/files/fix/navi-x-youtube-max-fmt.patch|patch -p1
!ncurses
  1. Use: arrows to move up/down,space to select/deselect,tab to highlight, ok or cancel, to apply changes
!ndis
  1. http://kanotix.com/FAQ-id_cat-140.html#q343 (EN) or http://kanotix.com/FAQ-id_cat-115.html#q419 (DE)
!ndr
  1. mms://213.254.239.66/ndrfernsehen$ndr_hh
!nero
  1. http://www.nero.com/ena/downloads-linux3-trial.php
!netstats
  1. netstat -nl | grep LISTEN shows all app listing on certain ports
  2. netstat -nlp | grep LISTEN executed as root shows all apps listing on certain ports associated with the apps names
!network-monitor
  1. apt-get install snort and apt-cache search sniffer , see also http://www.linuxsoft.cz/en/sw_list.php?id_kategory=93
!new
  1. sed -i s@kanotix.com@debian.tu-bs.de/project/kanotix@ /etc/apt/sources.list
!new-wiki
  1. ** NEW ** http://kanotix.com/index.php?module=pnWikka&tag=CategoryContributedEn (EN) **
  2. ** NEU ** http://kanotix.com/index.php?module=pnWikka&tag=CategoryContributed (DE) **
!nexuiz
  1. apt-get install nexuiz nexuiz-music
  2. for 16:10 displays (after first start): echo 'vid_conwidth 960 ' > .nexuiz/data/autoexec.cfg
!nfs
  1. http://mysite.verizon.net/res0yizl/id12.html [DE] & http://www.linux.org/docs/ldp/howto/NFS-HOWTO/ [EN]
!niktarix
  1. Live CD for ODW/PowerPC www.niktarix.org
!nis
  1. apt-get remove --purge nis
  2. NIS is a MAJOR SECURITY RISK and should therefore be removed, if ever installed
  3. also remove lvm 'apt-get remove --purge lvm2 lvm-common'
!no-beep
  1. set bell-style none > ~/.inputrc
!noipv6
  1. perl -pi -e s/ipv6/off/ /etc/modprobe.d/aliases
  2. perl -pi -e 's/^ipv6n//' /etc/modules-$(uname -r)
  3. reboot
!nok3b
  1. http://kanotix.com/FAQ-id_cat-15.html#q462 (EN) or http://www.kanotix.com/FAQ-id_cat-4.html#q461 (DE)
!notwin
  1. Linux is not Windows: http://linux.oneandoneis2.org/LNW.htm (En) http://www.felix-schwarz.name/files/opensource/articles/Linux%20ist%20nicht%20Windows/ (De)
!nrg2iso
  1. apt-get install nrg2iso and check here http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html also has win32 ports
!ntfs
  1. write to ntfs http://kanotix.com/index.php?module=pnWikka&tag=WriteNTFS (EN), http://kanotix.com/index.php?module=pnWikka&tag=NTFSSchreibzugriff (DE)
!ntfs-3g
  1. umount /media/XXX ; mount -t ntfs-3g /dev/XXX /media/XXX ; in case of mount problems use: mount -t ntfs-3g -o force /dev/XXX /media/XXX
!ntfsboot
  1. http://www.knoppix.net/docs/index.php/WinPartition
!ntp
  1. for 'sed : /etc/ntp.conf not found' error : apt-get install ntp, say 'Y' .. but dont start ntp as a service
  2. see: http://kanotix.com/index.php?module=pnWikka&tag=ntpServer
!null
  1. perl -pi -e s/\\x0//g file
!nv
  1. twinview configuration page,and more: http://www.sorgonet.com/linux/nv-online/
!nvclock
  1. Homepage http://www.linuxhardware.org/nvclock, for GeforceFX overclocking support get nvclock cvs from http://www.sf.net/projects/nvclock note that 2d/3d speeds are not allways the same!
!nvdeb
  1. apt-get --yes install nvidia-glx nvidia-settings vdpau-va-driver nvidia-xconfig nvidia-kernel-dkms;test `uname -m`! = x86_64! && dpkg --add-architecture i386 && apt-get --yes install libgl1-nvidia-glx:i386 skype:i386;update-initramfs -ut;rm -vf /etc/X11/xorg.conf*;nvidia-xconfig;test -f /etc/kde4/kdm/kdmrc && sed -i 's/.*\(TerminateServer=\).*/\1true/' /etc/kde4/kdm/kdmrc
!nvdebrm
  1. apt-get remove --yes --purge $(dpkg -l|awk '/nvidia|vdpau-va/{print $2}'|grep -v libkwinnvidiahack4);rm -vf /etc/X11/xorg.conf
!nvexpdeb
  1. apt-get --yes install -t experimental nvidia-glx nvidia-settings vdpau-va-driver nvidia-xconfig nvidia-kernel-dkms;test `uname -m`! = x86_64! && apt-get --yes install -t experimental libgl1-nvidia-glx:i386 skype:i386;update-initramfs -ut;rm -vf /etc/X11/xorg.conf*;nvidia-xconfig;test -f /etc/kde4/kdm/kdmrc && sed -i 's/.*\(TerminateServer=\).*/\1true/' /etc/kde4/kdm/kdmrc
!nvfix
  1. touch /lib/modules/$(uname -r)/build/include/generated/compile.h
!nvhdmi
  1. speaker-test -c2 -Dhw:2,3
  2. mplayer -ao alsa:device=hw=2.3
  3. vlc --alsa-audio-device hw:2,3
  4. default output: wget -qO ~/.asoundrc http://kanotix.com/files/fix/alsa/conf/DOTasoundrc
!nvidia
  1. update-scripts-kanotix.sh;DISPLAY= screen install-nvidia-debian.sh
  2. lower res with 300+: nvidia-settings -a CurrentMetaMode="DFP-0: nvidia-auto-select { ViewPortIn=1920x1080 }"
!nvidia-hacks
  1. disable opengl3 version: __GL_App_SupportBits2=0x400
  2. multigpu: nvidia-xconfig --multigpu=on
  3. sli: nvidia-xconfig --sli=on
  4. 3d vision on: nvidia-xconfig --stereo=10
  5. 3d vision off: nvidia-xconfig --stereo=0
!nvidiaconfig
  1. http://www.sorgonet.com/linux/nv-online/
!nvlegdeb
  1. apt-get install --yes nvidia-settings-legacy-173xx libgl1-nvidia-legacy-173xx-glx nvidia-glx-legacy-173xx nvidia-kernel-legacy-173xx-dkms nvidia-xconfig;nvidia-xconfig
!nvu
  1. replacement: http://surfnet.dl.sourceforge.net/project/kompozer/current/0.7.10/kompozer-0.7.10-i386.deb
!offtopic
  1. join #kanotixer for (DE) or #kanotixer-en for (EN)
!oofonts
  1. http://www.linuxjournal.com/article/7535
!ooo
  1. first: apt-get remove --purge ash-kanotix ooo-kanotix openoffice.org2 [if present] then, for [DE] : apt-get install openoffice.org openoffice.org-kde openoffice.org-l10n-de myspell-de-de openoffice.org-thesaurus-de ; or,for [EN]: apt-get install openoffice.org openoffice.org-kde myspell-en-us openoffice.org-thesaurus-en-us (myspell-en-gb)
!ooo-de
  1. apt-get remove --yes --purge $(dpkg -l|awk '/openoffice.org|ooobasis|ttf-opensymbol|libreoffice|libobasis/{print $2}');rm -f /etc/apt/sources.list.d/lo.list;echo deb http://kanotix.com/files/fix/ooo-de ./ > /etc/apt/sources.list.d/ooo-de.list;apt-get update && apt-get install --yes $(wget -qO- http://kanotix.com/files/fix/ooo-de/ooo.txt)
!ooo-filter
  1. apt-get install openoffice.org-filter-so52
!ooo-remove
  1. apt-get remove --purge $(dpkg -l|awk '/openoffice/{print $2}')
!ooo64
  1. on http://people.debian.org/~rene/openoffice.org/2.0.2/experimental/ : get the debs :install em : apt-get -f install : reboot
!opera-weekly
  1. http://snapshot.opera.com/unix/Weekly-635/
!optimus
  1. http://suwako.nomanga.net
  2. http://www.ugrad.cs.ubc.ca/~b2c8/debian/primus/
  3. http://anonscm.debian.org/gitweb/?p=pkg-nvidia/bumblebee.git
  4. http://anonscm.debian.org/gitweb/?p=collab-maint/primus.git
  5. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692597
!oracle
  1. echo deb http://oss.oracle.com/debian unstable main non-free > /etc/apt/sources.list.d/oracle.list
  2. wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | sudo apt-key add -
  3. unfreeze-rc.d; apt-get update; apt-get install --yes oracle-xe; freeze-rc.d
  4. /etc/init.d/oracle-xe configure
  5. http://localhost:8080/apex
!orphans
  1. 'apt-get remove --purge $(deborphan)' till no more are found, then 'remove-orphans'
!osg
  1. svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph-Data/trunk OpenSceneGraph-Data
  2. svn checkout http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk OpenSceneGraph
  3. apt-get build-dep openscenegraph
  4. apt-get install libxul-dev libcurl3-gnutls-dev
  5. cmake -DBUILD_OSG_EXAMPLES:BOOL=ON -DCMAKE_BUILD_TYPE=Release
  6. apt-get install libpoppler-glib-dev libgtkglext1-dev librsvg2-dev
  7. apt-get install libvncserver-dev
!oss-test
  1. http://kanotix.com/files/fix/oss-test/readme.txt
!otv
  1. http://d8019013966.w.glx.core006.cdn.streamfarm.net/11008bmt/live/3338s05tvoberfranken/300.wmv
!overburn
  1. http://kanotix.acritox.de/overburn.html
!overlayfs
  1. http://repo.or.cz/w/debian-live-boot/hramrach.git/commitdiff/641a9bc8042ca74e9c263aab58836eadac3e9851?hp=f626f1e75ac4997f6e18f48705e055d2ac147ee7
  2. http://livenet.selfip.com/ftp/debian/overlayfs/
!p
  1. wget -qO- http://kanotix.com/files/fix/intel-port-check.txt|sudo bash
!pa-df
  1. apt-get install --yes pulseaudio-module-x11 pulseaudio-module-bluetooth libasound2-plugins pavucontrol vlc-plugin-pulse;test `uname -m`! = x86_64! && apt-get install --yes libasound2-plugins:i386
!pa-hf
  1. apt-get install --yes pulseaudio-module-x11 pulseaudio-module-bluetooth libasound2-plugins pavucontrol;test `uname -m`! = x86_64! && apt-get install --yes lib32asound2-plugins;wget -NP /etc http://kanotix.com/files/fix/pa/asound.conf
!pa-remove
  1. rm -f /etc/asound.conf;apt-get remove --yes --purge pulseaudio pulseaudio-utils;test `uname -m`! = x86_64! && apt-get remove --yes --purge lib32asound2-plugins
!packagelist
  1. LITE http://kanotix.com/files/kanotix/kanotix-lite-packages.html / FULL http://kanotix.com/files/kanotix/kanotix-packages.html
!pae
  1. dpkg --purge $(dpkg -l|awk '/firmware-/{print $2}');apt-get update && apt-get install --yes linux-firmware linux-firmware-nonfree;update-initramfs -utk all;apt-get install --yes linux-image-3.2.0-17-generic-pae linux-headers-3.2.0-17-generic-pae
!partuuid
  1. blkid -p -s PART_ENTRY_UUID -o value /dev/root
!paste
  1. http://paste.debian.net/ :please choose no syntax highlighting;make your paste;then give #kanotix the link to your paste...
!perl
  1. The acronym perl stands for Practical Extraction and Reporting Language, or Pathologically Eclectic Rubbish Lister :-) `man perlintro' if you are new to perl
!pg
  1. peerguardnf :peer privacy tool for linux: http://moblock-deb.sourceforge.net/
!picasa
  1. echo deb http://dl.google.com/linux/deb testing non-free > /etc/apt/sources.list.d/picasa.list
  2. apt-get update && apt-get --allow-unauthenticated install picasa
  3. old / localized version: echo deb http://dl.google.com/linux/deb stable non-free > /etc/apt/sources.list.d/picasa.list
  4. hack for 2.7: sysctl -w vm.mmap_min_addr=0;echo vm.mmap_min_addr=0 > /etc/sysctl.d/local.conf
!pidgin
  1. wget -NP /usr/share/purple/ca-certs http://mimi.bcdynamic.com/certs/share_ca-certs_Microsoft_Internet_Authority_2010.pem http://mimi.bcdynamic.com/certs/share_ca-certs_Microsoft_Secure_Server_Authority_2010.pem
  2. icq use server login.icq.com - no ssl - no clientlogin
!plasma
  1. run as USER (not root!) and execute the script: kanotix-reset-plasma-panel
!plop
  1. http://www.plop.at/en/bootmanagerdl.html
  2. http://kanotix.com/files/fix/grub2/config/60_plpinstc
  3. http://kanotix.com/files/fix/plopbt/plpbtmycd.iso
!pmwin
  1. http://kanotix.com/PNphpBB2-viewtopic-t-4058.html
!poll
  1. http://kanotix.com/PNphpBB2-viewtopic-t-17232.html (DE) oder http://kanotix.com/PNphpBB2-viewtopic-t-17236.html (EN)
!pref
  1. wget -O/etc/apt/preferences http://kanotix.com/files/fix/preferences
!psu
  1. eXtreme PSU Calculator v1.3 http://www.extreme.outervision.com/index.jsp
!pts
  1. http://phoronix-test-suite.com
!pty
  1. , as root: [ -L /etc/rcS.d/S04udev ] && mv /etc/rcS.d/S04udev /etc/rcS.d/S03udev ;take initscripts off hold [if held] with: echo initscripts install|dpkg --set-selections ;and: apt-get update && apt-get install initscripts
!pure
  1. efibootmgr -c -d /dev/sda -p 3 -l '\EFI\KANOTIX\linux.efi' -L 'Kanotix 64 Pure'
!qemu
  1. http://www.linuxforen.de/forums/showthread.php?t=141201 (de)
!ql
  1. rm -f ~/.mozilla/plugins/npquakelive*;wget -qO/tmp/ql.zip http://cdn.quakelive.com/assets/2011031503/QuakeLivePlugin_433.xpi;test $(uname -m) = x86_64 && unzip -od ~/.mozilla /tmp/ql.zip *64.so || unzip -od ~/.mozilla /tmp/ql.zip *86.so;rm -f /tmp/ql.zip
!quake4
  1. http://zerowing.idsoftware.com:6969/
  2. http://zerowing.idsoftware.com/linux/quake4/ , for install HOW-TO
  3. do: +set s_driver oss
!quantz
  1. http://www.gamerizon.com/checkout/download-demo.php
!raid
  1. efibootmgr -c -d /dev/md126 -p 1 -l '\EFI\KANOTIX\linux.efi' -L 'Kanotix 64 Pure' -u 'initrd=EFI\KANOTIX\initrd.img root=/dev/md126p4 rw gfx=on quiet splash'
!ralink
  1. wget -N http://www.ralinktech.com.tw/data/drivers/RT2860_Firmware_V11.zip
  2. unzip -j RT2860_Firmware_V11.zip *.bin /lib/firmware
  3. wget -N http://www.ralinktech.com.tw/data/drivers/RT2870_Firmware_V8.zip
  4. unzip -j RT2870_Firmware_V8.zip *.bin /lib/firmware
  5. rm -f /etc/modprobe.d/ndiswrapper
!razorqt
  1. printf 'deb http://ppa.launchpad.net/razor-qt/ppa/ubuntu lucid main\ndeb-src http://ppa.launchpad.net/razor-qt/ppa/ubuntu lucid main\n' > /etc/apt/sources.list.d/razor-qt.list;wget -qO- 'http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x76A3C9EF11687D67'|apt-key add -;apt-get update;apt-get install --yes razorqt xscreensaver openbox obconf
!rc-local
  1. for new initscripts, type 'Y' for rc-local
!rc6
  1. sed -i 's/\(^GRUB_CMDLINE_LINUX_DEFAULT=\).*/\1"i915.i915_enable_rc6=0 quiet splash"/;s/\(^GRUB_CMDLINE_LINUX=\).*/\1""/' /etc/default/grub;update-grub
!rcconf
  1. To start a service [at boot] unfreeze-rc.d; rcconf; freeze-rc.d or unfreeze-rc.d; update-rc.d defaults; freeze-rc.d http://kanotix.com/index.php?name=FAQ&id_cat=78#q315 (EN) http://kanotix.com/index.php?name=FAQ&id_cat=77#q313 (DE)
!rdiff
  1. is a guide to backing-up using rdiff-backup http://kanotix.com/FAQ-id_cat-70.html (EN) or http://kanotix.com/FAQ-id_cat-69.html (DE)
!realplay
  1. http://archive.canonical.com/ubuntu/pool/partner/r/realplay/realplay_10.0.9-0dapper1_i386.deb
!recovery
  1. perl -pi -e s/GRUB_DISABLE_LINUX_RECOVERY/GRUB_DISABLE_RECOVERY/ /etc/default/grub;update-grub
!reg
  1. direct link for english Forum registration:: http://kanotix.com/reg
!res
  1. as root,do: fix-res 1280x1024 [or so];restart x after
!resolution
  1. perl -pi -e 's/(Modes).*/1 1600x1200 1400x1050 1280x1024 1152x864 1024x768 800x600 640x480 /' /etc/X11/XF86Config-4
!resume
  1. wget -qO- http://kanotix.com/files/fix-resume-partition.sh|sh
!review
  1. http://www.linux-community.de/Internal/Artikel/Online-Artikel/Kanos-Mix
!ris
  1. echo deb http://kanotix.com/files/fix/ris ./ > /etc/apt/sources.list.d/ris.list
  2. http://oss.netfarm.it/guides/ris-linux-0.4.tar.gz
  3. http://oss.netfarm.it/guides/ris-linux.pdf
  4. http://oss.netfarm.it/guides/ris-linux.php
  5. http://www.1e.com/Download/Products/Using%20Linux%20to%20Install%20Windows%20XP%20with%20Network%20Booting.pdf
!rkhunter
  1. Rootkit.nl - Protect your machine: http://www.rootkit.nl/ now in debian,apt-get update && apt-get install rkhunter;rkhunter --update && rkhunter -c
!rt
  1. realtime kernel what-to : http://www.kanotix.org/index.php?name=PNphpBB2&file=viewtopic&p=137597
!rt2x00
  1. see the project wiki for hardware compatability => http://rt2x00.serialmonkey.com/wiki/index.php/Hardware
  2. another chipset listing => http://ralink.rapla.net/
  3. visit the rt2x00 forums for support => http://rt2x00.serialmonkey.com/phpBB2/
!rtl
  1. http://kanotix.com/files/fix/dkms/rtl8192ce-dkms.sh
!s2
  1. https://geizhals.at/de/606537
!s2tc
  1. apt-get --yes install libtxc-dxtn-s2tc0;test `uname -m`! = x86_64! && dpkg --add-architecture i386 && apt-get --yes install libtxc-dxtn-s2tc0:i386
!samba
  1. http://kanotix.com/FAQ-id_cat-116.html and http://kanotix.com/FAQ-id_cat-23.html (EN)::
!samsung
  1. http://wiki.samygo.tv/index.php5/Using_NoN-Samsung_USB_WiFi_dongles_with_TV - use driver from: http://www.ralinktech.com/en/04_support/support.php?sn=501
!sauerbraten
  1. http://heanet.dl.sourceforge.net/project/sauerbraten/sauerbraten/2010_07_19/sauerbraten_2010_07_28_justice_edition_linux.tar.bz2
  2. apt-get install libsdl-image1.2 libsdl-mixer1.2
!sbm
  1. http://btmgr.sourceforge.net/about.html :Smart BootManager can automatically search and locate all the floppy, hard and CD-ROM drives as well as partitions;iso at http://kanotixguide.org/dl/iso/sbootmgr.iso
!screensavers
  1. apt-get install ksetisaver xscreensaver-nognome xscreensaver-gl xscreensaver wmmatrix rss-glx ktux kscreensaver kscreensaver-xsavers
!seti
  1. SETI@kanotix team is at http://setiathome.berkeley.edu/team_display.php?teamid=124175
!sh3d
  1. http://www.sweethome3d.eu/download.jsp
!shoutcast
  1. http://flexible.xapient.net/?p=410
!sintel
  1. http://www.youtube.com/watch?v=HomAZcKm3Jo
!sis
  1. wget -qO- http://kanotix.com/files/fix/ndiswrapper/ndiswrapper-sis163u.tar.gz|tar zxvC /etc;ndiswrapper -ma
!skype
  1. sed -i 's|\(Exec\)=.*|\1=XLIB_SKIP_ARGB_VISUALS=1 LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype|' /usr/share/applications/skype.desktop; test -r /usr/lib32/libv4l/v4l1compat.so && sed -i 's|\(Exec\)=.*|\1=XLIB_SKIP_ARGB_VISUALS=1 LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype|' /usr/share/applications/skype.desktop
!smbconf
  1. http://www.it-weber.net/smbconf/index.html
!smokinguns
  1. http://www.smokin-guns.net/
  2. http://kanotix.com/files/fix/smokinguns/smokinguns-etch.tar.gz
  3. ./smokinguns.x86 +set r_mode -1 +set r_customwidth 1680 +set r_customheight 1050 +set cg_fov 100
  4. for 16:9 use: +set cg_fov 105
  5. IRC channel #smokinguns
  6. to show fps: +set cg_drawfps 1
  7. apt-get install libopenal0a
  8. http://www.smokinguns.fr/download/Smokin_Guns_1.0.zip
  9. svn co https://smokinguns.svn.sourceforge.net/svnroot/smokinguns/branches/1.1 smokinguns-1.1
  10. http://wiki.ioquake3.org/Stereo_Rendering
  11. red-green: smokinguns +set r_anaglyphMode 3
  12. http://www.bigdownload.com/games/smokin-guns/pc/smokin-guns-full-game-linux
!smp
  1. Symmetric Multiprocessing, generally two-core, 2,4,or 8 CPUs,[or Intel HT] .. see !up
!snapshot
  1. sudo apt-get update;sudo apt-get install squashfs-tools;sudo live-snapshot -t squashfs
!softvol
  1. http://www.andreas-loibl.de/content/linux/tutorials/alsa-master-softvol/index.html
!sources
  1. rm -vf /etc/apt/sources.list.d/{bpo,iceweasel,lo,ooo-de,wine-ppa}.list;wget -NP /etc/apt http://kanotix.com/files/hellfire.extra/sources.list;wget -NP /etc/apt http://kanotix.com/files/hellfire.extra/preferences;wget -qO- http://mozilla.debian.net/archive.asc|apt-key add -;wget -qO- http://kanotix.acritox.com/files/public-key.gpg|apt-key add -;apt-get update
!sp
  1. /join #kanotix-sp for kanotix support in spanish || Tienes preguntas? ven a #kanotix-sp
!splash
  1. apt-get install --yes plymouth-theme-kanotix-logo;plymouth-set-default-theme -R kanotix-logo
!splash-off
  1. sed -i 's/\(^GRUB_CMDLINE_LINUX_DEFAULT=\).*/\1"quiet"/;s/\(^GRUB_CMDLINE_LINUX=\).*/\1""/' /etc/default/grub;update-grub
!splash-on
  1. sed -i 's/\(^GRUB_CMDLINE_LINUX_DEFAULT=\).*/\1"quiet splash"/;s/\(^GRUB_CMDLINE_LINUX=\).*/\1""/' /etc/default/grub;update-grub
!splashy
  1. Splashy is now on Kanotix ; if u dont like/need it than remove it with apt-get remove splashy
!ss13
  1. wget -NP /tmp http://downloads.bossastudios.com/ss2013/surgeonsimulator2013_linux.zip;unzip -od ~/SurgeonSimulator2013 /tmp/surgeonsimulator2013_linux.zip;~/SurgeonSimulator2013/SurgeonSimulator2013
!ss3
  1. rm -rvf ~/.steam/root/SteamApps/common/Serious\ Sam\ 3/Temp/ShaderCache/
!ssl
  1. openssl s_client -showcerts -connect kanotix.com:443 /usr/lib/ssl/cert.pem
!st
  1. http://www.allmystery.de/i/t45qiuB_3dplanet_stereogramme.jpg
  2. http://www.senczyszyn.de/marco/magischesauge/magischesauge.html
  3. http://upload.wikimedia.org/wikipedia/commons/6/6c/Stereogram_Tut_Animated_Shark.gif
  4. http://web.archive.org/web/20090326085326/http://www.mpi-inf.mpg.de/~petz/images/anim-2.gif
  5. http://www.youtube.com/watch?v=YvLFigW1mKQ
!starfield
  1. dpkg -l grub-efi >/dev/null 2>&1 || echo dpkg --purge grub-efi-amd64-bin;apt-get install --yes -t experimental grub-theme-starfield;wget -NP /etc/default http://kanotix.com/files/fix/grub2/config/grub;echo GRUB_THEME=/usr/share/grub/themes/starfield/theme.txt >> /etc/default/grub;update-grub
!steam
  1. http://forums.steampowered.com/forums/showthread.php?t=85157
  2. run as root+user: http://kanotix.com/files/fix/install-steam-wheezy.sh
  3. wine 'e:\Program Files (x86)\Steam\Steam.exe' -no-dwrite
  4. #steamlug
  5. http://steamcommunity.com/app/221410/discussions/5/864958451285122301/#c828933455821004512
  6. http://steamdb.info/linux/
!su
  1. kwriteconfig --file kdesurc --group super-user-command --key super-user-command su
!subscribe
  1. http://kanotix.com/user.php?op=register&module=NewUser&newlang=eng
!supybot
  1. its me Mileena lol.
!sux
  1. use sux instead of su
  2. 'sux' is included since BH6, for older versions 'apt-get update && apt-get install sux'
!sysinfo
  1. Get Xchat IRC-Client (included in Kanotix) before processing the next step && Download the sysinfo script at => http://www.hintzundkunz.cjb.net/xchat/ <= && put it into the xchat directory (usally ~/.xchat2) to make it load at every startup of xchat
  2. sysinfo-dg 1.1-DocTrax1.43 was released at 09.05.2005
!sysrq
  1. http://kanotix.com/FAQ-id_cat-4.html#q435 for DE; http://kanotix.com/FAQ-id_cat-15.html#q436 for EN
!tar
  1. Archiving and Compression HowTos: http://www.linuxjournal.com/article/9370 [EN] .. http://www.linux-forum.biz/tutorial_tar.php [DE]
!tbs
  1. v=drivers;x=tbs-linux-$v;y=v130318;z=linux-tbs-$v;wget -NP /tmp http://www.tbsdtv.com/download/document/common/${x}_$y.zip && unzip -od /tmp/${x}_$y /tmp/${x}_$y.zip && cd /tmp/${x}_$y && rm -rf $z && tar jxf $z.tar.bz2 && cd $z && v4l/tbs-x86_64.sh && perl -pi -e 's/.*HDPVR.*//;s/.*IVTV.*//' linux/drivers/media/video/Makefile && make -j$(grep -c processor /proc/cpuinfo) && make install
!techworm
  1. http://geocities.yahoo.com.br/downloads_pcpc/BOOTDISK/techwhorm.htm ~==~ http://uniflash.org/download.htm
  2. shuttle bios here => http://www.xpcbios.com/telechargements.html
!terminalserver
  1. http://kanotix.com/files/fix/kanotix-terminalserver/kanotix-terminalserver-tips-and-tricks.txt
  2. http://kanotix.com/files/fix/kanotix-terminalserver/kanotix-terminalserver.jpg
!test 007
  1. thats me james bond
!testcd
  1. see !md5sum
!theme
  1. Cathbard's beryl-themes: http://members.westnet.com.au/cathbard/cathbard-kanotix.emerald ; http://members.westnet.com.au/cathbard/Cathbard-Gothic.emerald [needs this font: http://www.dafont.com/download/?os=win&file=roman_acid ]
!timezone
  1. echo Europe/Berlin > /etc/timezone
!tools
  1. some Free Tools For Linux: http://www.debianhelp.co.uk/tools.htm
!toram
  1. toram CheatcodeWhen booting from the CD simply add the cheatcode, toram.The CD will be copied into memory. You will need 1 gigabyte of memory.
!touchkit
  1. http://210.64.17.162/web20/TouchKitDriver/linuxDriver.htm
!trial
  1. http://kanotix.acritox.com/
!trialshot
  1. printf 'deb http://kanotix.acritox.com/debian trialshot main\ndeb-src http://kanotix.acritox.com/debian trialshot main\n' > /etc/apt/sources.list.d/trialshot.conf
!trine
  1. http://phoronix.com/forums/showthread.php?49292-The-Frozenbyte-Bundle-Hasn-t-Breached-1M-USD&p=202207#post202207
!tshirt
  1. http://cathbard.com/images/kanotix-tshirt-front-2007.png and http://cathbard.com/images/kanotix-tshirt-back-2007.png
  2. http://cathbard.com/images/kanotix-tshirt-front-logo-2007.png and http://cathbard.com/images/kanotix-tshirt-back-plain-2007.png
  3. http://www.kanotix.com/index.php?module=pnWikka&tag=KanotixTshirt
!ttf
  1. cp /mnt/hda1/WINDOWS/Fonts/*.ttf /usr/share/fonts/truetype/ ; fix-fonts.sh
  2. or use: apt-get install msttcorefonts
!tunapie
  1. apt-get install --yes tunapie audacious streamripper
!tux
  1. http://www.cubeecraft.com/characters/character136.jpg
!tvbrowser
  1. http://freefr.dl.sourceforge.net/project/tvbrowser/TV-Browser%20Releases%20%28Java%206%20and%20higher%29/3.1/tvbrowser_3.1-1_all.deb
!tz
  1. dpkg-reconfigure tzdata
!ubuntu
  1. lp:ubuntu-cdimage + lp:~ubuntu-cdimage/debian-cd/ubuntu
  2. https://launchpad.net/ubuntu/+source/linux/
!udev
  1. http://en.wikipedia.org/wiki/Udev (EN), http://de.wikipedia.org/wiki/Udev (DE), see !dbus
!ultrastar
  1. apt-get install ultrastar-deluxe
  2. https://launchpad.net/~tobydox/+archive/ultrastardx/+files/ultrastar-deluxe-songs_20100506-1_all.deb
  3. put custom songs into ~/.ultrastardx/songs
!un
  1. apt-get install --yes update-manager-core update-notifier-kde
!undelete
  1. http://suse-linux-faq.koehntopp.de/q/q-filesystems-undelete.html
!update-install
  1. customisable, saves/ replaces /home and configfiles etc.; it can be done by using the AcritoxInstaller
!us_intl
  1. cd /usr/X11R6/lib/X11/xkb/rules/
  2. wget -N http://kanotix.com/files/fix/xfree86
  3. setxkbmap -model pc105 -layout us_intl
!usb
  1. Linux: wget -qO- http://meego.gitorious.org/meego-developer-tools/image-creator/blobs/raw/0.24.5/tools/mic-image-writer|sed /os.geteuid/,+1d > mic-image-writer;chmod +x mic-image-writer;./mic-image-writer
  2. Windows: http://kanotix.acritox.com/files/ImageWriter.exe
!usb-install
  1. look in http://kanotix.com/index.php?name=FAQ&id_cat=62#q320 (DE) or http://kanotix.com/index.php?name=FAQ&id_cat=63#q321 (EN) and !install
  2. http://kanotix.de/index.php?module=pnWikka&tag=UsbStick
!uvd
  1. https://bugs.gentoo.org/show_bug.cgi?id=466042 http://cgit.freedesktop.org/~airlied/linux/commit/?h=drm-next&id=facd112d1395fb6a0b6e460778aefc32197afcfc http://cgit.freedesktop.org/~airlied/linux/commit/?h=drm-next&id=581bc3a9f628dad6221536d9f37af0472c66bb92
!va
  1. http://kanotix.com/files/install-vbox-addons.sh
!vbox
  1. echo deb http://download.virtualbox.org/virtualbox/debian wheezy contrib > /etc/apt/sources.list.d/vbox.list
  2. wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
  3. apt-get update
  4. apt-get install virtualbox-4.2
  5. adduser $(getent passwd 1000|sed 's/:.*//') vboxusers
!vbox 6
  1. apt-get install virtualbox-2.1
!vbox-addons
  1. http://kanotix.com/files/install-vbox-addons.sh
!vbox-beta
  1. http://download.virtualbox.org/virtualbox/3.0.0_BETA2/ - for addons use: http://kanotix.com/files/install-vbox-addons-beta.sh
!vbox-ose
  1. echo deb http://kanotix.com/files/fix/vbox.lenny ./ > /etc/apt/sources.list.d/vbox.list
  2. unfreeze-rc.d; apt-get update && apt-get install virtualbox-ose-qt virtualbox-ose-source; freeze-rc.d
!vbox-svn
  1. http://kanotix.com/index.php?name=PNphpBB2&file=viewtopic&t=24438
!vbox16
  1. dpkg --purge $(dpkg -l|awk '/virtualbox/{print $2}')
  2. unfreeze-rc.d
  3. apt-get install dkms
  4. dpkg -i virtualbox*deb
  5. freeze-rc.d
  6. adduser $(getent passwd 1000|sed 's/:.*//') vboxusers
  7. in oder to to enable usb (which will work only after reboot) you can use this hotfix which will modifiy the needed permissons for the usb entries inside the proc filesystem: sed -i 's|\(domount usbfs usbdevfs /proc/bus/usb usbfs -onodev,noexec,nosuid\).*|\1,devgid='$(getent group vboxusers|cut -f3 -d:)',devmode=664|' /etc/init.d/mountkernfs.sh
  8. to fix update problems from 1.6.2 to newer version do: rm -rf /var/lib/dkms/vboxdrv/
  9. then install the deb again.
  10. In order to use Vbox with the new 2.6.27 kernel a little fix is required: wget -qO- http://kanotix.com/files/fix/vbox-1.6.4-2.6.27-hotfix.patch|patch -p0
  11. /etc/init.d/vboxdrv setup
  12. extra hotfix for current git: sed -i 's/^ \(KFLAGS += -DCONFIG_VBOXDRV_AS_MISC\)/ #\1/' /usr/src/vboxdrv-1.6.4/Makefile
!vdr
  1. http://kanotix.com/files/fix/vdr-dev/vdr-wheezy-minimal.txt
!vdr-xvdr
  1. apt-get update && apt-get install --yes vdr-dev && rm -rf /tmp/vdr-plugin-xvdr-master-pre-vdr-1.7.34;wget -qO- https://github.com/pipelka/vdr-plugin-xvdr/archive/master-pre-vdr-1.7.34.tar.gz|tar zxvC /tmp;cd /tmp/vdr-plugin-xvdr-master-pre-vdr-1.7.34 && debuild -b -us -uc && dpkg -i ../vdr-plugin-xvdr_*.deb && /etc/init.d/vdr restart
!ver
  1. type in konversation /cmd cat /etc/kanotix-version in others exec -o cat /etc/kanotix-version
!vga0
  1. perl -pi -e 's/(vga)=S*/1=0/' /boot/grub/menu.lst
!vim
  1. http://www.zippydesign.com/ying/linux/vi/vi-reference.pdf
  2. or type vimtutor at the CLI to run vim in tutorial mode.
!vlc
  1. root: wget -qO- http://kanotix.com/files/fix/vlc-vaapi-local.txt|sudo sh
  2. USER: wget -qO- http://kanotix.com/files/fix/vlc-vaapi-local.txt|sh
!vmware
  1. http://rtr.ca/vmware-2.6.24/vmware-any-any-update115a.tgz
  2. http://www.easyvmx.com/
!vnc
  1. apt-get install xtightvncviewer
  2. vncviewer -encodings corre -listen
  3. apt-get install x11vnc
  4. x11vnc -connect helper-ip
  5. forward 5500 TCP needed for helper (on default port)
  6. http://www.heise.de/netze/tools/fernwartung
  7. for dialup-connections use: vncviewer -bgr233 -encodings corre -listen
!vnc 2
  1. vncviewer -encodings corre -listen
!vsync
  1. vblank_mode=0
!w32
  1. /usr/share/mplayer/scripts/binary_codecs.sh install
  2. squeeze: /usr/share/mplayer/binary_codecs.sh install
!warsow
  1. http://weseo.de/downloads/warsow_0.5_unified.zip
  2. unzip -d warsow warsow_0.5_unified.zip
!wdm
  1. unfreeze-rc.d;apt-get install wdm;run rcconf,select wdm;freeze-rc.d;reboot
!webgl
  1. http://media.tojicode.com/q3bsp/
!wget
  1. native win32 port: http://prdownloads.sourceforge.net/gnuwin32/wget-1.9-1-bin.exe?download ; wget -Nc
!wiki
  1. http://kanotix.com/index.php?module=pnWikka&tag=CategoryContributedEn (EN) or http://kanotix.com/module-pnWikka.html (DE)
!win-xvdr
  1. http://dl.dropbox.com/u/240579/xbmc-repositories/repository.xvdr.win32.zip
!wine
  1. http://repo.or.cz/w/wine/multimedia.git
  2. mkdir -p ~/.cache/wine;wget -NP ~/.cache/wine http://downloads.sourceforge.net/wine/wine_gecko-1.9-x86.msi http://downloads.sourceforge.net/wine/wine-mono-0.0.8.msi
!wine-unstable
  1. apt-get remove --purge --yes $(dpkg -l|awk '/wine/{print $2}'|grep -v libkwine) && dpkg --add-architecture i386 && apt-get update && apt-get install --yes wine-unstable libwine-alsa-unstable:i386 libwine-gl-unstable:i386 winetricks
!wine1.3
  1. apt-get remove --purge wine wine-gecko wine1.2;echo deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu lucid main > /etc/apt/sources.list.d/wine-ppa.list;echo deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu lucid main >> /etc/apt/sources.list.d/wine-ppa.list;wget -qO- 'http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x5A9A06AEF9CB8DB0'|apt-key add -;apt-get update && apt-get install wine1.3 wine1.3-gecko
!wl
  1. http://kanotix.com/files/fix/dkms/broadcom-wl-dkms.sh
!wlan
  1. echo options cfg80211 ieee80211_regdom=EU > /etc/modprobe.d/wlan.conf
  2. update-initramfs -u
  3. squeeze: iw reg set DE
!wodim
  1. as root, do: chown root:cdrom /usr/bin/wodim ; chmod 4750 /usr/bin/wodim
!wpa
  1. See here to see if your chipset is supported => http://hostap.epitest.fi/wpa_supplicant/
  2. or http://kanotix.com/FAQ-id_cat-140.html#q441 [EN] http://kanotix.com/FAQ-id_cat-140.html#q442 [DE]
  3. see also /usr/share/doc/wpasupplicant/README.modes.gz
!wvdial
  1. apt-get --yes install wvdial;chmod 660 /etc/ppp/*secrets;chown root:dialout /etc/ppp/*secrets;wget -NP /etc http://kanotix.com/files/fix/wvdial/wvdial.conf
!x
  1. http://x.debian.net/reference/squeeze-backports.html
  2. http://kanotix.com/files/fix-libgl-bpo-ia32.sh
!xbmc
  1. root: wget -qO- http://kanotix.com/files/fix/xbmc-latest-local.txt|sudo sh
  2. USER: wget -qO- http://kanotix.com/files/fix/xbmc-latest-local.txt|sh
  3. press \ to switch between window and fullscreen
  4. keyboard shortcuts: ~/dist/share/xbmc/system/keymaps/keyboard.xml
!xbrowser
  1. 'update-alternatives --config x-www-browser' and kcontrol
!xchat
  1. X-Chat IRC Client http://www.xchat.org/ Win32 ~ CVS (04/09) http://www.silverex.info/ http://www.silverex.info/ + build lineup: http://xrl.us/h7rs && http://xchat-win32.berlios.de/
!xcursor
  1. update-alternatives --config x-cursor-theme
!xdelta
  1. http://kanotix.com/FAQ-id_cat-5.html#q285 [DE] or http://kanotix.com/index.php?name=FAQ&id_cat=16#q288 (EN) :: xdelta patch in the same dir as the iso
!xdmcp
  1. /etc/kde3/kdm/kdmrc : #Enable=false
  2. /etc/kde3/kdm/Xaccess : * #any host can get a login window
!xen
  1. http://www.it-infrastrukturen.com/fileadmin/linux/debian-live-xen/README.xen
!xgl
  1. ** At YOUR OWN RISK ** see http://www5.autistici.org/debian-xgl/x86-xgl-pkg/README , and http://www.nvnews.net/vbulletin/showthread.php?t=77030 :: see !compiz
!xhci
  1. echo xhci-hcd > /usr/share/initramfs-tools/modules.d/xhci-hcd;update-initramfs -utk all
!xinit
  1. for latest xorg,go to init 3 [Ctrl-Alt-F1,login as root,type init 3] do: apt-get install --reinstall -o DPkg::Options::=--force-confmiss -o DPkg::Options::=--force-confnew x11-common
!xinput
  1. xinput set-prop $(xinput|grep pointer|awk '/Logitech/{print substr($6,4)}') 'Evdev Middle Button Emulation' 1
!xkb
  1. for missing keyboard layouts, do: 'rm -rf /etc/X11/xkb'
!xmb
  1. http://xmb.home.cosmic-cow.net/
!xorg
  1. apt-get install --yes --force-yes xserver-xorg-core xserver-xorg-video-intel $(dpkg -l|awk '/7.11.2-1/{print $2}') -t experimental
!xrandr
  1. http://www.thinkwiki.org/wiki/Xorg_RandR_1.2
!xvba
  1. root: wget -qO- http://kanotix.com/files/fix/xbmc-latest-xvba-local.txt|sudo sh
  2. USER: wget -qO- http://kanotix.com/files/fix/xbmc-latest-xvba-local.txt|sh
!xvdr
  1. rm -rf /tmp/pipelka-xbmc-addon-xvdr-*;wget -qO- https://github.com/pipelka/xbmc-addon-xvdr/tarball/master|tar zxvC /tmp;cd /tmp/pipelka-xbmc-addon-xvdr-*;./autogen.sh && ./configure --prefix=$HOME/.xbmc && make install
!yed
  1. http://www.yworks.com/products/yed/demo/yed.jnlp
!zero-ballistics
  1. apt-get update && apt-get install zero-ballistics-demo
  2. http://kanotix.com/files/excalibur/games/zero-ballistics-demo/zero-ballistics-demo_1.1~beta-1_i386.deb
  3. on 64 bit you can do: dpkg --force-architecture -i zero-ballistics-demo_1.1~beta-1_i386.deb