Grad das WLan in meinem Aparmentkomplex in USA gehackt. Ok, nein, ich bin eingedrungen. Hmm, eigentlich wurde ich wohl eher eingeladen. Genau genommen stand die Tür offen, was aber egal war, da es eh keine Wände gab.
Spaß bei Seite. Ich hatte eigentlich nur etwas Probleme mit dem VPN und wollt mal schaun ob der Router noch da ist. Traceroute hat mir die IP verraten, der Browser den Routerhersteller und Google das default Passwort. War eine Sache von 30 sec und NULL kriminelle Energie nötig. (Wer findet die Anspielung auf C im letzten Satz auch so witzig?)
Jetzt bin ich natürlich für Vorschläge offen was man mit dem Wissen anstellen kann
Ich hab da schon 1-2 Ideen, aber vielleicht habt ihr ja auch etwas brauchbares.
PS: ich weiß ich schulde euch noch ein paar neue Fotos
, ist noch in arbeit.
Grad das WLan in meinem Aparmentkomplex in USA gehackt. Ok, nein, ich bin eingedrungen. Hmm, eigentlich wurde ich wohl eher eingeladen. Genau genommen stand die Tür offen, was aber egal...
Der Eine oder Andere benutzt ja vielleicht VirtualBox oder Ähnliches um doch mal ein Windows zu starten. Bisher habe ich da als Virenschutz immer Avira-Antivir in der Free-Edition benutzt. Allerdings hat sich da mitlerweile sehr viel Werbung breit gemacht und das Ding bremst die, ohnehin schon nicht beliebig schnelle, VirtualBox aus.
Durch Zufall bin ich letzte Woche auf MS Security Essentials gestoßen. Ein kostenloser Virenscanner von Microsoft. Und er erkennt sogar 0zapftis
Download unter: http://www.microsoft.com/de-de/security_essentials/default.aspx

MSSE erkennt sogar 0zapftis
Der Eine oder Andere benutzt ja vielleicht VirtualBox oder Ähnliches um doch mal ein Windows zu starten. Bisher habe ich da als Virenschutz immer Avira-Antivir in der Free-Edition benutzt. Allerdings...
ever wanted to merge two text files horizontally, line by line? I do have a list of files were I want to associate one entry in each file with its name for plotting in gnuplot:
find ${LOG} -iname "*.log" -path "*${FILTER}*" -exec cat {} \; >times.txt
find ${LOG} -iname "*.log" -path "*${FILTER}*" -exec echo {} \; >names.txt
Now i need one result file with:
name1 time1
name2 time2
...
The tool i was searching for is called paste and does exactly that:
paste names.txt times.txt
Sometimes I really do love my job (but only sometimes
)
ever wanted to merge two text files horizontally, line by line? I do have a list of files were I want to associate one entry in each file with its...
Ubuntu server installation provides colored man pages – nifty 
This is what has to be done to get it working in a X session terminal:
sudo aptitude install most
sudo update-alternatives --config pager
Choose “most” from the list and test it with a man pagge “man test”.
Have fun . . .
[update] As always, bert nows more
:
I have found a major and a minor flaw in using most as the man pager:
Major: I use the -X option for less (by putting them into the LESS env variable [1]). This does not clear the terminal on exit of less. Thus, you see the last viewed page of the manual. This is particular helpful when looking-up a command line option, so I can copy’n’paste the option to the command line after quitting less. I can’t find a similar option for most.
Minor: less shows the name of the manual page in the bottom prompt, while most just shows ‘*stdin*’.
Footnote [1]: For the curious reader, this is the content of my $LESS: -MSiRXF. Feel free to look them up in the manual.
Ubuntu server installation provides colored man pages – nifty This is what has to be done to get it working in a X session terminal: sudo aptitude install most sudo...
. . . still working on it one step at a time:

Kudos to Bert
. . . still working on it one step at a time: Kudos to Bert
Recent Comments