Search results

  1. J

    Linux FTP Commands with examples

    FTP: FTP or the file transfer program utility which is mainly utilized to share or transfer the files in a local machine and in the remote networking machine while using the file transfer program. If we explain it simply it mainly copies and transfers the files, which are mainly done between...
  2. J

    Define different commands to check the RDNS entry for your IP Address

    RDNS: RDNS is actually an abbreviation Reverse-domain of name system. The main working steps of the RDNS has been just and quite opposite to the simple DNS, it is the name domain system. RDNS is actually a pointer that records the entries which helps them to search out one of the best host name...
  3. J

    Define BFD and how it does work for windows and Linux servers

    What is BFD: Brute Force Detection (BFD) is a more important and a critical part to protect your operating server from the dangerous malicious attack. The main and most common type of brute force attack is mainly a dictionary attack. If a malicious user who tries to get the access to your...
  4. J

    What is DNF and why was YUM replaced with DNF

    DNF: Dandified Yum or the DNF is the advanced generation version of the popular Yellowdog updater which has modified Yum. DNF was actually introduced and launched in the Fedora 18 and it is also a default package manager of the Fedora since the version 22. Many perceived deficiencies which the...
  5. J

    How to Upgrade/patch cPanel/WHM

    What is cPanel: It is is the web hosting which is Linux based, Control Panel which provides the graphical and the automation tools that are designed for easy the processes of the hosting of a site. CPanel mainly utilizes the tier three structure which provides the capabilities for the resellers...
  6. J

    what is OpenStack

    OpenStack: OpenStack is mainly the set of the software tools which is used for the managing and building the cloud and computing platforms mainly for the public and as well as the private clouds. It is backed by the one of the largest hosting and software developing companies and also with the...
  7. J

    How to set default files and folders permission/ownership in a cPanel account

    You always have this basic awareness for you the cPanel account if you want to manage. The folders and files which are in the cPanel account must have properly predefined permissions and also the ownership. When any changes made to these ownership and permission which may cause to stop the...
  8. J

    how to enable key based authentication in Linux.

    Secure shell or SSH is a type of encrypted protocol system which is used to communicate and administer with the servers. Whenever you are working the Linux server there are many chances when you can spend your most of the time in the terminal session which is connected to the server which is...
  9. J

    Linux Zip and Unzip Command with example

    Zip and Unzip Command: Zip and Unzip in Linux is the biggest burning issue which we can’t ignore as we know that Microsoft Windows has the Winzip program and many people finds it difficult to search any program in the application shortcuts to unzip or zip files on the Linux. But here we are to...
  10. J

    how to clean Yum cache

    Yum cache: The yum is actually a command of open source line of the package and management utility which is for the operating system of Linux which mainly uses the manage package of the RPM. Yellowdog updater modified of yum to mainly allow the automatic update package and the dependency system...
  11. J

    how to restart Spamd service in cPanel

    Spamd Service: Spamd is a kind of service which is for the email utility of the Apache spam Assassin, it is an email utility which mainly examines the incoming email and the tests for the spam characteristics. It mainly uses the Bayesian spam and network filtering tests to the screen incoming...
  12. J

    how to download a file into directory using curl or wget

    Many users prefer Wget to download the files to a directory. But on some systems, it is not installed and so that’s why there is only one option means curl is available for download. You can download files with the use of these two other curl of the Wget. You can also easily send the HTTP POST...
  13. J

    Linux netstat commands

    Netstat Command: Netstat is basically a command line utility which can be utilized to the list out for all the network connection in a system. It mainly lists out all the UDP, TCP socket connections and also the Unix socket connection. Apart from these sockets it can also easily list the...
  14. J

    Linux gzip command

    Linux gzip Command: Gzip command is used to compress the file in Linux system. When you see the structure of directory in recursive mode and if any file is specified as directory on command line then gzip will go down into directory and compress the file. Gzip command also reduces the size of...
  15. J

    Linux Screen Command

    Linux Screen command: The screen is a complete software program which can be utilized for the multiplexes the physical console in between the several processes mainly the interactive shells. The screen allows a user to easily open the several different terminal instances which are inside a...
  16. J

    Linux Crontab Command

    Linux Crontab commands : A smart and experienced Linux system admin knows the main importance of running the routine maintenance jobs automatically in the background. Linux crontab utility is an efficient and an effective way to schedule the routine background jobs at a specific period of time...
  17. J

    Linux check disk space command

    Linux checks disk space command "df" : On the web, you can find many varieties of tools to check the utilization of the disk space in the Linux. However, it has a long durable utility built inside commonly known as ‘df’. Mainly the ‘df’ command stands for the Disk filesystem. It is mainly...
  18. J

    Linux rsync exclude files and folders

    rsync is a tool for get backup and synch files between different servers or locations. If you want to exclude files from backup then you have to exclude the file or directory type from rsync. We define some example of exclude files or directory with rsync. Exclude file: If you want to exclude...
  19. J

    Linux Remove Command

    rm Command: The rm command is used to remove/delete a file in Linux system. rm commands remove the files without any confirmation so you make sure before deleting files. This command does not delete directories by default. For using this command using the given command Syntax: $ rm filename...
  20. J

    How to run PHP as CGI with Suexec

    PhP is a server side script that is loaded into a server and generates the pages. CGI is utilized by replacing a SSI directive tag in HTML. When a page is loaded in the browser the server reads that directive and run the script file, which is replaced by given tag. If you are running PHP as CGI...
Top