Related Articles
New Access Management User setup on Linux
1) Login to your accounts.cartika.com account 2) Select your access management service (customers with managed infrastructure in both the US and CAD will have two) 3) Navigate to Login to SolidCP -> Click Login 4) Click on Users under your Hosted ...
Linux
Linux System Information: Print Kernel and OS Release Versions: uname -r (or uname -a for all info) 2.6.32-531.29.2.lve1.3.11.1.el6.x86_64 cat /etc/*release* CloudLinux Server release 6.6 (Leonid Kizim) Linux Watch Limit: ...
Managing Repos in Linux
Removing / Disabling Package/Repos causing conflicts During Yum Update During yum update if there is a conflict, you need to fix by excluding unwanted 3rd party packages / repos that belongs to a specific repository, use any one of the two methods ...
How to install Composer in Linux
To install Composer onto a Linux server run the following commands to, in order. Download the installer to the current directory Verify the installer Run the installer Remove the installer 1)php -r "copy('https://getcomposer.org/installer', ...
Clear Cached Memory On Linux Without Reboot
If a Linux server appears to have inodes or dentries filling up cached memory, here is how you can flush it without putting the server through a reboot. This will only work with linux kernels equal to or greater then version 2.6.16+ which was ...