Anno domini 2020 Thu, 12 Nov 11:34:43 -0500 Gene Heskett via tde-users scripsit:
On Thursday 12 November 2020 11:10:11 BorgLabs - Kate Draven wrote:
On Thu, 12 Nov 2020 07:45:15 +0100
"Dr. Nikolaus Klepp" office@klepp.biz wrote:
You can print on any printer, but for zeroconf aka "magicly see the other printers on the net" you need "avahi" - which I ended up removing fom any devices, 'cause it screws up routing tables when you happen to be in the same as a silvery rotton tomato laptop.
Nik
In all the years I've used Linux, the only time I could access a remote printer from another PC, was when the printer was wireless.
Seeing CUPS accessing a printer USB-connected to the other PC, that was definitely a first for me. :)
We have been using the share printer function for years. Go to localhost:631 and go to manage printers in admin. It's buried somewhere, in there, an option to share the printer.
Kate
That's half of it Kate, the cups installed on the clients needs to have "browser" enabled. Once that's done you can keep the chainsaws busy. Until you run out of ink or toner.
Oh my ... that's the reason why I set up a "drop stuff here" folder on the
only computer that's connected to a printer. Whenever I drop a file into it, it gets printed and deleted.
Nik
Cheers, Gene Heskett
--
Oh that's interesting. Never used that.
Kate
On Thursday 12 November 2020 11:05:40 am BorgLabs - Kate Draven wrote:
That's half of it Kate, the cups installed on the clients needs to have "browser" enabled. Once that's done you can keep the chainsaws busy. Until you run out of ink or toner.
Oh my ... that's the reason why I set up a "drop stuff here" folder on the
only computer that's connected to a printer. Whenever I drop a file into it, it gets printed and deleted.
Oh that's interesting. Never used that.
Hi Nik,
Do you use incron (incrontab) for this? You willing to share your script (assuming it's in bash)?
Curiosity, best time waster ever invented!
Best, Michael
Anno domini 2020 Thu, 12 Nov 11:38:47 -0600 Michael via tde-users scripsit:
On Thursday 12 November 2020 11:05:40 am BorgLabs - Kate Draven wrote:
That's half of it Kate, the cups installed on the clients needs to have "browser" enabled. Once that's done you can keep the chainsaws busy. Until you run out of ink or toner.
Oh my ... that's the reason why I set up a "drop stuff here" folder on the
only computer that's connected to a printer. Whenever I drop a file into it, it gets printed and deleted.
Oh that's interesting. Never used that.
Hi Nik,
Do you use incron (incrontab) for this? You willing to share your script (assuming it's in bash)?
Oh, that's just some lines in /etc/rc.local:
( mkdir /tmp/xxx inotifywait -m /tmp/xxx -e CLOSE_WRITE | while read a; do b=$(echo "$a" | cut -d ' ' -f 3-) lpr "$b" && rm "$b" done ) &
now copy anything you want to print to /tmp/xxx ... hopefully you have set up filters for all the strange files that are not ps, pdf ot txt ... and you could do some better sanity checking :) Oh, you need inotify-tools, too.
Curiosity, best time waster ever invented!
That's why smartphones were invented. with smatphones nobody will ever feel curiosity again!
Nik
Best, Michael ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
On Thursday 12 November 2020 10:25:57 Dr. Nikolaus Klepp wrote:
Anno domini 2020 Thu, 12 Nov 11:38:47 -0600
Michael via tde-users scripsit:
On Thursday 12 November 2020 11:05:40 am BorgLabs - Kate Draven wrote:
That's half of it Kate, the cups installed on the clients needs to have "browser" enabled. Once that's done you can keep the chainsaws busy. Until you run out of ink or toner.
Oh my ... that's the reason why I set up a "drop stuff here" folder on the
only computer that's connected to a printer. Whenever I drop a file into it, it gets printed and deleted.
Oh that's interesting. Never used that.
Hi Nik,
Do you use incron (incrontab) for this? You willing to share your script (assuming it's in bash)?
Oh, that's just some lines in /etc/rc.local:
( mkdir /tmp/xxx inotifywait -m /tmp/xxx -e CLOSE_WRITE | while read a; do b=$(echo "$a" | cut -d ' ' -f 3-) lpr "$b" && rm "$b" done ) &
now copy anything you want to print to /tmp/xxx ... hopefully you have set up filters for all the strange files that are not ps, pdf ot txt ... and you could do some better sanity checking :) Oh, you need inotify-tools, too.
Curiosity, best time waster ever invented!
That's why smartphones were invented. with smatphones nobody will ever feel curiosity again!
Nik
As a much younger person once very patiently tried to explain to me: one must be "smart enough" to use a smartphone.
:-\
Bill
Anno domini 2020 Thu, 12 Nov 10:42:00 -0800 William Morder via tde-users scripsit:
On Thursday 12 November 2020 10:25:57 Dr. Nikolaus Klepp wrote:
Anno domini 2020 Thu, 12 Nov 11:38:47 -0600
Michael via tde-users scripsit:
On Thursday 12 November 2020 11:05:40 am BorgLabs - Kate Draven wrote:
That's half of it Kate, the cups installed on the clients needs to have "browser" enabled. Once that's done you can keep the chainsaws busy. Until you run out of ink or toner.
Oh my ... that's the reason why I set up a "drop stuff here" folder on the
only computer that's connected to a printer. Whenever I drop a file into it, it gets printed and deleted.
Oh that's interesting. Never used that.
Hi Nik,
Do you use incron (incrontab) for this? You willing to share your script (assuming it's in bash)?
Oh, that's just some lines in /etc/rc.local:
( mkdir /tmp/xxx inotifywait -m /tmp/xxx -e CLOSE_WRITE | while read a; do b=$(echo "$a" | cut -d ' ' -f 3-) lpr "$b" && rm "$b" done ) &
now copy anything you want to print to /tmp/xxx ... hopefully you have set up filters for all the strange files that are not ps, pdf ot txt ... and you could do some better sanity checking :) Oh, you need inotify-tools, too.
Curiosity, best time waster ever invented!
That's why smartphones were invented. with smatphones nobody will ever feel curiosity again!
Nik
As a much younger person once very patiently tried to explain to me: one must be "smart enough" to use a smartphone.
I prefer "braindamaged" or "smombie". I remember school as beeing a noisy place. At my last visit the brainded sat side by side staring at a small flickering device - and it was ghostly quiet! Luckily we have "homeschooling" now. The greatest challenge is hitting the keys in a top-down mototion in contrast instead of swiping. Oh my, I'm getting old and grumpy :)
Nik
:-\
Bill ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
On Thursday 12 November 2020 13:54:11 Dr. Nikolaus Klepp wrote:
Anno domini 2020 Thu, 12 Nov 10:42:00 -0800
William Morder via tde-users scripsit:
On Thursday 12 November 2020 10:25:57 Dr. Nikolaus Klepp wrote:
Anno domini 2020 Thu, 12 Nov 11:38:47 -0600
Michael via tde-users scripsit:
On Thursday 12 November 2020 11:05:40 am BorgLabs - Kate Draven
wrote:
> That's half of it Kate, the cups installed on the clients > needs to have "browser" enabled. Once that's done you can > keep the chainsaws busy. Until you run out of ink or > toner.
Oh my ... that's the reason why I set up a "drop stuff here" folder on the
only computer that's connected to a printer. Whenever I drop a file into it, it gets printed and deleted.
Oh that's interesting. Never used that.
Hi Nik,
Do you use incron (incrontab) for this? You willing to share your script (assuming it's in bash)?
Oh, that's just some lines in /etc/rc.local:
( mkdir /tmp/xxx inotifywait -m /tmp/xxx -e CLOSE_WRITE | while read a; do b=$(echo "$a" | cut -d ' ' -f 3-) lpr "$b" && rm "$b" done ) &
now copy anything you want to print to /tmp/xxx ... hopefully you have set up filters for all the strange files that are not ps, pdf ot txt ... and you could do some better sanity checking :) Oh, you need inotify-tools, too.
Curiosity, best time waster ever invented!
That's why smartphones were invented. with smatphones nobody will ever feel curiosity again!
Nik
As a much younger person once very patiently tried to explain to me: one must be "smart enough" to use a smartphone.
I prefer "braindamaged" or "smombie". I remember school as beeing a noisy place. At my last visit the brainded sat side by side staring at a small flickering device - and it was ghostly quiet! Luckily we have "homeschooling" now. The greatest challenge is hitting the keys in a top-down mototion in contrast instead of swiping. Oh my, I'm getting old and grumpy :)
Nik
Get in line Nik, it starts behind me. ;)
:-\
Bill ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trini tydesktop.org
Cheers, Gene Heskett
On Thursday 12 November 2020 13:25:57 Dr. Nikolaus Klepp wrote:
Anno domini 2020 Thu, 12 Nov 11:38:47 -0600
Michael via tde-users scripsit:
On Thursday 12 November 2020 11:05:40 am BorgLabs - Kate Draven
wrote:
That's half of it Kate, the cups installed on the clients needs to have "browser" enabled. Once that's done you can keep the chainsaws busy. Until you run out of ink or toner.
Oh my ... that's the reason why I set up a "drop stuff here" folder on the
only computer that's connected to a printer. Whenever I drop a file into it, it gets printed and deleted.
Oh that's interesting. Never used that.
Hi Nik,
Do you use incron (incrontab) for this? You willing to share your script (assuming it's in bash)?
Oh, that's just some lines in /etc/rc.local:
( mkdir /tmp/xxx inotifywait -m /tmp/xxx -e CLOSE_WRITE | while read a; do b=$(echo "$a" | cut -d ' ' -f 3-) lpr "$b" && rm "$b" done ) &
now copy anything you want to print to /tmp/xxx ... hopefully you have set up filters for all the strange files that are not ps, pdf ot txt ... and you could do some better sanity checking :) Oh, you need inotify-tools, too.
best little gismo ever. It drives my incoming email. Handier than a turn knob on the outhouse door at a family reunion.
Curiosity, best time waster ever invented!
That's why smartphones were invented. with smatphones nobody will ever feel curiosity again!
Nik
Best, Michael ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trini tydesktop.org
Cheers, Gene Heskett