Re: [PLUG] Ubuntu messed up LO!

2023-06-27 Thread David Bridges
I've always found the following helps with broken packages on a Debian based system. apt-get -f install You can do man apt-get for more info. -- David -Original Message- From: Michael Ewan Reply-To: Portland Linux/Unix Group To: Portland Linux/Unix Group Cc: PLUG Subject: Re:

Re: [PLUG] Music Composing Software

2022-09-22 Thread David Bridges
I'd suggest Musescore (https://musescore.org/en) although at least for me it is quite a learning curve.   It would make things much more simple with a midi keyboard controller. Any hardware midi suggestions would be appreciated. I'm the cheap type and was looking at something like the Arturia

Re: [PLUG] filesystems question

2022-05-13 Thread David Bridges
I've forced this hundreds of times over the years working for a hosting provider where we used software raid / LVM on almost all of our servers. I've found the following commands quite helpful when in the situation like you describe. I'd usually be using a CentOS rescue environment mainly

Re: [PLUG] Laptop battery health check: strange result

2022-03-14 Thread David Bridges
Perhaps your device is not correct. Try upower --dump to see everything. -- David -Original Message- From: Rich Shepard Reply-To: Portland Linux/Unix Group To: plug@pdxlinux.org Subject: Re: [PLUG] Laptop battery health check: strange result Date: Mon, 14 Mar 2022 14:44:31 -0700

Re: [PLUG] Replacement laptop

2022-02-25 Thread David Bridges
If you do decide to take a look at used equipment and you don't mind buying out of state I think that https://discountelectronics.com/ is a nice place to buy equipment from.   I've bought lots of servers, workstations, and laptops from them over the years. If you are looking for refurbished Dell

Re: [PLUG] running (ancient) .BAS file with linux

2021-07-13 Thread David Bridges
Debian also has a package named basic256 which might work. It is available in stable, testing, and unstable repos. -- David > > > > > > I see a Debian package that might work > > > python3-pcbasic - cross-platform emulator for the GW-BASIC family > > > of > > > interpreters (Python2) > > > >

Re: [PLUG] Debian buster newbie: recompiling libgd for freetype support

2021-06-07 Thread David Bridges
I noticed others provided links with help related to building Debian packages, doing it the Debian way is normally quite simple but it also might be worth looking DebianScience. The link below has information about the project, links to mailing lists, etc. https://wiki.debian.org/DebianScience

Re: [PLUG] Next topic: whiteboard software

2021-02-01 Thread David Bridges
I've only made simple presentations but here are 2 options. Libreoffice can make presentations and was simple enough to do what I wanted but can probably do much more. I also use OnlyOffice from a nextcloud instance I have here at home. It works very nicely for Documents, Spreadsheets, and

Re: [PLUG] GUI app to access files on another Linux computer

2021-01-09 Thread David Bridges
As long as you have ssh access between the computers a decent file manager should work nicely for this task. I know that NFS was mentioned in the original post but I like simple solutions. In the file manage on Gnome I can set a location I want to access using a syntax along the lines of

Re: [PLUG] New Computer - No Ethernet

2020-12-15 Thread David Bridges
> > Update. I got a USB-Ethernet adapter and am at least connected for > now. I > really want to  use the onboard NIC if possible. I was able to > install > pciutils so I can see things.  lspci shows: > 06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 > 2.5GbE > Controller

Re: [PLUG] Auto start HTOP in tty.

2020-08-31 Thread David Bridges
The very first hit for me when searching for the terms below on duckduckgo more than likely has the information you need since it has information for Ubuntu and also information for systems using init or systemd. start htop on tty on boot As with most things there are more than one way to do

Re: [PLUG] 9 Tb only allocated 200 Gb

2020-08-25 Thread David Bridges
e: > > > Going to look at it tonight but that looks logical. And it follows > > the thread I was picking up in the sequence of commands. > > > > > > > > On Tue, Aug 25, 2020 at 12:21 PM David Bridges > > wrote: > > > > > On Tue, 20

Re: [PLUG] 9 Tb only allocated 200 Gb

2020-08-25 Thread David Bridges
On Tue, 2020-08-25 at 10:02 -0700, Tomas Kuchta wrote: > Could you boot Knoppix on the box and expand the partition with > gparted? > > Btw: output from: fdisk -l + /etc/fstab would be more useful than df The space did actually get allocated but only to ubuntu-vg (the volume group) > VG Size

Re: [PLUG] A minimalist oriented Debian derivative?

2020-06-30 Thread David Bridges
On Tue, 2020-06-30 at 05:57 -0500, Richard Owlett wrote: > On 06/29/2020 09:37 AM, David Bridges wrote: > > There is a difference between the installer and installing packages > > on > > an installed system. > > That is the *CRUX* of the situation. I already have abso

Re: [PLUG] A minimalist oriented Debian derivative?

2020-06-29 Thread David Bridges
On 06/29/2020 08:40 AM, David Bridges wrote: > > Not a derivative suggestion but maybe this will help. > > > > When you start the installer if you choose the Expert installation > > (I > > believe under advanced section) or if you press the Escape key and > > ty

