#Tecadmin
Explore tagged Tumblr posts
tecadmin-blog · 5 years ago
Link
How To Install Jenkins on Ubuntu 20.04 – TecAdmin
In this tutorial, you will learn how to install Jenkins on your Ubuntu 20.04 Linux system. Using this tutorial you can configure your application with CI/CD architecture.
Visit the below tutorial: Install Jenkins On Ubuntu
0 notes
linuxawesome · 5 years ago
Photo
Tumblr media
10 Amazing Tips & Tricks to Work with Linux – TecAdmin ☞ https://bit.ly/2DPGBzz #linux #ubuntu
2 notes · View notes
swarnalata31techiio · 3 years ago
Text
How to Install Docker on Ubuntu 20.04
Docker:-
Docker is a box-primarily based utility framework, which wraps a specific software with all its dependencies in a container. Docker containers can without difficulty to ship to the remote location on start there without making whole application setup. The docker authentic group offers PPA for installing docker on ubuntu 20.04 using PPA. You simply need to configure docker PPA in your system before putting in docker on the ubuntu device.
Prerequisite
Login to your Ubuntu 20.04 system with Sudo privileged user. Then run the following commands to install the required packages.
sudo apt update
sudo apt install curl apt-transport-https ca-certificates software-properties-common
Step 1 – Installing Docker on Ubuntu
First of all, import the GPG key to your system to verify packages signatures before installing them. To import the key run the below command on the terminal.
After that add the Docker repository on your Ubuntu system which contains Docker packages including its dependencies. You must have to enable this repository to install Docker on Ubuntu.
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
Your system is now ready for Docker installation. Next, execute the following commands to upgrade the apt index and then install Docker on Ubuntu 20.04 Linux system.
sudo apt update sudo apt install docker-ce docker-ce-cli containerd.io
After successful installation of the Docker community edition, the service will start automatically, Use the below command to verify service status.
Your system is now ready for running Docker containers.
Step 2 – Manage Docker Service
Run the below command to view service status:
sudo systemctl status docker ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2020-06-17 16:41:20 UTC; 1min 58s agoTriggeredBy: ● docker.socket Docs: https://docs.docker.com Main PID: 926989 (dockerd) Tasks: 8 Memory: 35.7M CGroup: /system.slice/docker.service └─926989 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sockJun 17 16:41:20 tecadmin systemd[1]: Started Docker Application Container Engine.Jun 17 16:41:20 tecadmin dockerd[926989]: time="2020-06-17T16:41:20.247640882Z" level=info msg="API listen on /run/docker.sock"
Use the below command to stop, start or restart the Docker service:
sudo systemctl stop docker sudo systemctl start docker sudo systemctl restart docker
Step 3 – Run Docker Hello World
You have successfully installed Docker on the Ubuntu system. The Docker engine service is also running fine. Next, run a hello world example to verify that everything is fine.
To run Docker hello world example, open a terminal and type:
sudo docker run hello-world
Step 4 – Install Docker Compose
Download the latest version of the Docker Composed tool from Github. Use the below commands to download and install Docker compose 1.26.0. Before installing make sure compatibility with your docker version.
curl -L https://github.com/docker/compose/releases/download/1.26.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose
0 notes
tecadminnet · 4 years ago
Link
0 notes
icy1900 · 6 years ago
Link
0 notes
the-openstack · 5 years ago
Photo
Tumblr media
How to Run Angular App with PM2 – TecAdmin ☞ https://bit.ly/3eLn6EM #angular #javascript
0 notes
angularjsdeveloper · 5 years ago
Photo
Tumblr media
How to Run Angular App with PM2 – TecAdmin ☞ https://bit.ly/3eLn6EM #angular #javascript
0 notes
angularjs-fan · 5 years ago
Photo
Tumblr media
How to Run Angular App with PM2 – TecAdmin ☞ https://bit.ly/3eLn6EM #angular #javascript
0 notes
hinatabokori · 6 years ago
Link
0 notes
empirecity-rpg · 13 years ago
Text
So...
Although we (Meg and Kayla) are no longer portraying Mike and Jordan, we will still be your admins to assist you with your roleplaying needs. :)
Thank you!
7 notes · View notes
tecadmin-blog · 5 years ago
Photo
Tumblr media
Normal People vs Programmers - Tecadmin.net
0 notes
tecadmin-blog · 5 years ago
Link
Get Current Date & Time in JavaScript
Know how to get current date and time in Javascript and also know how to get date formate in javascript. Tecadmin, A Linux tutorial will help you to get the current date and time in Javacript.
1 note · View note
tecadmin-blog · 5 years ago
Link
Install Nginx, MySQL & PHP (LEMP) on Ubuntu 20.04
In this tutorial you will learn how to install Nginx, MySQL & PHP (LEMP) on Ubuntu 20.04.
0 notes
tecadmin-blog · 5 years ago
Link
Know How to Install MySQL on Ubuntu 20.04?
Using the following steps you can install MySQL on Ubuntu 20.04:
Step 1 – Install MySQL Server Step 2 – Secure MySQL Server Step 3 – Manage MySQL Service Step 4 – Connect MySQL Server Step 5 – Create MySQL User and Database
If you want to know in detail then click on the link: How To Install on Ubuntu 20.04
0 notes
tecadmin-blog · 5 years ago
Link
Know How to Install and Secure Apache on Ubuntu 20.04 - Tecadmin.net
0 notes
tecadmin-blog · 5 years ago
Link
How to Set Static IP on Ubuntu 20.04 (Desktop)?
0 notes