Archives : April-2016

Home » 2016 » April

Im working on setting up an e-mail service.Ive got the e-mail servers working beautifully and am presently working on re-writing the parts of Roundcube I dont like (e.g. it uses inline JavaScript in a few places so CSP breaks it) but -Is there any adv..

Read more

Earlier today I upgrade firefox, closed the old version, opened the new, and first it froze– displayed a message about a script running and asking me if I wanted to stop it; I said no to let it run– then it crashed and disappeared.# ps -ef|grep fire..

Read more

This is odd, and annoying. CentOS 6, current. Heres my awk script:{ room = substr($0, 48, 10); arr[$2,room,$1] = $0;}END {for ( i in arr ) { for ( j in arr[i] ) {for ( k in arr[i][j] ) {print arr[i][j][k];} } }}And when I run it, it complains awk..

Read more