Linux Archive

  • Multiboot USB Drive

    I just created a usb drive containing different linux distributions. I wanted the drive to have the original iso files on it with no need to unpack. Here is what I did: sudo mkfs.vfat -n MultibootUSB /dev/sdd1 sudo mount /dev/sdd /mnt/ sudo grub-install --no-floppy --root-directory=/mnt...

    Full Story

  • Android + Linux

    Just as a reminder for myself. To connect my Thinkpad Tablet to my Arch Linux PC the following was really helpful: http://linuxundich.de/de/android/mit-go-mtpfs-unter-linux-auf-android-handys-via-mtp-zugreifen/ On Arch Linux the package in AUR is currently called go-mtpfs-git Just as a reminder for myself. To connect my Thinkpad Tablet to...

    Full Story

  • Steam coming for Linux

    Finally steam is coming for Linux. Check out, the new Blog by steam: Steam’d Penguins Finally steam is coming for Linux. Check out, the new Blog by steam: Steam’d Penguins

    Full Story

  • Bash Example Script #2

    I have added the following function to my bash example script: # Run external command and only procced, when exit code is 0 function try { $@ returnValue=$? echo "$returnValue" if [ $returnValue -ne 0 ] then log $ERROR "$@ exited with return value \...

    Full Story

  • Bash Example Script

    These days I use bash more and more often for simple tasks on my Linux system, as well as for a University course I am taking. Have a look at the script: #!/bin/bash # Skript: bash_example.sh # Credit to: http://www.pro-linux.de/artikel/2/111/ #1,ein-shellskript-template.html # # I have...

    Full Story

Page 1 of 912345...Last »

Switch to our mobile site