Authentication (Linux) through htaccess: Authentication through Htaccess #Shell> vi .htaccess AuthUserFile /public_html/private/.htpasswd AuthName "Secret Stuff" AuthType Basic require valid-user Authentication for Single File access on Apache (Linux) through htaccess Edit httpd.conf file and add … Continue Reading →
If you are not able send and receive mails for domain from domains?
You need to contact these url’s below to white list you domain on there security policy… https://postmaster.live.com/snds/addnetwork.aspx http://help.yahoo.com/l/us/yahoo/mail/postmaster/unblock.html http://postmaster.aol.com/ http://postmaster.hotmail.com/
Cron Jobs Time Format
The time and date fields are as follows: * (First star means Minutes to run the job) * (Second star means Hours to run the job) * (Third star means … Continue Reading →
How to Search TEXT in files
#grep -r “text name” * (if you give star it will search on all files located on system) OR #grep -r “text name” /root/file. (Path of file in which the … Continue Reading →
Setting up the OGG/Vorbis streaming client: IcesCast
Before you can compile ices you need the libshout library. First download it: # cd /usr/src/icecast # wget http://downloads.us.xiph.org/releases/libshout/libshout-2.3.1.tar.gz Then extract the tar file and change into the new directory: … Continue Reading →
How To Install Icecast 2.3.3 On CentOS 6.3 Linux
This tutorial explains creating your own streaming audio server with Icecast (OGG/MP3). Icecast was designed to stream any audio file if a appropiate streaming client is available. For OGG/Vorbis you … Continue Reading →