from Geek and Poke
Category Archives: Uncategorized
Wiki
Dear Firefox Users,
please install the latest updates in case your browser renders the wiki page wrong.
Reverse the lines of a file
Sometimes one needs things that cannot be done with a built-in function of Word or Libre Office Writer.
I needed to reverse the lines of a file. The IMHO most elegant solution to do this was:
cat -n myfile | sort -nr | cut -c 8- > outfile.txt
Basically it is enumerating the lines of the file, sorting them in reverse order and then cutting away the numbers. Isn’t bash beautiful?
Of course, Linux also has dedicated command to reverse the lines of a file, it is called tac (‘cat’ reversed).
Backups
As of today we have 5 days worth of backups for all the important servers in the DMZ. We still working on finding and configuring the resources to make a regular backup of the internal servers as well.
Using Kanban
Kanban (japanese: “board”) is a method for scheduling work and production is an efficient and creative way. The method was originally devised by Toyota for car manufacturing.
Our Kanban system contains multiple bins for scheduling and organizing the work of our technical team for your convenience. It is a tool, being physically installed in our room, for our internal communication. The intention is thus to augment the organization of our teamwork but not to be a dropbox for new tasks. For this, we are planning to install a helpdesk system where you can submit your needs and requests electronically.
You became interested in Kanban? Read more about Kanban at Wikipedia: http://en.wikipedia.org/wiki/Kanban or get the book “Kanban” von David J. Anderson.
FoDok Einschulung am 24.11.2011
Am Donnerstag, 24.11.2011, findet von 9:00 bis 12:30 Uhr eine FoDok-Einschulung statt (Kurs 14.85 “Einführung in die FoDok” der Internen Weiterbildung). In dem Kurs “Einführung in die FoDok” geht Frau Wassner auch auf spezifischen Fragen ein und gestaltet den Kurs je nach FoDok-Hintergrund der TeilnehmerInnen individuell. Der Kurs ist somit nicht nur für Neulinge in der FoDok interessant, sondern kann auch als Auffrischung vorhandener Kenntnisse genutzt werden.
McAfee Client available
The Win7 client for McAfee is now available on:
filesrv: /software/McAffee/win7_installation_file/
Test user
Next Jour Fixe Meeting: Do, 24.11.2011 14h
Bitte um Zumeldung von Themen für die Agenda (einfach als Kommentar zu diesem Posting).
Auslastung Matlab-Server Juni bis Oktober 2011
Der Matlab-Server für Mobile Systeme mobile-sim1.nes.uni-klu.ac.at hält vier Concurrent Lizenzen für Matlab.
Im Zeitraum vom Juni bis Oktober 2011 wurde der Server häufig genutzt, allerdings meist nur mit einer Lizenz. Nur in 2% der Zeit waren zwei Matlab-Lizenzen gleichzeitig ausgecheckt, drei oder vier waren es nie.
Insgesamt wurde der Server im Schnitt jedes Monat für 440h genutzt.