Get Solutions

Finding solutions with Technologies

Step by Step Procedure for Install and Configure and Securing a new cPanel Server and csf server through WHM

First Install cPanel on the new server root@server [~]# mkdir /home/cpins root@server [~]#cd /home/cpins root@server [~]#wget http://layer1.cpanel.net/latestafter this give screen command root@server [~]#screenIf it works then OK ,but if did’nt work use root@server [~]#yum install screen (Install all the dependencies with it )now give screen command root@server [~]#screenafter that give ‘ll’ or ls and you will see the file as ‘latest’ root@server [~]# ls latestchange permission to 755 root@server [~]#chmod 755 latestand then after give this command #sh...

Step by Step Procedure IPv4 NAT Gateway and DHCP on Ubuntu 12.04 Server

The setup is simple: a single Ubuntu server will act as a gateway and DHCP server for a local network. All other machines on the local network will receive their IPs from the DHCP server. To make things easier, I’ll call this Ubuntu server “Skyray” for the rest of the post. Skyray has two network interfaces, eth0 and eth1. eth0 is on the 10.20.30.0/24 subnet and this is the Internet facing interface. eth1 is on the 172.22.22.0/24 subnet, where all other machines are also present. Basically, eth0 will connect to the Internet and eth1 will...

Step by Step for multipule interface dhcp server installation on ubuntu 12.04

Scenario: Ubuntu dhcp server with 3 network cards (eth0,eth1,eth2), eth0 is connected to upstream server, in order to get the internet access, eth1 is connected to the 10.10.10.0/24 subnet and serve as dhcp server  while eth2 serve for 172.16.10.0/24 subnet. Before configuring the dhcp server on Ubuntu, we shall check the ip address setting on our Ubuntu server: sudo nano /etc/network/interfaces Ubuntu...

Step by step for install and configure setuo of appserv on windows 2008 seerver

Step 1: Get the file At the time of writing this article, there are 2 version; 2.4.x contains PHP 4 and most software are older versions so it’s more stable. 2.5.x contains PHP 5 and most are newest releases at the official sites so it’s supports more function, but may less stable than 2.4.x. It’s up to you to decide which is suitable for you. Get download by go to developer site. Or if you don’t want to go to the site, you can download 2.5.7...

Step by Step for install and configure setup Apache web server using XAMPP on Windows

Step-by-step Download XAMPP for Windows. Browse to www.apachefriends.org/en/xampp.html and click XAMPP for Windows. Scroll down to Download section, there are 3 formats which you can choose to download. In this example, I select ZIP format. Unzip the file into the folder of your choice. If you extract XAMPP in a top level folder like “C:\” or “D:\”, you can skip to step 5. Otherwise, you have to run “setup_xampp.bat” in \xampp folder. In...

How to use shutdown ubuntu 12.04 command under Linux

How do I use shutdown command? The shutdown command can be used to turn off or reboot a computer. Type the command as follows to shutdown server / computer immediately: $ sudo shutdown -h now OR $ sudo shutdown -h 0 How do I shutdown compute at specific time? To shutdown computer at 6:45pm, enter: $ sudo shutdown -h 18:45 "Server is going down for maintenance" At 6:30pm message will go out to all user and 6:45 system will shutdown. Please note that you can also use halt or poweroff or reboot command for stopping and restarting the system:...

Install and Configure Join AD domain on Ubuntu 12.04 Server Step by Step Procedure

 Join AD domain Required software You need to install the winbind and samba packages. The packages smbfs and smbclient are useful for mounting network shares and copying files. IconsPage/IconNote.png The package smbfs is optional, but includes useful client utilities, including the smbmount command. Also useful is thesmbclient package, which includes an FTP-like client for SMB shares. Join The first step in joining the Active Directory domain is to edit /etc/samba/smb.conf: file:  /etc/samba/smb.conf  [global]  ...