Author: TCA

Docker is an application that simplifies the management of application processes in containers. Containers allow applications to run in resource-isolated processes. They are similar to virtual machines, but containers are more portable, resource efficient, and more dependent on the host operating system. For a detailed introduction to the various components of the Docker container, see The Docker Ecosystem: An Introduction to Common Components. In this tutorial, you will install and use Docker Community Edition (CE) on Ubuntu 18.04. You install Docker yourself, work with containers and images and upload the image to the Docker repository. Prerequisites One Ubuntu 18.04 host or a virtual machineDocker Hub account Step 1 – Docker Installation Update package Pre-requisites Add GPG keys Add docker resources Update package manager Check and confirm for docker…

Read More

This guide will show you how to install and configure GitLab Community Edition on Ubuntu 18.04. GitLab is an open-source application primarily used for hosting Git repositories, with additional development-related features such as issue tracking. Requirements To complete this tutorial you will need: An Ubuntu 18.04 server with a non-root sudo user and a basic firewall. 4 cores for your CPU 4 GB of RAM for your memory Step 1 – Install dependencies Step 2 – Install Gitlab First, move into the /tmp directory: Download installation Script Run Installer Step 3 – Check for Firewall Rules The protocol to port mapping for HTTP and HTTPS are available in the /etc/services file, so…

Read More

DIE DOCKER-INSTALLATION Einführung Docker ist eine Anwendung, die den Prozess der Verwaltung von Anwendungsprozessen in Containern vereinfacht. Mit Containern können Sie Ihre Anwendungen in von Ressourcen isolierten Prozessen ausführen. Sie sind ähnlich wie virtuelle Maschinen, aber Container sind portabler, ressourcenschonender und abhängiger vom Host-Betriebssystem. SCHRITT 1 – DOCKER INSTALLIEREN sudo apt update Als Nächstes installieren Sie einige vorausgesetzte Pakete, damit apt Pakete über HTTPS verwenden kann: sudo apt install apt-transport-https ca-certificates curl software-properties-common Fügen Sie dann den GPG-Schlüssel für das offizielle Docker-Repository zu Ihrem System hinzu: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add – Hinzufügen des Docker-Repositorys zu den APT-Quellen…

Read More
5G

Get Ready and get surprise !! I’m  going to tell you all 5G related opensource projects that you can clone right now. These will be really resourceful and useful for everyone from students to researchers , engineers and obviously to tecommunications professionals. The bright side about this pose is that telecommunications is no longer out of reach we’ve all studied GSM, CDMA only in textbooks, a lucky few may have did some radio, core , packet , transmisison frequency planning and design and some legends may have built 2G, 3G, 4G early on. I am proud to say i was one of them , but today’s ecosystem is competely different. 5G is available to everyone enthusiastic human being who wants to learn, hack, explore into…

Read More