Subscribe
Twitter Updates
- RT @firefox: A new update for Firefox is here. This release makes updating easier and includes a bunch of developer goodies: http://t.co ... 3 weeks ago
- today's worklog: git log --committer=cristianrd --since=1.day 1 month ago
- Beware of deceptive in-app advertising bit.ly/IENvRS 1 month ago
- RT @phoronix: Adobe Issues Final Linux Flash Player Release: Adobe released the official Flash Player 11.2 for Linux release t... http:/ ... 1 month ago
- James Justice Shuts Down the College Dunk Contest: youtu.be/BS737iP9AzY via @youtube 1 month ago
Category Archives: Linux
Easy file sharing with Python SimpleHTTPServer
An easy way to share files from your computer is to use Python SimpleHTTPServer. You don’t need to know Python programming to use the SimpleHTTPServer, the only requirement is to have Python installed on the machine where the files that needs to be shared are located.Continue reading
Take screenshot from command line
Take a screenshot of your desktop using the SCROT utility. Basic usage is to call the scrot command in a console, but this would take an instant screenshot of the desktop in the current directory. Thus it would be better used along with the “-d” (delay) option in order to have a time buffer to place the desired objects on the desktop.Continue reading
Fix NetBeans big fonts on Ubuntu
There is a rather annoying issue related with NetBeans displaying large fonts on Ubuntu for menus and panels. There are some suggestions on Ubuntu forums related with java fonts settings, but there are a couple of better solutions which may improve the way NetBeans looks on Ubuntu when it comes to font size.Continue reading
Play music from command line
Although there are a lot of GUI media players out there, it is also possible to listen to your favorite music from the command line. The mpg123 tool allows you to play a song, a playlist or even a stream and has all major features of a GUI media player: control keys, equalizer, replay gain, gapless playback. Continue reading
