Search found 283 matches

by Geek3579
Thu Jan 30, 2025 5:11 am
Forum: Users
Topic: Need a Current Working Youtube Downloader - Suggestions?
Replies: 4
Views: 103

Re: Need a Current Working Youtube Downloader - Suggestions?

I recently used the appimage in Bookwormpup64_10.0.3, found here: https://github.com/yt-dlp/yt-dlp

by Geek3579
Thu Jan 23, 2025 5:52 am
Forum: Graphics
Topic: Lightzone - raw photo editor
Replies: 5
Views: 244

Re: Lightzone - raw photo editor

I have downloaded and successfully used lightzone-4.1.5_64.sfs from https://archive.org/download/Puppy_Linux_Forum_Pets/lightzone-4.1.5_64.sfs in at least bionicpup, if not fossapup.

BUT, you also need to install an updated Java Run-time-environment sfs. You might try one from the parent site ...
by Geek3579
Thu Jan 23, 2025 5:26 am
Forum: Programming
Topic: Create Menu Entry for Application designed to Run in Console (Solved)
Replies: 11
Views: 553

Re: Create Menu Entry for Application designed to Run in Consol

I use the following in a keybinding situation to run a script but it can work elsewhere (in the case below, the script is on the Desktop)
lxterminal --working-directory=/root/Desktop ./yourscript

by Geek3579
Tue Jan 21, 2025 5:22 am
Forum: Beginners Help
Topic: Grub2config - switch default Puppy boot [SOLVED]
Replies: 24
Views: 1019

Re: Grub2config - switch default Puppy boot

I use the nousbwait=5 where there is a slower drive, say I am booting from an older USB. "5" represents 5 seconds while the system waits for the drive to settle/register, (or something similar ??)
It is not necessary to use this delay unless the boot process cannot find the linux / kernel files, in ...
by Geek3579
Mon Jan 20, 2025 5:57 am
Forum: Beginners Help
Topic: Grub2config - switch default Puppy boot [SOLVED]
Replies: 24
Views: 1019

Re: Grub2config - switch default Puppy boot

To avoid the need to update-grub from the installed OS, create a text file called custom.cfg and put it in the same directory with the grub.cfg file , which should be in /boot/grub.

Add the required boot script to the text file just as it is, without any bash symbols, etc at the top.

So the file ...
by Geek3579
Thu Jan 16, 2025 4:26 am
Forum: Beginners Help
Topic: BWPUP64 problems with disk mount locations sdx...
Replies: 10
Views: 396

Re: BWPUP64 problems with disk mount locations sdx...

I use the UUID of the drive where the frugal Puppy OS is located. You can get this from the Partition--> Information menu in GParted.
For simplicity, I assign this to a variable in the Grub2 grub.conf file -
eg: MYUUID=1c48a2d8-bdbb-4cf5-a620-e43c95e51a05

Then I use the value of this variable in ...
by Geek3579
Tue Jan 14, 2025 7:00 am
Forum: Documents
Topic: pngs2pdf : Convert png images to pdfs & create single document
Replies: 5
Views: 333

Re: Convert png images to pdfs & create single document

And you can convert all PNG files to one PDF at once with ImageMagick:
convert "*.{PNG}" -quality 50 FILEOUT.pdf # to remove original PNG file, add: && rm *.PNG

by Geek3579
Sun Jan 12, 2025 5:24 am
Forum: Users
Topic: How to convert PNG image to PDF?
Replies: 15
Views: 1062

Re: How to convert PNG image to PDF?

Some suggestions might be found here: https://stackoverflow.com/questions/23214617/imagemagick-convert-image-to-pdf-with-a4-page-size-and-image-fit-to-page

I use Imagemagick all the time on Bookwormpup64-10.3. But one needs to run the following to install it: apt install graphicsmagick-imagemagick ...
by Geek3579
Thu Jan 09, 2025 5:53 am
Forum: Beginners Help
Topic: How to copy list of file names to clipboard?
Replies: 12
Views: 575

Re: copying list of file names

If you only want a simple list of files (output to text file), use the following in a terminal open in the desired directory: ls > file.txt
You can also output to a csv file which can be opened in Libreoffice etc.

by Geek3579
Sun Jan 05, 2025 5:22 am
Forum: Hardware
Topic: Reusing passive speakers?
Replies: 27
Views: 2538

Re: Reusing passive speakers?

Another option for a cheap amp with more features is the E-Lektron EL5-FB Stereo HiFi Class D Digital Amplifier, which also features Radio Bluetooth USB SD Karaoke with Remote. I think it has a 20W output and includes an FM radio (of sorts). It cost about $A105.

