24 August, 201724 August, 2017Apache Apache conf serving static files with question mark in filename If you have files on your filesystem with ‘?’ question mark in them, for example: index.html?q=somestring This can occur when you have […]
23 August, 201711 December, 2017bash, Editor Convert multiple files from latin1 to utf8 with vim If you have several files that need to be converted to utf8, you can do it with vim. First start vim with: […]
3 August, 201711 December, 2017bash, Email, Imap Use Curl to read your imap emails You can use the bash command “curl” to read your imap emails like this: curl –url "imaps://imapserver.somewhere.net" –user "username:password" Note: your password […]