LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Closed Thread
  Search this Thread
Old 04-16-2005, 12:14 PM   #3151
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46

Quote:
Originally posted by joesbox
Thanks a lot..... did you right the tweather.sh? if so i just wanted to put notes in the script so that you get proper credit if i pass it out. i found it thru the gentoo forum like you said. thanks for the help.
welcome mate!

i made small modification from the original one.
first, of course, i changed the city.
and there is a small issue if you are not online. so i changed in a way that the file is kept in the hard disk and updated when convenient.

regards

slackie1000
 
Old 04-16-2005, 02:22 PM   #3152
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Rep: Reputation: 30
well
i wrote one too but it is perl. it is to grab the latest 2.4 kernel ver # and print it.
there is one bug but it isn't going to really cause a prob until the kernel gets into double digits
in the main release or sub-release section or triple digit in the minor release section. i know that those aren't
the official names for the release format but that is what i call it. any way if you want it.
Code:
#!/usr/bin/perl

$fingerfile = "$HOME/tosmoscripts";

system ("finger \@kernel\.org | grep 'latest 2\.4'\>$fingerfile/finger");

open (FINGER), "$fingerfile/finger");
    $finger=<FINGER>;
close (FINGER);

if ($finger =~ /\d\.\d\.\d{2}$/){
    $kver = $&;
    print "Current 2.4:\n";
    print "$kver\n";
}
as far as getting it to stop the finger i don't know but if someone has an idea let me know...... i will gladly add it.
i know that it isn't much but it is something.
 
Old 04-21-2005, 02:05 PM   #3153
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Rep: Reputation: 30
http://www.deviantart.com/view/17468272/

here is that script in action. i call it firnel. you know..... finger and kernel put together. lol
stupid i know.
any way. i am trying to get the word about jwm out there so that it will be more popular.

the wm i am using can be found at http://www.joewing.net/programs/jwm/index.shtml.

there is a tool bar with an optional "start" button. if you want to look into using it let me know and i can help you with any configs you may be interested it. i have been in constant contact with the developer with ideas and feed back.......
thanks for looking guys
 
Old 04-21-2005, 08:48 PM   #3154
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
This is basically the same shot as before but I wrote a script for torsmo that retrieves the latest available packages for arch linux:

Here

I also have the same script that works for Gentoo packages too.
 
Old 04-22-2005, 03:41 AM   #3155
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,

Quote:
Originally posted by Crashed_Again
This is basically the same shot as before but I wrote a script for torsmo that retrieves the latest available packages for arch linux:

Here

I also have the same script that works for Gentoo packages too.
can you post the font name??

regards

slackie1000
 
Old 04-22-2005, 05:26 AM   #3156
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
OH yeah sorry.

The font is called aquafont.
 
Old 04-22-2005, 05:45 AM   #3157
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
dunno why, but can't seem to use torsmo with Mandrake 10.1 properly. flickers like crazy... guess it could be KDE, all you guys seem to be using light WM/DE.

Oh, and if cb_linus sees this: I'm getting 4505 bogomips out of my Athlon XP 3000+ now BTW, but am overclocking a bit. All my mobo components were rated for 400Mhz (except CPU), so bumping it from 333 to 350 was still within tolerances. Only thing I'm worried about is PCI bus, which is now at 35/70 instead of 33/66, but luckily I'm not using any PCI cards ATM. Anyway, with all the fans in this case I really didn't notice any temp change either (watching sensors with gkrellm.)
 
Old 04-22-2005, 05:50 AM   #3158
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,

Quote:
Originally posted by Crashed_Again
OH yeah sorry.

The font is called aquafont.
thanks..
really nice fonts ...

regards

slackie1000
 
Old 04-22-2005, 05:51 AM   #3159
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,

Quote:
Originally posted by Crito
dunno why, but can't seem to use torsmo with Mandrake 10.1 properly. flickers like crazy... guess it could be KDE, all you guys seem to be using light WM/DE.

Oh, and if cb_linus sees this: I'm getting 4505 bogomips out of my Athlon XP 3000+ now BTW, but am overclocking a bit. All my mobo components were rated for 400Mhz (except CPU), so bumping it from 333 to 350 was still within tolerances. Only thing I'm worried about is PCI bus, which is now at 35/70 instead of 33/66, but luckily I'm not using any PCI cards ATM. Anyway, with all the fans in this case I really didn't notice any temp change either (watching sensors with gkrellm.)
from torsmo README
Quote:
KNOWN PROBLEMS

Drawing to root or some other desktop window directly doesn't work with all window managers. Especially doesn't work well with Gnome and it has been reported that it doesn't work with KDE either. Nautilus can be disabled from drawing to desktop with program gconf-editor. Uncheck show_desktop in /apps/nautilus/preferences/. There is -w switch in torsmo to set some specific window id. You might find xwininfo -tree useful to find the window to draw to. You can also use -o argument which makes torsmo to create its own window.
regards

slackie1000
 
Old 04-22-2005, 06:00 AM   #3160
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
My newest:
http://www.scuzzman.org/img/screenshot.jpg
 
Old 04-22-2005, 06:16 AM   #3161
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
I guess that's why they call it a README file. LOL. Well, I can report that it definitely doesn't work right with KDE.
 
Old 04-22-2005, 06:53 AM   #3162
kak
Member
 
Registered: Jul 2004
Location: Moriarty, NM, USA about 100 yards form Rattle Snake Coutry
Distribution: Slackware , Ubuntu
Posts: 269

Rep: Reputation: 30
Quote:
Originally posted by Crito
I guess that's why they call it a README file. LOL. Well, I can report that it definitely doesn't work right with KDE.
Not necessarily: my screen shot with KDE3.4 & torsmo http://www.lynucs.org/index.php?scre...d94a2&m=screen
And no it doesn't flicker
 
Old 04-22-2005, 07:13 AM   #3163
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
Mandrake hasn't gone to KDE 3.4 yet, and from what I hear next version won't have it either. Could be Slackware is using the KDE DE without the KDE WM, however, so you haven't necessarily proven it works with 3.4 hehe

Last edited by Crito; 04-22-2005 at 03:46 PM.
 
Old 04-22-2005, 10:23 AM   #3164
cb_linus
Member
 
Registered: Dec 2003
Location: UK
Distribution: Gentoo
Posts: 81

Rep: Reputation: 15
Took this one yesterday
 
Old 04-22-2005, 10:25 AM   #3165
FreakboY
Member
 
Registered: Jun 2002
Location: TX, USA
Distribution: Slackware
Posts: 385

Rep: Reputation: 32
would you mind sharing that wallpaper!!
it looks real good!!! real good work !!!!!!


Quote:
Originally posted by kak
Not necessarily: my screen shot with KDE3.4 & torsmo http://www.lynucs.org/index.php?scre...d94a2&m=screen
And no it doesn't flicker
 
  


Closed Thread

Tags
apt, beryl, compiz, gentoo, repository, screenshot, xgl, yum



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
plz post a link to get cedega Rangerboy567 Linux - Games 6 04-25-2005 04:29 PM
What is this system monitor program (link to screenshot included) enigma Z Linux - Software 3 09-06-2004 06:08 PM
Post a link to your pic Joey.Dale General 7 09-03-2004 05:06 PM
Post your screenshot bpk General 6 01-25-2004 08:01 AM
Can you post a screenshot of this? ICO General 1 01-18-2004 02:48 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 04:51 PM.

Main Menu
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