• How to List all Modules Loaded or Enabled in Apache httpd?

    Question : Recently, I was learning how to secure Apache web server guide – in which one of the suggestion was to load only necessary modules in Apache, as that will reduce the server load and improves the web server security as well. I would like to know if there’s any command that…

  • 50 Things To do After Installing WordPress! [A Comprehensive Guide]

    WordPress is an amazing platform to build your website or a blog. It’s powerful, easy to install, loaded with features, active community, millions of plugins etc…But…it’s also the platform loved by hackers. You can install WordPress in just 2 minutes, but your job should not stop there. There are plenty…

  • How to Create, Extract or Open RAR file in Linux?

    Everyone might have used RAR files in Windows, but using it on Linux is not straightforward. None of the Linux operating systems (by default) comes with an utility to process RAR files. It means, if you have downloaded any RAR file from internet and want that to be opened or extracted…

  • Error: xenstore-read: xs_open: No such file or directory on DomU [Solved]

    Question: Hi, I have installed Xen Hypervisor version 3.1 on RHEL machine, which runs two CentOS VMs on Dom0. I would like to use xenstore to write some information in Dom0 (for instance, I want to store/write hostname of Dom0) and read that store in DomU. After reading out some forums,…

  • Error : Xend Start – /proc/xen/capabilities: No such file or directory [Solved]

    Question: I was able to install Xen Hypervisor successfully on Red Hat Enterprise Linux release 5.5 and booted the system with xen kernel as well. But while starting the xend service, I get this error message “/proc/xen/capabilities: No such file or directory“. I see a folder ‘xen’ inside /proc, but ‘capabilities’…

  • How to use Wget to recursively download files from a web directory?

    Question: My company’s intranet website hosts GB’s of software tools and applications. I have been trying to download all of those via wget command and yet maintain the same directory structure (the source directory has organized tools under various categories, which I like maintain it same). Here’s an example of…

  • Error: Setup Command not found in CentOS VPS [Solved]

    Hi, I was using setup command in one of my RHEL machine to configure firewall, network and system services. Recently, I bought a CentOS vps, which doesn’t seem to have setup command installed. I tried ‘yum install setup‘, but the command terminated with a message ‘Nothing to do’. Can you let…

  • Quick Tip to Extract all Images from .docx, .pptx and .xlsx files!

    Without a doubt, Microsoft Office is one of the most popular application out there. Recently I came across a quick tip that lets you to extract images from DOCX, XLSX, PPTX formats. We do plenty of documentation for various projects, which might include lot of screenshots and images. If you…

  • How to Login to OpenStack Instance or VM via PuTTY using Key?

    Question: I installed OpenStack Icehouse on my test bed and was able to create instances successfully. But I was not able to login to CentOS instance via PuTTY using the key file (.pem). However, I was able login via SSH command. Can someone tell me how to login to instance…

  • CentOS – semanage command not found error – The fix is here!

    Question: I was trying to setup Apache web server on a different port other than port 80. For instance, on port 81, but the httpd daemon refused to start on port 81 and thrown an error message as “httpd already running”. Though, I verified that the port is changed  from 80 to…

  • How to Remove or Disable Extra JS included in WordPress 4.2 for Emoji Support?

    The Emojis are cool, loved and used by many WordPress authors. But there are few, like me, who don’t use Emojis. Starting from version 4.2, WordPress supports Emoji’s by default. It means, an extra Javascript file gets added to your site’s header to support 4 bit unicode characters. Interestingly, the feature will…