A few days ago, I had written a post about the difficulties I had encountered in an attempt to capture an image of a menu under GNOME. A reader, “mysurface“, who, by the way, has written an article about taking screenshots, was 100% positive that, after issuing ImageMagick’s import
command, it is still possible to switch between running applications with Alt-Tab
and trigger menus with Alt
, before using the mouse cursor to select the area that will be captured.
Continue reading
Category Archives: Linux
BIP IRC Proxy
A while back I had mentioned dircproxy as a solution for an IRC proxy server. Although dircproxy is good and effective, recently I’ve been reading many positive comments about another similar application, BIP. I hope I find some free time in the next days to give it a shot. Judging by its extensive feature set,…
Print a Man Page
Reading a man page using a terminal application is easy, but I doubt if it would ever win a convenience award. Sometimes, it is necessary to print the man page. I can recommend two ways of doing this.
Organizing Mailing List messages with Evolution
This article deals with the various methods that can be used in order to achieve more effective and productive management of email messages which originate from mailing lists.
Taking a screenshot of a menu under GNOME
Probably, you have noticed that I rarely include images in my posts. There are times though that a screenshot is required in order to avoid lengthy descriptions. A picture is like one thousand words…
Tab Links extension for the Epiphany browser
If your web browser of choice is Epiphany and you always wanted to copy all of the open tabs’ links to the clipboard in various formats with one click of the mouse, then this plugin might be what you were looking for…
Error when using old run/bin installers under Linux
I guess that every single *nix user, at least once, has run across files with the *.run or *.bin extensions. These scripts are usually software installers and are widely used to distribute, but not limited to, proprietary software to the Unix world. Examples are the popular NVidia or ATI display drivers for Linux and other…
.htaccess Cheat Sheet
Apache is a very flexible web server implementation. The .htaccess files give the webmasters the ability to override the default server configuration on a per-directory basis, provided that httpd‘s configuration pernits the overrides of the htaccess file. I am aware that there are thousands of cheat sheets (aka ready-made recipes) out there, mostly implementing mod_rewrite…
chroot Environment Howto
The Slack World, a Slackware related online magazine has published a very good write-up about how to create a chroot environment. Tom Newsom writes in his article: In this document I shall be showing you how you can run, for testing purposes perhaps, two versions of Slackware simultaneously. Both will be fully fledged installs and…
Application Testing: Zero Free Space
I should clarify from the beginning that this is not a technical article containing any kind of debugging information – I don’t have the knowledge anyway – or any other type of proof that indicates that some commonly used applications have bugs. This is just about some observations, or better an unofficial user report, of…