Re: Shell function.

2025-05-15 Thread Will Mengarini
* pe...@easthope.ca [25-05/15=Th 08:42 -0700]: >> ev () { case $# in >> 0) /usr/bin/evince --display=:0 ;; >> 1) /usr/bin/evince --display=:0 $1 ;; >> *) echo "Too many arguments." ;; esac } >> Can improvements be suggested? * ? [25-05/15=Th 18:23 +0200]: > you can shorten ev to > ev(){ ev

Re: sending short emails

2025-04-30 Thread Will Mengarini
* Greg [25-04/30=Wed 15:59 -]: > On 2025-04-30, Eben King wrote: > > I wrote a script around "ssmtp" which allowed me to fire off emails to > > myself from cron. Short things, like "empty the litterbox" or whatever, > > just a few words. Well, ssmtp is unmaintained and I can't get it to > >

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250404)

2025-04-06 Thread Will Mengarini
* Jeffrey Walton [25-04/05=Sat 00:52 -0400]: > Still missing a topic or discussion of "SOLVED" in the subject. Or a diff. > On Fri, Apr 4, 2025 at 8:47 PM Andrew M.A. Cater wrote: >> >> Debian-user is a mailing list provided for support for Debian users, >> and to facilitate discussion on relev

Re: array suggestions

2025-04-05 Thread Will Mengarini
* Eben King [25-03/21=Fr 15:32 -0400]: > I have a 2x1TB RAID-1 array on one of my computers. It holds > a backup. It's starting to become too small, not because it's > shrinking, but because I'm getting more stuff. So, I need to > do something that ends up with a larger array using 3, maybe 4 >

Re: Monthly FAQ for the Debian-user mailing list (last modified 20250301)

2025-03-03 Thread Will Mengarini
This kind of information popos/pts/4 bash ~ 08:54 0$diff -b debfaq--2025-0{2,3}-01 88c88,90 < world. Off-topic arguments also have a habit of derailing useful discussion. --- > world. > > Off-topic arguments also have a habit of derailing useful discussion. 15

Re: Cookies in Links Web Browser

2025-02-14 Thread Will Mengarini
* David Hoff Jr [25-02/13=Th 15:52 -0800]: > I have a fresh install on Debian 12 with all updates. I am trying > to use Links web browser to access the dailycaller.com web site but am > being blocked. A message says to enable cookies which I have tried using > "links -enable-cookies dailycaller.co

Re: Can a Bash function be named "w3m" ?

