Skip to content
  • +91 - 9922008871
  • info@magnumnet.in
About Me ! Just Click Here !

Magnum Net

Simply Bytes Ahead In Computing !

  • Programming !
    • Mastering C Programming
    • Basic PHP Coding
    • Advanced PHP Coding
    • Python In 24 Hours
    • Linux Shell Scripting
  • Mastering Linux Course !
    • Module : 1 Beginner
    • Module : 2 Intermediate
    • Module : 3 Expert
    • Linux For College Students
  • Cloud Computing !
    • Linux : Citrix Xen Cloud
    • Linux : KVM Cloud
    • Windows – Hyper V
  • Important Links
  • Contact Me !
    • Our YouTube Channel

Category: Important Stuff !

Installing Apache Tomcat On CentOS 7

September 14, 2021September 14, 2021 S. Sharad

Below are the steps. 1.  Install OpenJDK for java as below. # yum install java-1.8.0-openjdk -y 2.  Check Java # which java # java -version openjdk version “11.0.12” 2021-07-20 LTS OpenJDK Runtime Environment 18.9 (build 11.0.12+7-LTS) OpenJDK 64-Bit Server VM Read More …

Important Stuff !, Linux

My YouTube Channel Url

September 4, 2020September 4, 2020 S. Sharad

You can visit to my YouTube Channel by clicking following link. MyChannel

Important Stuff !

Installing htop Command on CentOS 7

December 7, 2019December 7, 2019 S. Sharad

htop is an interactive text-mode process viewer for Linux. On CentOS 7, you can install as below. Step 1 : Download htop  #  wget http://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/h/htop-2.2.0-3.el7.x86_64.rpm Step 2 : Install htop #  yum localinstall htop-2.2.0-3.el7.x86_64.rpm Step 3 : Now run htop Read More …

CentOS-7, Important Stuff !, Linux, Utility

Check SHA256 (256-bit) Checksums

August 16, 2019August 16, 2019 S. Sharad

Using sha256sum command in Linux you can check SHA 256 Bit Checksum. Below are the steps. Suppose you have setup.exe file then you can check the SHA 256 Bit Checksum as below. # sha256sum setup.exe b7e8dabcaf825a65085564a63791355f37a18d5df5b3da71d4c0002ee40522f6 setup.exe The text “b7e8dabcaf825a65085564a63791355f37a18d5df5b3da71d4c0002ee40522f6” Read More …

CentOS-7, Important Stuff !, Linux

Test Internet Connection Speed Using CLI

July 25, 2019November 21, 2024 S. Sharad

You can check internet connection speed in Linux using speedtest-cli tool. Below are the steps. (Tested On – AlmaLinux 9.4) 1.  Install package epel-release as below # dnf install epel-release -y 2.  Install speedtest-cli package as below. # dnf install Read More …

CentOS-7, Important Stuff !, Linux, Utility

Maria DB – How to reset root password ?

March 12, 2019March 12, 2019 S. Sharad

If you come across a situation where you do not remember to master password (root password) of Maria DB then following simple steps will be helpful to reset the root password. First stop MariaDB Server. # systemctl stop mariadb Edit Read More …

Important Stuff !

Know more about your CPU in Linux

February 22, 2019February 22, 2019 S. Sharad

There are two ways to gather information about CPU in Linux. 1.  You can check file /proc/cpuinfo to CPU information as below. You may see following output which contains most vital information about CPU. # cat /proc/cpuinfo processor : 0 Read More …

Important Stuff !

Listing PCI devices in Linux

February 18, 2019 S. Sharad

There are many devices in Linux that follow PCI architecture. You can gather list of all such devices using lspci command in linux. Below is a step by step guide. 1. You should install pciutils software first. # yum install pciutils -y Read More …

Important Stuff !, Linux

Howto install PHP 7.2 in CentOS 7 ?

February 16, 2019February 16, 2019 S. Sharad

Before you install PHP 7.2, please make sure that your yum tool is properly configured and working. Below are the simple steps to install PHP 7.2 in CentOS 7. 1.  Install EPEL repo. # yum install epel-release -y 2. Install Remi Read More …

Important Stuff !, Linux

Redirect website using refresh Meta Tag in html

August 7, 2018August 7, 2018 S. Sharad

Normally all servers read index.html as first file on web site. You can use following code to redirect your site to some different site. For example consider that your site is http://abc.com and if somebody visits http://abc.com then it should Read More …

Important Stuff !

Posts navigation

Older posts
Newer posts

Recent Posts

  • Cloud Linux – Registration
  • Minimal GUI & RDP On Alma Linux
  • Plesk One Click Install
  • Basic Python
  • CageFS Installation in cPanel !

Archives

  • September 2025
  • August 2025
  • July 2025
  • May 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • August 2024
  • June 2024
  • April 2024
  • March 2024
  • January 2024
  • November 2023
  • October 2023
  • August 2023
  • June 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • September 2021
  • September 2020
  • December 2019
  • August 2019
  • July 2019
  • March 2019
  • February 2019
  • August 2018
  • June 2018
  • May 2018
  • March 2017
  • February 2017
  • October 2016
  • September 2016
  • July 2016

Categories

  • CentOS-7
  • Important Stuff !
  • Linux
  • Plesk
  • Programming Languages
  • Understanding Linux – Lectures, Videos & Notes
  • Utility
  • Xen Server
Copyright. All rights reserved By S.Sharad
Proudly powered by WordPress | Education Hub by WEN Themes