Re: [PLUG] Battery Backup Question

2023-09-29 Thread Johnathan Mantey
3 at 8:18 AM Johnathan Mantey > wrote: > > > I have several APS UPS units. I have tried, multiple times, to replace > the > > battery on a failed unit. > > One of the three simply won't power. > > The other two, despite my purchasing brand new batteries, don't work

Re: [PLUG] Battery Backup Question

2023-09-29 Thread Johnathan Mantey
I have several APS UPS units. I have tried, multiple times, to replace the battery on a failed unit. One of the three simply won't power. The other two, despite my purchasing brand new batteries, don't work, or don't work long. I don't remember as I wrote them off some time ago. They've been

Re: [PLUG] Replacing github public key

2023-07-31 Thread Johnathan Mantey
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection On Mon, Jul 31, 2023 at 9:49 AM Rich Shepard wrote: > On Mon, 31 Jul 2023, Johnathan Mantey wrote: > > > Did you use their 'ssh -T url' function to see if ssh was configured &

Re: [PLUG] Replacing github public key

2023-07-31 Thread Johnathan Mantey
Did you use their 'ssh -T url' function to see if ssh was configured correctly? On Mon, Jul 31, 2023 at 8:40 AM Rich Shepard wrote: > On Mon, 31 Jul 2023, Johnathan Mantey wrote: > > > Do you have any special settings in your .gitconfig? > > Nope; user, core, alias. > > Thanks, > > Rich >

Re: [PLUG] Replacing github public key

2023-07-31 Thread Johnathan Mantey
Do you have any special settings in your .gitconfig? On Mon, Jul 31, 2023 at 8:16 AM Rich Shepard wrote: > On Mon, 31 Jul 2023, Ali Corbin wrote: > > > ssh is picky about permissions, and won't work if the keys are too open. > > Mine are: > > -rw--- 1 ali ali 411 Jul 14 2022 id_ed25519 >

Re: [PLUG] Off Topic: I'd like to volunteer for ARRL Field Day

2023-06-24 Thread Johnathan Mantey
Try contacting Ev Curry (W6ABM.arrl.net). He can probably guide you. On Sat, Jun 24, 2023 at 11:01 AM elcaset wrote: > Thanks, Michael, I'll check it out. 73 > > On Sat, Jun 24, 2023 at 4:49 AM Michael Barnes > wrote: > > > The Oregon Tualatin Valley ARC (OTVARC) usually does Field Day out at

Re: [PLUG] Renaming file with back slashes and spaces [FIXED]

2023-05-04 Thread Johnathan Mantey
Rich, I had to double check past history to confirm you use a Lisp environment that includes an editor (Emacs). You could also use `dired` to rename space delimited filenames. Other aficionados consider `dired` a killer feature of Emacs. I like to use it, and at the same time it has not become

Re: [PLUG] Transferring public key shows error

2023-04-19 Thread Johnathan Mantey
IMO it is best to use ssh-copy-id to transfer your public key. I have begun using: ssh-keygen -f "/home//.ssh/known_hosts" -R "" to remove ID's from my local .ssh/known_hosts file. The advantage of the first is that you don't accidentally copy your private key. The advantage of the second is

Re: [PLUG] Generating id_ed25519 key pair

2023-04-19 Thread Johnathan Mantey
Not -G, -t On Wed, Apr 19, 2023 at 10:22 AM Rich Shepard wrote: > It's been years since I last set up ssh on a host. Reading man ssh-keygen > I'm not sure which option to use to generate an ed25519 key pair rather > than > a RSA key pair. > > Is it 'ssh-keygen -G ed25519 -T -P '? > > Rich >

Re: [PLUG] 3rd party vpn Defense evasion

2023-04-19 Thread Johnathan Mantey
I'm pretty sure I saw J Jason Jordan on the TV the other day railing that Spider Man is public enemy number 1. :) On Wed, Apr 19, 2023 at 1:50 AM Michael Rasmussen wrote: > On 2023-04-18 12:01, Ishak Micheil wrote: > > John is a contractor, hires someone else to do the work. Vdi setup, > > he

Re: [PLUG] Emacs mode issue: Markdown

2022-11-28 Thread Johnathan Mantey
the ELPA version of the markdown source invokes syntax highlighting. On Mon, Nov 28, 2022 at 1:30 PM Rich Shepard wrote: > On Mon, 28 Nov 2022, Johnathan Mantey wrote: > > > That's why I specifically emphasized "like this". I was not giving a > recipe > > t

Re: [PLUG] Emacs mode issue: Markdown

2022-11-28 Thread Johnathan Mantey
That's why I specifically emphasized "like this". I was not giving a recipe to follow, not a pastable piece of code. On Mon, Nov 28, 2022 at 12:48 PM Rich Shepard wrote: > On Mon, 28 Nov 2022, Johnathan Mantey wrote: > > > Emacs will search ~/.emacs.d for ELisp s

