News

Install Sigram Telegram Client for Linux

Sigram as described from it's official site is 'a different telegram client from Sialan.Labs' for Linux desktops. Features Gorgeous and simple interface We ]endeavoured to make...

Curlew 0.1.22.3 Has Been Released

The open-source multimedia converter for linux Curlew has reached version 0.1.22.3 bringing some missing dialog icons, a "Português - Brazil" translation and an updated...

Samba 4.1.9 Has Been Released With Two Important Security Fixes

Samba 4.1.9 has been released with the main goal of fixing two vulnerabilities that are present in the current releases. A denial of service...

Betty: Translate English Phrases Into Linux Commands

Betty is an open source tool that translates English-like phrases into Linux commands. The main goal of this project is to use the Linux...

GParted Live 0.19.0-1 Released!

GParted is a free partition manager that enables you to resize, copy, and move partitions without data loss. The latest stable release is GParted Live...

Install OpenMRS (Open Medical Record System) On CentOS 6.5

Introduction From Wikipedia: OpenMRS , Stands for Open Medical Record System, is a collaborative open source project to develop software to support the delivery of health...

Firefox 30 Officially Released!

Mozilla has officially released Firefox 30 for all supported operating systems. Firefox 30 is minor release as compared to 29 that came in with...

How To Extract Images From Videos Using ffmpeg

Hi unixmen readers, Have you ever wanted to extract images from a video file? It is possible to do such thing in Linux and for...

How To Install iCup 2014 In Linux

Hi linux geeks, In this short tutorial, I will teach you how to install a very nice app for the 2014 FIFA World Cup in...

Fix “error: GPGME error: No data” On Manjaro Linux

Hello Guys, I was trying to install a package via pacman today it resulted in the error message below: error: GPGME error: No data From what I got...

Dictionaries vs List data structures In Python

Suppose you have a following list: >>> list = >>> list Booboo has 10, Orestis has 5, Homer has 7 and last but not least Asterix...

Expressions, Statements, Variables, Data Types in Python [must read]

Expressions The most common expressions in Python are numerical, string and boolean.  All of them are considered as data items or d-item. For example, this is a numerical expression: 1 or another more complex...

Use Special Characters In Python

Sometimes, we want to add some extra space between two words, like pressing Tab key (which is identical up to 4x space-button length). In Python...

Install Oh-My-Zsh In Ubuntu, Arch Linux And Fedora

Oh-My-Zsh is an open source, community-driven framework for managing your ZSH configuration. It comes bundled with a ton of helpful functions, helpers, plugins, themes,...

How to print in the same line using end=’ ‘ argument

The print statement prints by default a newline character in Python. Look this example: print("Hello") print("world") The output is going to be in two separated lines: Hello ...

Hex binary decimal conversion tutorial

Take this number:  343 What’s this number? You think it’s decimal by default, right? However, the truth is, we can’t be sure. We can say...

Rock-paper-scissors-lizard-Spock in Python

Rock-paper-scissors-lizard-Spock is an expansion of the classic selection method game rock-paper-scissors. It operates on the same basic principle, but includes two additional weapons: the...

Vuze 5.3.0.1 Beta 22 Has Been Released

The lightweight java BitTorrent client Vuze has reached version 5.3.0.1 and is now available for testing.This beta release brings many updates and features for...