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

Author: S. Sharad

Controlling hostname in Linux – hostnamectl

November 3, 2021March 11, 2022 S. Sharad

Hostname is a name given to machine. You can check the machine’s hostname using following command. # hostname Using the same command you can set hostname also. # hostname station1.example.com Basically Linux maintains host in /etc/hostname file. You can edit Read More …

CentOS-7, Important Stuff !, Linux

Redirecting Tomcat Port 8443 to Port 80 For CentOS 7

September 14, 2021 S. Sharad

It is very simple process using iptables firewall. Below is a single step. #  iptables -t nat -A PREROUTING -p tcp –dport 443 -j REDIRECT –to-port 8443 All request coming on port 443 are forwarded to Port 8443 of Tomcat. Read More …

CentOS-7, Important Stuff !, Linux

SSL Certificate Installation On Tomcat For CentOS7

September 14, 2021September 14, 2021 S. Sharad

Below are the steps. Here we are using Let’s Encrypt SSL Certificate to secure the Tomcat Server. For this example, I am using demo.ssharad.com as domain name for Tomcat. Before I move ahead, please make sure that your server must Read More …

CentOS-7, Important Stuff !, Linux

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

Xen Server – Set Up an Additional Hard Drive

September 14, 2021January 7, 2022 S. Sharad

Below are steps 1.   Using SSH Login to your server. You can use putty software to login to server from Windows Machine. 2.  For example : Consider you wish to add /dev/sdb drive which is newly attached to system. If Read More …

Xen Server

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

Howto install Plesk on CentOS 7 ?

August 9, 2019August 9, 2019 S. Sharad

It is very simple . . . Below are the steps ! Install wget in your machine. # yum install wget -y Download Plesk Installer from Plesk site. # wget http://autoinstall.plesk.com/plesk-installer Update execute permission. # chmod +x plesk-installer Now run Read More …

Linux, Plesk

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

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