FTP sharing
File Sharing Protocol ports used ftp-data 20/tcp ftp-data 20/udp ftp 21/tcp ftp 21/udp files are /etc/vsftpd/vsftpd.conf We have [...]
Bash Terminal shortcuts
Bash Shortcuts Quick Reference Ctrl-a Move to the start of the line. Ctrl-e Move to the end of [...]
LAMP installation and configuration
#Configuring LAMP-LINUX APACHE MYSQL PHP #1.LINUX here i use machine preinstalled with rhel 6 desktop kde gnome packages [...]
Amanda 3.3 configuration in Rhel 6
#Configuring AMANDA 3.3 FOR RHEL 6 SERVER AND CLIENT ,fedora #first configure dhcp and dns before this #packages [...]
Virtual installation in Rhel ,Fedora
#!/bin/bash #configuring install-vserver #kickstart configuration and adding entry into the pxelinux.0/default for virtual echo" #platform=x86, AMD64, or Intel [...]
Setting up a PXE BOOT server @RHEL,FEDORA
#This is a configuration script for making a pxe boot server for rhel #Packages needed are #1.sylinux #2.any [...]
Setting DNS server@RHEL,fedora
#Packages needed are bind and bind-chroot #1.install needed packages yum -y install bind #2.Configuration files are rpm -qc [...]
Setting DHCP server in rhel ,fedora
#Steps to Configure dhcp... #First give static ip for the server machine ie dhcp server #1.Packages needed #-dhcp- [...]
Creating local directory for yum installation using createrepo @ rhel ,fedora
To create a local directory from which we can install through yum,Mainly we need the "createrepo plugin of [...]
fedora 17 and grub2
Fedora 17 and grub2...While installing fedora 17 from the live cd at the end of finishing the installations [...]
To create keyboard shortcut for terminal in linux
open the terminal then type >gnome-keybinding-properties Then an window will pop up that window can be used to [...]
Resizable linux partions –LVM-logical volume management
In linux we can can create resizable partition which can be resized if free space is available. That [...]
Gcc for windows-Install the MinGW (GCC) Compiler Suite and Cygwin prompt
This Gcc compiler doesn't exactly replaces the normal Linux gcc compiler .First download the file from following link [...]
Connecting to ur computer through ssh and No-IP form mobile or computer
Normally we use ssh for connecting to ur system over internet form other computer or mobile.When using ssh [...]
removing Recycler virus
the recycler virus particularly come from pendrives,ipods,mp3 players etc.....which effects our folder's hidden and read only options....so to [...]
Tweak Windows Explorer to make the command window always available
The default behavior for Windows Explorer in Windows 7 and Vista is to display a context menu when [...]
Change mysql root Password
#mysqld_safe --skip-grant-tables& root#mysql mysql>use mysql mysql>update user set password=PASSWORD('abcd') where User='root' mysql>flush privileges mysql>quit Now restart mysqld
WordPress error while uploading file. “The uploaded file has reached the preset parameter value upload_max_filesize (php.ini)”
Create php.ini under your home directory and past the following value. upload_max_filesize = 10M post_max_size = 20M OR [...]
To check dnsless preview
http://000.000.000.000:7778/sitepreview/mydomain.com/ or you can access that domain via http://ip/~clientname/ or kloxo >> domains(side bar) >> select the domain [...]
To remove asking FTP details while install plugins from admin
To remove asking FTP details while install plugins from admin 3 ways : 1.Here’s how you can do [...]
PYTHON APPLICATION ..PART 2
part 2 deals with the server part ie the system..we need a system installed with python and sendkey [...]
Kloxo Installation
A dedicated or virtual server running CentOS or Red Hat EL 5.x. CentOS 6.x is not currently supported. [...]
Transfering files using scp
Copy the file "file" from a remote host to the local host $scp username@remotehost.com:file /some/local/directory Copy the file [...]
Rsync from one server to another
Rsync in case of custom SSH port. rsync -v file2transfer -e "ssh -p 220" root@destinationIP:/ -v : Verbose (try -vv for [...]
Update button in awstats
To enable the update button in awstats(for cpanel servers), go to /home/username/tmp/awstats/, then edit the config file and [...]