Search found 3433 matches

by jamesbond
Wed 15 Jan 2020, 10:46
Forum: Puppy Projects
Topic: Fatdog64-810 Final [17 Jan 2020]
Replies: 276
Views: 96916

@Art - you are very much welcome. :D @LateAdopter - I read the commit, it looks correct (we applied similar patches to all of our grub2 builds). I'm updating the packages as we speak and the update will be in final. I can't advise you how to non-destructively "test" grub4dos installed in P...
by jamesbond
Wed 15 Jan 2020, 06:17
Forum: Beginners Help ( Start Here)
Topic: Looking for a Google Cloud Print Alternative
Replies: 32
Views: 3565

I don't know much about VPNs. Would this require modifying your internet-facing router to allow incoming traffic to reach the print server? There are two kinds of VPN. 1. VPN server in your home/office. (Home computer)<----(router)<-----(internet)<----(Client computer) For others to connect, you mu...
by jamesbond
Wed 15 Jan 2020, 05:54
Forum: Puppy Projects
Topic: Fatdog64-810 Final [17 Jan 2020]
Replies: 276
Views: 96916

The modern CUPS work-flow uses pdftopdf as a "pre-processor" for ghostscript, not pdftops. This is true for the majority of consumer printers, including those using Gutenprint. Yes, that's a mistake on my part. I was confusing "PostScript" with "GhostScript". The corre...
by jamesbond
Wed 15 Jan 2020, 05:29
Forum: Programming
Topic: sed scratch pad -- A thread of sed examples
Replies: 51
Views: 11186

The challenge is to remove all comments from a XML/HTML document, using only sed. Challenge accepted. This removes the comments and cleans up stray newlines. sed -n 'H;x;s/<!--.*-->//;x;${x;s/\n//;s/\n[ \n\t]*\n/\n/g;p}' test.html If you only want to remove the comments and don't worry about how it...
by jamesbond
Tue 14 Jan 2020, 07:58
Forum: Puppy Derivatives
Topic: EasyOS version 2.3.2, June 22, 2020
Replies: 2577
Views: 931480

I think you can create software cards in /etc/asound.conf which can change the card numbers. I don't know whether that could change the order of the "hardware" cards. You can. But you can't do it with /etc/asound.conf. You need to do it with /etc/modprobe.conf because the order is set at ...
by jamesbond
Tue 14 Jan 2020, 07:50
Forum: Beginners Help ( Start Here)
Topic: Looking for a Google Cloud Print Alternative
Replies: 32
Views: 3565

Google cloud print is a great tool that I use regularly. I am disappointed to discover it is being killed off at the end of this year. Sometimes "killing it" means they are integrating it to their other services. Maybe it will make a comeback later, if there are enough petitions in change...
by jamesbond
Tue 14 Jan 2020, 07:32
Forum: Announcements
Topic: woof-CE needs you
Replies: 1440
Views: 785981

I agree that the hardware-profile string could be improved. I have some thoughts on that. For example, obtain the IDs of the GPU: # lspci -d ::0300 -n | cut -f 3 -d ' ' 8086:5a85 ...would that work on arm boards? Unfortunately, no. Most ARM boards don't have PCI bus, so using lspci won't work. But ...
by jamesbond
Tue 14 Jan 2020, 07:21
Forum: Puppy Projects
Topic: Fatdog64-810 Final [17 Jan 2020]
Replies: 276
Views: 96916

But here is one more issue: You stated that poppler's pdftops is "usually good enough". So if I deleted the CUPS pdftops filter, CUPS would switch over to the Poppler version in /usr/bin? No. You can't delete /usr/lib64/cups/filter/pdftops either because it is what CUPS will call during i...
by jamesbond
Mon 13 Jan 2020, 21:16
Forum: Puppy Projects
Topic: Fatdog64-810 Final [17 Jan 2020]
Replies: 276
Views: 96916