Re: [PLUG] Emacs mode issue: Markdown

2022-11-28 Thread Johnathan Mantey
Rich, Emacs will search ~/.emacs.d for ELisp source by default. There is no need to add it to the load-path variable. I would use code *like this* to add Markdown to the auto-mode-alist: (add-to-list 'auto-mode-alist '("\\.html\\'" . web-mode)) On Mon, Nov 28, 2022 at 8:39 AM Rich Shepard

Re: [PLUG] Small script to run tftp

2022-10-15 Thread Johnathan Mantey
Chuck, do these devices do PXE? If so they could be configured to automatically collect their payloads instead of having a push method. Johnathan Mantey On Sat, Oct 15, 2022 at 3:53 PM Chuck Hast wrote: > I shall try that again as the machine decided to send it > prior to my finishing

Re: [PLUG] Typing accented characters in text files

2022-09-15 Thread Johnathan Mantey
I can assist with Emacs The C-x 8 RET keybind allows you to enter unicode sequences, or the "long name" equivalent. "Insert character (Unicode name or hex):" >From : https://www.fileformat.info/info/charset/UTF-8/list.htm I found: LATIN SMALL LETTER E WITH ACUTE (U+00E9) or LATIN SMALL LETTER

Re: [PLUG] Emacs: display only buffer rows beginning in column 1 [RESOLVED]

2022-06-07 Thread Johnathan Mantey
You have to know that someone will have created a package that does what you want. Someone has also created a package that does things you will never want. On Tue, Jun 7, 2022 at 10:51 AM Rich Shepard wrote: > On Tue, 7 Jun 2022, Johnathan Mantey wrote: > > > Perhaps this minor mod

Re: [PLUG] Emacs: display only buffer rows beginning in column 1

2022-06-07 Thread Johnathan Mantey
Perhaps this minor mode? https://www.emacswiki.org/emacs/HideShow On Tue, Jun 7, 2022 at 10:33 AM Rich Shepard wrote: > Perhaps my web search terms ask the wrong questions, but I've not found how > to 'collapse' an emacs buffer so only those lines beginning in column 1 are > displayed. > > My

Re: [PLUG] Using dmesg to find system starting delay

2022-03-04 Thread Johnathan Mantey
I would search this using 'journalctl -a'. Look for messages tagged with 'ntp', or for network related messages. On Fri, Mar 4, 2022 at 9:59 AM Rich Shepard wrote: > On Fri, 4 Mar 2022, Ben Koenig wrote: > > > Didn't you find the cause for this delay on the other machine? I thought > > yoy

Re: [PLUG] Chromebooks and Linux

2022-01-20 Thread Johnathan Mantey
I was going to broach this subject as well Galen. I didn't because the original poster decided not to pursue a solution to the problem posed. I only recently discovered this "feature". I was already unimpressed with Chromebooks based on my personal experience with one. The end of support policy

Re: [PLUG] Android question

2021-07-08 Thread Johnathan Mantey
IMO Android is an e-waste generating operating system. When the device vendor gets bored or decides it no longer wants to support/sell the Android device in your possession you are in possession of a brick. Once updates stop from the OEM you are in a software bit rot, where vulnerabilities become

Re: [PLUG] please stop modifying the message body

2021-05-26 Thread Johnathan Mantey
I looked into my Gmail spam folder and found Tom's neugia.com address there. There was also another email address there. On Wed, May 26, 2021 at 12:59 PM TomasK wrote: > On Wed, 2021-05-26 at 12:05 -0700, wes wrote: > > On Wed, May 26, 2021 at 8:17 AM Ben Koenig > > wrote: > > > > > On Wed,

Re: [PLUG] Recommended method for destroying a failed SSD

2021-05-20 Thread Johnathan Mantey
Let out the magic smoke? Apply 12V to the ground input Put a ground wire on the 12V input. The magic smoke that makes your drive function will soon be released. On Thu, May 20, 2021 at 1:52 PM Tomas Kuchta wrote: > Fire! Chipper! ... Similar > > On Thu, May 20, 2021, 16:15 Dick Steffens wrote:

Re: [PLUG] Old OS on New Machine

2021-05-06 Thread Johnathan Mantey
This is a stab based on systems I've used where the video doesn't show. Add the following to your kernel boot command line: nomodeset This causes the system to use the BIOS video until the X11 system starts. It's supposed to be a temporary solution, as I believe there may be security

Re: [PLUG] Is Free Software still here?

2021-04-15 Thread Johnathan Mantey
I certainly hope that cancel culture has not arrived in PLUG. On Thu, Apr 15, 2021 at 7:42 AM Rich Shepard wrote: > On Thu, 15 Apr 2021, Ben Koenig wrote: > > > Also, slackware15 BETA is infinitely more exciting than the selfish > > screaming coming from redhat. > > Ben, > > Your thoughts on

