LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

How to replace gnome-screensaver with xscreensaver in ubuntu

Posted 02-21-2011 at 05:35 AM by sridhar11

XScreenSaver is the standard screen saver collection shipped on most Linux and Unix systems running the X11 Window System.On X11 systems, XScreenSaver is two things: it is both a large collection of screen savers; and it is also the framework for blanking and locking the screen.

Full Story
Member
Posted in Uncategorized
Views 858 Comments 0 sridhar11 is offline
Old

batch resize images using find, xargs and convert

Posted 02-20-2011 at 04:30 PM by dr_agon

applies to: linux, find, xargs, convert, image processing

'convert' command, which is a part of ImageMagick package can be used for image resizing, but it lacks ability to process multiple files (in version of ImageMagick 6.5.7-8 2010-12-02). Instead of writing a shell script you can use find and xargs commands to collect filenames and invoke convert with one filename at a time, like this:

Code:
find -iname "*.jpg" -printf "%f\0" \
 | xargs -0 -I {} convert
...
Member
Posted in Uncategorized
Views 8186 Comments 0 dr_agon is offline
Old

Power usage: it just keeps going up and up and up...

Posted 02-20-2011 at 10:39 AM by MrCode
Updated 02-20-2011 at 10:42 AM by MrCode
Tags linux

...with each new kernel, it seems.

A while back, when I was still running with kernel 2.6.34/35 (and earlier) on my lappy, PowerTOP would show idle power usage anywhere from 10.x W to the occasional dip into the single-digits. Now on kernel 2.6.37, it never goes below 11 W, and sometimes hovers around 12...this annoys me, because it does take a hit on my lappy's battery life (what once was 4+ hours is now 3- ).

The backlight is always at the lowest level when...
Member
Views 3852 Comments 3 MrCode is offline
Old

Homebrew paranoia frontend ( CLI ) for audiobooks

Posted 02-19-2011 at 05:16 PM by William (Dthdealer) (Whaling the FOSS)

I've had my troubles with GUI audio CD rippers lately, whether it be DBUS connection issues or lack of 'codecs' for cdda or wav ( sounds as weird as it is ). On top of that the rip-one-at-a-time strategy was too time consuming for the repetitive audio book ripping I am doing, which involved placing four disc rips under the same title.

So I wrote a shell script that does most of the work for me

Code:
#!/bin/bash

#
#	Automatically rips CDs in the fashion
...
Member
Posted in Uncategorized
Views 1309 Comments 2 William (Dthdealer) is offline
Old

You've got mail

Posted 02-18-2011 at 03:09 AM by peonuser
Updated 02-20-2011 at 01:00 PM by peonuser

Replaced dovecot with courier and my private email server seems to work better than before.

Still have to address some problems with sql-ledger, but I have some notes as to what to do.

Ubuntu is beginning to upset me again. I went to "connect to server" and there were no options. There were before I upgraded. Why was that not included as part of the upgrade. I am tired of fixing mickey mouse stuff on ubuntu. Oh that's right Mark Shuttleworth is a mac user....
Member
Posted in Uncategorized
Views 578 Comments 0 peonuser is offline

  



All times are GMT -5. The time now is 06:54 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration