Openssl / gnutls & Emacs on Windows
If you want this to work (for example for https elisp repositories) I strongly recommend you use the version of Emacs that is bundled with Cygwin.
If you want this to work (for example for https elisp repositories) I strongly recommend you use the version of Emacs that is bundled with Cygwin.
Here are the tools I use to live my life on the command line: Mail Client: Mutt Filtering: procmail, imapfilter Search: mairix General Web Client: Lynx, Links, Elinks, w3m Tools: wget, aria2c, curl Web Services Toodledoo: toodledo (ruby gem) Misc search engines: Surfraw Google Calendar: gagenda Ebay: esniper BBC Iplayer: get_iplayer Google Drive: gdrive Google …
Leaving passwords in your shell history is a security issue. I wrote a tool to help check: checkhistory. Feel free to send me pull requests / patches with additional regexes to match.
Cipherli.st – Strong Ciphers for Apache, nginx and Lighttpd.
I wanted a commandline IMAP mailbox checker so I wrote one: imapchkr Normal output for this is as below: ➜ ~ [jamespo: 0/190] [gmail: 0/80] But I decided I wanted to embed it in my GNU screen hardstatus so expanded it to offer a short output option (imapchkr -s). See bottom left corner for output. …
Can’t log in to your samba server with tdbsam back end? Have you added the user with pdbedit? See docs here.
gnoMint is an X.509 Certification Authority management tool. via gnoMint | Certification Authority management made easy. Very easy to use and in the Ubuntu repositories.
An open-source service monitoring system and time series database. via Prometheus.
If you have a list/tuple in python and you want to use the items in there to return an index of the position of the item, you can do so like this: a = (‘archive’, ‘audio’, ‘document’, ‘video’, ‘executable’, ‘image’, ‘misc’, ‘parity’) lookup = { v:k for k,v in enumerate(a) }
With POODLE, everyone is hurrying to disable SSLv3 on their webservers. However some sites still have clients that for whatever reason have not updated from XP / IE6 (it’s only been out 13 years, what’s the rush?) Instead of immediately locking them out you might like to give them a few days warning with some …
Continue reading ‘Warn your clients before disabling SSLv3 on Apache for POODLE’ »