Browsing Tag
LTS
22 posts
How to Commit Changes and Create Docker Images
Docker 101: The Basics I. How To Install Docker on CentOS 6 or How To Install Docker on…
How to Check and Verify the Version of Python
Python is a programming language. It is quite popular and has a design philosophy that emphasizes code readability.…
Error: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 on Ubuntu [SOLVED]
Pre-Flight Check These instructions are intended specifically for solving the error: (98)Address already in use: make_sock: could not…
How to Upgrade Ubuntu 16.04 to Ubuntu 18.04
If you are still using Ubuntu version 16.04, you may want to consider updating to the latest Long…
How to Install Docker on Ubuntu 14.04 LTS
Docker 101: The Basics I. How To Install Docker on Ubuntu 14.04 LTS II. How To List and…
How to Install and Configure phpMyAdmin on Ubuntu 14.04
phpMyAdmin is an open source tool used for the administration of MySQL. In addition to offering the capability…
How To Install Git on Ubuntu 14.04
Introduction Git is an open source, distributed version control system (VCS). It’s commonly used for source code management…
How to Create a Self-signed SSL Certificate on Ubuntu
An SSL certificate is an electronic ‘document’ that is used to bind together a public security key and…
How to Install Nginx on Ubuntu 14.04 LTS
nginx is a free, open source, high-performance web server. Need HTTP and HTTPS but don’t want to run…
How to Add a User and Grant Root Privileges on Ubuntu 14.04
Users via Command Line 101: Basic User Interaction I. How to Add a User and Grant Root Privileges…