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
SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id=@@spid
This command should return NTLM or Kerberos
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
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 it to rm.
Just play around with it the possible parameters. It would save you a lot of time.
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.