GNU/Linux

Enable Auto Completion for pip in Zsh

Pip is a package management system for installing and managing Python software packages. To enable auto completion for pip in zsh, the documentation of pip suggests adding the following line to ~/.zshrc: eval “`pip completion –zsh`” However, merely having this line would not enable auto completion for pip3. To enable auto completion for pip3 as

Enable Auto Completion for pip in Zsh Read More »

Use HTTP Clients with SOCKS Proxies (or SSH Tunnels) on GNU/Linux

On GNU/Linux, it is easy to create SOCKS proxies using programs such as ssh or tor. However, many applications on GNU/Linux, such as LibreOffice and genymotion (up to the date on which this post is written), can be configured to directly use HTTP proxies (or web proxies), but not SOCKS proxies. In this post, we

Use HTTP Clients with SOCKS Proxies (or SSH Tunnels) on GNU/Linux Read More »

Automatically Conceal Sender’s IP Address in Email Clients via SSH Tunneling

Last updated on November 22, 2018 Desktop email clients, such as Thunderbird and Claws Mail, are preferred over their web counterparts by many professionals and power users due to their additional convenience and security. However, one big downside is that they often expose the sender’s IP address to the receivers, since many SMTP servers record

Automatically Conceal Sender’s IP Address in Email Clients via SSH Tunneling Read More »

WP Twitter Auto Publish Powered By : XYZScripts.com
Exit mobile version