Search found 282 matches

by PANZERKOPF
Tue 07 Apr 2015, 14:21
Forum: Filesystem
Topic: SpaceFM 0.9.4 - File manager
Replies: 15
Views: 15278

Note:
SpaceFM is not only a filemanager. Except many functions for file management purposes It has also builtin dialog function and can be used as standalone GUI for scripts (like Xdialog and GtkDialog).
See output of "spacefm -g help" for more information.
by PANZERKOPF
Tue 23 Dec 2014, 06:19
Forum: Hardware
Topic: Hard drive problems
Replies: 32
Views: 8142

Re: Hard drive problems

nic007 wrote: "master with slave"
IIRC this option is needed for very old HDDs. Set your primary drive as "master" even
secondary (slave) is connected in same cable.
by PANZERKOPF
Mon 21 Apr 2014, 19:55
Forum: Misc
Topic: Replace AAA batteries with a rechargeable battery
Replies: 32
Views: 8693

Re: Replace AAA batteries with a rechargeable battery

fixit wrote: I also know that I will have to reduce the voltage.
What do you think ?
Most flashlights should have internal DC/DC converter with automatic voltage
regulation so small difference of input voltage is not a problem.
by PANZERKOPF
Mon 17 Feb 2014, 13:14
Forum: Bugs ( Submit bugs )
Topic: Dell Optiplex 745 and all puppies fail
Replies: 16
Views: 5823

