Hi

Its a bug in the kdm init script that prevents this. Please follow the steps,

Open
/etc/kde3/kdm/backgroundrc
and add
Wallpaper=default_blue.jpg
This will enable kdm startup script to read /etc/default/kdm.d/
Finally remove 20_kubuntu_default_settings from kdm.d and change theme using KDM Theme manager

Thanks

Anil 

del.icio.us:Solution for kubuntu 7.10 gutsy kdm theme not changing  digg:Solution for kubuntu 7.10 gutsy kdm theme not changing  spurl:Solution for kubuntu 7.10 gutsy kdm theme not changing  wists:Solution for kubuntu 7.10 gutsy kdm theme not changing  simpy:Solution for kubuntu 7.10 gutsy kdm theme not changing  newsvine:Solution for kubuntu 7.10 gutsy kdm theme not changing  blinklist:Solution for kubuntu 7.10 gutsy kdm theme not changing  furl:Solution for kubuntu 7.10 gutsy kdm theme not changing  reddit:Solution for kubuntu 7.10 gutsy kdm theme not changing  fark:Solution for kubuntu 7.10 gutsy kdm theme not changing  blogmarks:Solution for kubuntu 7.10 gutsy kdm theme not changing  Y!:Solution for kubuntu 7.10 gutsy kdm theme not changing  smarking:Solution for kubuntu 7.10 gutsy kdm theme not changing  magnolia:Solution for kubuntu 7.10 gutsy kdm theme not changing  segnalo:Solution for kubuntu 7.10 gutsy kdm theme not changing  gifttagging:Solution for kubuntu 7.10 gutsy kdm theme not changing

Hi

WHM has a built in script to do this …  Here is the format …

/usr/local/cpanel/3rdparty/mb2md/mb2md -s /home/username/mail/domain.com/user/inbox -d /home/username/mail/domain.com/user/

As always take the backup of “/home/username/mail/domain.com/user/” before doing this. Please provide your feedback.

Cheers … :)
Anil

del.icio.us:How to convert mbox to maildir for a single domain on a cpanel server  digg:How to convert mbox to maildir for a single domain on a cpanel server  spurl:How to convert mbox to maildir for a single domain on a cpanel server  wists:How to convert mbox to maildir for a single domain on a cpanel server  simpy:How to convert mbox to maildir for a single domain on a cpanel server  newsvine:How to convert mbox to maildir for a single domain on a cpanel server  blinklist:How to convert mbox to maildir for a single domain on a cpanel server  furl:How to convert mbox to maildir for a single domain on a cpanel server  reddit:How to convert mbox to maildir for a single domain on a cpanel server  fark:How to convert mbox to maildir for a single domain on a cpanel server  blogmarks:How to convert mbox to maildir for a single domain on a cpanel server  Y!:How to convert mbox to maildir for a single domain on a cpanel server  smarking:How to convert mbox to maildir for a single domain on a cpanel server  magnolia:How to convert mbox to maildir for a single domain on a cpanel server  segnalo:How to convert mbox to maildir for a single domain on a cpanel server  gifttagging:How to convert mbox to maildir for a single domain on a cpanel server

Create/generate deleted zone files for domains in cPanel

Written by anil on September 23rd, 2007 in cPanel/WHM.

Hi

You accidentally deleted all zone files in /var/named?

I have created a script for generating zone files and its entries for /etc/named.conf for all the domains in /etc/userdomains. This script is harmless if you run it on "/root/named" rather than "/var/named". Please make a backup of "/etc/named.conf" and "/var/named".

Download:
http://rapidshare.com/files/57828712/cPanelZFG-tecpages.com.zip


Please provide your feed back on the script so that I can make this better ….

Thank you.

Cheers

Anil

del.icio.us:Create/generate deleted zone files for domains in cPanel  digg:Create/generate deleted zone files for domains in cPanel  spurl:Create/generate deleted zone files for domains in cPanel  wists:Create/generate deleted zone files for domains in cPanel  simpy:Create/generate deleted zone files for domains in cPanel  newsvine:Create/generate deleted zone files for domains in cPanel  blinklist:Create/generate deleted zone files for domains in cPanel  furl:Create/generate deleted zone files for domains in cPanel  reddit:Create/generate deleted zone files for domains in cPanel  fark:Create/generate deleted zone files for domains in cPanel  blogmarks:Create/generate deleted zone files for domains in cPanel  Y!:Create/generate deleted zone files for domains in cPanel  smarking:Create/generate deleted zone files for domains in cPanel  magnolia:Create/generate deleted zone files for domains in cPanel  segnalo:Create/generate deleted zone files for domains in cPanel  gifttagging:Create/generate deleted zone files for domains in cPanel

Hi

I have developed a simple BASH script (RSDown) for automating and batch downloading files from rapidshare.com.  You need a rapidshare premium (its worth for money) account for using this script. I have tested the script using my rapidshare account and it worked perfectly. Then I think its worth sharing this with you also.

Features:-
01. Good for batch downloading.
02. Auto authentication with rapidshare.com.
03. Need to authenticate only once.

I think you are interested now.

Read the rest of this entry »

del.icio.us:RSDown - BASH script for automating and batch downloading files from rapidshare.com  digg:RSDown - BASH script for automating and batch downloading files from rapidshare.com  spurl:RSDown - BASH script for automating and batch downloading files from rapidshare.com  wists:RSDown - BASH script for automating and batch downloading files from rapidshare.com  simpy:RSDown - BASH script for automating and batch downloading files from rapidshare.com  newsvine:RSDown - BASH script for automating and batch downloading files from rapidshare.com  blinklist:RSDown - BASH script for automating and batch downloading files from rapidshare.com  furl:RSDown - BASH script for automating and batch downloading files from rapidshare.com  reddit:RSDown - BASH script for automating and batch downloading files from rapidshare.com  fark:RSDown - BASH script for automating and batch downloading files from rapidshare.com  blogmarks:RSDown - BASH script for automating and batch downloading files from rapidshare.com  Y!:RSDown - BASH script for automating and batch downloading files from rapidshare.com  smarking:RSDown - BASH script for automating and batch downloading files from rapidshare.com  magnolia:RSDown - BASH script for automating and batch downloading files from rapidshare.com  segnalo:RSDown - BASH script for automating and batch downloading files from rapidshare.com  gifttagging:RSDown - BASH script for automating and batch downloading files from rapidshare.com

Hi

I really don't know what upgrade on my pclinuxos (later I found this is a common issue on many linux distros) caused the issue with my adobe acrobat reader. This error may eventually crashes mozilla-firefox (may because of acrobat reader integration with firefox). Following is the fix.

[root@dhcppc0 ~]# which acroread
/usr/bin/acroread
[root@dhcppc0 ~]# vi /usr/bin/acroread

Go to line 417,
echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'

In this line, after second [0-9] add a "*". ( ie, [0-9]* ).

The final output look like the following.

echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'

Hope this information helps you.

Thanks

Anil

del.icio.us:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  digg:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  spurl:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  wists:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  simpy:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  newsvine:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  blinklist:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  furl:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  reddit:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  fark:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  blogmarks:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  Y!:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  smarking:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  magnolia:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  segnalo:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)  gifttagging:expr: syntax error - adobe acrobat reader (acroread) and mozilla firefox (mozilla-firefox)


Site Navigation