Прашања
i ) To search for a package :- yum search [package] - i.e :- yum search MySQL ii) To install...
Change SSH PortA good first thing to do upon the completed provisioning of your VPS or Dedicated Server running...
Check Running Services on LinuxIntroductionOn a linux server (and most other server environments) the purpose is to provide...
Common Log File Locations/var/log/messages : General message and system related stuff /var/log/exim_mainlog : Exim Mail...
Connecting to your Linux server via SSH (Shell Access)An SSH (Secure Shell) session is a useful means of direct communication with your Virtual Server,...
How to change your root MySQL password1. Login to your server via SSH 2. Proceed with Scenerio 1 or Scenerio 2 below: Scenerio 1: If...
How to download files to your VPSTo download files to your VPS, you can use a utility called "wget", which is accessible via SSH....
Installing/updating packages on Debian/UbuntuBefore you search/install a package please refresh the package list using this command - apt-get...
Linux CommandsBelow are some basic and useful commands that can be used on the linux command line (SSH)....
Opening Ports on your Linux server via iptablesTo open ports via local tables you will need to have command line access to your server. Please...
Previewing your website before transferring it to your VPS - hosts fileBelow is a guide to using the hosts file to preview your site before transferring / before DNS...
Setting time on CentOS VPSIf you would like your VPS time to be independent to the platform, login via SSH and type the...
Start/stop web services - Apache, Postfix, MySQL, etcYou can restart application services via SSH. Below are some examples: [Redhat based...
Text Editor on LinuxIn order to edit files on the command line you will have to use a text editor.There are many text...
What is PHPinfo? How can I run it?PHPinfo is a function that returns information, in HTML form, about the PHP environment on your...