Tag Archives: Ubuntu 14.04

Install Caps Lock Indicator in Ubuntu 14.04

Lock Keys indicator

This quick tip is going to show you how to install indicator-keylock, an indicator app that shows Caps Lock, Num Lock, and Scroll Lock status on panel. For a laptop without LED indicators, it’s good to have an indicator applet on system tray area that displays your lock keys status. indicator-keylock is the simple tool to do that. indicator-keylock indicates ...

Read More »

Install Minecraft Similar Game ‘Minetest’ in Ubuntu 14.04

minetest ubuntu 14.04

Minetest is a free, open-source infinite-world block sandbox game and game engine inspired by Minecraft. It is designed to be simple, stable, portable, and lightweight enough to run on fairly old hardware. Minetest Features: Walk around, dig and build in an infinite voxel world, and craft stuff from raw materials to help you along the way. Simplistic Modding API that ...

Read More »

Display All Startup Applications in Ubuntu 14.04

Ubuntu doesn’t show all the start-up applications by default in its ‘Startup Applications’ manager. But you can easily display them by running a single command in terminal. Press on keyboard to open the terminal. When it opens, paste the code below and hit enter to run: sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop Enter your user password and press ‘enter’ again if ...

Read More »

Install Handbrake Video Transcoder in Ubuntu 14.04

handbrake ubuntu 14.04

Handbrake is a free and open-source tool that converts video from nearly any format to a selection of modern, widely supported codecs. It features: Built-in device presets Support DVD and Blu-Ray sources that do not contain any kind of copy protection. Title / Chapter selection Queue up multiple encodes Chapter Markers Subtitles (VobSub, Closed Captions CEA-608, SSA, SRT) Constant Quality ...

Read More »

Disable Laptop Camera in Ubuntu 14.04

Disable Laptop Camera Ubuntu 14.04

Quick tip for beginners: how to disable your laptop camera in Ubuntu 14.04 Trusty. Also works on previous Ubuntu releases. You may ask why? Just in case, right? To get started, press on keyboard to open a terminal. When it opens, run this command to edit the config file: sudo gedit /etc/modprobe.d/blacklist.conf Add a new line into the end to ...

Read More »

Install GeeTeeDee, A Fancy Task Management App in Ubuntu

GeeTeeDee Task Management in Ubuntu

GeeTeeDee is a fancy, lightweight, easy to use and effective task management software available for Ubuntu Linux. It features: Lightweight design to keep you focused Group tasks Customizable groups User-friendly installation. Admin rights are not required! Collecting tasks is easy Create timed tasks Compact view Drag’n’drop tasks and groups Install GeeTeeDee in Ubuntu 14.04: Check your system type (32 bit ...

Read More »

Set up A Basic HTTP File Server in Ubuntu 14.04

Ubuntu 14.04 tip for beginners: set up a basic file server based on HTTP protocol for temporary use without installing any web server application. Python 2.7, a programming language comes pre-installed on Ubuntu, has a SimpleHTTPServer module which can be used to set up a very basic web server serving files relative to the current directory. Usage: Press to open ...

Read More »