However I downloaded the latest 4mlinux version 8.1 (it's a minimal linux system I use as a rescue system) and tried that. IIRC 4mlinux has different boot process. It Does not mount compressed file from CD/DVD. You should try to boot some other distro which has same boot method as Puppy ( Ubuntu, D...
by PANZERKOPF
Thu 13 Feb 2014, 02:56
Forum: Bugs ( Submit bugs )
Topic: Dell Optiplex 745 and all puppies fail
Replies: 16
Views: 5823

Re: Dell Optiplex 745 and all puppies fail

scsijon wrote: I can mount it when I create a /mnt/cdrom directory
and the cdrom reads ok
This means no hardware problems in Your box. It seems something was happened in
media searching function of init script.
Dmesg says that CDROM is sucessfully detected but no any message about mounting it.
by PANZERKOPF
Tue 11 Feb 2014, 12:48
Forum: Bugs ( Submit bugs )
Topic: Dell Optiplex 745 and all puppies fail
Replies: 16
Views: 5823

Re: Dell Optiplex 745 and all puppies fail

Loading drivers needed to access disc drives. done Searching for puppy files.......puppy_racy_5.4.91.sfs not found. Dropping out to initial-ramdisc console.... Initial ramdisk contains busybox so you can use it's tools for investigation. At first time make sure that CDROM is correctly recognised: c...
by PANZERKOPF
Tue 11 Feb 2014, 12:21
Forum: Programming
Topic: Issue writing a function... !
Replies: 3
Views: 1145

Re: Issue writing a function... !

[quote="vnairaj"] echo "$file1 started copying...." cp $source1 $target val=`expr $val + 1` You should summarize exit codes. abcd() { local retval=0 echo "$file1 started copying...." cp $source1 $target retval=$((retval+$?)) another_command retval=$((retval+$?)) yet_ano...
by PANZERKOPF
Wed 22 Jan 2014, 17:08
Forum: Programming
Topic: Xdialog make a ratiolist from a Directory listing?
Replies: 18
Views: 3627

hmmmm But eval will give back the result only in a terminal output. Why eval dont write it to the variable "RESULT" ?? IMHO Xdialog prints a result to stderr by default. It needs additional option "--stdout" for printing to stdout. Change first line of code: A='Xdialog --stdout ...
by PANZERKOPF
Mon 20 Jan 2014, 10:47
Forum: Programming
Topic: Xdialog make a ratiolist from a Directory listing?
Replies: 18
Views: 3627

HoerMirAuf wrote: But i cant take a "Xdialog -deselct" box, because there are subfolders in the Directory i want to choose ... and with deselect this subfolders are also selectable ... ore not?
Yes, it works like filemanager, You can browse directory tree and enter in
any subdirectory.
by PANZERKOPF
Mon 20 Jan 2014, 01:51
Forum: Programming
Topic: Xdialog make a ratiolist from a Directory listing?
Replies: 18
Views: 3627

Re: Off-Topic of the topic

L18L wrote: The assumption radiolist is right.
Thanks for correction.
If he wants to choose only one directory, an example shown by technosaurus (--dselect) is simpler and better for this purpose.
by PANZERKOPF
Sun 19 Jan 2014, 03:35
Forum: Programming
Topic: Xdialog make a ratiolist from a Directory listing?
Replies: 18
Views: 3627

technosaurus wrote:Why not just use:

Code: Select all

Xdialog --dselect $PARENTDIR 0 0
I presumed HoerMirAuf wants to choose not only one but number of directories at same time, therefore I recommended a checklist instead of radiolist.
by PANZERKOPF
Sat 18 Jan 2014, 17:39
Forum: Misc
Topic: Website for testing different file formats/codecs for Linux
Replies: 2
Views: 25027

Big collection of various multimedia formats:
http://samples.ffmpeg.org
by PANZERKOPF
Sat 18 Jan 2014, 13:10
Forum: Misc
Topic: Other Distros
Replies: 3058
Views: 1157445

musher0 wrote: But where to find the proper keyboard map in the slackware repos and then add it to the distro? BFN.
A package with Xkeyboard data files usually named as
xkeyboard-config-$version-noarch.tgz. (or *.txz in newer versions of Slackware).
by PANZERKOPF
Sat 18 Jan 2014, 13:01
Forum: Programming
Topic: Xdialog make a ratiolist from a Directory listing?
Replies: 18
Views: 3627

Re: Xdialog make a ratiolist from a Directory listing?

Code: Select all

#!/bin/sh

for ONEFILE in /path/*; do
    [ -d ${ONEFILE} ] || continue
    DIALOGLIST="${DIALOGLIST} ${ONEFILE} - off"
done
Xdialog --checklist "Directories" 0 0 5 ${DIALOGLIST}
by PANZERKOPF
Sat 21 Dec 2013, 14:19
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 498638

amigo wrote:' i686 means a minimum of Pentium II
IMHO i686 means a minimum of Pentium Pro.
It was first in i686 family. Next was Pentium II, then Pentium III etc..
by PANZERKOPF
Wed 11 Dec 2013, 15:02
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 498638

of course if you want to zero the whole drive you can just use /dev/sda (or b,c,.. or sda1 for just the partition) as the output file. ... and to meet certain standards, this should be alternated with /dev/random 7+ times. If you want to erase the whole drive, mentioned above internal security func...
by PANZERKOPF
Wed 11 Dec 2013, 02:46
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 498638

goingnuts wrote:Unfortunately same effect as using dd - files still found.
You can erase whole drive using an internal function of ATA HDD. :)
by PANZERKOPF
Mon 09 Dec 2013, 02:23
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 498638

btw, I recently noticed a fork of tinycore called nanocore that uses nanoX with fltk-1.3 ... Already played with it. Starting is fast but moving is very slow. Found similar interesting project: http://sourceforge.net/projects/xfast/ Patched Cairo+Gtk and some other stuffs are included in source tar...
by PANZERKOPF
Sat 07 Dec 2013, 00:30
Forum: Cutting edge
Topic: Puppy In-House Development
Replies: 396
Views: 191021

technosaurus wrote: Is anyone else interested in a BSD based pup?
There is an interesting project based on FreeBSD.
An installable LiveCD with minimal set of apps.
Uses cloop compressed filesystem and can be easily remastered.
http://frenzy.org.ua/en/
by PANZERKOPF
Fri 06 Dec 2013, 17:42
Forum: Puppy Projects
Topic: pUPnGO - 6Mb ISO - Basic Building Block Puplet
Replies: 877
Views: 498638

XFree86-4.8.0 comes as monolithic source-pack - seems Xorg stopped that at 6.9 - which makes builds more difficult for lazy me... Really It is not so difficult. Maybe attached script will help you. This script was made for my own needs for building Xorg 7.3 but it can be modified for other Xorg ver...