This simple command will list the inodes used for any group on the server: repquota -a | head -n5 ; repquota -a | grep username Just replace where it says “username” with the group or username you want to check.
Tag: linux
Clear bash history in Linux
history -c
Change the language on Linux with a command
It’s easy just run this command and than choose a language: system-config-language
How to install CPanel over Centos 6 minimal
To install CPanel over Centos minimal 6 you need to get some basic packages. You can easily grab those with YUM here is the package command to get Centos Minimal install ready for CPanel. yum groupinstall base
How to Tell What Type of Memory Your Linux PC Has Installed
Here it is, the magic code. Just run this as root and it will give you the ddr, mhz, and much more. sudo dmidecode –type memory
Converting CentOS 5.x or 6.x to CloudLinux (with cPanel & WHM installed)
Converting CentOS 5.x or 6.x to CloudLinux (with cPanel & WHM installed) If you wish to convert from CentOS 5.x or 6.x to CloudLinux, have already installed cPanel & WHM, and own an IP-based CloudLinux license, run these commands: /usr/local/cpanel/cpkeyclt /usr/local/cpanel/bin/cloudlinux_system_install -k reboot /usr/local/cpanel/scripts/easyapache –build If you wish to convert from CentOS 5.x or 6.x… Continue reading Converting CentOS 5.x or 6.x to CloudLinux (with cPanel & WHM installed)