Pages
Categories
Archives
Hosted by
Desktop Software Archive
-
(Deutsch) GeoNotifyMe
Posted on 23. January 2013 by Phylu | No CommentsSorry, this entry is only available in Deutsch. Sorry, this entry is only available in Deutsch. -
Multiboot USB Drive
Posted on 22. December 2012 by Phylu | No CommentsI 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... -
Android + Linux
Posted on 22. December 2012 by Phylu | No CommentsJust 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... -
Steam coming for Linux
Posted on 17. July 2012 by Phylu | No CommentsFinally 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 -
Bash Example Script #2
Posted on 5. January 2012 by Phylu | 1 CommentI 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 \...