Re: [PLUG] A minimalist oriented Debian derivative?

2020-06-29 Thread David Bridges
Not a derivative suggestion but maybe this will help. When you start the installer if you choose the Expert installation (I believe under advanced section) or if you press the Escape key and type expert at the boot prompt you can get a very minimal system installed although there will be a few

Re: [PLUG] How to use linux for those who need to learn

2019-12-17 Thread David Bridges
Sorry for the novel. I know I'm not really providing an answer for the document/book you are looking for but I thought I would share a recent experience I had. As technical users I think that we tend to think to much about what we think a computer user needs to know. > Looking for an end user

Re: [PLUG] When is a VPN advantageous?

2019-11-21 Thread David Bridges
I use a VPN on my laptop when I am away from my home, well actually the laptop is even configured to use the VPN even when at home and the laptop is using our wireless. It's very handy and allows me to route everything through my home network which I consider secure. I do not use a paid solution

Re: [PLUG] Copying to new host, excluding a directory tree

2019-07-31 Thread David Bridges
> Well, I'm the only human element involved and I have no problems. > When > synchronizing an entire directory there's never been an issue. What I > want > to learn is how to exclude a specific subdirectory on the source > host. In an earlier reply I mentioned using a file to exclude things that

Re: [PLUG] Copying to new host, excluding a directory tree

2019-07-18 Thread David Bridges
Exclusions can also be added to a file one per line, When using a file listing excluded files/directories you would add something like the following to your command line. --exclude-from='/some/directory/excludes.txt' -- David On Wed, 2019-07-17 at 23:20 -0400, tomas.kuchta.li...@gmail.com

Re: [PLUG] Brother 9840CDW Fedora 30...

2019-07-09 Thread David Bridges
Running Debian sid here and there are several entries in the cups configuration utility (localhost:631) for Brotner 9840CDW. -- David On Tue, 2019-07-09 at 00:45 -0400, Tomas Kuchta wrote: > Did you try to install the driver from Brother? >

Re: [PLUG] Open Source Help Desk software

2019-07-03 Thread David Bridges
We have quite a few customers who use osticket https://osticket.com which is open source and can be downloaded and installed on your server. It seems to work quite well and is fairly simple to set up. They also have hosted versions but that doesn't sound like what you are looking for. -- David

Re: [PLUG] Grub 0.97: convert VM with two disk to VM with single bootable disk

2019-04-26 Thread David Bridges
There are many variables and unknowns related to what you want to do depending on how the original VM was built and installed. I have used the guidelines below to do the same sort of things you are wanting to do. Modify the /etc/fstab entries so that they point to the correct new locations.

Re: [PLUG] Terminal multiplexers

2019-03-27 Thread David Bridges
I think that searching for tmux examples will provide you with the answers you are looking for. The first hit (link below) seemed to explain it to me. https://www.hamvocke.com/blog/a-quick-and-easy-guide-to-tmux/ -- David On Wed, 2019-03-27 at 06:22 -0700, Rich Shepard wrote: > On Wed, 27 Mar

Re: [PLUG] CCC

2019-02-24 Thread David Bridges
> I tried BRU, didn't work. I have BackupPC on FreeNAS as an option, > don't know how to set it up though. One backup program for Mac, > Linux, > and Windows would be preferable. I've used Bacula for backups/restores for many years both Linux and Windows and it has worked great for us. I do

Re: [PLUG] Wanted: simple Linux spreadsheet

2019-02-22 Thread David Bridges
> That does not solve my problems. I require that any time I launch > LibreOffice Calc the blank sheet which appears will have *MY* > preferred > font and cell width. Also is there any way to force the Help system > to > use a font size large enough to read? If you open a new spreadsheet and

Re: [PLUG] Wanted: simple Linux spreadsheet

2019-02-21 Thread David Bridges
> The features got in the way. The first problem was that > LibreOffice Calc and Gnumeric was there's no no obvious way to set > font > parameters and column width for entire spreadsheet. Then when > looking > for solution to that problem there were a plethora of iconized > menus > with their

Re: [PLUG] Distinguishing instances of GUI file manager by color

2018-09-27 Thread David Bridges
You might look into the Meld application. It is file/directory compare tool with multiple panes that works pretty well although it can be a bit slow when working with large remote directories. It's available via apt-get on Debian. -- David On Thu, 2018-09-27 at 05:11 -0500, Richard Owlett

Re: [PLUG] Roll-your-own VPN server?

2018-07-04 Thread David Bridges
The tutorial at https://wiki.debian.org/OpenVPN is fairly easy to follow and will produce a nice stable VPN although you will need to tweak it some for specific situations. -- David On Wed, 2018-07-04 at 08:52 +0200, Tomas Kuchta wrote: > OpenVPN does what you need. There are good clients for

Re: [PLUG] Need an OLD style BASIC

2017-12-15 Thread David Bridges
Perhaps basic256 is close to what you are looking for. It is packaged for Debian so it should be easy enough to check out. apt-cache show basic256 http://www.basic256.org/index_en -- David On Fri, 2017-12-15 at 16:47 +0200, John Sechrest wrote: > What is the goal of the basic? > > Just