Skip to content
sharadchhetri
  • Home
  • ResourcesExpand
    • Artificial Intelligence
    • Devops
    • Cloud Computing
    • Database Server
    • BSD
    • Linux
    • Learn Linux
  • My Projects & WorkExpand
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • Facebook Page
  • Contact
  • Privacy Policy
  • About Me
sharadchhetri
  • ss command : alternate of netstat
    Linux

    ss command : alternate of netstat

    BySharad Chhetri September 27, 2014December 10, 2024

    In case you are looking for alternate of netstat command, here is called ss command. By default ss command is shipped with package called iproute (Advanced IP routing and network device configuration tools) Introduction of ss ss command is another utility to investigate sockets. It is used to dump socket statistics. It allows showing information…

    Read More ss command : alternate of netstatContinue

  • netstat command not found on CentOS 7 and RHEL 7 (Red Hat Enterprise Linux 7)
    Linux

    netstat command not found on CentOS 7 and RHEL 7 (Red Hat Enterprise Linux 7)

    BySharad Chhetri September 27, 2014December 10, 2024

    We have observed many new changes on Red Hat Enterprise Linux and CentOS 7 . With the previous RHEL and CentOS version, netstat command was available even in minimal installation. On CentOS 7 and RHEL 7, on doing minimal installation we have not found netstat command. To get the netstat command on RHEL 7 and…

    Read More netstat command not found on CentOS 7 and RHEL 7 (Red Hat Enterprise Linux 7)Continue

  • How to set hostname and FQDN on CentOS 7 and RHEL 7
    Linux

    How to set hostname and FQDN on CentOS 7 and RHEL 7

    BySharad Chhetri September 27, 2014December 10, 2024

    The tutorial will explain about how to set hostname and FQDN on CentOS 7 and RHEL 7 (Red Hat Enterprise Linux 7). In our previous post “How to change hostname on CentOS and Red Hat“, we have already define the difference between hostname and FQDN. Hence suggest to read this post. In Red Hat Enterprise…

    Read More How to set hostname and FQDN on CentOS 7 and RHEL 7Continue

  • Bash Code Injection Vulnerability via Specially Crafted Environment Variables
    Linux

    Bash Code Injection Vulnerability via Specially Crafted Environment Variables

    BySharad Chhetri September 26, 2014December 10, 2024

    Bash Code Injection Vulnerability via Specially Crafted Environment Variables (CVE-2014-6271 (aka Shellshock ), CVE-2014-7169). This is one the most vulnerable bug we have seen in Linux at current time. Due to this bug, we are seeing lots of business impact in entire world. Details of CVE-2014-6271 A flaw was found in the way Bash evaluated…

    Read More Bash Code Injection Vulnerability via Specially Crafted Environment VariablesContinue

  • Ubuntu Linux : get matrix effect on terminal
    Linux

    Ubuntu Linux : get matrix effect on terminal

    BySharad Chhetri September 15, 2014December 10, 2024

    This time I made a thought to share something interesting.It is not related to system admin but it is just for fun. I generally use ubuntu most of the time for my desktop purposes. Hope you will like this matrix effect on your terminal. First you have to install cmatrix package into your system. It…

    Read More Ubuntu Linux : get matrix effect on terminalContinue

  • Unix / Linux : How to print duplicate lines from file
    Linux

    Unix / Linux : How to print duplicate lines from file

    BySharad Chhetri September 12, 2014June 25, 2026

    In this post I am sharing a small tip which is very useful while for system admins. The tip is about how to print duplicate lines from file. Sometimes we get the big file with lot of contents.And there may be chances of duplicate lines. To find the duplicate lines from file, use the below…

    Read More Unix / Linux : How to print duplicate lines from fileContinue

  • yum : how to find rpm package which has certain command or file
    Linux

    yum : how to find rpm package which has certain command or file

    BySharad Chhetri September 7, 2014June 25, 2026

    With this post you will also learn, how to find RPM packages which has certain command or files. You may have encounter with the error like “netstat command not found” on Red Hat based operating system. This time, on exploring and using CentOS 7, I found many changes. Generally I prefer to go with minimal…

    Read More yum : how to find rpm package which has certain command or fileContinue

  • Install EPEL repo on CentOS 7 and RHEL 7
    Linux

    Install EPEL repo on CentOS 7 and RHEL 7

    BySharad Chhetri September 7, 2014December 10, 2024

    In this post we will learn how to install EPEL repo on CentOS 7 and RHEL 7. On our previous post of “How to install EPEL repo in CentOS/Scientific Linux/Red Hat” , we have already written about EPEL repo. Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains,…

    Read More Install EPEL repo on CentOS 7 and RHEL 7Continue

  • Linux : clear command and its keyboard shortcut
    Linux

    Linux : clear command and its keyboard shortcut

    BySharad Chhetri August 31, 2014June 25, 2026

    Today, in this post we will explain about linux clear command and its keyboard shortcut. Like cls command on Windows, on linux we use clear command.clear command is available on all Unix like Operating System. clear command clears output and command on console or terminal window. In short words, clear command clear the screen. But…

    Read More Linux : clear command and its keyboard shortcutContinue

  • How to install Nagios on CentOS 7 / RHEL 7
    Devops

    How to install Nagios on CentOS 7 / RHEL 7

    BySharad Chhetri August 29, 2014June 25, 2026

    In this tutorial we will learn about how to install Nagios 4 on CentOS 7/RHEL 7 . To install nagios we will use its stable source code, which is avaible at Nagios site. Nagios is one the most popular, stable and reliable monitoring tool. It is available as free and Open source package called Nagios…

    Read More How to install Nagios on CentOS 7 / RHEL 7Continue

  • How to clear apc cache by using php script
    Linux

    How to clear apc cache by using php script

    BySharad Chhetri August 29, 2014June 25, 2026

    In this post we will learn, how to clear apc cache by using php script. A few days back, one of the reader of our blog asked a question. It was about how to clear php APC cache.The question was asked on our previous post on PHP APC error. Follow the given below steps to…

    Read More How to clear apc cache by using php scriptContinue

  • Install VLC Media Player on Ubuntu 14.04 LTS
    Linux

    Install VLC Media Player on Ubuntu 14.04 LTS

    BySharad Chhetri August 29, 2014December 10, 2024

    VLC media player is a portable, free and open-source, cross-platform media player(Linux,Windows,OSX,BSD etc.) and streaming media server written by the VideoLAN project. This is my first post on VLC media player.Recently a question was asked by a newbie to me. His question was , how to install VLC media player on Ubuntu 14.04 LTS. There…

    Read More Install VLC Media Player on Ubuntu 14.04 LTSContinue

  • How to install Nagios 4 from source on Ubuntu 14.04 LTS
    Devops

    How to install Nagios 4 from source on Ubuntu 14.04 LTS

    BySharad Chhetri August 25, 2014June 25, 2026

    In this tutorial we will learn, how to install Nagios 4 from source on Ubuntu 14.04 LTS. In this practical I have seen some problems while Nagios core 4 installation. Because in Ubuntu 14.04 LTS is shipped with new Apache 2.4 version ,it was quite obvious some extra steps we have to do. I will…

    Read More How to install Nagios 4 from source on Ubuntu 14.04 LTSContinue

  • error: The requested URL returned error: 403 Forbidden while accessing Github repo
    Devops | Linux

    error: The requested URL returned error: 403 Forbidden while accessing Github repo

    BySharad Chhetri August 16, 2014June 25, 2026

    After a long time I created a repo on my Github account.Creating a repo is quite easy on Github, simply login to your account and click on ‘create repo’ button. After creating git repo, now it was time to push all my codes from my desktop to github repo. After cloning the repo into my…

    Read More error: The requested URL returned error: 403 Forbidden while accessing Github repoContinue

  • FAQ on CentOS 7 / RHEL 7 : Alternate of ifconfig command
    Linux

    FAQ on CentOS 7 / RHEL 7 : Alternate of ifconfig command

    BySharad Chhetri August 9, 2014June 25, 2026

    Question : Recently CentOS 7 and RHEL 7 is released. After doing minimal installation, I have not find ifconfig command. Do we have alternate of ifconfig command ? Let me describe the problem – After installation, I have to connect my system to internet. But ifconfig command is not found . I read your previous…

    Read More FAQ on CentOS 7 / RHEL 7 : Alternate of ifconfig commandContinue

Page navigation

Previous PagePrevious 1 … 10 11 12 13 14 … 39 Next PageNext

© 2026 sharadchhetri.com

  • Home
  • Resources
    • Artificial Intelligence
    • Devops
    • Cloud Computing
    • Database Server
    • BSD
    • Linux
    • Learn Linux
  • My Projects & Work
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • Facebook Page
  • Contact
  • Privacy Policy
  • About Me