Re: [PLUG] sed script help needed

2021-03-19 Thread Johnathan Mantey
I tried this myself to make sure it worked it didn't. Here's the working answer: emacs ~/Downloads/captilize-it.txt --eval "(progn (while (not (eobp)) (capitalize-dwim 1)) (save-buffer))" --batch On Fri, Mar 19, 2021 at 1:26 PM David Fleck wrote: > Rich- > > what's going wrong? I tried

Re: [PLUG] sed script help needed

2021-03-19 Thread Johnathan Mantey
Rich... I don't know SED. You opened the door by mentioning Emacs and I know elisp. You could emacs -q --eval (progn (while (not (eobp)) (capitalize-dwim 1)) (save-buffer)) fname Replacing fname with the name of the file you wanted to modify. On Fri, Mar 19, 2021 at 11:09 AM Rich Shepard

Re: [PLUG] Anyone on the list with Verizon Fios service and own router?

2020-12-11 Thread Johnathan Mantey
They wouldn't do it without sending a "service call" which means $$ out of my pocket. Perhaps ZipWhatever is more accommodating. On Fri, Dec 11, 2020 at 7:04 PM wes wrote: > This is configurable at the ONT. You can get them to switch it to the RJ45 > port. > > -wes > > On Fri, Dec 11, 2020 at

Re: [PLUG] Driver question

2020-12-11 Thread Johnathan Mantey
> Regarding drivers, I would expect any contemporary Linux kernel to > already have the appropriate driver for an FTDI USB-serial device. I agree. There's no need to do anything to get a FTDI UART operational. Have you asked the vendor about possible failure points? On Fri, Dec 11, 2020 at

Re: [PLUG] Driver question

2020-12-11 Thread Johnathan Mantey
cor Micro Corp. Asus Integrated Webcam > > Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub > > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > > > > On Fri, Dec 11, 2020 at 9:06 AM Johnathan Mantey > > wrote: > > > &g

Re: [PLUG] Driver question

2020-12-11 Thread Johnathan Mantey
What is the output from lsusb? On Thu, Dec 10, 2020 at 10:08 PM Ken Stephens wrote: > I subscribe to a monthly electronic surprise box > . This month's > surprise is a Propeller 2 8x32bit processor on a circuit board that > connects to a

Re: [PLUG] Emacs: buffer opens in read-only mode

2020-11-21 Thread Johnathan Mantey
In a previous occupation I handled tech support cases for a FPGA manufacturer. I would occasionally get assigned a case that would read: "X doesn't work, please advise." On Sat, Nov 21, 2020 at 10:19 AM Rich Shepard wrote: > On Sat, 21 Nov 2020, Bill Morita wrote: > > > Is the account your

Re: [PLUG] External HD issue.

2020-10-30 Thread Johnathan Mantey
Try 'lsusb' and see if the device is being enumerated. On Fri, Oct 30, 2020 at 12:12 AM wes wrote: > Also, do you have another computer to test it on? That would be a good way > to narrow down which side the problem is on. > > -wes > > On Fri, Oct 30, 2020 at 12:09 AM Jake Bottero wrote: > > >

Re: [PLUG] Sorting lines in emacs

