If you have files on your filesystem with ‘?’ question mark in them, for example: index.html?q=somestring This can occur when you have site-ripped a PHP…
Leave a CommentMonth: August 2017
If you have several files that need to be converted to utf8, you can do it with vim. First start vim with: $ vim $(find…
Leave a CommentYou 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 will be visible…
Leave a Comment