Search found 167 matches

by ITAmember
Sun 13 Jun 2010, 15:23
Forum: Truly off-topic conversations
Topic: Paranoid programming?
Replies: 0
Views: 377

Paranoid programming?

I thought this might be of some interest. :lol:
http://sucs.org/~manic/humour/languages/beyondada.htm
by ITAmember
Thu 29 Apr 2010, 02:18
Forum: Users ( For the regulars )
Topic: has IP address but no internet [solved]
Replies: 9
Views: 4001

No DNS maybe? Can you ping anything? Do other computers have internet?

Code: Select all

ping google.com
by ITAmember
Sat 10 Apr 2010, 23:03
Forum: Utilities
Topic: Python 2.6.4 and Python 3.1.1
Replies: 40
Views: 37236

A quick workaround would be to open up /root with ROX, click on the "eye" to show hidden files, right click on .idlerc and set the permissions to read/write/execute for all users.
by ITAmember
Wed 07 Apr 2010, 01:01
Forum: Beginners Help ( Start Here)
Topic: How to install Heroes of Newerth game?
Replies: 1
Views: 1763

Code: Select all

su spot
That will change you from root to non-privileged user "spot". You can then execute this script.
by ITAmember
Tue 06 Apr 2010, 23:09
Forum: Beginners Help ( Start Here)
Topic: Is there an equivalent to Debian's "apt-get update"?
Replies: 13
Views: 3903

trapster wrote:Define "out of date software".
Software which should not be used due to bugs/security holes fixed in newer revisions.
trapster wrote:Why does one update?
To fix said bugs/security holes.


Software can also be rendered "out of date" and updated because new versions have new features.
by ITAmember
Tue 06 Apr 2010, 22:59
Forum: Beginners Help ( Start Here)
Topic: Is there an equivalent to Debian's "apt-get update"?
Replies: 13
Views: 3903

There is a valid reason for Puppy not have the stupid apt-get command: preserve the internal system stability, against users that downloading without think, updating an upgrading, then cause the system crash Then why does Ubuntu have an almost flawless auto-updater that updates all out of date soft...
by ITAmember
Tue 06 Apr 2010, 21:11
Forum: Suggestions
Topic: 32 bit color in puppy, Urgent!
Replies: 4
Views: 3364

I know the Catalyst driver for my ATI card lets me set the color depth to 32 bits. When you set up puppy for the first time doesn't it let you choose a 24 bit display? You don't get alpha blending (puppy doesn't use it anyway) but you still have 8 bits for the RGB channels.
by ITAmember
Sat 03 Apr 2010, 03:25
Forum: Beginners Help ( Start Here)
Topic: Missing dependency
Replies: 4
Views: 1778

I have not examined the Ubuntu and Redhat distros much, but I have had very good luck with the Debian packages and libraries, under Puppy 4.3.1. Debian packages are usually the best. Ubuntu is Debian based so there's not much difference and RPM's (like from RedHat) have a few quirks that have to ir...
by ITAmember
Fri 02 Apr 2010, 14:28
Forum: HOWTO ( Solutions )
Topic: How I make audiobooks from text and pdf files
Replies: 19
Views: 11828

The dll files are also in C:\Windows\System32 on Windows 7, that means they should also be included with Vista.
by ITAmember
Tue 30 Mar 2010, 20:19
Forum: Beginners Help ( Start Here)
Topic: how do i connect to the internet at my school?
Replies: 2
Views: 1329

Menu->Setup->Network Wizard

configure "eth0"

Auto DHCP
by ITAmember
Wed 17 Mar 2010, 01:16
Forum: Truly off-topic conversations
Topic: Preview of IE 9
Replies: 0
Views: 529

Preview of IE 9

http://ie.microsoft.com/testdrive/ It supports hardware accelerated HTML 5. The speed demos run much faster in the preview version then in chrome. :? It only got 55 on the acid3 test, up from the IE 8 score of 13, but still a long way to go to catch up with the firefox score of 93 or the chrome sco...
by ITAmember
Sun 14 Mar 2010, 20:15
Forum: Users ( For the regulars )
Topic: Make a flash drive partition usable in windows?
Replies: 10
Views: 4505

My FAT32 flash drive works in Windows 7 and XP pro.

Quick side note, be careful formating flash drives, it will wear them out quickly.
by ITAmember
Wed 10 Mar 2010, 21:51
Forum: HOWTO ( Solutions )
Topic: Please post your simple tricks you know but others don't
Replies: 65
Views: 43382

Whoops, it is the backquote key. :oops:
by ITAmember
Wed 10 Mar 2010, 01:37
Forum: HOWTO ( Solutions )
Topic: Please post your simple tricks you know but others don't
Replies: 65
Views: 43382

If you press the tilde key (~) while the focus is on a ROX window a terminal will be opened in that location.
by ITAmember
Tue 02 Mar 2010, 02:39
Forum: Truly off-topic conversations
Topic: stupidity or boredom
Replies: 12
Views: 2000

OpenGL is a graphics rendering API that may or may not be hardware accelerated. If you want OpenGL support in puppy you have to install the xorg dri package. That will give you software OpenGL support, if you want hardware OpenGL support you have to install your graphics card driver. to help with un...
by ITAmember
Thu 11 Feb 2010, 01:29
Forum: Users ( For the regulars )
Topic: How to view processor utilization per core?
Replies: 6
Views: 3525

How to view processor utilization per core?

How would I view the processor utilization for each core if I have a dual or quad core processor? top only gives me the average of all the cores.
by ITAmember
Fri 08 Jan 2010, 04:25
Forum: Programming
Topic: HTML based file browser
Replies: 17
Views: 10788

Due to the general name of it my searches don't seem to turn up "tree". :) I'll keep looking but if you could find it that would help me out quite a bit. If you open "drag-drop-folder-tree.html" and scroll to the bottom you will find a line that says treeObj.expandAll(); You can ...
by ITAmember
Fri 08 Jan 2010, 03:29
Forum: Programming
Topic: HTML based file browser
Replies: 17
Views: 10788

I attached my progress thus far, but be warned it's just a patchwork of scripts I found. :P

Unzip + open "test.html"
by ITAmember
Thu 07 Jan 2010, 01:12
Forum: Programming
Topic: HTML based file browser
Replies: 17
Views: 10788

I'll bite, what are you talking about? This program won't be any less secure then a web browser.
by ITAmember
Thu 07 Jan 2010, 00:42
Forum: Programming
Topic: HTML based file browser
Replies: 17
Views: 10788

I won't need to work on the GTK part until most of the DHTML is done, right now I'm just prototyping with a web browser.

I'll look into puppybrowser to. :)

Maybe I should use webkit instead of gecko for the HTML engine?