Search found 13096 matches

by rcrsn51
Fri 19 Jun 2020, 10:25
Forum: Puppy Projects
Topic: The Debian-Stretch-Live Starter Kit
Replies: 392
Views: 214386

PeasyScan v2.16 updated here.

V2.16 has a slight regression to accommodate models (like Brother) that use multi-word scanner options. For example:

Code: Select all

export SOURCE="Automatic Document Feeder(left aligned)"
by rcrsn51
Thu 18 Jun 2020, 12:27
Forum: Puppy Projects
Topic: The Debian-Stretch-Live Starter Kit
Replies: 392
Views: 214386

A standard MBR-structured drive has empty space between the MBR (sector 0) and the start of the first partition. Some bootloaders like Legacy GRUB's optional stage1.5 and Grub4Dos (see below) use this space for their own code. But the partition table of a GPT-structured drive starts at sector 1 and ...
by rcrsn51
Tue 16 Jun 2020, 13:37
Forum: Users ( For the regulars )
Topic: ClamAv reports a malware in /usr/local/bin/pnscan
Replies: 8
Views: 1346

I have PeasyPort v3.1 in PET form which removes pnscan. If anyone wants to participate in testing, I will post it.
by rcrsn51
Sun 14 Jun 2020, 10:34
Forum: Wireless
Topic: PeasyWiFi - a reliable WiFi connection manager
Replies: 281
Views: 338598

For WiFi connections, look in the PeasyWiFi script around line 14.
by rcrsn51
Sat 13 Jun 2020, 20:46
Forum: Wireless
Topic: PeasyWiFi - a reliable WiFi connection manager
Replies: 281
Views: 338598

Probably in /etc/pwf/rc.network, around line 20.
by rcrsn51
Sat 13 Jun 2020, 13:36
Forum: Users ( For the regulars )
Topic: Frugal to full installation
Replies: 6
Views: 745

Re: Frugal to full installation

ocpaul20 wrote:I want to make a DebianDog frugal installation into a full installation.
What will you gain by doing this?
by rcrsn51
Sat 13 Jun 2020, 12:23
Forum: Puppy Projects
Topic: The Debian-Stretch-Live Starter Kit
Replies: 392
Views: 214386

Here is the latest version of the brlaser printer driver from here. This is a generic driver for various Brother laser printers that eliminates the complexity of the vendor driver.

It was compiled in the Buster64 Starter Kit but may work in other 64bit Dogs.
by rcrsn51
Thu 11 Jun 2020, 17:28
Forum: HOWTO ( Solutions )
Topic: Puppy Linux legacy boot EASY
Replies: 11
Views: 5413

The current default behaviour of Gparted is to create new partitions starting on MiB boundaries. This makes it compatible with drives that work in 4K blocks. But even when the standard was to create partitions on cylinder boundaries, there was always free space between the MBR and the first partitio...
by rcrsn51
Tue 09 Jun 2020, 00:00
Forum: Puppy Derivatives
Topic: EasyOS version 2.3.2, June 22, 2020
Replies: 2577
Views: 926592

You can probably get the same result just by using a symlink.

Code: Select all

ln -sf /usr/bin/mkisofs /usr/bin/genisoimage
by rcrsn51
Mon 08 Jun 2020, 19:47
Forum: Users ( For the regulars )
Topic: ClamAv reports a malware in /usr/local/bin/pnscan
Replies: 8
Views: 1346

The latest versions of PeasyPort have eliminated pnscan in favour of a different scanning tool.
by rcrsn51
Mon 08 Jun 2020, 19:19
Forum: Network
Topic: pgprs-2.0.4-beta
Replies: 52
Views: 35338

My difficulty with testing it is that I do not have a 3G modem that works in linux, and I do not have a data option for my minimalist cell phone account. Neither do I. But it's my understanding that you can do this just with wvdial. 1. Run: wvdialconf 2. Edit /etc/wvdial and enter your connection d...
by rcrsn51
Wed 03 Jun 2020, 17:22
Forum: Puppy Projects
Topic: The Debian-Stretch-Live Starter Kit
Replies: 392
Views: 214386

Here is a kernel module "driver" for the MOXA Uport 11x0 series Serial-USB adapter.

The device may NOT be auto-detected, in which case you must manually load the module with

Code: Select all

modprobe mxu11x0
It may also require firmware. Run:

Code: Select all

dmesg | grep -i firmware
Remove the fake .gz extension.
by rcrsn51
Wed 03 Jun 2020, 13:17
Forum: Puppy Projects
Topic: The Debian-Stretch-Live Starter Kit
Replies: 392
Views: 214386

How to build a squashfs module for the KRITA drawing app

This is a standard repo2sfs build from the Debian repo.

As usual, you may want to stop at Pause B and remove usr/share/mime from the build.

At startup, the program throws some Qt-related messages, but it appears to be working OK.
by rcrsn51
Mon 01 Jun 2020, 11:46
Forum: Puppy Projects
Topic: The Debian Buster Starter Kit (64bit)
Replies: 46
Views: 19037

For Buster users who want a kernel upgrade to k5.6.0, here are the instructions: 1.Get the package from Fred's repo here. 2. Drop the four files into the "live" folder of your frugal install, replacing the old versions. 3. Reboot. This setup will Porteus-boot an emmc drive without any spec...
by rcrsn51
Sat 30 May 2020, 09:36
Forum: Puppy Projects
Topic: The Debian-Stretch-Live Starter Kit
Replies: 392
Views: 214386

memo wrote:kindly explain in easy terms as I am a beginner in linux in general and puppy in particular.
You also sent me a PM. I took the time to find a solution and send you an answer.

You still have not shown the courtesy of a reply.
by rcrsn51
Thu 28 May 2020, 09:13
Forum: Puppy Projects
Topic: The Debian-Stretch-Live Starter Kit
Replies: 392
Views: 214386

Attached below is an update to PeasyScan. 1. PeasyScan now recognizes SANE device names (URI's) that contain spaces. This is required by some next-generation SANE backends that use multi-word device names. 2. The OCR function has been removed in favour of the separate pic2txt app which has been upda...
by rcrsn51
Wed 20 May 2020, 14:25
Forum: Documents
Topic: PeasyPDF Convert/Join/Extract/Print
Replies: 121
Views: 164153

The original version of img2pdf (from the Tahrpup era) used a Python2 app where the executable was named "img2pdf.py". It looks like you have installed a newer Python3 version where the executable is just "img2pdf". The original version is still available in Fred's repo as a .deb...
by rcrsn51
Thu 07 May 2020, 16:16
Forum: Puppy Projects
Topic: StretchDog
Replies: 343
Views: 205341

.
by rcrsn51
Wed 06 May 2020, 16:45
Forum: Puppy Projects
Topic: StretchDog
Replies: 343
Views: 205341

.
by rcrsn51
Wed 06 May 2020, 15:40
Forum: Puppy Projects
Topic: Fossapup64-9.0.3 RC
Replies: 254
Views: 426206

DuMar wrote:1. No cups-pdf
This is the old way to make a PDF. Use "Print to File" instead.