Tag: ubuntu

You can now live patch Ubuntu Linux Kernel without rebooting the box

Kernel live patching enables runtime correction of critical security issues in running kernel without rebooting. Try new service from Canonical the company behind Ubuntu Linux operating system. It uses upstream Linux kernel 4.x kpatch technology. This guide explains how to enable or patch your Ubuntu Linux 16.04 LTS server without rebooting the box. Read more… […]

Intel Euclid: Ideal platform for Robotics and Ubuntu Linux powers it

Intel announced Euclid development kit for robotics. It is Ubuntu Linux 16.04 based system. One can run, monitor and manage their robotics apps with the web interface. The software works with any ROS-based (Robotics Operating System) robot such as Arduino to build sensing capabilities in your project. You can use sensors and cameras to control […]

System76 brings 4K display Ubuntu Linux laptop for Pro users

Finally, some good news for Apple fans who crashed System76 website a few days back. Apple makes a good laptop. However, they lack the option to add additional RAM or ports or graphics card. The new System76 Oryx laptop has a 4K HiDPI display. If you are a sysadmin, DevOps, or developer, give it a […]

​#How to# Install​ ​Cacti​ ​Monitoring​ ​on​ ​Ubuntu​ ​16.04​ ​LTS

Cacti is supported on any type of virtualization platform (OpenVZ/XEN/KVM), so you can run your monitoring server on a Low End VPS! Step​ ​1:​ It’s always good practice to first make sure everything on your Ubuntu system is up to date. sudo apt-get update Step​ ​2:​ ​Install LAMP (Linux, Apache, MariaDB, PHP) server. Please​ ​keep​ […]

Debian / Ubuntu Linux fortune cookie humor

Hmm… sudo apt install fortune-mod PS: Check out out apt command and apt-get command cheat sheet guide. You may like these articles: Download of The Day: Debian Linux 9 ( Stretch ) Download of The Day: Debian Linux 7 ( Wheezy ) Download of the day: Ubuntu Linux 14.04 LTS CD / DVD ISO You […]

Ubuntu Linux version 14.04 LTS (code named “Trusty Tahr”) has been released and available for download. Ubuntu Linux is a community-based Linux distribution. The latest release of Ubuntu brings the best open source technologies together on one platform, with the benefit of free updates for 5 years. This latest release of Ubuntu Server is heavily […]

Collecting Ubuntu Linux System Information

For new computer or Laptop or server, I need to collect the information about its hardware. This is also useful when you need to replace a disk or memory with a vendor. In order to replace hardware you need all information in advance. In this post, I’m going to list commands that you can use […]

Installing and configuring Redis on Ubuntu

Redis is an in-memory data structure store, most commonly used as a database, cache and message broker. It is built to support data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, and more. This tutorial will show you how to properly setup Redis on a Linux-based machine running Ubuntu as […]