To be able to execute the many API command line tools you will need to setup and configure the authentication correctly.
This will help you to do just that.
1. …
Amazon WordPress / Lighttpd / Varnish
Amazon WordPress / Lighttpd / Varnish for free
#1. Create an AWS Account
You can sign up here. You’ll have to provide a credit card and a phone number where …
Varnish security.vcl
How to setup Security.vcl on Varnish 3.0
Download it
wget https://github.com/KristianLyng/varnish/tree/my2.1/varnish-tools/security.vcl
# cd vcl/
# make
# cp -a vcl/ /etc/varnish/security.vcl/
(alternatively you could symlink it, of course).
Now all …
Setup Samba Howto
Howto Setup Samba
Reference to my newer post (RedHat/CentOS)
Install the packet:
# apt-get install samba
Check your open port:
# netstat -an |grep listen
No port 139 ?
Create …