Category: Uncategorized
-
How to create proxy using ssh
You can create SOCKS proxy using ssh by runningssh -D port login@serverreplace port with port number you want proxy to appear on your local machine, in web browser choose SOCKS for proxy type, localhost for proxy server and same port as port in command above.
-
How to create user and grant privileges on MySQL
grant all privileges on db.* to ‘user’@’host’ identified by ‘password’;
-
How to flush DNS cache on windows
Execute ipconfig /flushdns on command prompt
-
Zimbra stupidities
Probably impossible to list all, but here are really harmful if you are moving it to other server: Recommendation – stay away from zimbra if you can.
-
Keeping FreeBSD ports secure and up to date
-
Enable ssl on apache2
a2enmod ssl