1. Introduction CentOS as a group is a community of open source contributors and users. Typical CentOS users are organisations and indi...
Monday, August 5, 2013
Download ClearOS 6.4.0 (64 Bit) ISO Images
2:48 PM
1. Introduction ClearOS Enterprise is a server, network, and gateway platform designed for small businesses and distributed enterpris...
Download ClearOS 6.3.0 32/64 Bit ISO Images
2:44 PM
1. Introduction ClearOS Enterprise is a server, network, and gateway platform designed for small businesses and distributed enterprise ...
Runlevels on Centos/Redhat/Fedora
12:59 PM
1. Introduction Runlevels define what services or processes should be running on the system. The Linux operating system can make use of...
Shell Scripting:Linux Random Password Generator With Bash Script
8:57 AM
#!/bin/bash # Under RedHat / Centos if [ $# -gt 0 ] then MIN=$1 else MIN=8 fi DEL=`expr $RANDOM % 5` LEN=`expr $MIN + $DEL` cat /dev/ur...
Subscribe to:
Posts (Atom)