2015
2008
Tentakel to execute commands on multiple Linux or UNIX Servers
by camelMany times, you want to execute a command not only on one server, but also on several servers. For example, find out
* Version of kernel
* Version of Apache web server
* Update static html or images files on all web servers via rsync
* Find out user information, server information, memory usage etc
* Security/patch checking
tentakel
I have already covered how to execute commands on multiple Linux or UNIX servers via shell script. The disadvantage of script is commands do not run in parallel on all servers. However, several tools exist to automate this procedure in parallel. With the help of tool called tentakel, you run distributed command execution. It is a program for executing the same command on many hosts in parallel using ssh (it supports other methods too). Main advantage is you can create several sets of servers according requirements. For example webserver group, mail server group, home servers group etc. The command is executed in parallel on all servers in this group (time saving). By default, every result is printed to stdout (screen). The output format can be defined for each group.
2006
Complete Debian Linux Server Setup Tutorial
by david23 & 4 othersThis is atep by step tutorials how to setup Debian server this includes
Debian Installation
FTP Server Setup in debian
Webserver Setup in Debian
Samba Server Setup in Debian
Database Server Setup in Debian
Time clock sync for debian server
Mail Server Configuration in Debian
VNC Server setup in Debian
Proxy Server Setup in Debian
SSH Server Setup in Debian
tftp Server Setup in Debian
DHCP Server Setup in Debian
IPtables Configuration in Debian
DNS Server Setup in debian
1969
DAG: Tunneling SSH over HTTP(S)
by HandySolo & 4 othersThis document explains how to set up an Apache server and SSH client to allow tunneling SSH over HTTP(S). This can be useful on restricted networks that either firewall everything except HTTP traffic (tcp/80,tcp/443) or require users to use a local (HTTP) proxy.
1
(6 marks)