MongoDB Atlas

Migrate database from MongoDB Atlas to your server

MongoDB Atlas is a hosted MongoDB server hosting in cloud. If you are starting with MongoDB, they have free hosting,

Creating Software RAID 5

RAID 5 Requires 3 or more physical disks. It provides the redundancy of RAID 1 combined with the speed and

Autostart icecast using systemd

Autostart icecast using systemd

To autostart icecast using systemd, create a unit file Add following content Enable icecast start on boot with To start/stop/restart

configure: error: must have Ogg Vorbis v1.0 or above installed

configure: error: must have Ogg Vorbis v1.0 or above installed

when install icecast from source on CentOS 7 server, i get error To fix the error, install libvorbis-devel See Errors

How to install icecast KH on CentOS 7 Server

How to install icecast KH on CentOS 7 Server

Download latest source code for IceCast KH server from https://github.com/karlheyes/icecast-kh/releases At the time of writing this post, latest version is

Autostart

Autostart

Enable rc.local Start a program after reboot using cronjob Auto Start Nginx on Windows VMware ESXi set Virtual Machine to

Install PHP 5.6 on CentOS 7

Install PHP 5.6 on CentOS 7

To install PHP 5.6 on CentOS 7, enable EPEL repo and remi repo Install yum-utils and enable remi-php56 repo Install

configure: error: XSLT configuration could not be found

configure: error: XSLT configuration could not be found

When installing a software from source i get error To fix the error install run CentOS/RHEL See Errors

How to increase /tmp partition size

How to increase /tmp partition size

On a Linux server /tmp partition was only 1 GB, it get full at times. Server had following in its

apt The method driver /usr/lib/apt/methods/https could not be found

apt The method driver /usr/lib/apt/methods/https could not be found

When running apt update on a Debian server, i get error To fix the error, run See apt

uname

uname

List Kernel Full details List Architecture Show Kernel Version See Linux Commands

Lock User Account in Linux

Lock User Account in Linux

To lock a Linux User account, run You can verify the account is locked with command Example See usermod