Interestingly, the D class ...
by Geek3579
Wed Jan 01, 2025 4:17 am
Forum: Fossapup64
Topic: Fossapup User Contributed Packages
Replies: 388
Views: 158104

Re: Fossapup User Contributed Packages

Hi newpet ,

I use a few Windows portable apps from the XP era, and I cant do without them, there being no equivalent Linux app that I am aware of.
( eg Mp3directcut, Faststone, Sumatra, and Irfanview, especially.)
The older wine portables can give problems rendering certain features, and need 32 ...
by Geek3579
Fri Dec 27, 2024 5:58 am
Forum: Bionic
Topic: VNC Viewer compatible with RealVNC?
Replies: 2
Views: 168

Re: VNC Viewer compatible with RealVNC?

@wizard is correct. Use xtightvncviewer. Excellent software.

There is sometimes an issue with the Pi config file: /root/.vnc/xstartup, especially if the windows manager used on the pi varies.
I use a pi running the stock debian as a vnc linked terminal and it runs OK, but I cant access the config ...
by Geek3579
Fri Dec 27, 2024 5:36 am
Forum: Bionic
Topic: How to install VirtualBox Guest Additions?
Replies: 3
Views: 364

Re: How to install VirtualBox Guest Additions?

I used VBox a lot some years ago, and it was a bit of a hassle to get all the things right.
The Virtual Box Guest additions must match the VirtualBox version. Once you select the Guest addition ISO, it should self install.

BTW, before doing that,however, I needed to configure the VirtualBox ...
by Geek3579
Fri Dec 27, 2024 5:21 am
Forum: Beginners Help
Topic: Photo transfer - mobile to FossaPup.
Replies: 7
Views: 485

Re: Photo transfer - mobile to FossaPup.

I have had issues transferring files from my Nokia X30 (Android) mobile to PuppyOS as pupMTP does not bring up the camera files for whatever reason.
So I now turn on pure FTP on my PuppyOS, and use FTPCafe as the client on the mobile via my home network.
Works a treat !

by Geek3579
Thu Dec 19, 2024 6:18 am
Forum: Users
Topic: I need an idiots guide on how to use gFTP
Replies: 8
Views: 602

Re: I need an idiots guide on how to use gFTP

Point of clarification...

Host machine runs PureFTP, which must be started from the Network Menu. Turn OFF host firewall. Use ifconfig in the terminal to get its IP, eg 192.168.1.xxxx

Guest/recipient machine runs gFTP. Turn OFF host firewall. Add the IP of the host, 21, root, & woofwoof.
The guest ...
by Geek3579
Wed Dec 18, 2024 6:09 am
Forum: Users
Topic: Speech to Text for Bionic 64
Replies: 1
Views: 138

Re: Speech to Text for Bionic 64

Try using Google Docs, running under Chrome.
Open up a new word document, and under Tools there is a Voice to Text option.
Click on the microphone to start. Its not perfect, and it keeps stopping and needs to be restarted, but it does work.
Mind, you have to have a working microphone, producing ...
by Geek3579
Tue Dec 03, 2024 5:42 am
Forum: Beginners Help
Topic: New PC with Windows 11 - problems
Replies: 26
Views: 2112

Re: New PC with Windows 11 - problems

One issue I have had with older OS's on USB's not booting is that the OS USB bootloader is not EFI compliant, ie it is a legacy bootloader.
None of the more modern laptops etc I have used will "see" this older OS/USB as an option to boot from, which at the time was very annoying.
So I might suggest ...
by Geek3579
Thu Oct 17, 2024 9:29 am
Forum: Beginners Help
Topic: Looking for a photo printing program (Solved)
Replies: 3
Views: 413

Re: Photo Printing program

For simple tasks I use Faststone portable running under wine. Works a treat, especially with newer versions of Wine.

by Geek3579
Mon Oct 07, 2024 6:17 am
Forum: EasyOS
Topic: Vivaldi browser clogging up
Replies: 9
Views: 1878

Re: Browsers clogging up

I use the following script linked to a keystroke combination when things seem a bit slower. It have added lot of line returns to make it look more pretty and an auto close function. Many thanks to Joe for his original script.

#!/bin/sh

# simple tool for puppy linux to clean caches
# Joe Arose aka ...
by Geek3579
Sat Sep 28, 2024 10:22 am
Forum: Network/Server
Topic: How to transmit files from Android phone to Puppy?
Replies: 6
Views: 737

Re: How to transmit files from Android phone to Puppy?

On the odd occasion I want to transfer photos off my android phone, I use FtpCafe as the host on the phone, and gFTP as the client on Puppy.

