Is it possible to create a recorder for my current terminal (tty) session? I am pretty exited about this technique. Yes, it is possible to generate a recorder for your Linux command line practice. It will help you to save your…
Tag: centos
How to list cronjob entries of all users?
How to list all cron entries on a WHM/cPanel based servers? Crontab is the program used to install, remove or list the tables used to drive the cron daemon. Cronjobs are predefined jobs which are running periodically according to the…
How to check RAM speed and type from command line?
Yeah, I want to know about those details without opening my CPU chassis. Is it possible to check the memory (RAM) details via server CMI (command line interface)? Yes, this would be helpful, if you want to purchase RAM and…
Disable Apache ServerSignature/ServerTokens/PHP X-Powered-By details
Q. While browsing I’m seeing server’s sensitive information. Is it possible to disable them? Yup, it’s possible. The only thing you need to do is edit the web server (Apache) configuration file as I explained in this Blog article. In Apache,…
Disable Directory listing in Apache on RHEL/CentOS server – An easy way from Whm/cPanel
When you set up a new website, you can see a cgi-bin folder or something like that while accesing the website via browser. Directory listing is disabled by default in most servers these days for many reasons, one of them…
LiteSpeed update released against Shellshock vulnerability
A critical code execution vulnerability affecting BASH has been discovered on September 24, 2014 in CentOS based servers. To fix this problem, you need to update BASH to the latest version. BASH version less than bash-4.1.2-15.el6_5.1.x86_64 seems to be vulnerable. LiteSpeed…
CVE-2014-6271: remote code execution through bash – Critical BASH vulnerability discovered
Critical BASH vulnerability discovered – update BASH on your CentOS Linux server!!! ## Shellshock vulnerability..!! Summary >> A critical code execution vulnerability (Remote) affecting bash (Unix shell) has been discovered on September 24, 2014. >> The vulnerability occurs because bash…