Linux Tutorials on the topic “ubuntu”
-
uTox installation on Ubuntu and Fedora Linux
Author: Ahmad • Tags: desktop, fedora, linux, ubuntu • Comments: 4
uTox is a lightweight client for the Tox software which connects users with friends and family over an insecure network. It supports Windows, Linux, Mac OS and Android platforms. This tutorials shows the installation and setup of uTox on Ubuntu and Fedora.
-
How to Install a Mumble Voice Chat Server on Ubuntu 14.04
Author: Antonio Valencia • Tags: linux, server, ubuntu • Comments: 0
Mumble is a voice chat application which is designed for the gamer's so that they can to talk to each other by connecting their mumble clients to the same server. This Voice over IP application is similar to Ventrilo and TeamSpeak. The simple administration interface, high-quality codecs and low latency makes it quite popular. In this article, I will tell you how you can install and configure Murmur on to your systems. Murmur is a server component of Mumble.
-
How to install and configure Solr 5.5 on Ubuntu 14.04
Author: Antonio Valencia • Tags: linux, server, ubuntu • Comments: 1
Apache Solr is an enterprise-class open source search platform written in Java which enables you to create custom search engines that index databases, files, and websites. This tutorial will show you how to install the latest Solr version on Ubuntu 14.04. The steps will most likely work with later Ubuntu versions as well.
-
-
How to Block Email from certain TLDs (Top Level Domains) in ISPConfig
Author: Stephan Jau • Tags: centos, debian, email, linux, opensuse, suse, ubuntu • Comments: 5
Spam is an annoyance and there's a multitude of ways to counteract it. However spammers also get smarter and try to bypass filters and stuff. In addition, ICANN has lately approved a great mean gTLDs (generic Top Level Domains), like .biz, .info etc. Some of those gTLDs are, in my opinion, exclusive used by spammers. Lately, I have gotten a lot of spam from the .xyz gTLD. So the question was, how to block email coming from such domains using that gTLD.
-
How to Install PostgreSQL 9.5 on Ubuntu (12.04 - 15.10)
Author: Antonio Valencia • Tags: linux, server, ubuntu • Comments: 5
This tutorial shows the installation of the latest PostgreSQL 9.5 version on Ubuntu. We will use the official repository from postgresql.org, so you can update your server easily in future and get direct updates and patches from the database vendor. The steps have been tested with Ubuntu versions from 12.04 until 15.10.
-
An introduction to Linux activity/event trackers
Author: Bill Toulas • Tags: centos, debian, desktop, fedora, opensuse, suse, ubuntu • Comments: 1
Most modern GNU/Linux distributions use some kind of a software service that tracks the user activities and events. These events can be anything, from the opening of a document file, to the chat conversation. This isn't happening for the purpose to monitor the user and sell this usage data information to 3rd parties, but to help users enjoy a more user-friendly and unified experience across their applications. For example, if you want to quickly locate that document that you opened last weekend, chances are that you will easily and promptly find it after opening your file manager and going to the “Recent” folder.
-
Installing Laravel on Ubuntu for Nginx
Author: Navjot Singh • Tags: linux, nginx, ubuntu, web server • Comments: 4
Laravel 5 is an elegant and complete web programming framework for PHP. This tutorial will show you how to install the Laravel PHP framework on a Nginx server installation.
-
Installing Ruby on Rails on Ubuntu 14.04 - 15.10
Author: Antonio Valencia • Tags: linux, programming, server, ubuntu, web server • Comments: 8
Ruby on Rails, popularly called ROR, is a Ruby framework for web programming. Ruby is a general purpose language like C, Java. Ruby has been invented by Yukihiro “Matz” Matsumoto about a decade ago and has gained recognition with its Rails software library framework which provides a web development framework for the Ruby programming language. Listed below are easy to follow steps to install ROR successfully on the Ubuntu versions 14.04 LTS to 15.10 using Ruby Version Manager (RVM). RVM offers an easy way to install and manage multiple Ruby versions.
-
Thoughts on Monitoring file changes with Linux over the network
Author: stefbon • Tags: centos, debian, linux, networking, opensuse, shell, ubuntu • Comments: 1
Monitoring a directory for changes with Linux is possible through the well-known mechanism inotify. With inotify it's possible to set a watch on a directory, configure it to watch events on the contents, and you'll receive messages on a file descriptor when something happens. This works perfectly when the directory is on local storage, like a hard drive, SSD or a USB drive, But it is not sufficient when the directory is on a network filesystem when the storage is on another computer. Another user working in the same directory, connected via the same or another filesystem, can remove a file and the watch you've set on it will not get notified.
-
How to Install Redmine 3 with Nginx on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, nginx, ubuntu • Comments: 9
Redmine is an open source project management and issue tracking tool based on the Ruby on Rails Framework. This tutorial covers the Redmine 3 installation with Nginx as the web server and MySQL as the database on Ubuntu 15.10 (64 Bit) operating system.