Tag: devops

Docker commands

When using Docker in development environment, you might need to restart or clean docker containers fully.

 Posted in Docker Tagged , ,
Linux / Unix

Basic Firewall on Ubuntu Server

UFW can be used to set up firewall on Ubuntu server, that make sure only connections to certain services are allowed.

 Posted in Ubuntu Tagged , ,
Linux / Unix

Create non root user in Ubuntu Server

In order to create a new user, you need root access to the server. Once you are logged in as a root, you are ready to add the new user account.

 Posted in Ubuntu Tagged , ,

Docker vs Vagrant

There are number of development tools are available today, I will me doing quick comparison…

 Posted in Development Tagged , , , , ,

How to mount partition in Ubuntu

Problem: If you want to mount new NTFS partition or have a partition is not…

 Posted in File System, Ubuntu 16.04 Tagged , , ,