Search found 1681 matches

by John Doe
Fri 17 Aug 2012, 17:57
Forum: Beginners Help ( Start Here)
Topic: Problems with SD card / web cam / speaker.
Replies: 12
Views: 3221

This page might help with the SD card.

https://bbs.archlinux.org/viewtopic.php?pid=654145

I don't have a machine with one of those built in so I can't really test much over here.

Good luck.
by John Doe
Fri 10 Aug 2012, 18:07
Forum: Beginners Help ( Start Here)
Topic: Problems with SD card / web cam / speaker.
Replies: 12
Views: 3221

Re: sd card / web cam /speaker.

cant find sd card even in pmount.. I had an SD card once that I formatted in my pocketpc to fat32. It wouldn't show up in linux no matter how hard I tried. Does it show up under gparted? My final solution on that was to reformat it in linux to fat32 and then it worked. Make sure to back anything up...
by John Doe
Fri 10 Aug 2012, 18:01
Forum: Users ( For the regulars )
Topic: Clementine + qcomicbook in Lupu528?
Replies: 6
Views: 2289

I'm not too into comics myself but a good friend just mentioned the CBR format to me the other day so I was doing a bit of looking into it. Have you guys tried this out? http://comix.sourceforge.net/screenshots.html I thought that looked pretty cool and would get you away from the qt problem. Depend...
by John Doe
Thu 09 Aug 2012, 19:36
Forum: Hardware
Topic: HP Deskjet 3050A scanner
Replies: 3
Views: 2400

I've never run a scanner in Linux but this page might help get you going:

http://www.sane-project.org/README.linux
by John Doe
Wed 08 Aug 2012, 21:43
Forum: Networking
Topic: Local hosting of webpage using Hiawatha.
Replies: 3
Views: 6953

Probably you need to edit

/etc/hiawatha/hiawatha.conf

Code: Select all

Binding {
	Port = 80
	Interface = 127.0.0.1
	Interface = 192.168.1.xxx
}
where xxx = your address on the LAN
by John Doe
Mon 06 Aug 2012, 16:47
Forum: Truly off-topic conversations
Topic: How many of you host a webserver/ ftp/ ssh/ from home?
Replies: 3
Views: 177

Hello sickgut, I don't currently run any servers but have run several in the past, including from home. Puppy (and linux in general) is pretty secure by default. Couple quick start up tips: 1-change your root password 2-firewall settings, allow only the ports for the services you wish to connect to ...
by John Doe
Mon 06 Aug 2012, 01:37
Forum: Video
Topic: Lower part of screen is cut off - Slacko 533 in Netbook
Replies: 3
Views: 3541

Sounds like a resolution problem. ctrl+alt+backspace out to xterm and run 'xorgwizard' when done, type 'xwin' at the prompt and hit enter. repeat as needed. There are also more precise tuning measures for specific machines. Searching google for your laptop and XORG config might get some more insight...
by John Doe
Mon 06 Aug 2012, 00:59
Forum: Users ( For the regulars )
Topic: How to mount external Mac hd?
Replies: 19
Views: 7907

just do this part, if the modules are in there (you can test by doing the modprobe line) modprobe hfsplus mount -t hfsplus -o rw /dev/sdb1 /mnt/sdb1 rox /mnt/sdb1 assuming you only have one internal and it's the first usb drive with hfs+ (probably is + at this point). adjust sdxx for drive and parti...
by John Doe
Sun 05 Aug 2012, 16:31
Forum: Beginners Help ( Start Here)
Topic: Which one is a better pdf viewer in puppy.
Replies: 14
Views: 3039

firak wrote:... i did not mange to make it the default , and open the document when I click.
goto /root/Choices/MIME-types

open application_pdf

change to:

Code: Select all

#! /bin/sh
exec /yourpathto/FoxitReader "$1"
by John Doe
Sun 05 Aug 2012, 16:25
Forum: Beginners Help ( Start Here)
Topic: Warning: Unresponsive script...
Replies: 3
Views: 1723

