14 September, 201726 September, 2017Wordpress Changing your theme Sometimes you just want to make smaller changes to your theme, it might be a logo that should be different, or a […]
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 […]
24 July, 201724 July, 2017Uncategorized Searching and writing How to do a good scientific search, and manage to write something that people will believe in? Here is a informational website that […]
26 June, 201730 July, 2017Education Nervous about making speeches? Listen to Matt Abrahams Matt Abrahams breaks it down. Keeping a speach doesn’t have to be a “near-death” experience. Listen, learn and enjoy . See below […]
21 June, 201713 October, 2017Linux Openstack – new volume I have managed to create my first server in an openstack enviroment here at university of Bergen. I can see my instance […]