Skip to content

EZ Linux Admin

Making Linux Easier

Primary menu

  • Home
  • About Us
  • Archives
  • Hacked?
  • Linux Basics
  • Cheat Sheets
  • Computer Terms
Home »Posts tagged  command

Tag: command

How to change a hostname command in Centos

Posted onDecember 28, 2015

Centos 6 and above now has an easy to use command to change the hostname of your server. Simple type: hostname (newhostnamehere) Replace (newhostnamehere) with what you want the hostname to be. It’s nice when things are actually simple, good Continue Reading

CategoriesLinux CommandsTagscentos, change hostname, command, hostname

Change root user language in Centos by command

Posted onMay 1, 2015

If you want to change the language the user root uses by command in Centos you need to run this: export LANG=en_GB.UTF-8 This is for English if you want another language you need to change this to your language; en_GB

CategoriesLinux Commands, Linux Software / Scripts, Linux TricksTagscentos, change, command, language, root

Default Apache page shows a website with CPanel

Posted onJuly 13, 2014

If your CPanel based server shows a website instead of the default Apache page you need to do three things. Run these commands: scripts/updateuserdomains scripts/rebuildhttpdconf Then reboot Apache in the WHM or by command: service httpd restart

CategoriesCpanel and WHM, Linux Software / ScriptsTagsapache, command, cpanel, default, page, showing, website, WHM

How to find inodes use per user or group

Posted onFebruary 28, 2014February 28, 2014

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.

CategoriesCheat Sheets, Cpanel and WHM, Linux Commands, Linux Software / Scripts, Linux TricksTagscentos, command, find, inodes, linux

Clear bash history in Linux

Posted onAugust 14, 2012August 14, 2012

history -c

CategoriesLinux Commands, Linux Security, Linux TricksTagsbash, clear history, command, linux

Change the language on Linux with a command

Posted onJune 7, 20121 Comment

It’s easy just run this command and than choose a language: system-config-language

CategoriesCheat Sheets, Installing Linux, Linux Commands, Linux Software / Scripts, Linux TricksTagschange language, command, linux

Categories

web host

Archives

Partners

  • Centos
  • Linux
  • Redhat
  • SSLCA
  • Web Hosting

Quality Websites

  • EZ Domain Name
  • Free Image Hosting
  • Internet Marketing
  • Linuxsecurity.com
  • Web Hosting
Copyright © 2019 EZ Linux Admin. All Rights Reserved.
Clean Education by Catch Themes
Scroll Up