Considering the wide spread over use of client side scripting on the modern internet, you might want to consider disabling javascript completely on that type of system. Also make sure to run the puppy advert blocker. It will help keep down some of the unneeded garbage from your browser. I've also in...
by John Doe
Sun 05 Aug 2012, 15:28
Forum: Truly off-topic conversations
Topic: Rumor says that some 8% of FaceBook is false names.
Replies: 9
Views: 302

hmmm...using a "fake name" on the internet....

who ever would have thought of doing such a thing :-)

me and all my personalities and profiles agree that, that is a strange concept.
by John Doe
Sun 05 Aug 2012, 01:48
Forum: Beginners Help ( Start Here)
Topic: What is in devx.sfs?
Replies: 3
Views: 1976

Here is a list of the tools i need: These are in devx (as you noted on some): gcc (included) c library headers check -> glibc-devel make (included) automake (included) autoconf (included) more headers -> libglib2.0-dev still more -> libgtk2.0-dev valac These are in puppy: c library check -> glibc l...
by John Doe
Sun 05 Aug 2012, 01:28
Forum: Beginners Help ( Start Here)
Topic: [SOLVED] Cloned multiboot; Puppy boots, Windows won’t start
Replies: 11
Views: 3144

I moved an XP install to new hardware once successfully, but I had the full set of drivers from this tool bundled in: http://driverpacks.net/ It also required two reboots and a lot of luck. The driver wizard actually froze up on the first boot and the keyboard and mouse only started working after th...
by John Doe
Sun 05 Aug 2012, 01:21
Forum: Beginners Help ( Start Here)
Topic: Old Compaq woes
Replies: 7
Views: 1483

Can you post your grub config? Maybe something got messed up.

Also, make sure the BIOS is as up to date as possible.

I had a compaq that wouldn't boot Puppy from HD until I did that.
by John Doe
Sun 05 Aug 2012, 01:02
Forum: Beginners Help ( Start Here)
Topic: Looking for a home-server puplet.
Replies: 3
Views: 1011

You might consider learning to do it yourself, and reap the reward of knowledge and "eternal having".

It's not that tough.

http://www.lamphowto.com/

I also recommend hyawatha instead of apache. It's lighter weight and supposed to be more secure.
by John Doe
Mon 23 Jul 2012, 21:58
Forum: Beginners Help ( Start Here)
Topic: Slacko won't boot with Grub 2
Replies: 6
Views: 2110

Karl Godt wrote:... legacy_grub syntax is ^slightly^ different from grub_2 syntax...
whoops, missed that completely... I haven't been on a computer much for a few years. :oops:
by John Doe
Mon 23 Jul 2012, 15:05
Forum: Beginners Help ( Start Here)
Topic: Slacko won't boot with Grub 2
Replies: 6
Views: 2110

depends on if it's a full or frugal install. I've got something like this for my full install: # End GRUB global section # Linux bootable partition config begins title Linux (on /dev/sda1) root (hd0,0) kernel /boot/vmlinuz root=/dev/sda1 ro vga=normal # Linux bootable partition config ends I don't h...
by John Doe
Mon 23 Jul 2012, 14:52
Forum: Users ( For the regulars )
Topic: I borked Puppy by messing with xorg.conf (solved)
Replies: 2
Views: 862

when it stops, type:

xorgwizard

when you are done with the wizard and back at the prompt type:

xwin

----

should work for you every time you bork the xorg.conf, so feel free to keep trying on the dual monitor thing
by John Doe
Mon 23 Jul 2012, 05:17
Forum: Misc
Topic: Apparently identical URLs act different
Replies: 14
Views: 5772

all I want is my own canary pie with Strawberry Surburt Pudding in 4 flavors. and a frame for my pix of that old pointer that retrived the stick so well...

oh, where did my tuner go. oh, where did the Os go?
by John Doe
Thu 19 Jul 2012, 19:01
Forum: Beginners Help ( Start Here)
Topic: Having problems configuring Samba sharing
Replies: 7
Views: 1170

make sure the Windows machine has netbios disabled, so that it is using smb for sharing.

the settings are under the network interface somewhere.

tcp/ip -> advanced something like that, you'll find it.