=== Installation === == EEEPC == Interesting revitalization of an old Asus Eee PC mod.901, which came with 1 GB RAM and storage 4GBSSD + 8GBSSD. Just doubled RAM to 2 GB and give a try to Puppy Linux https://puppylinux-woof-ce.github.io/ using flavour Slacko 7.0 https://distro.ibiblio.org/puppylinux/puppy-slacko-7.0/32/ After some live test, installation was easy. Result is a PC usable for web navigation, small office jobs and more. == UPS == * https://www.pontikis.net/blog/apc-ups-on-ubuntu-workstation === Timelaps === ls -1tr > frames.txt mencoder -nosound -ovc lavc -lavcopts \ vcodec=mpeg4:mbd=2:trell:autoaspect:vqscale=3 \ -vf scale=1920:1080 -mf type=jpeg:fps=20 \ mf://@frames.txt -o time-lapse.avi ffmpeg -r 30 -i %04d.jpeg -s hd480 -vcodec libx264 -vpre hq time-lapse.mp4 === Handy === * IMEI 357194041438763 [*#06#] === Tweak Ubuntu === * https://apps.ubuntu.com/cat/applications/unity-tweak-tool/ *http://www.aliexpress.com/item/11-6-Inch-Cube-I7-Ubuntu-Tablet-PC-Intel-Core-M-4GB-RAM-64GB-128GB-ROM/32318570673.html?spm=2114.031010208.3.2.0ka3uS&ws_ab_test=201556_2,201527_3_71_72_73_74_75,201560_3 === Fix orientation === * http://ubuntuforums.org/showthread.php?t=1911972&page=25 * http://thinkwiki.de/Hauptseite * http://askubuntu.com/questions/367963/ubuntu-on-lenovo-yoga-2-pro === Remove encrypt-swap === * https://www.logilab.org/blogentry/29155 * https://wiki.ubuntuusers.de/Festplattenschutz * TRIAX TSS400 : http://www.satip.info/products/SAT%3EIP%20Servers * ASUS RT-N16 - Multi-Funktionaler Gigabit Wireless N Router mit USB Server * http://downloads.blissroms.com/BlissPop/Official/falcon/ * http://download.mokeedev.com/?device=falcon === Tevii s464 === * http://www.dvbshop.net/TeVii-S464-V20-neu-DVB-S2-HDTV-PCI-Diseqc-12-20-Low-profile * http://forum.ubuntuusers.de/topic/problem-mit-tevii-s464-v2-0-dvb-s2-karte/#post-5301187 * http://www.linux-hardware-guide.de/2012-11-02-tv-tevii-s464-v1-0-dvb-s2-hdtv-pci * http://www.linuxtv.org/wiki/index.php/TeVii_S464 * http://www.linuxmintusers.de/index.php?topic=7065.0 * http://forum.ubuntuusers.de/topic/vlc-und-dvb-s-wie/4/?highlight=TV+DVB#post-6002987 * http://www.computerbase.de/forum/archive/index.php/t-882838-p-20.html * https://patchwork.linuxtv.org/patch/19301/ * http://falkhusemann.de/blog/2012/07/tevii-s470-probleme-unter-linux/ * http://www.loggn.de/linux-ein-boot-tut-gut-ein-kaltstart-ist-besser/ * http://www.vdr-portal.de/board60-linux/board61-hardware/119955-kein-bild-mit-tevii-s464-mit-opensuse-12-3/ === ATI Treiber === * http://wiki.ubuntuusers.de/Grafikkarten/ATI/fglrx/Manuelle_Treiberinstallation ==== Unity ==== * http://www.foxplex.com/sites/ubuntu-11-10-oneiric-unity-deaktivieren/ ==== Server ==== * http://wiki.ubuntuusers.de/HardInfo * http://wiki.ubuntuusers.de/Java/Installation?highlight=java ==== APC ==== * https://www.pontikis.net/blog/apc-ups-on-ubuntu-workstation ==== Server ==== * http://www.ubuntugeek.com/install-gui-in-ubuntu-server.html * http://log.miip.de/how-tos/ubuntu-810-raid-installation * http://www.zentyal.com ==== download ==== * http://wiki.ubuntuusers.de/Download-Manager * wget ===== move HOME to it's own partition ===== * http://www.geteasypeasy.com/ * http://crunchbanglinux.org/ * http://www.asustreiber.de/ * http://moblin.org/ --> http://meego.com/ * http://www.eeepc.de/thema-9646-Es_funktioniert_1.SSD_32GB_amp;_2.SSD_64_GB_EeePC_901.html * https://help.ubuntu.com/community/Partitioning/Home/Moving * https://help.ubuntu.com/community/InstallingANewHardDrive * http://askubuntu.com/questions/7976/how-do-you-test-the-network-speed-betwen-two-boxes Hide mounted partition or devices: gconftool --set /apps/compiz-1/plugins/unityshell/screen0/options/devices_option --type=int 0 Show mounted partition or devices: gconftool --set /apps/compiz-1/plugins/unityshell/screen0/options/devices_option --type=int 1 sudo mkdir /mnt/newhome sudo mount -t ext4 /dev/sdb /mnt/newhome cd /home/ find . -depth -print0 | cpio --null --sparse -pvd /mnt/newhome/ sudo umount /mnt/newhome sudo mv /home /old_home sudo mkdir /home sudo mount /dev/sdb /home sudo gedit /etc/fstab /dev/sdb /home ext4 nodev,nosuid 0 2 $sudo rm -r /old_home //Quelle: Michael, Russ and Magnus posted this solution on the ubuntu-users mailing list a few months ago. TAKEN FROM: http://embraceubuntu.com/2006/01/29/move-home-to-its-own-partition/ // ===== VIDEO_TS 2 ISO IMAGE ===== mkisofs -V „$DISC_ID“ -dvd-video „$DVD_PATH“ > „$ISO_FILE ===== VNC ===== There's TightVNC for Ubuntu as well. It's in the Universe repositories: Code: sudo aptitude update sudo aptitude install xtightvncviewer vncviewer ===== to add rar support in ubuntu gutsy gibbon: ===== 1. sudo apt-get install rar 2. sudo ln -fs /usr/bin/rar /usr/bin/unrar Once installed Gnome’s Archive Manager will recognize rar files. ===== shutdown counter ===== sudo shutdown -h +30 sudo shutdown -h 18:46 ===== own ipaddress ===== ifconfig -a