@jamesbond Here are drivers for the canon pixma mg2520 Thank you. Got it. Get the MG2540. The driver will say "MG2500 series". Thank you. Got it. It turns out to be the same with the one from Art - but this one is even better, because it comes with __full__ source code (many printer drive...
by jamesbond
Mon 13 Jan 2020, 18:55
Forum: Puppy Projects
Topic: Fatdog64-810 Final [17 Jan 2020]
Replies: 276
Views: 96916

I am guessing that Art is using the Canon vendor driver, not the Gutenprint driver. The vendor driver does NOT use Ghostscript. CUPS accepts the incoming print job as a PDF stream, runs it through the CUPS filter "pdftops" and sends it to the Canon filter "pstocanonij". So Art n...
by jamesbond
Mon 13 Jan 2020, 17:52
Forum: Puppy Projects
Topic: Fatdog64-810 Final [17 Jan 2020]
Replies: 276
Views: 96916

No, I did not disable cups-avahi. It's enabled. Sorry, I was not clear. The question is - did you disable (or turned off) the avahi service (called "avahi-daemon" in the control panel)? ghostscript seems enabled by default in a pristine 810 beta. It certainly isn't installed by default. I...
by jamesbond
Mon 13 Jan 2020, 17:12
Forum: Announcements
Topic: woof-CE needs you
Replies: 1440
Views: 785981

Yes, but falling back to a "generic template" is not hardware-profiling -- it is what we had prior to 2007 before hardware-profiling was introduced. If someone modifies xorg.conf and the files in xorg.conf.d, for booting on a particular PC, that is likely to be inappropriate when boot on ...
by jamesbond
Mon 13 Jan 2020, 17:00
Forum: Announcements
Topic: woof-CE needs you
Replies: 1440
Views: 785981

s243a - you had a wrong closing url tag. Here is your post, when the closing tag has been fixed. I was very surprised today. Has hardware-profiling for Xorg been moved or implemented in some other way in woof-CE, or is it really gone? https://github.com/puppylinux-woof-CE/woof-CE/commit/1bf49330d9ca...
by jamesbond
Mon 13 Jan 2020, 16:55
Forum: Puppy Derivatives
Topic: EasyOS version 2.3.2, June 22, 2020
Replies: 2577
Views: 931480

Barry, unless one is running the PC as a professional DAW, it is extremely rare that one has more than one PCI soundcard. The most common reason for having multiple soundcard is with USB audio dongle, and that cannot be captured with lspci.
by jamesbond
Mon 13 Jan 2020, 16:52
Forum: Users ( For the regulars )
Topic: How to use Fuji-Xerox P115W printer?
Replies: 2
Views: 449

Sorry boof, you're SOL. TL;DR: According to openprinting.org , this printer is a "paperweight". In other words, not supported in Linux. Next time get a Brother printer instead. At least they supplies Linux driver for their lowest-end laser printer. Longer note: I spent sometime a couple of...
by jamesbond
Mon 13 Jan 2020, 16:39
Forum: Puppy Projects
Topic: Fatdog64-810 Final [17 Jan 2020]
Replies: 276
Views: 96916

@Art - some more ideas and suggestion. First of all, did you disable the avahi service? If you do, the cups-filter-avahi probably won't work and you're right that using cups-filter (without avahi) would have "fixed" it. However, in my test, it seems that you actually need to install "...
by jamesbond
Sun 05 Jan 2020, 16:56
Forum: Puppy Projects
Topic: Fatdog64-810 Final [17 Jan 2020]
Replies: 276
Views: 96916

@"su spot" problem: - You could have run "run-as-spot" instead. But of course, running "su - spot" would work too. @winetricks seems to expect the sudo command. - You have done what I would have suggested anyway: that is, write a script which emulates "sudo" c...
by jamesbond
Fri 03 Jan 2020, 00:15
Forum: Puppy Projects
Topic: Fatdog64-810 Final [17 Jan 2020]
Replies: 276
Views: 96916

The first run wizard gives you the opportunity to set the time correctly. If one doesn't do this then the scripts to download and install a browser might not work and also the browsers won't work properly for https sites. You'll get false (and scary) warnings about invalid certificates. True, but t...
by jamesbond
Thu 02 Jan 2020, 16:00
Forum: Puppy Projects
Topic: Fatdog64-810 Final [17 Jan 2020]
Replies: 276
Views: 96916

Has anyone tried to port PupMenu-6.2.1 to fatdog64. The menu's don't seem to automatically update when I make a change. Yeah, you need to restart the desktop to see the menu changes. This is a known problem with lxqt-panel (its menu refresh is inconsistent) but we have come up with a Fatdog-only wo...
by jamesbond
Thu 02 Jan 2020, 11:28
Forum: HOWTO ( Solutions )
Topic: HowTo!!! Verify that your VPN is hooking you up correctly
Replies: 31
Views: 8019

My version, as a way to say thanks. May this be useful for those who need it. #!/bin/sh # Inspiration: http://murga-linux.com/puppy/viewtopic.php?t=117675 TMP=/tmp/ipinfo.$$ cat > $TMP << EOF Local IP Address(es) -------------------- $( ifconfig | sed -n '/^[a-z].*:/ {s/:.*/:/; N; /inet /!d; s/:.*in...