Skip to content
  • +91 - 9922008871
  • srs@ssharad.com
About Me ! Just Click Here !

S. Sharad

Just For Someone Special !

  • Home !
  • 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 !
    • My YouTube Channel

Month: September 2021

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

Recent Posts

  • Linux – Recommended Learning Sequence
  • Linux – Get More Information About Hardware
  • Linux – Get More Information About OS
  • PHP WA Group
  • Linux For College Students

Archives

  • 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