You can install softaculous in cpanel from WHM and also from command line without having to visit cPanel/WHM. Before starting the softaculous installation please make sure that the ‘ionCube Loader’is enabled on the server. To install from WHM ================== 1. Log into server via ssh. 2. cd /usr/local/cpanel/whostmgr/docroot/cgi 3. wget -N http://www.softaculous.com/ins/addon_softaculous.php 4. chmod 755 addon_softaculous.php 5. Then go to WHM –> Plugins–>softaculous– Instant Installs Install from command cline ========================== 1.Log into server via ssh. 2.cd /usr/local/cpanel/whostmgr/docroot/cgi 3. wget -N http://www.softaculous.com/ins/addon_softaculous.php 4. chmod 755 addon_softaculous.php 5. /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/addon_softaculous.php You can install softaculous in cpanel from WHM and also from command line without having to visit cPanel/WHM. Before starting the softaculous installation please make sure that the ‘ionCube Loader’ is enabled …
Linux
Login to the server: telnet localhost “portnumber” netstat command to find open ports ———————————- netstat –listen To display open ports and established TCP connections, enter —————————————————————- netstat -vatn To display only open UDP ports try the following command: ———————————————————— netstat -vaun To display the list of open ports, enter: ——————————————— lsof -i If you require help, contact SupportPRO Server Admin
Introduction Linux is one of the most reliable web server operating systems, with an almost perfect monitoring system that ensures your servers run smoothly around the clock with minimal risk of a crash. The Linux server monitoring system is one of the best-known tools for ensuring optimal server performance. No wonder, then, that brands such as the LAMP server are the most recognised and preferred by most large web hosting companies. Web hosting servers need to be up all the time. And since they contain massive amounts of data accessed and used by all clients, security and optimal performance become crucial factors. Monitoring servers 24×7 for the proper operation of scripts and tools, including HTTP, SSL, SMTP, POP, IMAP, SSH, …
Managing disk partitions is an essential task for Linux system administrators. Proper disk partitioning helps organize storage, improve performance, and simplify server management. Whether you are setting up a new server or adding additional storage, understanding Partition creation in Linux is extremely important. In this guide, we will explain how to create partitions, format them, mount them, and make the configuration permanent using Linux commands. What is Partition Creation? Partition creation is the process of dividing a physical hard disk into separate logical sections called partitions. Each partition can: Linux systems commonly use partitions to organize storage efficiently. Why Partitioning is Important Disk partitioning provides several advantages: For servers, partitioning also helps isolate workloads and reduce storage-related issues. Step 1: …
ACK is a tool like grep, designed for programmers with large trees of heterogeneous source code. ACK is written entirely in Perl and leverages its regular expressions. How to install ACK It can be installed in any number of ways: * Install the CPAN module App::Ack. If you are already a Perl user, this is the way to go. * Download the standalone version of ack that requires no modules beyond what’s in core Perl, and put it in your path. If you don’t want to mess with setting up the Perl CPAN shell, this is the easiest. curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 !#:3 * Install MacPorts * Install the Ubuntu package: ack-grep * Install the Fedora package: …
skill -STOP -u Username. STOP/HALT a user skill -CONT -u Username RESUME already halted user skill -KILL -u Username KILL and LOGOUT user skill -KILL -v /dev/pts/* KILL and LOGOUT all users If you require help, contact SupportPRO Server Admin
Copy files from dir1 to dir2 without replacing the existing files on dir2
Copy files from dir1 to dir2 without replacing the existing files on dir2 [root@twenty ]# ls dir1 dir2 [root@twenty ]# ls dir1 a b c d e f [root@twenty ]# ls dir2 a b c
SELinux History SELinux was originally a development project from the National Security Agency (NSA), Secure Computing corporation (SCC) and others. It is an implementation of SCC and others. It is an implementation of Flask Operating System security architecture. As a step in its evolution, SELinux was integrated into Linux kernel using the Linux Security Modules (LSM) framework. SELinux motivated the creation of LSM, at the suggestion of Linus Torvalds, who wanted a modular approach to security instead of just accepting SELinux into kernel. SELinux in now a standard component of RHEL and non-commercial distros like Fedora, Debian GNU/Linux, Gentoo Linux etc. Introduction In the world of Linux, SELinux is the new buzzword. Most OS use access controls to limit the …