Showing posts with label server. Show all posts
Showing posts with label server. Show all posts

Monday, December 5, 2016

Some useful Apache web server commands

Some useful Apache web server commands


These are mostly for reference, to find the ones I use the most
Enable module: a2enmod vhost_alias
Enable site: a2ensite vhosts_alias
List enabled modules: apache2ctl -M


Go to link download

Read more »

Saturday, October 22, 2016

Using Google Chrome with a proxy server

Using Google Chrome with a proxy server


Works: When theres no other Chrome instance is running already, that means the one you are going to open has to be the first
This method is useful for those who use a lot of proxy and the ones who use proxies for only specific sites.
To open Chrome with a proxy server support, use the following command (Note: Wasnt tried on Windows).

google-chrome --proxy-server="<host>:<port>"


Go to link download

Read more »