HeHo A couple of days ago Anno 1404 was released. That’s the only game-series i was ever addicted to. Starting with Anno 1602 in 1999 i think that games faszinated me. I’m a friend of this kind of stratetic games. So i played a couple of hours the last days. If you like such games…
You are currently browsing the post archives for July 2009.
MCTS 70-642 passed :)
After being an MCSA 2000 since 5 years and no additional certification in the meantime i decided that it’s more an overdue to do something again in this direction. So i made today my first exam in the new Windows Server 2008 World. First step was the 70-642 Exam. As ‘human’ readable: Windows Server 2008…
Comment on MCTS 70-642 passed :)
Playing around with themes
Duppdidu. Yep, I’m currently in one of the hardest phase. I have to choose a design for the blog. It should look nice, easy useable/readable and as customizeable as i wan’t it. So i’ll give this one (magicblue) a try. I’m looking forward that i keep it as long as possible 😉
Comment on Playing around with themes
Get current authentication provider
SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id=@@spid This command should return NTLM or Kerberos
Comment on Get current authentication provider
Automatic SSH logon
Host1: ssh-keygen No PassPhrase (so automatic logon works) Default filename and path is ok cat ~/.ssh/id_rsa.pub Copy content of id_rsa.pub Host2: Create ~/.ssh Create ~/.ssh/authorized_keys Paste content of clipboard into authorized_keys Both steps vice vera At the first logon a warning appears that the hostkey is added to know_hosts. Yes to proceed. That’s it 😉
Comment on Automatic SSH logon
Find and delete files with specific content
Ever wanted to deleted (or move, copy, what else) all files in a directory? It’s quite easy: egrep -l NEEDLE * | xargs rm This command will find all files with NEEDLE in it, pipes the filename (that’s because we need the parameter L) to xargs which then use the STDIN (our filename) and put’s…
Comment on Find and delete files with specific content
Start of the blog
And it’s time again. I’ll start with a blog (again). I’ve already tried it time ago with WSS3.0. Now, because I had to move to Linux-Servers I’m using WordPress.