Recently we are getting request where the client want’s to access domain running on tomcat (which is running on port 8080) without the port number. Above requirement can be met using the mod_proxy on apache. You can use the below-pasted rule on the virtual host to meet the requirement: ProxyPass […]
Category: Ubunbtu
LVM Creation, VGEXTEND, LVEXTEND
Please Follow the below steps to create LVM and mount it on /home: Step 1: mv /home /home_temp/ Step 2: fdisk /dev/vdc (/dev/vdc you can verify the same using fdisk -l) ———Create an Linux LVM partiton fdisk /dev/vdc Device contains neither a valid DOS partition table, nor Sun, SGI or […]
How to install tor browser in ubuntu
Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security. Tor protects you by bouncing your communications around a distributed network of relays run by volunteers […]
SSH login without password in a simple 3 Steps
In this page, I would like to enable the ssh passwordless entry to a server in 3 steps. For this, we are making use of ssh-keygen and ssh-copy-id ssh-keygen helps you generate SSH keys if the key are not generated ssh-copy-id will help you to copy the key to the […]