2017-01-27

2017-01-27 04:51 pm

How to ppen a file in a tab in vim in readonly mode on Linux, MacOS and Unix system

Want to open a file in read-only mode on Unix, try:
vim -M file
OR open a tab in read-only mode:
: view file



More info: Open a file or a tab in vim in readonly mode
2017-01-27 09:15 pm

Installing MariaDB Server in a FreeBSD 11



MySQL is a very fast, multi-threaded, multi-user and robust SQL database server. The latest version is located at /usr/ports/databases/mysql57-server/. MariaDB is a database server that offers drop-in replacement functionality for MySQL1. MariaDB is built by some of the original authors of MySQL, with assistance from the broader community of Free and open source software developers around the world. In addition to the core functionality of MySQL, MariaDB offers a rich set of feature enhancements including alternate storage engines, server optimizations, and patches. The latest version is located at /usr/ports/databases/mariadb55-server/. In this tutorial, you will learn how to install MariaDB server and create a databases, users, and grant sql rights using sql commands on a FreeBSD 10 or 11 server.

=> More info: How To Install MariaDB Databases on a FreeBSD v10/11 Unix Server
2017-01-27 09:17 pm

Installing Kernel-based Virtual Machine (KVM) on Ubuntu 16.04 server



Kernel-based Virtual Machine (KVM) is a virtualization infrastructure for the Linux kernel that turns it into a hypervisor. It was merged into the Linux kernel mainline in kernel. It is now part of Linux kernel itself. It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko Intel or kvm-amd.ko for AMD cpu.


=> Read more: How to install KVM on Ubuntu 16.04 LTS Headless Server