Pages
Categories
Archives
Hosted by
PhYnformatik Archive
-
(Deutsch) Grooveshark in Deutschland nicht mehr zu erreichen
Posted on 18. January 2012 by Phylu | No CommentsSorry, this entry is only available in Deutsch. -
Bash Example Script
Posted on 29. December 2011 by Phylu | 2 CommentsThese 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 added some usefull functions that I ... -
Single Language
Posted on 29. December 2011 by Phylu | No CommentsUnfortunately I do not have the time, I used to have. I will not be able to write every article twice in German and in English. I hope, that you can forgive me if I continue this Blog with most articles in English only. Perhaps ... -
Print all files in a folder
Posted on 6. August 2011 by Phylu | 2 CommentsI needed to print all files, that I placed in a certain folder before. The following line will do the job: for i in *; do lpr "$i"; done; -
Tumstuff
Posted on 29. June 2011 by Phylu | No CommentsAs there were some problems with the hoster of tumstuff.de, Tumstuff is now shifting to this server. As I was not prepared to give asylum to a colleagues pages, it will take some time until Tumstuff is back online. Just look around PhYnformatik in the ...
