Search found 286 matches

by brad_chuck
Thu 28 Jan 2010, 03:20
Forum: Beginners Help ( Start Here)
Topic: /lib/libc.so.6: version `GLIBC_2.7
Replies: 1
Views: 2572

For the button you need xbindkeys.

http://www.nongnu.org/xbindkeys/xbindkeys.html

GLIBC is going to be a bit more complex...

Anyone...

Anyone...
by brad_chuck
Thu 28 Jan 2010, 03:11
Forum: Beginners Help ( Start Here)
Topic: How do I update a full install?
Replies: 9
Views: 3281

Correct @EamonM I have two Puppy partitions. When a new version comes out I install it on the one I am not currently using. I then copy setting and pet's to the new install from the old one. By the time a new version of Puppy comes out I have all the stuff from the old partition I need and I wipe it...
by brad_chuck
Tue 26 Jan 2010, 07:21
Forum: Unsorted
Topic: Professional Electronic Design Automation
Replies: 8
Views: 5043

Will see if I can work up a pet for KiCAD.

If you are new to PCB design there are a lot of resources on the net but a really good one is;

http://www.alternatezone.com/electronics/pcbdesign.htm

The tutorial is a PDF at the bottom of the page. Only 25 pages and quite good info.
by brad_chuck
Tue 26 Jan 2010, 07:12
Forum: Unsorted
Topic: Professional Electronic Design Automation
Replies: 8
Views: 5043

Ok, tried it out, installs in wine but the software is total crap. Can't even output gerbers... That is like having a word processor that when you are done there's no print function! Great that you have a $50 proto but how are the folks in China going to make the thing without a RS-274X file? If you...
by brad_chuck
Tue 26 Jan 2010, 06:28
Forum: Engineering/Science/Simulation
Topic: Math Base - Basic Free Mathematic Software for Puppy Linux
Replies: 62
Views: 90852

Don't count out Python for math. With SciPy / NumPy it is an extremely robust mathematical application. http://www.scipy.org/ You also have Matplotlib for graphics / charts. Even embed in GUI's... http://matplotlib.sourceforge.net/ and pyGTK for GUI http://www.pygtk.org/ And if you need symbolics th...
by brad_chuck
Tue 26 Jan 2010, 06:03
Forum: Unsorted
Topic: Professional Electronic Design Automation
Replies: 8
Views: 5043

Funny, I found my own post on Puppy Linux Forum when searching for the answer to this problem. Just FYI, CADint v4.x.x runs like crap under wine. Slow / crashes at random times. Perhaps I can copy some DLL's from windose over to the wine "drive"... I will continue searching and if I make a...
by brad_chuck
Fri 24 Apr 2009, 23:28
Forum: Utilities
Topic: SFS Install 0.1.2 [updated 16.10.2009.]
Replies: 44
Views: 65773

Did not try to uninstall but the sfsinstall works great for me.

This a big help! Every time I did it in the past I had to look up the commands on Berry's site...
by brad_chuck
Wed 08 Apr 2009, 02:23
Forum: Unsorted
Topic: The 'Official Puppy Shutdown Script' or Pshutdown-1.01
Replies: 9
Views: 12064

Thanks ttuuxx. works great in 4.1.2 / JWM (SVN-456) Why did we not have this 3 years ago? One small problem is that it adds .jwm-tray-top to my /etc/xdg/templates/_root_.jwmrc file. This removed my top tray that is in the .jwm-tray file. <!-- Additional tray attributes: autohide, width, border, laye...
by brad_chuck
Thu 02 Apr 2009, 03:27
Forum: Browsers and Internet
Topic: Transmission 2.31 pets - Peer-to-Peer connector
Replies: 132
Views: 234427

Thanks for the pet.

worked great for me in 4.1.2.
by brad_chuck
Sat 28 Mar 2009, 01:29
Forum: Unsorted
Topic: pbatt - Real GTK2 Battery Monitor
Replies: 30
Views: 18714

command line switch...
by brad_chuck
Fri 27 Mar 2009, 02:24
Forum: Unsorted
Topic: pbatt - Real GTK2 Battery Monitor
Replies: 30
Views: 18714

Good to know. Thanks vovchik, I will not use g_timeout_add_seconds in the new program.

Thanks for the tip.
by brad_chuck
Thu 26 Mar 2009, 21:21
Forum: Unsorted
Topic: pbatt - Real GTK2 Battery Monitor
Replies: 30
Views: 18714

Just so we don't duplicate work on this...

I am working on a pure Vala "C" implementation of PBatt.

I will be using the input from Dougal and HairyWill among other on this.

Check back in a few weeks...
by brad_chuck
Mon 02 Mar 2009, 11:28
Forum: Engineering/Science/Simulation
Topic: How to program PIC microcontrollers in Puppy?
Replies: 8
Views: 10693

On my system I did not have to modprobe anything. USB serial just worked. Plug it in and see if you have a device named /dev/ttyUSB0 The problem is wine... In the "/root/.wine/dosdevices" folder you have link to /dev/ttyUSB0 and name it "com1" or some com port name. Note that thi...
by brad_chuck
Sun 21 Dec 2008, 04:44
Forum: Security/Privacy
Topic: parental control package
Replies: 26
Views: 23007

woof woof...

well said pizza.
by brad_chuck
Sat 20 Dec 2008, 21:37
Forum: Security/Privacy
Topic: parental control package
Replies: 26
Views: 23007

augh.. all I showed was the standard config code and the example command line from the help file.

these things exist..

I vote for deletion just so we don't give anyone any ideas.
by brad_chuck
Sat 20 Dec 2008, 13:48
Forum: Unsorted
Topic: YACAS Computer Algebra System (CAS)
Replies: 5
Views: 8041

by brad_chuck
Sat 20 Dec 2008, 04:06
Forum: Unsorted
Topic: YACAS Computer Algebra System (CAS)
Replies: 5
Views: 8041

YACAS Computer Algebra System (CAS)

Great program. Use it as a simple calculator... In>4+3 Out>7 Or more... it can handle almost anything you can throw at it. For example if you forgot what the fist derivative of sin(x)^-1 was... In>D(x)(Sin(x)^-1) Out>-Cos(x)*Sin(x)^(-2) From the YACAS home page. YACAS is an easy to use, general purp...
by brad_chuck
Sat 20 Dec 2008, 03:17
Forum: Security/Privacy
Topic: parental control package
Replies: 26
Views: 23007

Worked for me. No problems.

Code: Select all

./configure
make
make install
lkl -l -k keymaps/en_km -o keydata.txt
I am not going to post a dot pet for a key logger on this forum.

Don't think anyone else should ether.
by brad_chuck
Fri 19 Dec 2008, 04:51
Forum: Unsorted
Topic: pbatt - Real GTK2 Battery Monitor
Replies: 30
Views: 18714

Dougal - Your changes look great! Thanks for the input. I hope to be able to work on this soon. The plant I work at is shutting down for Christmas and they are letting the engineers off too! I have to come up with some way to check both icon and tool tip with one call of the script. Any ideas? Just ...