2020-10-27 Thread Johnathan Mantey
Rich Shepard wrote: > On Tue, 27 Oct 2020, Johnathan Mantey wrote: > > > To achieve your desired result: > > query-replace-regexp ^( > > mark-whole-buffer > > sort-numeric-fields > > Johnathan, > > When I did this the results combined the first two fi

Re: [PLUG] Sorting lines in emacs

2020-10-27 Thread Johnathan Mantey
The sort-numeric-fields function is what you desire. The function explicitly indicates it requires whitespace. I tested your set and if I removed the leading '(' and highlighted the data set, the sort-numeric-fields command works. To achieve your desired result: query-replace-regexp ^(

Re: [PLUG] Emacs regex search-replace wild cards

2020-09-27 Thread Johnathan Mantey
I always have to play with regex's in Emacs until I get the syntax correct. I would try this one: 20[[:digit:]]\{2\} I can never remember where I need backslashes for some of the items. Every language has its own rules, making it that much more difficult to keep it straight. On Sun, Sep 27,

Re: [PLUG] OT: Need some help fixing a git issue

2020-09-25 Thread Johnathan Mantey
The second option won't help you. You've blown away your "private", which I assume is just the "remote" repository. You are trying to somehow recover your "remote" using the contents of your "local". I will have to look, and think a little more, about how to accomplish what you want without

Re: [PLUG] Hard drive boot assignment

2020-09-11 Thread Johnathan Mantey
My first reaction would be to use udev rules. I've done this to assign USB UART devices specific /dev/xxx names. This would allow you to create a link from /dev/ttyUSB0 -> /dev/myCoolUSBItem I suggest searching for udevadm and udev rules to translate /dev/sdb(x) to /dev/myBackupDrive. On

Re: [PLUG] HDMI

2020-07-20 Thread Johnathan Mantey
Have you tried redirecting the output signal prior to HDMI cable insertion? For my version of Ubuntu if I press "Window-p" I get a menu of possible output targets. Prior to inserting the cable make sure the output is "laptop screen only". Insert the cable, and then try "duplicating" the screen,

Re: [PLUG] Communicating with digital camera via USB

2020-06-23 Thread Johnathan Mantey
Because, because, because it became an exploit, and that is why we can't have nice things. On Tue, Jun 23, 2020 at 8:57 AM Tomas Kuchta wrote: > Just thinking of fiddling with DSLR over USB makes me tired - I do not > even try anymore - use card reader - it is faster and trouble free. > > Once

Re: [PLUG] KDE: silence noise when application closed

2020-05-18 Thread Johnathan Mantey
Brute force find out what audio file is being played, and replace it with one that plays "silence"? On Mon, May 18, 2020 at 6:19 PM Tomas Kuchta wrote: > Find out the appropriate KDE settings module by: > kcmshell4 --list > Launch the appropriate settings: > Example: > kcmshell4 module

Re: [PLUG] Thunderbird save attachment issue

2020-02-19 Thread Johnathan Mantey
Done any system updates without a system reboot? On Wed, Feb 19, 2020 at 11:45 AM Dick Steffens wrote: > On 2/19/20 11:42 AM, Johnathan Mantey wrote: > > Is this for any attachment, or do you have some pathologically malicious > > attachment from someone who does not have your

Re: [PLUG] Thunderbird save attachment issue

2020-02-19 Thread Johnathan Mantey
Is this for any attachment, or do you have some pathologically malicious attachment from someone who does not have your best interests at heart? On Wed, Feb 19, 2020 at 11:16 AM Dick Steffens wrote: > When I get an email with an attachment, Thunderbird provides a Save or > Save All button which

Re: [PLUG] File is there, but not there?

2020-01-28 Thread Johnathan Mantey
We don't know what your 'll' alias does. Perhaps you should use a non-alias 'ls' with your switches expressed explicitly, and then post the output. On Tue, Jan 28, 2020 at 12:24 PM Jason Barnett wrote: > There is an asterisk at the end of the file name. There is no file named > "linbpq", but

Re: [PLUG] SOLVED Make cron send an e-mail upon completion

2020-01-28 Thread Johnathan Mantey
I'm only paying half attention to this. You want to run as root, but you are using your own Xauth? I'm no X11 wizard, but that doesn't seem like it would work. Doesn't /root have a Xauthority file that should be used for root run features? On Tue, Jan 28, 2020 at 1:04 PM John Jason Jordan

Re: [PLUG] Make cron send an e-mail upon completion

2020-01-27 Thread Johnathan Mantey
You're not telling "mail" to mail anything. Since you're no longer piping you need to redirect something to STDIN. mail -s "my subject" $recipient wrote: > On Mon, 27 Jan 2020 13:41:05 -0800 > John Jason Jordan dijo: > > >>> mail: cannot send message: Process exited with a non-zero status > >

Re: [PLUG] Make cron send an e-mail upon completion

2020-01-27 Thread Johnathan Mantey
From the rsync man page: --outbuf=MODE This sets the output buffering mode. The mode can be None (aka Unbuffered), Line, or Block (aka Full). You may specify as little as a single letter for the mode, and use upper or lower case. The

Re: [PLUG] SpamAssassin not reading messages

2020-01-26 Thread Johnathan Mantey
Improved AI in how to format/defeat SpanAssassin? On Sun, Jan 26, 2020 at 7:38 AM Rich Shepard wrote: > Early each Sunday morning a cron job runs the script: > > sa-learn --spam --mbox --showdots mail/spam-uncaught > rm -f mail/spam-uncaught > > This has worked flawlessly for years. Until

Re: [PLUG] Mint Spell Check Languages

2020-01-23 Thread Johnathan Mantey
FWIW, Your browser may have an independent setting. I was frustrated by this when sending things in GMAIL. I thought it was a Gooogle setting, only to find it was a browser setting. On Thu, Jan 23, 2020 at 12:34 AM Tomas Kuchta wrote: > Check what dictionary languages you have installed

Re: [PLUG] clinic question

2019-12-02 Thread Johnathan Mantey
I was afraid that there wasn't a built in CD/DVD player. Yes, a USB attached DVD player will look the same as a USB thumb drive. No relief there. I assume this is a machine that does not have a BIOS upgrade path? On Mon, Dec 2, 2019 at 1:15 PM OR Linux Jobs wrote: > Hi Rich > > Thanks for the

Re: [PLUG] clinic question

2019-12-02 Thread Johnathan Mantey
Are you unable to burn and use a DVD image? On Mon, Dec 2, 2019 at 8:50 AM OR Linux Jobs wrote: > Hello PLUG Happy Holidays > > This question is for the clinic staff > I have a laptop that I would like to get Clear Linux OS on, and I've been > unable to do that by booting from USB. Does the

Re: [PLUG] UPS battery

2019-11-25 Thread Johnathan Mantey
I always trudge to a Batteries Plus. On Mon, Nov 25, 2019 at 9:44 AM Dave Lien W7DAL wrote: > I buy all my backup batteries on the net. The prices are rock bottom and > the shipping (heavy!) to your door is free. Can't beat that. -Dave > > > On 11/25/2019 9:33 AM, Galen Seitz wrote: > > > > The

Re: [PLUG] annotate photos

2019-11-16 Thread Johnathan Mantey
Don't know what capabilities it has. Look at Inkscape? On Sat, Nov 16, 2019 at 6:18 PM Denis Heidtmann wrote: > Gimp will certainly do it, but there is a bit of a learning curve. > > -Denis > > On Sat, Nov 16, 2019 at 5:15 PM Galen Seitz wrote: > > > Hi, > > > > I have a need to add

Re: [PLUG] PCH cables out of stock: local alternatives?

2019-11-07 Thread Johnathan Mantey
If you're online anyway, have you checked Newegg? On Thu, Nov 7, 2019 at 4:50 PM Galen Seitz wrote: > On 11/7/19 4:30 PM, Rich Shepard wrote: > > On Thu, 7 Nov 2019, Rich Shepard wrote: > > > >> Thanks for both suggestions. > > > > FreeGeek had a bunch of dongles, but they were all sold today.

Re: [PLUG] Printer IP address [UPDATE]

2019-11-04 Thread Johnathan Mantey
Usually there are Windows SW elements that search for "Our Wonderful Brand of XYZ", and auto-finds it on your local net segment. Of course this is useless to those not using the Redmond offering. On Mon, Nov 4, 2019 at 4:20 PM John Jason Jordan wrote: > On Mon, 4 Nov 2019 15:48:57 -0800 (PST) >

Re: [PLUG] Skype for Linux Status Changes on its own

2019-10-16 Thread Johnathan Mantey
Why would you want it to behave in any other fashion? :P I tried this on a Linux machine for about a week, maybe less. Once I found out it was abandonware I got rid of it. On Wed, Oct 16, 2019 at 8:46 AM Dick Steffens wrote: > Does anyone else use Skype for Linux? My problem is that the status

Re: [PLUG] RadioShack Gigaware USB to serial (DB9) converter *FREE*

2019-10-07 Thread Johnathan Mantey
I'm guessing the Prolific chip in the converter is a knock off, and has been intentionally disabled by the latest Windoze versions. FTDI and Prolific both have a problem with counterfeit devices. The solution they applied was to make their drivers refuse to work with counterfeit HW. I've found

Re: [PLUG] CentOS 7 locking up...

2019-09-30 Thread Johnathan Mantey
This isn't a post that proposes a solution for you. It's a "I have issues too", post. I have a newer Intel i3 laptop that I dual boot. Well sort of. I don't boot to Windoze. I'm using the latest Neon distribution, and I will return to my laptop to find that it has seized at the login screen.

Re: [PLUG] Source code to Windows 9x and ME...

2019-09-26 Thread Johnathan Mantey
Assuming the thermal conditions in the location of torment were considerably reduced, having the source code would not be enough. A good proportion (all?) of the MS development infrastructure would also need to be replicated. I doubt that the source could be run through modern

Re: [PLUG] Replace Windows 98SE with Linux....

2019-09-17 Thread Johnathan Mantey
Michael, What has changed that is prompting this endeavor? On Tue, Sep 17, 2019 at 9:47 AM Michael C Robinson < mich...@robinson-west.com> wrote: > RTC stands for real time computer and it typically runs MS-DOS 6.22. > > GUI stands for Graphical User Interface and it typically runs 98SE. > > SBC

Re: [PLUG] Setting initinal/default emacs frame size

2019-08-13 Thread Johnathan Mantey
I'm guessing Xdefaults is winning. Try removing the value there and try the alist method. On Tue, Aug 13, 2019 at 11:22 AM Rich Shepard wrote: > On Tue, 13 Aug 2019, Johnathan Mantey wrote: > > > From emacswiki I found the initial-frame-alist and default-frame-alist > > vari

Re: [PLUG] Setting initinal/default emacs frame size

2019-08-13 Thread Johnathan Mantey
>From emacswiki I found the initial-frame-alist and default-frame-alist variables. I added a single line into my .emacs file and renamed my init.el file. (setq initial-frame-alist '((top . 10) (left . 20) (width . 150) (height . 25))) When I launch emacs the frame changes according to the

[PLUG] Linux Journal Redux

2019-08-12 Thread Johnathan Mantey
The journal has been shuttered a second time. ___ PLUG mailing list PLUG@pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

Re: [PLUG] does this thing need a heatsink???

2019-08-08 Thread Johnathan Mantey
I'd say no. 3.3V * 100ma = 330 mW Even if I'm off by a factor of 10 it would be unnecessary. On Thu, Aug 8, 2019 at 2:32 PM Aaron Burt wrote: > On 2019-08-08 13:48, Russell Senior wrote: > > I just ordered a few of these: https://www.pjrc.com/store/teensy40.html > > > > It has a 600MHz

Re: [PLUG] Setting emacs frame size

2019-08-07 Thread Johnathan Mantey
-scroll-bar-mode) (horizontal-scroll-bar-mode -1)) (scroll-bar-mode -1))) ;; Scrollbars are waste screen estate (add-hook 'after-make-frame-functions #'jgm-increase-workspace) On Wed, Aug 7, 2019 at 11:21 AM Rich Shepard wrote: > On Wed, 7 Aug 2019, Johnathan Mantey wr

