Decimal to Binary Conversion using Bash Script
Decimal to Binary Conversion using Bash Script Download Script Using : Usage :- OutPut:-
Telnet by hostname without modifying /etc/hosts file Without root user
I have several devices in my network and I have a file with the name / ip of each device, is there any way i can execute a telnet to that file and execute the line I want so i can access the device I need? e.i hosts 1.1.1.1 main 2.2.2.2 smpt telnet hosts main [...]
Subversion with SSH + Trac Setup Mini-tutorial
Subversion with SSH + Trac Setup Mini-tutorial This Document has been created for users who know basic know-how of SVN Why this is required? We have software Projects, were more developers work on same project from different locations, in default SVN setup, the developers detail like who made changes in repositories are not reflected, also [...]
svnuseradd.sh
The svnuseradd.sh script can be used to achieve the below requirements To add svnuser into your system add existing user into svngroup create ssh private and public keys for each users ( Password less login) creates ssh pubic key in users own home directory, which can be loaded from windows machine using pegagent enable “svn [...]
Download Entire Album photos from Google Plus using Wget
Below Script will help you to download JPEG images from plus.google.com
Error while loading php module [undefined symbol: OnUpdateLong]
While loading php module into apache I faced below error /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: undefined symbol: OnUpdateLong After trying a couple of things I found a solution which might also be helpful to others, so I thought about making a post to help others having the same problem. Solution is as follows : 1. Rename [...]
Create PDF from HTML file and Send it [CentOs5/RHEL5]
Htmldoc and sendEmail both are Open-source tools , below script is created using this tools , i hope it may be usefully for you.
unexpected RCODE REFUSED
Today i faced issue with caching DNS server as below: This issue happen because ISP DNS Server down, as you can see highlighted ISP DNS Server IP. to check instantly, we can use dig command as below : above command will send query to “180.149.63.3″ then you will find the issue To Solve this issue [...]
AWK script to watch the disk space
df displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the space available on all currently mounted file systems is shown. Read man page of df if you are new to df command. Setup Cron job Save and install script as cronjob. [...]
Setup Basic Ldap Server
Introduction: The OpenLDAP software provided in Linux distributions implements the Lightweight Directory Access Protocol (LDAP) as a client/server model. LDAP is designed to provide an efficient way to find and manage information. The OpenLDAP software and the packages it interfaces with provide tools to create a Directory Information Tree, a read-mostly database. This document shows [...]