Print all files in a folder
I 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;
Entrepreneur | DevSecOps Engineer | Speaker | Beekeeper
I 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;
As 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 Continue Reading …
Notice to myself: Bugfix for Arch not waking up usb devices after suspend: https://wiki.archlinux.org/index.php/Pm-utils#HAL_will_not_recognize_new_devices_on_resume
By default it is not possible to include the calendar provided by TUMonline the system of the technical university munich into Google Calendar. The problem is, that Google Calendar only accepts files with the suffix .ics. I wrote a script Continue Reading …
I am currently working with some friends on an Android application, that is using geodata. Your current location is the most important thing to make this app work. We are then working with this and some other data and making Continue Reading …