Date: April 10th, 2008

Shell History Meme

10 April, 2008 (23:08) | No comments

Today’s history. And no, I’m not using mc.
[mmahut@mmahut ~]$ history | awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
135 ls
132 cd
78 vi
52 find
36 git
28 ssh
25 klist
21 rpmbuild
19 grep
17 rpm
[mmahut@mmahut ~]$

Kerberos negation: Repeated password requests during a browser session

10 April, 2008 (22:55) | No comments

I’ve been fighting with this problem for two days. At work, we use kerberos to access most of our resources including internal websites with mod_auth_kerb. Using GSSAPI, your configured firefox should show the website if you’re owner of a valid ticket and prompt for a password one and only one time when you’re not. We [...]