Linux Tutorials on the topic “ubuntu”
-
Server Monitoring with Munin and Monit on Ubuntu 16.04 LTS (Xenial Xerus)
Author: Till Brehm • Tags: monitoring, ubuntu • Comments: 12
This tutorial will show you how to monitor an Ubuntu 16.04 server with Munin and Monit. Munin produces nice graphs about nearly every aspect of your server, whereas Monit checks the availability of services like Apache, MySQL, Postfix and takes the appropriate action such as a restart if it finds a service is not behaving as expected. The combination of the two gives you full monitoring: graphics that let you recognize current or upcoming problems, and a watchdog that ensures the availability of the monitored services.
-
How to Test Mir and Unity 8 on Ubuntu 16.04
Author: Bill Toulas • Tags: desktop, linux, ubuntu • Comments: 8
So, Ubuntu 16.04 LTS is finally here and many of us are already getting our hands dirty with the final version of the most popular distribution that is using the X window system. While this long-term support release does look good, the upcoming major changes planned for Ubuntu 16.10 have generated great excitement.
-
Ubuntu 16.04 LTS (Xenial Xerus) overview
Author: Himanshu Arora • Tags: linux, ubuntu • Comments: 0
Canonical released the latest Ubuntu LTS version (Ubuntu 16.04) on April 21, 2016, and we’ve been using the OS from the initial days of its availability. Given the fact that LTS releases (that are supported for 5 years - more about them here) are generally more popular compared to other regular Ubuntu releases, we thought it would be useful to come up with an overview of the new OS.
-
-
How to speed up apache with mod_pagespeed and Memcached on Ubuntu 15.10
Author: Till Brehm • Tags: apache, ubuntu • Comments: 1
This tutorial shows how to improve the page load times of your website by using the Google mod_pagespeed module for Apache in conjunction with the fast in-memory cache Memcached. Pagespeed is an Apache 2 module that optimizes and caches the content of a website before it gets delivered to the browser, the result is that the page loads faster, the system load on your server gets lower and the server will be able to deliver more pages per second.
-
How to run commands on File or Directory changes with Incron on Ubuntu
Author: Till Brehm • Tags: ubuntu • Comments: 0
This tutorial shows you how you can use incron on an Ubuntu system to run commands when a file or Directory is changed. The incron daemon is similar to cron, but instead of running commands based on time, it can trigger commands when a file or directory event occurs (e.g. a file modification, changes of permissions, etc.).
-
How to practically use your Linux terminal (four examples)
Author: Bill Toulas • Tags: centos, debian, linux, shell, suse, ubuntu • Comments: 6
While modern GNU/Linux distributions don't require any use of the terminal, or any knowledge of the bash to offer 100% of their functionality and usability, it is often the case that doing things from the terminal is preferred for a set of reasons.This post is aimed at the people who just want to perform practically useful tasks right from their terminal without having to learn much about command lines.
-
How to install and run Android Apps (APKs) on Linux with Shashlik
Author: Bill Toulas • Tags: arch linux, debian, desktop, linux, ubuntu • Comments: 59
Shashlik is basically a set of software components that allow Linux users to install and run Android APKs right on their GNU/Linux distribution. Shashlik achieves that by using a stripped down version of Android instead of emulating one, which is nested inside the user session upon the launching of an installed Android application.
-
How to configure sudo for two-factor authentication using pam-radius on Ubuntu and CentOS
Author: nowen • Tags: centos, linux, security, ubuntu • Comments: 3
Attackers frequently use lost, stolen, weak or default credentials to escalate their privileges after they have infiltrated your network. While two-factor authentication can greatly reduce infiltration, there are other means of gaining entry such as malware. This tutorial shows how to add radius to sudo for Centos 7 and Ubuntu 14.04 for two-factor authentication with the WiKID Strong Authentication server.
-
How to use Port Knocking on Ubuntu to hide the SSH port
Author: Antonio Valencia • Tags: linux, security, ubuntu • Comments: 14
You all know these old gangster films where a guy uses a knock sequence on a door to get in? Port Knocking is exactly that, just for your server. Installing port knocking on Ubuntu is easy. I will show you in this article how to install and set up port knocking. The steps from this tutorials should work for Debian 8 as well.
-
Docker: How to use it in a practical way - Part 3
Author: Bill Toulas • Tags: linux, ubuntu, virtualization • Comments: 10
In this part, we will start using Docker images and create containers in a practical way. In other words, we will create a web-based, advanced personal notepad that runs on top of DokuWiki or WordPress. You can choose whichever you are comfortable with.