If you have files on your filesystem with ‘?’ question mark in them, for example: index.html?q=somestring This can occur when
Month: August 2017
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
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:
