Graylog is a log aggregation tool. Installing and setting up graylog is pretty straightforward. Here is a simple guide to install graylog on an ubuntu server. This setup is recommended for non-production or low traffic environments where you don’t need any redundancy. For a production level setup, it is recommended to at least have two…Continue reading Graylog Standalone on Ubuntu Installation
Category: Ubuntu
Docker Engine – Install a fixed version on Ubuntu
Containerization is everywhere. Docker is the name that comes to our mind when we talk about containers. Is the latest version of the docker the greatest? I’ve been using docker containers, especially docker swarm mode, for over a couple of years now and I’d say no! Docker is still being actively developed. With that being…Continue reading Docker Engine – Install a fixed version on Ubuntu
Ubuntu on Smartphones!
Ubuntu, the world’s favourite free PC desktop operating system is coming to Smartphones. The commercial sponsor of Ubuntu, the Canonical Ltd announced its new smartphone interface on this January and will show off the Ubuntu OS at the International CES a major technology-related trade show. With all-native core apps and no Java overhead, Ubuntu runs…Continue reading Ubuntu on Smartphones!
Access Facebook On Blocked System (Unblock Facebook)
The management on my previous company decided to block facebook on all computers and therefore the system administrators installed Squid proxy and blocked the social media website Facebook router wide. However, Squid proxy acts weird if not configured properly and I have had some issues with it, even doing normal tasks. For example, uploading a…Continue reading Access Facebook On Blocked System (Unblock Facebook)
Shutdown, Restart Or Hibernate Ubuntu After Specific Time
Recently I came across this very tiny tool when I wanted to turn off my Ubuntu after a specific time. The software is really very easy to use and it works well with Ubuntu 11.10 as well. EasyShutdown is a very simple skript, written in fpc, then rewritten in python. You can type in hours…Continue reading Shutdown, Restart Or Hibernate Ubuntu After Specific Time
Hibernate Ubuntu In Gnome 3
Recently I upgraded the Ubuntu system to Gnome 3. I was pretty much impressed with its easiness, so decided to keep it. The version I am using now is Gnome 3.2. However, I found that my favorite “Hibernate” feature is missing in Gnome 3. Gnome 3 panel shows only Suspend function. However holding down the…Continue reading Hibernate Ubuntu In Gnome 3
Lookit – Ubuntu Alternative to ScreenCap
When I switched to Ubuntu from Windows 7 for office use, I was missing terribly my own screen capturing software that I developed for Windows operating systems, called ScreenCAP. Luckily there is an alternative for ScreenCAP on Ubuntu, called Lookit. Lookit can capture an area or the entire screen. Just like ScreenCap it can upload…Continue reading Lookit – Ubuntu Alternative to ScreenCap
Ubuntu, Save Unlimited Bash Commands
Ubuntu saves only 500 last used ssh commands. It will overwrite the history file Moneygram locations if this limit is over. By adding the following line to ~/.bashrc , you can instruct Ubuntu to append to the history file, thus preventing the overwriting [code]shopt -s histappend[/code] Just execute this command to append the line to…Continue reading Ubuntu, Save Unlimited Bash Commands