ssh <whateverhost> && exit
sudo -i && exit
for item in list ; do someprocessing ; done && exit
Wednesday, 29 February 2012
Rolling out of nested shells
I just realized that if I'm really lazy, I can stick && exit after everything to dump me out of all my nested shells after a program completes.
Monday, 27 February 2012
PC apps are dead?
I've been looking around from time to time for an app which would let me scan books from our collection at home and build a digital library - most useful for loaning books. I never found much on a PC, I did find
https://market.android.com/details?id=com.eleybourn.bookcatalogue&feature=also_installed#?t=W251bGwsMSwxLDEwNCwiY29tLmVsZXlib3Vybi5ib29rY2F0YWxvZ3VlIl0.
In short - yes, apps for desktop seem to be pretty much dead. I can't think of the last time I found a usable desktop application. At most, it's browser plugins like Nagios Checker. There are some "rich" applications or system management applications with rich clients, like InterMapper, but generally it's all web UI.
As Martha says, "It's a Good Thing".
https://market.android.com/details?id=com.eleybourn.bookcatalogue&feature=also_installed#?t=W251bGwsMSwxLDEwNCwiY29tLmVsZXlib3Vybi5ib29rY2F0YWxvZ3VlIl0.
In short - yes, apps for desktop seem to be pretty much dead. I can't think of the last time I found a usable desktop application. At most, it's browser plugins like Nagios Checker. There are some "rich" applications or system management applications with rich clients, like InterMapper, but generally it's all web UI.
As Martha says, "It's a Good Thing".
Subscribe to:
Posts (Atom)
Popular Posts
-
For anyone who's had to cleanup some mail problems with Postfix configuration (or more often with other things, like anti-spam, tied in ...
-
In the course of troubleshooting the office Jabber server the other day, I came across some interesting info about the various caches that O...
-
For everyone who uses cron, you are familiar with the job schedule form: min hr day-of-month month day-of-week <command> A problem...