Firefox: Some tips to improve your experience
Put the protocol back in the URL bar: 1. Enter the config by visition about:config 2. Enter "browser.urlbar.trimURLs" and change the value to "false"
Put the protocol back in the URL bar: 1. Enter the config by visition about:config 2. Enter "browser.urlbar.trimURLs" and change the value to "false"
To save some typing you can create aliases to the servers you frequently access via ssh. This can be accomplished by either editing the global file ( /etc/ssh/ssh_config ), if you’re root and and to make changes for all the users, or your own config file ( $HOME/.ssh/config ). Follow… Continue reading
If you wish you could use friendly names to access your servers, here’s how to do it: Edit your ~/.ssh/config and add the following: Host myserver HostName 123.123.123.123 Port 12345 User bob Host other_server HostName test.something.org User alice CheckHostIP no Cipher blowfish Please, remember to customize “HostName” and “User” values… Continue reading
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /var/www/vhosts/blog.portnumber53.com/html/wp-content/themes/mantra/includes/theme-comments.php on line 86