Re: [PLUG] Setting emacs frame size

2019-08-07 Thread Johnathan Mantey
Rich, I use the following to make frame changes: (setq default-frame-alist (append default-frame-alist '((background-color . "black") (foreground-color . "green3" On Wed, Aug 7, 2019 at 10:56 AM Rich Shepard

Re: [PLUG] C program: builds but segfaults when invoked

2019-08-02 Thread Johnathan Mantey
Use gdb on the core file to find out where it died? On Fri, Aug 2, 2019 at 8:07 AM Rich Shepard wrote: > On Fri, 2 Aug 2019, Ken Stephens wrote: > > Have you ever used strace on the program. You might be able to find where > > if segfaults. > > Ken, > > Yes, I should have mentioned that. Strace

Re: [PLUG] Problem building Supermicro 1U...

2019-07-23 Thread Johnathan Mantey
Sam, How long have you waited for a boot? Does the system emit any beep codes? I work on Intel servers and they take forever to boot. It was pulling teeth to get the BIOS team to display anything to the monitor during boot. You just had to wait an eternity to know whether the system was going

Re: [PLUG] How do I get ssh to not challenge for a password

2019-06-12 Thread Johnathan Mantey
Have you configured ssh-agent correctly for Atlas? On Tue, Jun 11, 2019 at 11:59 PM Larry Brigman wrote: > The only time I had something like that happen was when the user's file > system wasn't properly labeled for SElinux. > sshd from the command line doesn't source or use >

Re: [PLUG] Terminal does not echo typed characters

2019-06-03 Thread Johnathan Mantey
I don't know if it will help: stty sane On Mon, Jun 3, 2019 at 6:20 PM Rich Shepard wrote: > On Mon, 3 Jun 2019, tomas.kuchta.li...@gmail.com wrote: > > > Though your problem is sudo/su related instead - perhaps you have running > > job or some graphical leftovers in your root session blocking

Re: [PLUG] Help! Display at 640x480!

2019-03-18 Thread Johnathan Mantey
How did you solve the problem? On Mon, Mar 18, 2019 at 2:18 PM John Jason Jordan wrote: > On Mon, 18 Mar 2019 11:37:02 -0700 > John Jason Jordan dijo: > > >On Sun, 17 Mar 2019 21:53:11 -0700 > >Galen Seitz dijo: > > > >>This is just a WAG, but try removing and re-seating your video cable. >

Re: [PLUG] Need new mobile phone; Treos no longer supported

2019-02-21 Thread Johnathan Mantey
Rich You have to be careful. Verizon is a CDMA carrier, not a GSM carrier. Verizon has Galaxy S series made specifically for them that are CDMA. Sounds like you are Verizon based, so only the CDMA phone I have has a shot of working for you. On Thu, Feb 21, 2019 at 3:08 PM Rich Shepard wrote:

Re: [PLUG] Wanted: simple Linux spreadsheet

2019-02-20 Thread Johnathan Mantey
A quick search of my Linux repo: apt search sheet calligrasheets sc pyspread search engine "foss spreadsheet" kspread https://en.wikipedia.org/wiki/List_of_spreadsheet_software On Wed, Feb 20, 2019 at 5:27 PM Rich Shepard wrote: > On Wed, 20 Feb 2019, Richard Owlett wrote: > > > I'm looking

Re: [PLUG] Some windows launch with title bar and left edge hidden

2018-12-17 Thread Johnathan Mantey
Sadly I don't have an answer for you. I have my own display misbehavior as well. For whatever reason Opera, and Chrome, both drop out the tab/header. Dragging the mouse over the blacked area redraws some stuff. It does not correct the issue. The only fix I've found is to kill the browser, and

Re: [PLUG] centos/rhel 7 ttyUSB group ownership with FTDI adapter

2018-12-06 Thread Johnathan Mantey
You may want to add something like this to a udev rule: KERNEL=="ttyUSB[0-9]*",GROUP="dialout",MODE="0660" You may also like to do something like this (probably won't work for FTDI knockoffs): SUBSYSTEM=="tty", ENV{ID_SERIAL}=="FTDI_TTL232R-3V3_FTF89IVR", SYMLINK+="myCoolUSBDevName" You can add

Re: [PLUG] An apology needed? - was [Re: Wanted: handheld data collection device with Linux OS]

2018-11-15 Thread Johnathan Mantey
Richard, I viewed one of the links I provided in the "old devices" thread, related to this one. It seems based on what I just read that the *Noodle Pi* may be very close to your list of requirements. I also sent another link, which I have not viewed, comparing 5 different handheld devices

Re: [PLUG] Neo900 (was: handheld data collection)

2018-11-13 Thread Johnathan Mantey
I have not watched any of these vids, so I can't say how apropos the contents are to your search. I do know that one of the devices is kaput (PocketChip). 5 hand held linux computers under 200 compared: https://www.youtube.com/watch?v=dXNllO79_68 Noodle Pi - Linux powered modular PDA:

Re: [PLUG] New desktop: issue with 'find'

2018-10-05 Thread Johnathan Mantey
, 2018 at 3:37 PM wrote: > > > > > > > what does: which find > > > > returns? > > > > > > > > On Thu, 2018-10-04 at 13:06 -0700, Rich Shepard wrote: > > > > > On Thu, 4 Oct 2018, Johnathan Mantey wrote: > > > > >

Re: [PLUG] New desktop: issue with 'find'

2018-10-04 Thread Johnathan Mantey
I've recently discovered some distros automatically source .bash_aliases if the file exists. You should probably double check .bash_profiel as well. Also what does *alias* return? On Thu, Oct 4, 2018 at 1:08 PM Rich Shepard wrote: > On Thu, 4 Oct 2018, wes wrote: > > > I feel like the most

Re: [PLUG] New desktop: issue with 'find'

2018-10-04 Thread Johnathan Mantey
Have you tried /usr/bin/find / -name foo ? On Thu, Oct 4, 2018 at 12:41 PM Rich Shepard wrote: > On Thu, 4 Oct 2018, Johnathan Mantey wrote: > > > Perhaps you have an alias or some such in the way? > > Johnathan, > >No alias for fi

Re: [PLUG] New desktop: issue with 'find'

2018-10-04 Thread Johnathan Mantey
Wow try to find this line inside 'man find' command [-pVv] command [arg ...] Run command with args suppressing the normal shell function lookup. On Thu, Oct 4, 2018 at 12:34 PM Johnathan Mantey wrote: > BASH provides *command* as an override to specifically bypass redire

Re: [PLUG] New desktop: issue with 'find'

2018-10-04 Thread Johnathan Mantey
oes (aside from employing Buzz Lightyear), one > can skip alias checking by using a backslash as the first character. ie: > > \find / -name stripes.png > > -wes > > On Thu, Oct 4, 2018 at 12:26 PM Johnathan Mantey > wrote: > > > Perhaps you have an alias or some such i

Re: [PLUG] New desktop: issue with 'find'

2018-10-04 Thread Johnathan Mantey
Perhaps you have an alias or some such in the way? Try *command find ~ -name .bashrc* On Thu, Oct 4, 2018 at 11:52 AM Rich Shepard wrote: > On Thu, 4 Oct 2018, David wrote: > > > Try this: > > > > find / -name 'stripes.png' > > > Not sure it will do anything different, > > David, > >

Re: [PLUG] question on system

2018-09-19 Thread Johnathan Mantey
Yes I suppose I should have put a large number of smileys after it. On Wed, Sep 19, 2018 at 4:21 PM logical american wrote: > On 9/19/2018 2:45 PM, Louis Kowolowski wrote: > > What kind of budget is allocated for this? > Louis: > > I don't know yet, but I suspect significant funds will

Re: [PLUG] question on system

2018-09-19 Thread Johnathan Mantey
Run away! On Wed, Sep 19, 2018 at 1:39 PM logical american wrote: > Hello again: > > Can anyone suggest a linux system server which will successfully do the > following? > > 1. successfully imitate and replace the Google Groups program > 2. successfully imitate and replace the Google gmail

Re: [PLUG] Password keeper

2018-09-06 Thread Johnathan Mantey
I use Keepass2 for my work. I don't trust keeping my DB online, so I have it on a USB drive. I can insert the USB drive into any computer that has Keepass2 installed, including my Android cell phone. I use an OTG USB cable to allow me to mount the USB drive to the Android phone. My only issue

Re: [PLUG] ls -d does not work as it should

2018-06-25 Thread Johnathan Mantey
My memory may be failing me. I'm pretty sure I used '-d' to get a listing of all entries in the cwd that are marked as directories. So if I $(mkdir foo bar baz) and then use 'ls -d' I expect to see "./ ./foo ./bar ./baz". On Mon, Jun 25, 2018 at 4:18 PM, Steve Christiansen wrote: > On

Re: [PLUG] TTL for named emacs keyboard macros

2018-06-15 Thread Johnathan Mantey
It's not like the Emacs docs are small. FYI, this is section 17.5 of the Emacs 26.1 Info pages. On Fri, Jun 15, 2018 at 11:11 AM, Rich Shepard wrote: > On Fri, 15 Jun 2018, Johnathan Mantey wrote: > > The name lasts as long as your Emacs session. You need to name them, store >>

Re: [PLUG] Experiences with USB "null modem" cables.

2018-05-31 Thread Johnathan Mantey
Richard, Is there a reason you don't use point to point RJ45 ethernet? If a PC has USB it almost always has RJ45 ethernet. If neither side has MDIX then RJ45 crossover cables are available to complete the connection. Why do you have an affinity for USB cable solutions? On Thu, May 31, 2018 at

Re: [PLUG] Some how my system boots into text mode

2018-05-30 Thread Johnathan Mantey
Ken, What happens when you 'sudo /sbin/init 5' in order to get to graphical multi-user mode? Ben, I disagree about GRUB. The line that loads the kernel can have a run level value assigned. I have a unit in the lab that I boot to multi-user command line by adding a literal 3 to the kernel. If

Re: [PLUG] Some how my system boots into text mode

2018-05-30 Thread Johnathan Mantey
Are you sure you didn't change GRUB to enter run level 3? Check your grub.conf file (or whatever it is called), and check for a solo "3" and change it to a "5", which is the run level for UI. On Wed, May 30, 2018 at 11:01 AM, Ken Stephens wrote: > Ali, > > Thanks, but there is no

Re: [PLUG] The end of Mint KDE edition

2018-05-10 Thread Johnathan Mantey
So much for installing a dual boot Mint 18.3 I was about to perform. At work I use FC28 with KDE, mainly for bleeding edge, and for libre'ness. At home I want something that has better media support. I'm not a fan of Gnome, and I've been unable to comprehend Unity (haven't tried that hard TBH).

Re: [PLUG] VLC 3.0

2018-05-10 Thread Johnathan Mantey
I'm interested in that last statement. Is Mint discontinuing a KDE release? How do you release KDE w/o Plasma? Johnathan On Thu, May 10, 2018 at 4:45 AM, elcaseti wrote: > Jason, That is useful info. I will be trying Kubuntu 18.04 to see if it's > up to the task of

Re: [PLUG] Emacs: which shell for code debugging?

2018-04-27 Thread Johnathan Mantey
Richard, Is there a reason you don't just use M-x pdb ? This allows you to run pdb in the same way as you would run GDB. Emacs will keep track of your current program location in another window. I use this method for the limited amount of Python work I've done to date. Johnathan Mantey

Re: [PLUG] New computer

2018-02-19 Thread Johnathan Mantey
That doesn't say what was on the other end of the HDMI cable at the monitor side. It could have been attached to VGA for all we know, even if that is unlikely. It does at least prove the new computer has a functioning HDMI output. This implies the monitor may not have auto-detection of the

Re: [PLUG] New computer

2018-02-19 Thread Johnathan Mantey
One issue I have run into with a 4U server is that the BIOS was configured to only output on the on-board VGA output. This despite having a PCIe graphics card. Since you are relying on the on-board graphics you may want to get a VGA monitor long enough to alter your BIOS settings. Obviously

Re: [PLUG] Emacs: sort-paragraph deletes strings from some paragraphs

2018-01-25 Thread Johnathan Mantey
Have you checked to see if your data contains values that get successfully match the regexp within the paragraph-start or paragraph-separate lisp variables? Perhaps there are some whitespace characters (TAB, or FF) in unusual locations in the data. In my experience CSV always has an irregular

Re: [PLUG] Emacs org-mode

2017-12-06 Thread Johnathan Mantey
Rich, IMO, the naming structure of your tags is a personal decision. Every person is going to have a different opinion of the *appropriate* way to create their tags. Can you clarify what you are after with respect to issue #2? Where the tags are located, is once again, up to you. You can