2025-01-30 Thread Will Mengarini
* Roger Price [25-01/30=Th 13:59 +0100]: > $wrongCodeForCheckingWhetherAliasExists && unalias w3m When I want to unalias something that might already be unaliased (as when it's in .bashrc), I just code unalias foo 2>/dev/null because file descriptor 2 is the standard error output. > w3m() { /

Re: List under surveillance? [WAS Re: Debian 12 VLC leaves system sounds blocked]

2025-01-24 Thread Will Mengarini
On Sat, Jan 25, 2025 at 06:12:30AM +0800, Bret Busby wrote: >> In viewing the full header of the above message (to try to find >> which country or timezone, is the origin of the message sent >> to the mailing list, for an extraneous reason), I observed a >> weird thing, that makes me wonder whether

Re: Anyone using a fixed KVM extender system for home use for one computer?

2025-01-23 Thread Will Mengarini
* Tom Browder [25-01/23=Th 16:00 -0600]: > I want to keep my main server in the closet but have the > monitor, keyboard, and mouse (and speakers if possible) > accessed via another cat-5 outlet across the room. > > Looking for the correct device is difficult for me > because of terminology. On my

Re: keyboard repeat

2025-01-13 Thread Will Mengarini
* gene heskett [25-01/13=Mon 03:15 -0500]: > Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I > have to spend an hour or more, playing around with the repeat settings, > selecting different keyboards, the whole maryann before I can get the repeat > to work gain. > > Thi

Re: Debian News before 2022 have disappeared

2024-12-08 Thread Will Mengarini
* Jean-Claude Arbaut [24-12/08=Su 16:54 +0100]: > I just noticed some of my browser favorites pointing to Debian News ( > http://www.debian.org/News/...) are now dead. I seems all news before maybe > 2022 have disappeared, while there were not so long ago (a few months > maybe?) archives going ba

Re: Automatic suspend-to-ram solution for Workstations

2024-12-07 Thread Will Mengarini
* Felix Natter [24-12/07=Sa 20:27 +0100]: > [...] no significant load during the last hour [...] The system doesn't keep track of load for a full hour, but it does for fifteen minutes. uptime|awk '{print $NF}' is load average for the past 15 minutes. > [...] no gui interaction [...] (especiall

Re: How to send a message to a user logged in over ssh

2024-12-05 Thread Will Mengarini
* didier gaumet [24-12/05=Th 10:11 +0100]: > Le 05/12/2024 à 06:52, Ben Wong a écrit : >> Howdy! >> >> On most (all?) current Unix systems I can use `write` to communicate >> with users logged in over `ssh`. However, now that Debian is removing >> `mesg` and `writed` from util-linux [1], I'm wonde

Re: unable to save to usb drives from chrome

2024-10-29 Thread Will Mengarini
* Semih Ozlem [24-10/29=Tue 10:05 +0300]: > I switched to Debian 12 bookworm recently, and I am no longer able > to save or download files to usb drives from chrome or browsers, I > get the message Need permission to download. This did not use to be > the case when I was using Debian 11. What ca

Re: beeps and other sounds

2024-10-22 Thread Will Mengarini
* e...@gmx.us [24-10/22=Tue 11:06 -0400]: > On 10/18/24 21:14, Raj Kiran Grandhi wrote: >> Another issue is that some newer motherboards might not even have the >> beeper physically installed. > > There is that. Fortunately you can buy them > cheaply. Well, tiny piezo things that do the job. Th

Re: popcon use?

2024-10-14 Thread Will Mengarini
* Lee [24-10/12=Sat 17:07 -0400]: > The bit with zless was worth the post. I'd been doing zcat foo.gz | more See `man lesspipe` for an even easier approach, allowing 'less foo.gz' to Just Work.

Re: Reading an old HDD

2024-10-06 Thread Will Mengarini
* Henrik Ahlgren [24-10/06=Sun 11:20 +0300]: > On Sat, 2024-10-05 at 08:40 -0600, Charles Curley wrote: >> However, head movement isn't always audible. 3½" and 5¼" drives aren't >> usually audible, although I've had a few very noisy 5¼ drives. And of >> course SSDs are utterly silent. > > I wonder

Re: Reading an old HDD

2024-10-05 Thread Will Mengarini
>> https://storedbits.com says a 7200 RPM hard drive would normally consume >> 20-25W for 5-10 seconds during startup. It will then idle at around >> 6-8 watts. The average power consumption during read/write tasks >> will be around 8-12 watts, and the maximum can go up to 16 watts. >> >> I would

MAYBE SOLVED [WAS Reading an old HDD]

2024-10-05 Thread Will Mengarini
* Will Mengarini [24-10/03=Thu 19:57 -0700]: > I have a freshly installed Debian stable and I'm trying to read an > HDD from a previous machine. I put it into a disk enclosure that > connects to the new machine by USB and powered everything up, but the > stable Debian doesn&#

Re: Reading an old HDD

2024-10-04 Thread Will Mengarini
* Max Nikulin [24-10/05=Sat 12:51 +0700]: > On 05/10/2024 11:15, Will Mengarini wrote: >> * Max Nikulin [24-10/05=Sat 10:48 +0700]: >> >>> Try to connect the enclosure without the disk. It may appear >>> in lsusb output and may generate some journalctl logs. &

Re: Reading an old HDD

2024-10-04 Thread Will Mengarini
* Will Mengarini [24-10/04=Fri 20:10 -0700]: > * Ash Joubert [24-10/05=Sat 15:56 +1300]: >> On 2024-10-04 20:19, Will Mengarini wrote: >>>> - Do you see anything in "blkid" when the USB enclosure is attached? >>> Nothing changes. >>>> - Do

Re: Reading an old HDD

2024-10-04 Thread Will Mengarini
* basti [24-10/04=Fri 13:54 +0200]: > Am 04.10.24 um 04:57 schrieb Will Mengarini: >> I have a freshly installed Debian stable and I'm trying to read an >> HDD from a previous machine. I put it into a disk enclosure that >> connects to the new machine by USB and powe

Re: Reading an old HDD

2024-10-04 Thread Will Mengarini
* Hans [24-10/04=Fri 10:24 +0200]: > Am Freitag, 4. Oktober 2024, 04:57:19 CEST schrieb Will Mengarini: >> I have a freshly installed Debian stable and I'm trying to read an >> HDD from a previous machine. I put it into a disk enclosure that >> connects to the new

Re: Reading an old HDD

2024-10-04 Thread Will Mengarini
* Max Nikulin [24-10/05=Sat 10:48 +0700]: > On 04/10/2024 14:19, Will Mengarini wrote: >> * Ash Joubert [24-10/04=Fri 16:38 +1300]: >>> - Do you see anything in "journalctl -f" when you plug in the USB enclosure? >> >> No output when I unplug it and replug

Re: Reading an old HDD

2024-10-04 Thread Will Mengarini
* Ash Joubert [24-10/05=Sat 16:02 +1300]: > On 2024-10-04 20:43, Will Mengarini wrote: >> Now I realize that there may be an error LED blinking on the HDD. That may not have been an error LED; it's an LED on the PCB of the enclosure, and it may be intended to blink red whenever the

Re: Reading an old HDD

2024-10-04 Thread Will Mengarini
* Ash Joubert [24-10/05=Sat 15:56 +1300]: > On 2024-10-04 20:19, Will Mengarini wrote: >>> - Do you see anything in "blkid" when the USB enclosure is attached? >> Nothing changes. >>> - Do you see anything in "journalctl -f" when you plug in the U

Re: Reading an old HDD

2024-10-04 Thread Will Mengarini
* David Wright [24-10/03=Thu 22:44 -0500]: > On Thu 03 Oct 2024 at 20:26:55 (-0700), Will Mengarini wrote: >> The old HDD is mostly ext3; there was also an >> ext2 boot partition, and a swap partition. [...] > > Take a look at /dev/disk/... where the names of the next level

Re: Reading an old HDD

2024-10-04 Thread Will Mengarini
* Ash Joubert [24-10/04=Fri 16:38 +1300]: > On 2024-10-04 16:26, Will Mengarini wrote: >> The old HDD is mostly ext3; there was also an >> ext2 boot partition, and a swap partition. But >> the new Debian shows nothing new in `df`. Is >> there some other comman

Re: Reading an old HDD

2024-10-03 Thread Will Mengarini
-0500]: > which file system is the old hdd formated in ntfs? > > if so run in terminal > > sudo apt install ntfs-3g > > or use gparted to see the file system of the hdd > sudo apt install gparted > > On Thu, 2024-10-03 at 19:57 -0700, Will Mengarini wrote: >

Reading an old HDD

2024-10-03 Thread Will Mengarini
I have a freshly installed Debian stable and I'm trying to read an HDD from a previous machine. I put it into a disk enclosure that connects to the new machine by USB and powered everything up, but the stable Debian doesn't see the new disk that is connected by USB. Is there some driver or packag

Re: BIOS unreadable at boot

2024-09-15 Thread Will Mengarini
* Felix Miata [24-09/15=Sun 22:01 -0400]: > Will Mengarini composed on 2024-09-15 16:12 (UTC-0700): > > > I am trying to install Debian on a new prebuilt, but when I > > boot and press , the screen is garbled. Windows later > > figures it out, but by that time it's

Re: BIOS unreadable at boot

2024-09-15 Thread Will Mengarini
* Charles Curley [24-09/15=Sun 18:15 -0600]: > On Sun, 15 Sep 2024 16:12:45 -0700 > Will Mengarini wrote: > > > I am trying to install Debian on a new prebuilt, but when I > > boot and press , the screen is garbled. > > Slow down. When you boot what? A Debian instal

Re: BIOS unreadable at boot

2024-09-15 Thread Will Mengarini
* David Christensen [24-09/15=Sun 17:13 -0700]: > On 9/15/24 16:12, Will Mengarini wrote: > > I am trying to install Debian on a new prebuilt, but when I > > boot and press , the screen is garbled. Windows later > > figures it out, but by that time it's too late to tell

BIOS unreadable at boot

2024-09-15 Thread Will Mengarini
I am trying to install Debian on a new prebuilt, but when I boot and press , the screen is garbled. Windows later figures it out, but by that time it's too late to tell the BIOS to boot from a USB stick on which I've installed netinst. The mobo is a Gigabyte B450M DS3H WIFI (rev 1.5), manual at <

Re: unwanted crontab message

2024-09-13 Thread Will Mengarini
Or ... disambiguate which Vim crontab -e is using, so it's not vim.tiny. * Will Mengarini [24-09/13=Fri 15:47 -0700]: > You are getting Vim error messages from a version of Vim that does > not support scripting (probably vim.tiny). That version is probably > installed on your sys

Re: unwanted crontab message

2024-09-13 Thread Will Mengarini
You are getting Vim error messages from a version of Vim that does not support scripting (probably vim.tiny). That version is probably installed on your system ALONG WITH a version that does support scripting, but cron does not have the scripting version of Vim on PATH. (Typically, your $HOME & ro

Printer recommendation (was: Just a simple question.)

2024-09-11 Thread Will Mengarini
* Ash Joubert [24-09/11=Wed 17:19 +1200]: > On 2024-09-11 12:18, Maureen L Thomas wrote: > > My old HP is not working right and it is very old. I am looking at > > laser printers and have always favored HP. But, in saying that I am > > open to any brand. I always get an all in one model since i

Debian hardware: coping with Windows

2024-08-25 Thread Will Mengarini
I need to buy a new desktop tower, which means it'll have Windows installed. I haven't used Windows since the 90s, so need some guidance. A special complication is that I just had a computer apocalypse in which a Power Surge From Hell nuked *everything*, so trivial tasks like writing netinst to a

Re: How to get an email notification every time a package is updated upstream?

2024-06-29 Thread Will Mengarini
* Greg Wooledge [24-06/29=Sa 22:48 -0400]: > Your Subject header includes the word "upstream". This word appears > *nowhere* else in the entire email, and it completely moves the goalposts. "Upstream" was a misleading misnomer intended to refer to anything ... well, "upstream" of the OP's system

Re: Curt having his fits [was: Need help with narroely focused use case of Emacs]

2024-06-29 Thread Will Mengarini
* Richard [24-06/30=Su 00:57 +0200]: > That's how you warrant your ban, idiot. Don't get yourself banned, Richard. Anybody else remember Erik Naggum?

Re: How to run automatically a script as soon root login

2024-05-13 Thread Will Mengarini
Nobody has yet applauded this glorious implementation of the 1960s GOTO statement in *Bash*?! * Mario Marietto [24-05/13=Mo 13:37 +0200]: > function jumpto > { > label=$1 > cmd=$(sed -n "/$label:/{:a;n;p;ba};" $0 | grep -v ':$') > eval "$cmd" > exit > } Anyway, Ma

Re: Inclusive terminology (instead of master/slave) for network bonding/LACP

2024-03-15 Thread Will Mengarini
* Mariusz Gronczewski [24-02/23=Fr 10:33 +0100]: >>> It's entirely US political feel-good activism that >>> doesn't change anything but wastes people's time. Do >>> you actually think pressing on brake pedal oppresses >>> anybody? Because it also has master and slave cylinders. >>> >>> All it do

Re: Useful Unix compatible commands

2024-02-26 Thread Will Mengarini
* Jonathan Matthew Gresham [24-02/25=Su 16:01 -0500]: > [...] I have been reading a Unix system administrators textbook. > ps -e > [...] > kill process > [...] > ls -R > [...] > If you know any more that can work on GNU compatible software or > Unix compatible software please indicate the commands

Re: Does "LC_ALL=C" work on all shells?

2024-02-13 Thread Will Mengarini
> On Tue, Feb 13, 2024 at 09:47:38PM +0100, Franco Martelli wrote: >> ~# LC_ALL=C apt install >> [... works on ...] all shells other than bash? csh, korn, dash, zsh ... * Greg Wooledge [24-02/13=Tu 15:59 -0500]: > [...] all the Bourne family shells [...] > > In csh, you need to use env. Like thi

Re: script/history

2024-02-04 Thread Will Mengarini
* Gareth Evans [24-02/04=Su 09:46 +]: > Re the script command, does anyone know of a way to make > commands run during a script session appear in bash history too? You want the 'history -r' command, "explained" by `help history`. After you end the script, you're back in the bash instance you

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-14 Thread Will Mengarini
* Schwibinger Michael [23-05/14=Sun 09:32 +]: > This is not working: > https://tutorialforlinux.com/2021/03/06/step-by-step-driver-epson-et-m1100-et-m1120-ubuntu-20-04-installation/2/ We need to know what fails. Exactly what do you do, and what results does it produce? On Sun, May 07, 2023

Re: shell script run in backend

2023-05-14 Thread Will Mengarini
* Tom Reed [23-05/14=Sun 14:21 +0800]: > I have a long run shell script [...]. Currently the script > is running in front-end in shell. How can I run it with > the backend way? Can I register it as a system service? Just run 'myScript&' (the trailing '&' tells the shell to run it in the backgro

Re: EPSON ET M 1120 new printer: If You can read this, you are using the wrong driver

2023-05-07 Thread Will Mengarini
* Brian [23-05/08=Mo 00:27 +0100]: > https://download3.ebz.epson.net/dsc/f/03/00/14/48/15/1d37501ad39bd2b5753 \ > cce3b2715b3e2fef557/epson-inkjet-printer-escpr_1.7.26-1lsb3.2_amd64.deb That includes a literal space in the middle of that hash (because the space before the backslash is taken lit

Re: my immature thoughts on perl

2023-04-03 Thread Will Mengarini
* cor...@free.fr [23-04/04=Tu 10:35 +0800]: > For instance, in ruby (irb) this is quite smooth: > irb(main):001:0> [1,2,3,4].map{|x|x+1}.reduce{|x,y|x+y} > => 14 > > And in scala (shell): > scala> List(1,2,3,4).map{ _+1 }.reduce{_+_} > res1: Int = 14 > In perl there is no interactive shell [...]

Re: Cannot rum multiple command on remote machine via SSH

2023-02-04 Thread Will Mengarini
* Greg Wooledge [23-02/04=Sa 10:15 -0500]: > Is LAP2 a Debian system, or something else? OP said LAP2 is Debian stable.

Re: Touchpad synaptics changes name after resume

2022-12-03 Thread Will Mengarini
* Ottavio Caruso [22-12/03=Sa 10:37 +]: > $ uname -a > Linux t440 6.0.0-0.deb11.2-amd64 #1 SMP PREEMPT_DYNAMIC Debian > 6.0.3-1~bpo11+1 (2022-10-29) x86_64 GNU/Linux > > I have two scripts that enable/disable touchpad > [running the commands] > xinput enable "SynPS/2 Synaptics TouchPad" > xinp

Re: MUD

2022-10-13 Thread Will Mengarini
* Greg Wooledge [22-10/13=Th 08:03 -0400]: >> Originally, Multi-User Dungeon. >> >> http://catb.org/esr/jargon/html/M/MUD.html >> >> The one that I saw was set up as a sort of user-extensible text >> adventure setting. I don't know how they've evolved since then. * mick.crane [22-10/13=Th 14:

Re: sigc++ library missing object.h file

2022-10-08 Thread Will Mengarini
* Greg Wooledge [22-10/08=Sa 12:45 -0400]: > > I did a google search and came up with > > which says: > > [...] Remove the sigc++/object.h header [...] Because it now contains no API > See https://bugzilla.gnome.org/show_bug.cgi?id=7

Re: question re tar

2022-09-18 Thread Will Mengarini
* jr [22-09/18=Su 12:59 +0100]: > When I create an archive with '-cvWf' I'm used to finding only the files > specified, but every time I use 'tar' on this Debian, there is a "link" for > each and every file. Why? eg: > -rw--- jr/jr 256 2022-06-1 22:10 .config/pulse/cookie > hrw--- jr/jr

Re: determining hotkeys for a program, without a manual?

2022-08-21 Thread Will Mengarini
* Karen Lewellen [22-08/21=Sun 13:30 -0400]: > I have a DOS utility [...]. Is there any simple way > to review the program code and discover 2 hot keys? Try running the binary through the 'strings' command to see whether there's any in-program documentation that helps: strings $pathToBinary|less

Re: Mail Transfer Agent

2022-08-21 Thread Will Mengarini
Eskimo.com is $7/month for mail + Linux shell access (multiple servers, various distributions including Debian). * Polyna-Maude Racicot-Summerside [22-08/21=Su 02:36 -0400]: > Hi, > I'm having problem with my actuel email provider (the one that goes with > my web hosting plan). It deals badly w

Re: nft newbie

2022-07-06 Thread Will Mengarini
* gene heskett [22-07/06=We 18:50 -0400]: > [...] iptables is out of support, replaced I > guess with nft. [...] whats the command to [...] > > The man page while quite voluminus is as > usual mostly bereft of useful examples.

Perl CPAN Catch-22 + ADHD (was: How's ...)

2022-07-04 Thread Will Mengarini
* Weaver [22-07/04=Mo 00:43 -0700]: >>> ... your day going? * Will Mengarini [22-07/04=Mo 07:50 -0700]: >> Hairier than Gene Heskett's nostrils, because "up"grading Perl >> from 5.8.8 to 5.34.1 [caused a kind of failure normally fixed >> using the P

Re: How's ...

2022-07-04 Thread Will Mengarini
* Weaver [22-07/04=Mo 00:43 -0700]: > ... your day going? Hairier than Gene Heskett's nostrils, because "up"grading Perl from 5.8.8 to 5.34.1 had a fine `make test`, then installed a CPAN that's so broken it abends before it finishes its own Configure, thereby making it impossible to upgrade anyt

Re: Problem with csh

2022-07-02 Thread Will Mengarini
On Sat, Jul 02, 2022 at 01:18:08PM -0400, Stephen P. Molnar wrote: comp@AbNormal:~$ csh Bad : modifier in $ '/'. On Sat, Jul 02, 2022 at 03:31:12PM -0400, Bijan Soleymani wrote: >> Quick Google search shows it is an issue with the syntax of defining >> environment variables: >> https://s

Re: stopping job before shutdown.

2022-06-29 Thread Will Mengarini
* mick crane [22-06/29=We 13:31 +0100]: >>> [...] when turning off PC with power button >>> there is the message, "stopping job" [...] * gene heskett [22-06/29=We 09:08 -0400]: >> That method of stopping the pc is quite dangerous [...] * to...@tuxteam.de [22-06/29=We 16:46 +0200]: > [...] the

Re: I *think* I found the apache2 docs, but it's in .html and I cannot get firefox to access it using "file:"+ /path/to/filedir

2022-06-21 Thread Will Mengarini
le_folder_-_Firefox Let us know if the instructions you Google up are insufficient. > "There are four boxes to be used in defense of liberty: > soap, ballot, jury, and ammo. Please use in that order." There are FIVE boxes to be used in defense of liberty: search, soap, ballot, j

Re: Bash and the PS1 environment variable [was: grep: show matching line from pattern file]

2022-06-02 Thread Will Mengarini
* David Christensen [22-06/02=Th 19:18 -0700]: > [...] > Now I can almost match your prompt -- there is a dash before 'bash': > > 2022-06-02 19:05:10 dpchrist@laalaa ~ > $ PS1="\\h/${TTY#/dev/} \\s$SHLVL \\w \\A \$?\\\$" > laalaa/pts/8 -bash1 ~ 19:08 0$ > > The dash seems to be coming from the '\s

Re: Bash and the PS1 environment variable [was: grep: show matching line from pattern file]

2022-06-02 Thread Will Mengarini
* David Christensen [22-06/02=Th 18:01 -0700]: >On 6/2/22 17:12, Will Mengarini wrote: >> * David Christensen [22-06/02=Th 15:50 -0700]: >>> On 6/2/22 15:13, Will Mengarini wrote: > >>>> In this transcript, the numbe

Re: grep: show matching line from pattern file

2022-06-02 Thread Will Mengarini
* David Christensen [22-06/02=Thu 15:50 -0700]: > On 6/2/22 15:13, Will Mengarini wrote: >> * Greg Wooledge [22-05/28=Sa 17:11 -0400]: >>> [...] >>> #!/usr/bin/perl >>> use strict; use warnings; >>> [...] >>> open PATS, ">> [...] &

Re: grep: show matching line from pattern file

2022-06-02 Thread Will Mengarini
* Greg Wooledge [22-05/28=Sa 17:11 -0400]: > [...] > #!/usr/bin/perl > use strict; use warnings; > [...] > open PATS, " [...] You need "or die", not "|| die", because of precedence: what you coded checks whether " perl -le"print unpack '%C*',MENGARINI"

Re: Recommendations for a home server running Debian Bullseye (11)?

2022-04-27 Thread Will Mengarini
ou all buy parts? Alternatives to Newegg? -- Will Mengarini Free software: the Source will be with you, always.

Re: simple talking clock / reminder for when monitor is off and it is dark

2022-03-22 Thread Will Mengarini
* Samuel Wales [22-03/20=Su 23:03 -0700]: > [...] i want debian to tell me the time at certain times. Nobody has yet mentioned the festival package, which is a full text-to-speech system. Once you have that installed, you can use cron or at jobs to speak whatever you want at specific times.

Re: bashrc problem

2022-01-12 Thread Will Mengarini
dkman-init.sh" ]] && source \ >>> "$HOME/.sdkman/bin/sdkman-init.sh" >>> >>> $ . .bashrc >>> $ which scala >>> /home/xxx/.sdkman/candidates/scala/current/bin/scala >>> >>> How can I make it take effect aut

Re: bashrc problem

2022-01-12 Thread Will Mengarini
* Yamada??? [22-01/12=We 19:49 +0800]: > I have a .bashrc file in my home dir, whose content is shown as follows. > But every time I log into the system, I have to source this file by hand. > > $ which scala > /usr/bin/scala > > $ cat .bashrc > #THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO

Re: A .profile puzzle

2021-10-17 Thread Will Mengarini
* Gene Heskett [21-10/17=Su 12:18 -0400]: > [...] opening a terminal hasn't called > a ". .profile" since about jessie [...] Check whether you *also* have either .bash_profile or .bash_login, because either of those supersedes .profile: ls -lA ~/.bash_{profile,login}

Re: Debian Linux keyboard mapping files ...

2021-07-01 Thread Will Mengarini
* Albretch Mueller [21-07/01=Th 01:59 -0400]: > there should be files mapping (most probably unicode) number > <-> glyph for each language. From where can I get them? Does have what you want? If not, try `locate kmap`.

Re: Social-media antipathy (was Re: How i can optimize my operating system?)

2021-05-09 Thread Will Mengarini
d, and colorful life! -- Will Mengarini Free software: the Source will be with you, always. perl -le"print unpack '%C*',MENGARINI"

Re: How to view a troff formatted file?

2021-02-22 Thread Will Mengarini
Your groff command references $o but your script sets no value for it, so $o is either empty or inherited from your environment. * Alain D D Williams [21-02/22=Mo 12:58 +]: > On Mon, Feb 22, 2021 at 06:04:15AM -0600, Richard Owlett wrote: >> I have downloaded a program with a man-page in trof

Re: iptables -Z option

2021-02-09 Thread Will Mengarini
Your issue looks like this bug, but I don't know how to fix it: . * Bonno Bloksma [21-02/09=Tue 15:52 +]: > For years I have had a firewall script the sets and/or resets my > firewall rules. [It starts near] the top with some lines th

Re: po...@lists.debian.org

2021-01-10 Thread Will Mengarini
a Usenet server] -- that is, 1 MIPS > and and a megabit/second of bandwidth will do pretty well. > > A Raspberry Pi is overkill. -- Will Mengarini @nypost: New research finds Jupiter is flinging asteroids at Earth. @ChuckWendig: Honestly, do you blame it? -- teh Internet

Re: May I please have a block cursor in nano?

2020-12-25 Thread Will Mengarini
* Bob Bernstein [20-12/25=Fr 20:46 -0500]: > OF COURSE the app looks to the terminal for its cursor > policy, and OF COURSE my terminal (mintty running in > cygwin -- LONG story) also lacked a block cursor. That sounds as if the problem remains unsolved. Three solutions: The first is based on G

Re: rsync --delete

2020-10-16 Thread Will Mengarini
* Mike McClain [20-10/16=Fr 17:09 -0500]: > [...] A section of the backup script is so: > Params=(-a --inplace --delete); > [...] > echo /usr/bin/rsync $Params --exclude-from=/home/mike/.rsync_exclude . > $Flash/mike Try this to be sure your shell is doing what you think: debian/pts/14 bash ~ 2

Real bounces from debian-user

2020-07-06 Thread Will Mengarini
f that could magically translate into some URL, it doesn't help ipso facto, because it comes from mail I *did* get; I need the URLs for mail I *didn't* get. SUMMARY: How can I either: - Retrieve all my recent debian-user bounces, or a list thereof; or: - Minimizing web traffic, retrieve a

Re: Reminder about the Debian Code of Conduct

2020-06-25 Thread Will Mengarini
a Code > of Conduct and potential moderation seems to represent, > should be delighted that no scapegoat was designated. > > Yet, although some may try and play naive, I'm pretty sure > the concerned people know who they are and what my email > is referring about, and that seem

Re: waaay offtopic

2020-05-27 Thread Will Mengarini
is` is unresponsive. Also, other U.S insurance alternatives may not have the same options. -- Will Mengarini KADAN: We're helping them to lead productive, happy lives. RAVOC: By altering their memories? KADAN: The treatment I provide improves their lives and makes them better

Re: Hmmm... /boot is too small. what's the best way to increase it's size?

2020-05-10 Thread Will Mengarini
ly create a gig or so of space by a shrink/resize > of /home, but how do I add that space to /dev/sda2? > > I can't just move up the end of /dev/sda2 = start of > /dev/sda3 without backing up and restoring, can I? > > Any suggestions would be appreciated. Consider the time you

Re: scp overwriting precaution?

2020-02-26 Thread Will Mengarini
* Greg Marks [20-02/26=We 21:48 -0600]: > [...] if I accidentally copy an older version of > a file on my laptop to a newer version of the > file on my server, the newer version is lost. > > Is it possible to configure my server so that [it creates a > backup on the server of any existing file tha

Re: Jittery desktop mode.

2020-01-20 Thread Will Mengarini
* Peter Easthope [20-01/19=Su 17:36 -0600]: > [...] components in the desktop begin flashing [...] > indicator in the center of the screen rapidly cycles > [...] seems to be triggered by a mouse click [...]. At > present I wouldn't know what to file a bug report against. This seems more like an

Re: automounting sshfs

2020-01-18 Thread Will Mengarini
* Rainer Dorsch [20-01/18=Sa 23:38 +0100]: > ls: cannot access '/home/spatzen/Ablage/': Too many levels of symbolic links Whenever I've seen this, it's been because some symlink is referring (possibly indirectly) to itself. So find ~/Ablage -type l could be used to find all symlinks, and fin

Re: I need to be root to run this script

2020-01-14 Thread Will Mengarini
* l0f...@tuta.io [20-01/15=We 01:19 +0100]: >> ls -R /etc/sudoers.dcat /etc/sudoers >> ls -l /usr/local/bin/backlight-brightness * kaye n [20-01/15=Wed 10:57 +0800]: > [...] > kaye@laptop:~$ ls -R /etc/sudoers.dcat /etc/sudoers > [...] l0f4r0's commands were missing a newline. These were the

Re: I need to be root to run this script

2020-01-14 Thread Will Mengarini
* l0f...@tuta.io [20-01/15=We 01:19 +0100]: >>> ls -R /etc/sudoers.dcat /etc/sudoers >>> ls -l /usr/local/bin/backlight-brightness * kaye n [20-01/15=We 10:57 +0800]: >> [...] >> kaye@laptop:~$ ls -R /etc/sudoers.dcat /etc/sudoers >> [...] * Will Mengarini

Re: shell wrappers for trig and other mathematical functions

2019-10-02 Thread Will Mengarini
uld like stand-alone programs. This would absolutely > minimize any typing, and if the programs had a set of good conventions, > then they would provide a model for writing others if the functions i want > are not already available in perl (or other interpreter). > > Thanks again f

Re: buster: multiple instances of konqueror?

2019-09-05 Thread Will Mengarini
A general solution to problems like this is to run the alternate instance as a different user. Example: adduser doppel # also creates /home/doppel sudo -u doppel konqueror # may use /home/doppel for new config files * D. R. Evans [19-09/05=Thu 10:08 -0600]: > Dan Ritter wrote on 9/5/19 9:36

Re: Shell Script Help

2019-05-04 Thread Will Mengarini
* Patrick Bartek [19-05/04=Sa 08:08 -0700]: > [...] Perform an operation on files in unique, sequential > directories [...] never more than 99 -- usually a lot > less. The actual number will vary job to job. [...] If the sequentially-numbered directories already exist: `man find` Else: for

Re: Paypal and Linux in a low graphics environment.

2018-11-15 Thread Will Mengarini
at Eskimo North that gives me access to 13 different distributions on virtual servers, as well as the usual amenities like mail, news, and my own web site; and tech support is very responsive. You might want to investigate <http://www.eskimo.com/>. -- Will Mengarini Free software: the Source will be with you, always. O< ASCII ribbon campaign - stop HTML mail - www.asciiribbon.org sh -c 'echo -n MENGARINI|sum -s|colrm 4'

Re: Help me Linux

2018-10-30 Thread Will Mengarini
> I TRIED TO INSTALL DEBIAN MANY TIMES BUT FAILED BADLY. I NEVER USED DEBIAN. > I believe whoever reading this mail is far more knowledgeable and > experienced than me and having good knowledge of Linux. Please help me! Studying will help you i

Re: sort (-g) [offtopic]

2018-02-19 Thread Will Mengarini
* Ionel Mugurel Ciobica [18-02/18=Su 16:55 +0100]: > [... How can something like > "III\nII\nI\nV\nIV\nVII\nVI\nVIII\nX\nIX" > [be sorted? ...] See `aptitude show msort`; it probably does what you need.

Re: sudo

2017-11-08 Thread Will Mengarini
* Josh W. [17-11/08=We 14:56 -0600]: > I am trying to figure out how to add a user to sudo. Not sure of the > process. Could somebody point me in the right direction. Thanks! sudo adduser beeblebrox sudo # man adduser

Re: Opening Intellicast Causes Firefox to close

2017-11-08 Thread Will Mengarini
put more meaningful. > Compiling the src reminded me of years ago when I used to compile the > Linux kernel - an agonizingly long procedure, but it finally finished. I find it helps to keep reminding myself that computers save time. -- Will Mengarini Free software:

Re: Opening Intellicast Causes Firefox to close

2017-11-07 Thread Will Mengarini
beyond being deterministic or even vaguely testable. When the heavy hand of government is starting to look preferable to market forces, we're in truly-late-stage capitalism. (1) I am not a crook. (2) America does not torture. (3) Don't be evil. -- Will Mengarini Free software: the Source will be with you, always. js<<<'n=0;for(i=0;i<9;++i){n+="MENGARINI".charCodeAt(i)};print(n)'

Re: Another Devuan annoyance: CLI default apps

2017-11-01 Thread Will Mengarini
* Ron OLGIATI [17-10/31=Tu 19:11 -0300]: >> [...] Devuan Jessie, I tried to use crontab [...] >> under Devuan, crontab opens the file with nano [...] * deloptes [17-11/01=We 09:23 +0100]: > [...] OP wanted to edit crontab, which needs root access. It seems more likely that he was talking about

Re: Another Devuan annoyance: CLI default apps

2017-10-31 Thread Will Mengarini
fy as needed if you're using some other vi than Vim, or some other shell than Bash. -- Will Mengarini Free software: the Source will be with you, always.

No live CD ISOs without GUI desktops?

2017-06-23 Thread Will Mengarini
https://cdimage.debian.org/debian-cd/current-live/i386/iso-hybrid/ lists many ISOs, but all have graphic desktops, so none would fit on a 650 MB CD-ROM, of which I have lots; I don't have larger media. The situation for the amd64 architecture is identical. https://www.debian.org/distrib/ points to

Re: Here's how to make yourself happier

2014-03-04 Thread Will Mengarini
can precede the alternatives: :0: * !^From:Will Mengarini * 2147483646^0 * 1^0 ^From:.*naturalli...@dcemail.com * 1^0 ^From:.*arnoldb...@cosmicemail.com * 1^0 ^From:.*usspookslovesys...@muchomail.com * 1^0 ^From:.*fredw...@mail.ru * -2147483646^0 $JUNK -- Will Mengarini Free

  1   2   >