Search found 33 matches

by Minimatter
Sun 15 Apr 2012, 14:09
Forum: Users ( For the regulars )
Topic: changing the default document program
Replies: 5
Views: 1330

To set the default action by hand, you edit /usr/local/bin/defaultwordprocessor. Replace abiword by the executable for Libre Writer. I don't use Lucid or LibreOffice, but for my older OpenOffice, there is a link /usr/local/bin/swriter to the actual writer executable in /opt, so swriter replacing abi...
by Minimatter
Thu 29 Mar 2012, 00:52
Forum: Misc
Topic: POLL: How old are you?
Replies: 172
Views: 87842

Until some time in the 1990's, my computer was a two floppy IBM XT. I worked hard to get as much on a 360K disk as I could: DOS, a good text editor, Vernon Buerg's LIST, Turbo Pascal for programming. To make it more responsive, you could put command.com in the high memory area and copy other parts i...
by Minimatter
Wed 18 Jan 2012, 01:10
Forum: Beginners Help ( Start Here)
Topic: Doing quick searches of my computer with Puppy
Replies: 6
Views: 1185

The traditional unix command-line search function is grep, often used with input piped in from or piped out to another command. Puppy also comes with gui tools, pfilesearch and pfind (look them up in additional software), which searches either file names or text within files for a given fragment tha...
by Minimatter
Thu 01 Sep 2011, 02:39
Forum: Beginners Help ( Start Here)
Topic: [SOLVED] Where's ROX Term On Wary?
Replies: 2
Views: 1476

If you really want typing "dir" to give a directory listing, you can make it an alias by adding a line
alias dir='ls -la'
to the file /etc/profile or (better) to the file /root/.bashrc. Click the eye button in rox to see files whose names start with a dot.
by Minimatter
Thu 01 Sep 2011, 02:04
Forum: Beginners Help ( Start Here)
Topic: [SOLVED] How to Edit Menu in Wary?
Replies: 10
Views: 2331

The final menu entries correspond to .desktop files in /usr/share/applications. The category entry specifies where in the menu it will appear. If you want to add or remove a menu entry, you create or delete one of these files. Menu categories are specified by files in /etc/xdg/menus and /usr/share/d...
by Minimatter
Thu 25 Aug 2011, 16:31
Forum: Users ( For the regulars )
Topic: Desktop Clock Required?
Replies: 12
Views: 3933

Older puppies provided xclock in /usr/X11R7/bin
by Minimatter
Tue 23 Aug 2011, 04:42
Forum: Users ( For the regulars )
Topic: can your abiword see this .doc document?
Replies: 14
Views: 2655

Just to confirm. It's a MS Word document with an embedded Word picture. I can't tell the origin of the picture. Abiword (old version 2.6.3) can't see the picture. Openoffice (old version 2.2) sees it fine. Textmaker (2008, Linux) can't see the picture, but a frame shows there is an object there. If ...
by Minimatter
Tue 22 Feb 2011, 07:27
Forum: Programming
Topic: Why is goto a bad programming practice?
Replies: 49
Views: 18685

At the time Dijkstra was making the case against goto, the facilities for program flow in the primary computer language available (FORTRAN) were extremely primitive. There was the arithmetic if, assigned and computed goto (both pretty much obsolete now), and the do loop. No do while, no if...then; t...
by Minimatter
Mon 17 Jan 2011, 15:48
Forum: Beginners Help ( Start Here)
Topic: Font Names -- 10x20 -- [solved]
Replies: 3
Views: 1796

misc fonts

The 10x20 and similar fonts are public domain "misc" fonts distributed with the X window system. They are located in /usr/X11R7/lib/X11/fonts/misc. Some further information on them is in http://en.wikipedia.org/wiki/Fixed_(typeface) (This reply was blank up to now. Seems the message body d...
by Minimatter
Mon 16 Aug 2010, 23:07
Forum: Users ( For the regulars )
Topic: What are the "<" and ">" characters called? (Solved)
Replies: 14
Views: 5083

Yes, less than and greater than are the real names of < and > symbols.

