Centos 7

Linux Server Commands CHEATSHEET

Linux Server Commands CHEATSHEET (for newb admins) Just FYI, these commands are mostly for Apache/LiteSpeed servers on CentOS. I don’t do as much stuff with NGINX and Ubuntu. Will add more over time. OS: SSH: SSH key – generate on Macbook terminal: SSH key – generate on Linux: Navigating around command line (full guide): Files […]

Install Portainer – The Docker Web Based Management UI

Install Portainer – The Docker Web Based Management UI Portainer is a web based management UI for Docker hosts. Portainer runs as a lightweight Docker container on your Docker host. It’s a great tool for managing Docker containers graphically from the web browser. In this article, I will show you how to install Portainer on […]

Install and Use Docker on CentOS 7

Install and Use Docker on CentOS 7 Docker is an application used to manage application processes in containers. Containers run applications in resource-isolated process. By using docker you can build, test and deploy applications that can run anywhere as portable and self-sufficient containers. In this tutorial, you are going to learn how to install and […]

Scroll to top