Decrypting old HP200lx / HP100lx / HPLX palmtop memo files [and package search]

2024-04-14 Thread Samuel Wales
[I am not subscribed to this mailing list.  Is it OK to ask
if you can include me on any replies or must I subscribe?]

I want to decrypt my old HPLX memo [ASCII] files.  I am
pretty sure I remember the short password.

There might have been packages that are designed for
decrypting those files, or that emulate the application.
However, they do not seem to exist on bullseye.  Older
releases had more HPLX packages.

I searched the package database. but all I found is lx-gdb,
which is not useful for this case.  The site I used does not
seem to go before buster.  Also, I am not sure how to use
old packages, but I figured this is a good place to start.

===

As for other ideas, I searched for old DOS tools but did not
find anything that seemed relevant that I could download.
They might still exist, but they might be proprietary or
closed source.  I don't know how to use them on Linux.

The database application (GDB) encryption algorithm was
different from the memo application.

I think the memo files are plain unformatted DOS ASCII,
encrypted using 1990s tech.



-- 
The Kafka Pandemic

A blog about science, health, human rights, and misopathy:
https://thekafkapandemic.blogspot.com


Re: can not find repo

2024-04-14 Thread Cindy Sue Causey
On Sun, Apr 14, 2024 at 12:03 PM  wrote:
>
> i don't see an armel repo on any of the mirrors i checked
> it was there a week ago
> has it been deleted or am i just old and blind
>

Hi.. I just took a quick poke at this by using the following k/t debootstrap:

http://deb.debian.org/debian

By clicking through on dists/Debian12.5/, the following possibilities appeared:

http://ftp.debian.org/debian/dists/Debian12.5/main/installer-armel/

http://ftp.debian.org/debian/dists/Debian12.5/main/binary-armel/

Those are directly via Debian instead of mirrors. To help Debian
servers over the years,
I've had success by e.g. snipping from "dists/" on then searching on
that part plus
the name of whatever mirror I was favoring at the time. That worked about 95%
of the time and helps spread the server download wear-and-tear across the Net..

Hope that somehow helps.

Cindy :)
-- 
Talking Rock, Pickens County, Georgia, USA
* runs with birdseed *



Re: SOLVED (was: Re: using mbuffer: what am i doing wrong?)

2024-04-14 Thread Marc SCHAEFER
On Thu, Apr 11, 2024 at 04:14:33PM +0200, DdB wrote:
> - the resulting transfer is way faster than say ... ssh.

AFAIK ssh is mono-threaded (like OpenVPN, unless you use the kernel
module).  wireguard is multi-threaded.

The symptom will be one CPU ("core") at 100% and the rest mostly
idle.



can not find repo

2024-04-14 Thread fxkl47BF
i don't see an armel repo on any of the mirrors i checked
it was there a week ago
has it been deleted or am i just old and blind



Re: Debian 12.5 up-to-date Xfce, Firefox clings to USB stick

2024-04-14 Thread Curt
On 2024-04-04, Max Nikulin  wrote:
>
> If you do not trust Gmail as a web application, use a mail application 
> that supports IMAP.
>

Gmail supports IMAP since more or less forever.



Debian 11 Xfce panel Network Manager applet has disappeared

2024-04-14 Thread David Christensen

debian-user:

I have a Dell Latitude E6520:

2024-04-14 04:28:39 dpchrist@laalaa ~
$ cat /etc/debian_version ; uname -a
11.9
Linux laalaa 5.10.0-28-amd64 #1 SMP Debian 5.10.209-2 (2024-01-31) 
x86_64 GNU/Linux


2024-04-14 04:34:40 dpchrist@laalaa ~
$ dpkg-query -l xfce4 network-manager network-manager-gnome
Desired=Unknown/Install/Remove/Purge/Hold
| 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend

|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version  Architecture Description
+++-=---=
ii  network-manager   1.30.6-1+deb11u1 amd64network 
management framework (daemon and userspace tools)
ii  network-manager-gnome 1.20.0-3 amd64network 
management framework (GNOME frontend)
ii  xfce4 4.16 all  Meta-package for 
the Xfce Lightweight Desktop Environment



I have used the Xfce panel Network Manager applet for many years. 
Tonight, I noticed that it has disappeared (!).



But, the machine is connected to my LAN:

2024-04-14 05:24:10 root@laalaa ~
# ifconfig wlp3s0
wlp3s0: flags=4163  mtu 1500
inet 192.168.REDACTED  netmask 255.255.255.0  broadcast 
192.168.REDACTED

inet6 REDACTED  prefixlen 64  scopeid 0x20
ether REDACTED  txqueuelen 1000  (Ethernet)
RX packets 5786  bytes 2830592 (2.6 MiB)
RX errors 0  dropped 119  overruns 0  frame 0
TX packets 3897  bytes 518278 (506.1 KiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


Looking in the the Xfce panel Application Menu, I am unable to find 
Network Manager.



Looking at the Debian WIKI page "NetworkManager":

https://wiki.debian.org/NetworkManager


It looks like the Network Manager daemon is running:

2024-04-14 04:32:49 dpchrist@laalaa ~
$ ps -A | grep -i network
828 ?00:00:00 NetworkManager


nm-applet(1) looks like the program I want (?).  Attempting to start it 
via a terminal has no effect:


2024-04-14 04:40:25 dpchrist@laalaa ~
$ which nm-applet
/usr/bin/nm-applet

2024-04-14 05:27:05 dpchrist@laalaa ~
$ nm-applet

2024-04-14 05:27:08 dpchrist@laalaa ~
$


RTFM nm-applet(1), it seems the desktop session manager is failing to 
start nm-applet(1) (?):


2024-04-14 04:58:49 dpchrist@laalaa ~
$ man nm-applet | cat
...
DESCRIPTION
   nm-applet  is  a GTK-based GUI applet to monitor network status
   and devices and to start and stop network  connections  managed
   by  NetworkManager.   nm-applet is normally started at login by
   the desktop session manager and does not need to be  run  manu-
   ally.   nm-applet conforms to the XDG System Tray specification
   and requires that the desktop environment provide a System Tray
   implementation in which the applet will be embedded.


I am unable to find relevant error messages under /var/log.


The network Connection Editor can be run via a terminal:

2024-04-14 04:55:29 dpchrist@laalaa ~
$ which nm-connection-editor
/usr/bin/nm-connection-editor

2024-04-14 04:55:38 dpchrist@laalaa ~
$ nm-connection-editor


Does anyone know why the Network Manager Xfce panel applet is missing, 
how to get it back, and/or how to start it some other way?



David