Look in http://jeff560.tripod.com/mathsym.html for some history of these and other mathematical symbols.
by Minimatter
Sat 26 Jun 2010, 03:09
Forum: Truly off-topic conversations
Topic: Non-Puppy Linux Problem
Replies: 19
Views: 2955

I tried basic linux before discovering puppy, and it still works for me. Rather than deal with floppies, download the file bl3-50.zip from the BL3 site ( http://volny.cz/basiclinux ). This zip archive contains README.TXT SWAP.ZIP FS.IMG (20MB ext2) INITFS.GZ (gzipped ext2 filesystem) BOOT.BAT LOADLI...
by Minimatter
Wed 16 Jun 2010, 03:29
Forum: Beginners Help ( Start Here)
Topic: -edit-
Replies: 5
Views: 5304

With pup_save.2fs on a flash drive, the active read-write layer is kept in RAM, and the actual pup_save file updated periodically or at shutdown by the script /usr/sbin/snapmergepuppy. Files you delete are marked by whiteout files. The script handles erasure from pup_save. Why the erasure has failed...
by Minimatter
Wed 16 Jun 2010, 02:31
Forum: Beginners Help ( Start Here)
Topic: -edit-
Replies: 5
Views: 5304

The pup-save is not only /root. A frugal puppy installation operates using an overlay file system. The pup_save.2fs file contains the read-write layer. The other principal part, the pup_xxx.sfs file (which is normally copied into memory on startup), is a compressed, readonly file system. Both can an...
by Minimatter
Sat 12 Jun 2010, 13:45
Forum: Beginners Help ( Start Here)
Topic: Open "bookmarks.html" with Links instead of Puppy Browser?
Replies: 4
Views: 2140

You might write a short wrapper script like

#!/bin/sh
exec links -g "$1"

and put it into the open with directory, instead of a symbolic link.
by Minimatter
Sat 08 May 2010, 21:56
Forum: Misc
Topic: Niches for Puppy? Old hardware. Out of Box Newbie distro.
Replies: 20
Views: 7026

A fifth niche, puppy does not have to live in the computer it runs on. With a CD or DVD and a flash drive, I have my whole set of programs and personal stuff going on almost any computer available. Very convenient when traveling.
by Minimatter
Tue 27 Apr 2010, 00:20
Forum: Beginners Help ( Start Here)
Topic: My desktop (pinboard) is blank, empty and black
Replies: 32
Views: 9752

This isn't a complete answer, because I cannot tell why, but what has happened is that ROX, the file manager, has failed to start or has stopped. ROX is the program that maintains the desktop background picture and pinboard icons. It is normally started by the X-window system from the hidden file /r...
by Minimatter
Sun 04 Apr 2010, 01:54
Forum: Users ( For the regulars )
Topic: What runs on the system when a drive is connected?
Replies: 2
Views: 1217

Probably the best description you will find of the overall scheme for drive mounting is the one on Barry's site:
http://www.puppylinux.com/technical/eve ... gement.htm

[/url]
by Minimatter
Thu 11 Mar 2010, 03:29
Forum: Beginners Help ( Start Here)
Topic: How do I use the rest of my HD with a frugal install?
Replies: 9
Views: 2187

With a frugal install, the puppy files vmlinuz, initrd.gz, pup_xxx.sfs, and your save file are just files on some preexisting partition of the hard drive. When puppy runs, the drive itself is mounted as /mnt/home. There is nothing to stop you from having additional files and directories there. They ...
by Minimatter
Sat 27 Feb 2010, 01:03
Forum: Beginners Help ( Start Here)
Topic: [Solved?] CLI what command tells which linux one are in?
Replies: 9
Views: 2075

Maybe what you are looking for is

cat /etc/puppyversion

or

cat /etc/issue
by Minimatter
Sun 07 Feb 2010, 03:11
Forum: Beginners Help ( Start Here)
Topic: Problems remastering [Solved]
Replies: 8
Views: 3101

Another starting point is the script developed a year ago by jcoder24 to dynamically load sfs files. Seems to work for an sfs on a CD, but I am not using puppy version 4.3. Discussion in http://www.murga-linux.com/puppy/viewtopic.php?t=37913 The pet for it is in the ibiblio archive under pet-package...