Havent used it for a while so I forget some of the operational details. There are other FTP programs out there on android which i tried, but FtpCafe was the ...
by Geek3579
Sat Aug 31, 2024 6:40 am
Forum: EasyOS
Topic: Is there any program to record music? (SOLVED with StreamTuner 2)
Replies: 16
Views: 2405

Re: Is there any program to record music? (Solved with StreamTuner 2)

I use this script which uses FFMPEG in Bookwormpup64. A lot easier to record sound when Pulseaudio is operational.

The trick is to get the correct sound monitor:

#!/bin/sh

BITR=160k # set bitrate for mp3
mytime="00:20:00" # set length of recording hh:mm:ss

echo " Recording time is " $mytime
echo ...
by Geek3579
Tue Aug 13, 2024 6:38 am
Forum: Network/Server
Topic: DWService: Free Browser Remote
Replies: 20
Views: 2493

Re: DWService: Free Browser Remote




@Geek3579 :-

The way I use the DWService-portable across the home LAN is slightly different. On every Puppy I control remotely, I have a small text file in root, where I note down the 'User' and 'Password' for the 'agent'. I also run Bill's 'SimplePythonHTTPServer'. This lets me browse the ...
by Geek3579
Mon Aug 12, 2024 7:12 am
Forum: Network/Server
Topic: DWService: Free Browser Remote
Replies: 20
Views: 2493

Re: DWService: Free Browser Remote


@Geek3579 :-

The way I use the DWService-portable across the home LAN is slightly different. On every Puppy I control remotely, I have a small text file in root, where I note down the 'User' and 'Password' for the 'agent'. I also run Bill's 'SimplePythonHTTPServer'. This lets me browse the remote ...
by Geek3579
Sun Aug 11, 2024 5:20 am
Forum: Network/Server
Topic: DWService: Free Browser Remote
Replies: 20
Views: 2493

Re: DWService: Free Browser Remote

I did check on the website and there was an icon, but it was shown as "unavailable."

I turned off the firewalls of host and client but that did not seem to help. Checked /etc/host.allow and /etc/host.deny, but they were OK.

by Geek3579
Sat Aug 10, 2024 5:18 am
Forum: Network/Server
Topic: DWService: Free Browser Remote
Replies: 20
Views: 2493

Re: DWService: Free Browser Remote

Returning to DWService.

Tried it out last night, using BookwormPup64 as host, and my mobile phone on 4G as the remote client.

I ran the install script as indicated and selected INSTALL. That did NOT automatically start the session, IMHO.
BUT, I had to run the install script again, then select RUN ...
by Geek3579
Sun Aug 04, 2024 5:18 am
Forum: Virtualization
Topic: What Do You Use as Qemu Host?
Replies: 8
Views: 1011

Re: What Do You Use as Qemu Host?


I was curious for those using Qemu, what host do you use?
Do any of you use Puppy Linux of some kind or do you use a standard Linux?

For the host, I'm using Pop!_OS Linux for one of my pc's and Alpine Linux for another.
I like the Alpine Linux for how small it is but it takes some building and ...
by Geek3579
Sun Aug 04, 2024 4:58 am
Forum: Users
Topic: pls recommend app for voice to text -note taking
Replies: 29
Views: 3499

Re: pls recommend app for voice to text -note taking

I just tried Vivaldi on Bookwormpup64 with Pulse audio. Voice to text comes up, but does not produce text output.

by Geek3579
Sat Aug 03, 2024 6:27 am
Forum: Users
Topic: pls recommend app for voice to text -note taking
Replies: 29
Views: 3499

Re: pls recommend app for voice to text -note taking


I am trying not to use the monopolists, LOL. A futile protest for sure but...
I would like some stand alone non cloud app.


I get that. I started looking for a stand alone package myself months ago now. There was a post on this a ways back for running Nerd Dictation, but I could only get it to ...
by Geek3579
Fri Aug 02, 2024 4:52 am
Forum: Users
Topic: pls recommend app for voice to text -note taking
Replies: 29
Views: 3499

Re: pls recommend app for voice to text -note taking

I have recently done about 20,000 words using Google Docs as part of Google-Chrome. No installation required.

Open a word document in Google Docs and use Tools --> Voice typing ( or ctrl + shift + s ) to bring up then microphone icon, and click to start.
As other users have noted, It does tend to ...
by Geek3579
Fri Jul 26, 2024 6:33 am
Forum: Filesystem
Topic: F2 - Command-line batch renaming tool
Replies: 16
Views: 2891

Re: F2 - Command-line batch renaming tool

Looks good.

For more complex renaming tasks like renumbering etc I have tried MultiRename which is OOTB in Bookwormpup64 under the Filesystem menu.

Worth trying.

Go to advanced search