System Admin
How To Run A Docker Container In Linux?
This post was last updated on August 1st, 2020 at 07:52 amContainerization is a process that encapsulates an application in a container with its own operating environment. It is a
How To Download Docker Images From Docker Hub In Linux?
This post was last updated on August 1st, 2020 at 08:53 amDocker image is an immutable file that is essentially a snapshot of a container. Images are created with build command, and
How To Install Docker On Ubuntu 20.04 LTS?
This post was last updated on August 1st, 2020 at 08:47 pmDocker is a platform that makes it easier to create, deploy, and use an application using containers. A container
How To Check The Running Time Of A Process In Linux/Unix ?
This post was last updated on August 1st, 2020 at 10:13 amIn Unix like operating systems, a process is a program in execution. The running time of a process means
How To Setup FTP Server In Ubuntu 20.04 LTS?
This post was last updated on October 15th, 2020 at 01:50 amFTP or File Transfer Protocol is a standard networking protocol used to transfer files between client and server. An
How To Install Apache Tomcat In Ubuntu 20.04 LTS?
This post was last updated on October 15th, 2020 at 01:50 amApache Tomcat or simply Tomcat is a web server and servlet container that is used to serve Java applications.
How To Backup And Restore Files Using Tar In Linux/Unix?
This post was last updated on August 1st, 2020 at 03:09 pmA system backup is a process in which the state, files, and data of a computer system are copied
How To Set/Change Root Password In Ubuntu?
This post was last updated on August 1st, 2020 at 03:37 pmA root user is a most privileged user account in a Unix based operating system. It has access to
How To Use Cron to Schedule a Task In Linux/Unix?
This post was last updated on August 1st, 2020 at 04:05 pmCron is a program that is used to automate a task in a Unix based operating system. It is
How To Install And Use Docker In Ubuntu/Linux Mint?
This post was last updated on August 1st, 2020 at 04:58 pmUnlike the Virtual Machine in Linux which uses all the resources of the host machine, Docker is a platform