Re: Script does not do what it is told to do

2019-10-24 Thread Anuradha Weeraman
On Thu, Oct 24, 2019 at 06:37:08PM -0400, Ken Heard wrote: > tar -czf /media/fde/backups/kbrowsers.tgz --exclude-caches \ > - --wildcards -T docs/tarlists/kbrowsers.lst Try removing the single '-' at the beginning of the second line... -- Regards Anuradha

Re: Hex editor with ASCII line underneath the line of hex.

2019-10-15 Thread Anuradha Weeraman
On Wed, Oct 16, 2019 at 10:22:31AM +1300, C.T.F. Jansen wrote: > Which hex editor shows a line of hex with the corresponding ASCII under the > line of hex ? hexdump supports format strings to customize the output. There are few examples in the man page that may be useful. -- Regards Anuradha

Re: Mate desktop delay

2019-10-14 Thread Anuradha Weeraman
On Sun, Oct 13, 2019 at 11:52:50PM -0400, Frank McCormick wrote: > I am running Debian Sid/Buster and the Mate desktop. For the last 4 or 5 > weeks there has been a delay of perhaps 30-40 seconds before the desktop > appears. I have looked at dmsg logs and journalctl logs but nothing seems to > sta

Re: 97% use of / system

2008-05-23 Thread Anuradha Weeraman
be deep-sixed safely? Filelight is a handy tool to help you "visualize" where all the disk space went. -- Anuradha Weeraman http://www.linux.lk/~anu/ http://www.gnuromancer.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Strange connection attempts

2006-09-15 Thread Anuradha Weeraman
ely to change between connections. I think netstat -nap | grep 5353 is probably a better bet. But if the connections are being made at random times this might be a bit tricky. Maybe you can write a script to take samples and see if it pops up. Hope this helps. -- Anuradha Weeraman http://ww

Re: Strange connection attempts

2006-09-15 Thread Anuradha Weeraman
to be multicast packets and are probably generated by iTunes users on the local network. http://www.salingfamily.net/trav/osx/itunes.html -- Anuradha Weeraman http://www.linux.lk/~anu/ http://anuradha.wordpress.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: Enabling Bootup Logo

2006-09-13 Thread Anuradha Weeraman
llrect 3712 2 vga16fb,vesafb You'll need to compile-in the framebuffer related options, and not as modules. -- Anuradha Weeraman http://www.lug.lk/~anu/ http://anuradha.wordpress.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tr

Re: Enabling bootup logo

2006-09-13 Thread Anuradha Weeraman
entation/fb/vesafb.txt in your kernel sources. You might also be interested in this ;) - http://users.telenet.be/geertu/Linux/fbdev/logo.html Also, having a meaningful subject for your emails will increase your chances of a reply. This is just a friendly suggestion for next time. -- Anuradha Weera

Re: hibernate desktop?

2006-09-12 Thread Anuradha Weeraman
n interrupt the process. I believe the necessary patches to support this are included in suspend2 versions 2.1.9 and later. Good luck! [0] http://www.suspend2.net/downloads/all/ [1] http://packages.debian.org/testing/utils/hibernate -- Anuradha Weeraman http://www.lug.lk/~anu/ http://anuradha.wo