Timeshift is the back and restore utility, To secure our data in linux machine, Timeshift is an application that will make a Backup and Restore Point on our Linux Environment. On this article we will tell you the best way to introduce Timeshift on Ubuntu 20.04 LTS working framework. In this post, We […]
How to Set Up SSH Keys on Ubuntu 18.04 LTS
SSH, or secure shell, is an encoded convention used to manage and speak with workers. When working with a Ubuntu worker, odds are you will invest the greater part of your energy in a terminal meeting associated with your worker through SSH. In this post, We will generate the ssh key using […]
How To Change Hostname On Ubuntu 18.04 LTS
Normally when we introduce the Ubuntu OS interestingly, of course the name of our hostname is ubuntu. Much of the time, we are approached to change the hostname to another name when the framework has running. This article will examine how to change the hostname on Ubuntu 18.04. Albeit this change in hostname […]
How to Increase JVM Memory for Tomcat on ubuntu 20.04 LTS
Apache Tomcat is broadly utilized Web Container on the planet. Exceptionally enormous organizations run on Apache Tomcat now a days. There are many different options like IBM WebSphere, Geronimo, IIS, and so on however Tomcat is my #1 one as well. It’s exceptionally basic for us to design every right boundary while running your application […]
Configure tomcat threads on ubuntu linux
Tomcat connector deals with its responsibility with a pool of laborer strings and at least one acceptor strings. At the point when a connector gets a solicitation from a customer, the acceptor string allocates the association with an accessible specialist string from the pool and afterward returns to tuning in for new associations. The specialist […]
AuthBind configuration in Tomcat port 8080 to 80, 8443 to 443 on ubuntu
By default Apache tomcat work on port 8080 and 8443, If we have requirement to use Apache tomcat on port 80 and 443 so in that case, We need to do some configure in server.xml and also we need to use authbind package to achieve this requirement. In this post, We will […]
How to Configure Git Repositiry on Linux
Git is a distributed revision control system with an accentuation on speed, information uprightness, and backing for dispersed, non-straight work processes. Each Git working index is an undeniable storehouse with complete history and full form following abilities, free of organization access or a focal worker. GitHub is a Web-based Git storehouse facilitating administration, which […]
How to install MariaDB using Ansible Playbook on Ubuntu
Sometimes we need to automate the installation of packages on multiple servers. In this section, we will create an Ansible Playbook to install a MariaDB server. We believe, You have already installed Ansible if not you need to click on given link to install Ansible on ubuntu server If not go to this link to […]
How to install Tomcat using Ansible Playbook on Ubuntu
Some time we need to automate the packages installation on multiple server, Here we are about to create Ansible Playbook to install Apache Tomcat server. We believe, You have already installed Ansible if not you need to click on given link to install Ansible on ubuntu server. https://www.techbeginner.in/2019/12/how-to-install-ansible-on-ubuntu.html Step 1: Configure Ansible By default ansible […]
How to create User in MariaDB and MySQL on Linux
While working with MariaDB/Mysql Server, We need to create standard user to use define database and tables by using the following command, We can achieve the this. In this post, We will create user in MariaDB/Mysql database server on linux. Step 1: Login MariaDB/Mysql Shell You need to login MariaDB/Mysql Shell by […]