Re: [GTALUG] Securely wiping SSDs

2024-03-23 Thread William Park via talk
In addition to 'hdparm', I have 'shred' and 'blkdiscard' on my computer. 
 Other distros may vary.

--

On 2024-03-23 10:50, Giles Orr via talk wrote:

I have, for many years, used "Darik's Boot and Nuke" on a USB stick to
securely wipe spinning hard disks.  It takes a long time, but I mostly
understand and trust the process.

I'm now at the point that I have to wipe and dispose of SSDs, and I'm
feeling a bit shaky on the methodology.  Here's what I did:

 # hdparm -I /dev/sdX

Looked for enabled/locked/frozen in the output ... I won't go into
making sure those are toggled correctly, but that appears to be
needed.  This also lists what appears to be info about doing a wipe on
the drive:

 6min for SECURITY ERASE UNIT, 60min for ENHANCED SECURITY ERASE UNIT

Then, set a password (why? but seems to be needed):

 # hdparm --user-master u --security-set-pass foobar /dev/sdX

Last, run the wipe:

 # hdparm --user-master u --security-erase-enhanced foobar /dev/sdX

Doing something like `dd if=/dev/sdX bs=5M count=5 | strings` (or
sending it to `less`) definitely shows that it's changed from
something organized to something full of identical characters.  But
I've never seen this wipe process take more than 60 seconds, which
makes me wonder about the `hdparm` declaration about the time required
for a secure wipe.

So I guess the big question is: should I trust this process?  Do we
really think it's securely wiped?  Or should I be taking a hammer to
the chips on the SSD because that's the only way to ensure it's fully
wiped?


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] DOS > bash

2024-03-21 Thread William Park via talk

'rename' from Ubuntu/Debian distro goes (from memory)
rename 'perlexpr' files...
where perlexpr is something like 's/x/y/'.

'rename' from util-linux package goes like
   rename 'pat' 'rep' files...


On 2024-03-21 23:52, Ron / BCLUG via talk wrote:

William Park via talk wrote on 2024-03-21 18:27:


for I in *.sh ; do mv ${I} ${I%%.sh} done


That will change 'x.sh' to 'x' without trailing dot.


Exactly what's desired.



Ubuntu/Debian distros will include 'rename' where you can use regex.
How does `rename` (a Perl program, I believe?) handle globbing and 
pathname expansion?



i.e. in a folder with 3 files: one.sh, two.sh, file.tar, typing:

rename *.sh *

means rename gets passed these parameters:

one.sh two.sh one.sh two.sh file.tar


I'd be curious how they handle that (I expect requiring params to be 
quoted).



Thanks

rb
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Solar eclipse

2024-03-21 Thread William Park via talk

On 2024-03-21 21:03, William Park via talk wrote:
Anyone planning a group trip for solar eclipse viewing?  I guess I can 
go a little south (Niagara or along Lake Erie) and find a parking spot 
somewhere.  But, we have had any group field day for long time.


... we haven't had ...
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] DOS > bash

2024-03-21 Thread William Park via talk


On 2024-03-21 14:39, Ron / BCLUG via talk wrote:

for I in *.sh ; do
     mv ${I} ${I%%.sh}
done


That will change 'x.sh' to 'x' without trailing dot.  Ubuntu/Debian 
distros will include 'rename' where you can use regex.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Solar eclipse

2024-03-21 Thread William Park via talk
Anyone planning a group trip for solar eclipse viewing?  I guess I can 
go a little south (Niagara or along Lake Erie) and find a parking spot 
somewhere.  But, we have had any group field day for long time.

--
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] War Story: adding RAM to a laptop can increase the speed

2024-02-20 Thread William Park via talk


On 2024-02-19 20:32, mwilson--- via talk wrote:

My main desktop is a Raspberry Pi 4B+ with 8GiB.

> ...

I don't believe you.  What do you use for main disk?  I tried doing this 
with Odroid (top of the line in this embedded space), but got fed up 
with all the hassles.


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Odd Ethernet Behaviour

2024-02-12 Thread William Park via talk
Why not comply and install VPN?  I face the same issue at my company, 
and that's how I work from home.  Fortunately, they allow VM.


On 2024-02-12 20:22, Peter King via talk wrote:

Honestly, I won’t do that.  About three weeks ago I had gotten approval for a 
new static ip address, at which point I asked for them to allow me to ssh to 
that address.  I was *refused* and told I had to use a VPN because they “have 
to protect shh from the internet.”  (!!!)

An IT department that thinks ssh needs to be protected is not a department you 
want to deal with, ever.

If I ask them about bandwidth I fear they will take away ssh access from the 
address I already had.

Yes, this is what your tax dollars pay for.

Sent from my iPad

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] AI - Llama 2 an open source AI that can run on a Raspberry PI

2024-01-12 Thread William Park via talk

On 2024-01-10 10:46, Colin McGregor via talk wrote:

Who was Canada's best Prime Minister?



Any event, I could go on, but... Any questions for me or Llama 2?


Yes.
   "Who is Canada's best known pornstar?"
Difficult question because they all go to US to get jobs.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] short window on a great deal for a mini PC

2023-12-30 Thread William Park via talk
That's more powerful than my desktop tower here.  How do you add more 
space to this kind of mini PCs?  USB/harddisk enclosure?  NAS?


On 2023-12-30 12:54, D. Hugh Redelmeier via talk wrote:



For me, it worked out to be $293.39 + tax for a Ryzen 7 5800h system with
16G RAM and 500G SSD.

This is a "Lightning deal" so it will be over soon (but I can no longer
see when).

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Local-only mail server

2023-12-22 Thread William Park via talk

I don't think you can tell Thunderbird to read local mail spool.
- "Account Actions" gives you 4 choices (mail, chat, feed, newsgroup).
- "Mail Account" gives you 2 choices (imap, pop).  I

How about cheating a bit?  Symlink one of "Local Folders" to 
/var/spool/mail/users.  Not sure how Thunderbird will handle .msf file 
which will be out of sync.


On 2023-12-22 14:44, Giles Orr via talk wrote:

I figure this is probably a solved problem, but it's one I've never
looked at.  And I admit to doing no research yet: I thought pointers
from this group would be the place to start.

I find I have a lot of mail generated by cron and the like on several
local machines, and I'd like to A) centralize that mail on a local
server, and B) be able to view that with Thunderbird.  Platform is
Debian.  It's not my intention to handle my Gmail or anything like
that: this is meant exclusively for handling mail from local
computers.  Which would also mean the ability to send mail isn't
important.

Currently if I want to look at local administrative mail, I have to
use the nasty `mail` command from the "bsd-mailx" package.  (Yes, I
could install mutt - I don't like it much better.  I'm well aware it's
much more powerful.)  But do I remember to look at these emails?  No.
If instead each host forwarded these mails to a single host, and I
pointed Thunderbird at that ...  I'd have some hope of managing this
problem better.

"exim4" is usually (not always) installed on Debian systems.  It
claims to be an MTA: my knowledge of mail is so bad I don't even know
if that means it just "pulls" or is also capable of forwarding local
mail to another machine?  And what would be the recommended server
software?

Another possible solution would be to send the mail directly to a
folder on the host that has Thunderbird without using a server?  With
the snag that the host in question isn't always on, and I wouldn't
want it to run mail server software.  Is that possible?

Yes, I know this is probably bigger than I think.  I'd still like to
start poking around and finding out about it.  Suggestions welcomed,
thanks.

--
Giles
https://www.gilesorr.com/
giles...@gmail.com
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] (very off topic) torque spec of impact wrench

2023-11-14 Thread William Park via talk
Solved!  I bought $56 "Litheli" cordless impact wrench from Walmart. 
It's slightly lower torque than what's sold at Amazon, but can't 
complaint about the price, though.  I think, it was caused by surface 
rust between the bolt and wheel rim, and not on the threads.  So, impact 
helped to loosen it.


On 2023-11-03 03:07, William Park via talk wrote:

Hi (another very off topic),

Wheel bolts on my VW are seized pretty hard.  Standing on 24in breaker 
bar doesn't help, and that's 300ft-lb torque.  So, I'm thinking about 
getting an impact wrench.  Those with greater than 300ft-lb are very 
expensive.  I found one with 250ft-lb spec at my price range.


Question is, is there difference between static torque vs impact torque? 
  In other words, will 250ft-lb impact wrench loosen 300ft-lb bolt?


Browsing YouTube, I learned that torque specs are always misleading and 
inflated.  This means, I have to find 600ft-lb or greater, and that's 
serious money.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] (very off topic) torque spec of impact wrench

2023-11-03 Thread William Park via talk
This is what happened after getting 4 new brakes and 2 new calipers at 
the dealership.  They over-tightened it!


- I tried 12in pipe (it's all I have).  It slips, and I don't want 
to step on that.  Maybe longer pipe will work.


- I've been told (by YouTube, Google) that you shouldn't apply any 
oil or anti-seize grease.


- VW uses 17mm bolt, instead of lug nut.  So, cutting them off is 
not an option. :-)



1. I'll try to find 2-4ft pipe at reasonable price.

2. If not, Canadian Tire has sale on "air wrench"
- 
https://www.canadiantire.ca/en/pdp/maximum-impact-wrench-with-built-in-regulator-3-8-in-0581968p.0581968.html

Web says "3/8", manual says "1/2", and I'll see what the box says.

Thanks guys.  I wish I paid more attention to "shop class" in high 
school.  "If I knew then, what I know now...".



On 2023-11-03 09:32, Don Tai wrote:
Can you drive your car to a mechanic? It might be cheaper to have them 
loosen it with their air powered impact wrench. Other options I've used

1. penetrating oil (as mentioned)
2. breaker bar (long pipe)
3. propane torch (also mentioned)

Once loosened then add some anti-seize compound so that this does not 
happen again in the future.



On Fri, 3 Nov 2023 at 03:07, William Park via talk <mailto:talk@gtalug.org>> wrote:


Hi (another very off topic),

Wheel bolts on my VW are seized pretty hard.  Standing on 24in breaker
bar doesn't help, and that's 300ft-lb torque.  So, I'm thinking about
getting an impact wrench.  Those with greater than 300ft-lb are very
expensive.  I found one with 250ft-lb spec at my price range.

Question is, is there difference between static torque vs impact
torque?
   In other words, will 250ft-lb impact wrench loosen 300ft-lb bolt?

Browsing YouTube, I learned that torque specs are always misleading and
inflated.  This means, I have to find 600ft-lb or greater, and that's
serious money.
---
Post to this mailing list talk@gtalug.org <mailto:talk@gtalug.org>
Unsubscribe from this mailing list
https://gtalug.org/mailman/listinfo/talk
<https://gtalug.org/mailman/listinfo/talk>


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] (very off topic) torque spec of impact wrench

2023-11-03 Thread William Park via talk

Hi (another very off topic),

Wheel bolts on my VW are seized pretty hard.  Standing on 24in breaker 
bar doesn't help, and that's 300ft-lb torque.  So, I'm thinking about 
getting an impact wrench.  Those with greater than 300ft-lb are very 
expensive.  I found one with 250ft-lb spec at my price range.


Question is, is there difference between static torque vs impact torque? 
 In other words, will 250ft-lb impact wrench loosen 300ft-lb bolt?


Browsing YouTube, I learned that torque specs are always misleading and 
inflated.  This means, I have to find 600ft-lb or greater, and that's 
serious money.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] (very off topic) where to buy old AM/FM receiver?

2023-10-30 Thread William Park via talk
Thanks Evans and others.  I found "Value Village" near me, so I'll try 
there.  "Goodwill" and "Salvation Army" are too far.  Online will be 
last resort.  It's not urgent.  $30 (bottle of whisky) s my budget for 
resurrecting the old stereo system.



On 2023-10-30 05:49, Evan Leibovitch wrote:
The best estate-auction site of which I'm aware is Maxsold, which both 
manages auctions and promotes seller-managed ones. You tell it where you 


Most people who want to sell stuff like this while they're alive will 
use sites like Kijiji, Facebook marketplace or even eBay. But Maxsold 


Your ceiling should be no higher than $275 because you can get something 
new for that price 

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] (very off topic) where to buy old AM/FM receiver?

2023-10-29 Thread William Park via talk

Hi, a very off topic...

While cleaning my house, I found box speakers and LP record player. 
Brand name "Sanyo".  What's missing is AM/FM receiver that came as a 
set.  Do you know where I can buy an old stereo AM/FM receiver?

--
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] sigh, hardware resources?

2023-10-21 Thread William Park via talk

Hi Karen,

Here is what I can give you:

- Newegg says it takes DDR400.  If it can take DDR2-667, then I got 
4 x 2GB sticks for you.


- IDE 3.5" floppy drive.


On 2023-10-21 01:04, Don Tai via talk wrote:

IBM Thinkcentre M50 8189
2xP4 3.2Ghz, serial port (not tested)
similar to 
https://www.newegg.com/ibm-thinkcentre-m50-business-desktops-workstations/p/N82E16883108249 

-OEM XP install dates this to maybe  2003, so 20 years old.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] sigh, hardware resources?

2023-10-13 Thread William Park via talk

When you say "ISO slot"... do you mean
- 5.25" CD/floppy slot on the front of case?
- or, ISA slot on motherboard?
--


On 2023-10-13 16:56, Karen Lewellen via talk wrote:

I will be thankful for the options.
Personally I find folks choices and experiences interesting.
The bandaged machine I am typing on right now is a Pentium 2 constructed 
for me in 2008 or 2009.
Still there is enough USB support in the bios for me to use a full sized 
USB keyboard in DOS for the very first time.

its amazing.



On Fri, 13 Oct 2023, Don Tai wrote:


Old 'puters, are a little ornery. You get what you get, and then scrounge
for parts to upgrade. With luck it all works out in the end, or you die
trying. Serial and parallel ports are a major constraint, then adding in
USB will get interesting. Most of my old desktops came with almost no
memory. In fact I've used these old biddies with as low as 500k of RAM,
which will run Puppy Linux and an old browser, from a CD boot.

You will need to see if you can combine new and old worlds of PC
components. Usually I cannot even do a Linux boot from a USB drive.

Let me check my stash of old PC carcasses..

Don

On Fri, 13 Oct 2023 at 09:30, Karen Lewellen 
wrote:


Good morning sir. Don of the possible rescue!
Let me be forthright. I have not bought a computer off the shelf 
since my

very  first one.
Instead my machines have been built from scratch, or provided with
alterations made to them.

What that means is that my dictionary may not match yours perfectly, 
but I

will try...when I doubt ask.
First at least a Pentium 3,  I can be flexible on processor speed as I
have utilities working around some of the DOS barriers.
As much memory as possible, my previous machine had almost 800 meg of 
ram,

again managers made it work, even had onboard graphics memory although
that is less important.
A dvdr or combination cd and dvdr would be appreciated, or at least room
for  both.  a 3.5 floppy is a must.
serial, USB, and parallel ports are also a must.
Slots, PCI are a must, if there is a single ISO slot it would be 
helpful,
some of the alternative synthesizers are full size boards, but that 
again

is not mandatory.
In case I messed up that term, think soundblaster pro live.  I have a
dream-audio 2496 soundcard I still intend finding.  I have d-link
 ethernet cards, those sorts of things.
Honestly?  what this entire situation has taught me is that I need 
both a

spare and a laptop smiles.
Still, does that help?
I have a combination of DOS programs and adaptive hardware, including
sound
Ethernet cards and so forth.
Unless your items firmly have DOS drivers that is less of a concern.
As for hard drive size, well I always have more than one drive,  so room
for  more than one.  20 gig or higher at least.
thanks for even offering!
Karen


On Fri, 13 Oct 2023, Don Tai wrote:


What type of old computer do you seek? Please be very specific, as I

have a

couple. Circa year, specs, etc

On Fri, 13 Oct 2023 at 02:12, Karen Lewellen via talk 
wrote:


Hi everyone,
will ask the question simply, as it is not one I have needed to ask 
for

a

good decade.
Need a resource for older computer hardware, freecycle  was 
terrific for

this sort of thing, as was  the talent who would build mine.
Unfortunately a visit by someone from renew computer technology 
Ontario,

www.rcto.org
damaged my main computer, at least the  motherboard, possibly the hard
drive.
I have a bandaged machine, does not boot to the c drive, using a 
floppy,

with the second drive from my main placed in this unit.
Now  some of my critical synthesizer files are being damaged as well.
screen reader utilities..so far at least.
While I do have talent, quality talent to help me with the 
construction,

finding say a p3 or p4  may be the challenge.
Any ideas?
Cheers,
Karen


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list
https://gtalug.org/mailman/listinfo/talk








---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Raspberry Pi 5 announced (shipping starting near the end of October)

2023-09-28 Thread William Park via talk

At work, we're using Odroid.  Have you considered them?
--

On 2023-09-28 14:22, o1bigtenor via talk wrote:

On Thu, Sep 28, 2023 at 10:39 AM D. Hugh Redelmeier via talk
 wrote:






For me the huge question would be availability.
If I can only buy them one at a time the freight costs are absolutely
stupid - - -
its one of the reasons I've been working at finding a good alternative.

Regards
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] looking for a general purpose boot media to keep in case of distasters

2023-09-20 Thread William Park via talk
1. Use the distro iso to boot gui/text terminal.  Most distros are 
"live", so you don't need a separate "rescue" disk.


2. Use Ventoy.  It creates 2 partitions on USB stick, one Linux stuffs, 
and the other Windows partitions where you drop iso files.  When you 
boot, you can select which iso you want to boot from.  It works on some 
computers, but not all.


On 2023-09-19 23:22, bitmap via talk wrote:
I'd really like to have a good USB key to boot from when some kind of 
problem happens. Typically I use whatever installation media is lying 
around but they have really limited tools available. Not to mention tres 
obnoxious defaults like transparent terminals. Drive me nuts when some 
catastrophe is going on and the terminal is resetting to 50% opacity at 
every reboot.


Is there some kind of general purpose image that has a variety of 
programs, maybe even foundational documentation on board, etc, that is 
designed for this? There are images like clonezilla to solve specific 
problems but that's another story. I would like a multi tool on hand.


My research tells me that by booting from USB media, it's possible to 
install on a connected drive of any sort. Normally you use the internal 
hd but can use another external drive. Then you have a persistent 
bootable USB where you can install stuff + store files. *However* it is 
unique to that device so it'd be required to set up a USB key for each 
one. Not ideal although possibly worthwhile for the main computer.


Any advice on this issue? Seems like I wouldn't have been the first 
person to have this idea. Is it a bad idea? Why? If not, how to set up?


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Repair & Replace

2023-09-18 Thread William Park via talk

Try re-seating the cpu fan.  Maybe it's thermal grease that's dried up?

On 2023-09-18 11:33, Peter King via talk wrote:

Another cold boot, same problem.

I am still getting a message saying that the CPU fan has failed.  But I 
can see it spinning in the case.  Also, the report from sensors shows 
everything running at perfectly normal temperatures.


Guess the next thing is to try a firmware/BIOS update.  That won't 
happen for a while, since it will take more time than I have for the 
next two weeks, involving as it likely does getting some version of 
Windows running on the Lenovo first.  Drat.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] brands matter; Lenovo's brands

2023-09-17 Thread William Park via talk

On 2023-09-16 13:11, Peter King via talk wrote:
... I have thought 
about building a NAS system, to reduce my need for local high-capacity 
storage, but every time I look into it, the plethora of software choices 
and the difficulty of configuring a server to do what is normally done 
locally makes me just, well, give up.


For me, it's the other way.  I started with NAS with btrfs over 8 disks. 
 Then, I got rid of all other computers, and turn that into my main 
computer.  Less maintenance, less headache.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Websites down after upgrade

2023-09-15 Thread William Park via talk

That begs a question... how was it before the upgrade?
--

On 2023-09-15 10:03, William Witteman via talk wrote:

FIXED!

I looked at /etc/apache2/ports.conf, and the "Listen 443" directives are 
wrapped in a conditional that requires the ssl module.


So I ran
sudo a2enmod ssl
...and then
sudo systemctl restart apache2

Now all my sites are back. Thank you!

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Repair & Replace

2023-09-13 Thread William Park via talk
I didn't know Lenovo does warranty repair without the original Windows 
on it.  This warranty issue is one reason that I don't do "dual-boot" 
from the original disk.  I always add another Linux disk.


On 2023-09-13 17:39, Peter King via talk wrote:
It's a Lenovo Legion T5-26AMRS, about a year and a half old; the CPU is 
an AMD Ryzen 7 5700G (8 cores) running around 3GHz, with 32GB of RAM.  
The graphics card is an NVIDIA GeForce RTX 3060 with 12GB onboard RAM.  
I bought a three-year warranty when I got it, so it's still eligible for 
repair.  Ignoring the CPU Fan Failure message so far hasn't caused any 
hiccups, which makes me distrust the message.  The fact that the CMOS 
started acting up exactly when the fans failed make me suspect an 
electrical problem on the motherboard.


I run Arch Linux; I wiped Windows off the machine as soon as I got it.  
Apart from the hardware troubles it runs well.  I run similar Arch 
setups on my other computers, too.  If I didn't have to look at a GUI 
ever I would be happy.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Favorite desktop manager?

2023-07-25 Thread William Park via talk
I'm on Slackware which comes with KDE and XFCE.  I use KDE, because I'm 
used to it.  I was going to move to Kubuntu, but too lazy...


On 2023-07-25 14:18, mwilson--- via talk wrote:

I just installed Debian 12 on a new laptop and took Gnome as
desktop/window manager.

I really insist on something more Xerox PARC style.

I had been using Xfce, and liked it until (following Debian 10 software
updates) it began to act strangely.  A few months ago it started to kick
up a huge fuss about difficulties starting the Panel after a restart.
About 2 weeks back, following an upgrade, the Desktop area stopped
displaying anything -- no wallpaper, no icons from the Desktop folder --
just gray.  That prompted this move to Debian 12.

I might go back to Xfce, and assume my troubles just resulted from being 2
major releases back, but before that, what do other people use and like?

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] computer hardware testing tools.

2023-07-15 Thread William Park via talk

2x15A is what I'm aware of.  We need a dictator to sort all this out.

On 2023-07-14 20:28, James Knott via talk wrote:

On 2023-07-14 18:58, Lennart Sorensen via talk wrote:

I was surprised to find out the code for kitchen outlets has changed at
some point from having 2x15A circuits to each counter outlet pair,
to having 1x20A to each outlet pair.  That seems like a downgrade,
although sure saves some space in the panel.


My condo was new 30 years ago and it has the 2x15A circuits.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] computer hardware testing tools.

2023-07-13 Thread William Park via talk
Getting back to original thread...  There are programs to test memory, 
cpu, and disk, because you have control of data, and can compare against 
expected data.


However, you can't easily test serial, parallel, USB, network, and other 
I/Os, because you can't easily control both side of connection.  People 
just try it, and if it works, then it works.  Eg.  Network -- Just try 
it, and if "google.com" gives you expected webpage, then it works.  Eg. 
USB -- Plug in a known usb stick or device, and if it works, then it works.


On 2023-07-11 18:05, Karen Lewellen via talk wrote:

Hi folks,
What I am seeking is an open source program that tests aspects of say 
your motherboard.  that the serial ports or parallel ports work, that 
the USB ports are sound etc.
I am asking  because due to an as of yet not fixed hydro problem in my 
new apartment, the occasional power surges, even with machines attached 
to protectors, are causing slight damage to hardware.

Need to know how much as I only have so many computers I can use.
Any program ideas?
Will be sharing suggestions with someone hopefully helping me troubleshoot.
Thanks,
Karen


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] small laptops (recommendation?)

2023-04-28 Thread William Park via talk

That Asus W202 looks exactly like the HP Chromebook I have.

On 2023-04-28 10:35, Colin McGregor wrote:

On Thu, Apr 27, 2023 at 10:50 PM William Park via talk  wrote:


Hi all,

Following the current thread on "cheap small computers", I've been
browsing again.  I have 11.5" chromebook and am looking for similarly
small but decent laptop to run Linux on.  I looked at 15", 16", 17"
laptops, but decided that even T450, that I already have, is too big.

I've been eying ThinkPad 11e laptop, partly because Lenovo has been
spamming me.  Is there any alternatives you know of or recommend?


Last year I bought an ASUS W202, a small low-end laptop that I've
installed Debian on. I like it, but serious gamers and other power
users beware to keep the price down, this small laptop, with a modest
11.6-inch has somewhat low performance. I like the W202, and as long
as you understand that this is NOT a desktop replacement laptop but
rather a collect notes / data for later transfer to a desktop PC this
can be a fine choice.

My $0.02.

Colin.


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] small laptops (recommendation?)

2023-04-28 Thread William Park via talk



On 2023-04-28 11:12, D. Hugh Redelmeier via talk wrote:

...
This looks like an excellent deal if you can replace ChromeOS with Linux.
You can with some Chromebooks but not all.  Is 14" too large?



It is worth reading more than the first message in the thread if you are
interested in buying one.  There is an option for a better display, for
example.


No Chromebook.  You can't replace OS with Linux on all Chromebooks, 
certainly not on the one I have.  You find out only after you buy one. 
Then, what do you do?


I have T450, and yeah, 14" is too large sometimes.  On that screen, I 
have all apps in full screen.  But, I find that, if I do that, then 14", 
13", 12" are the same.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] small laptops (recommendation?)

2023-04-27 Thread William Park via talk

Hi all,

Following the current thread on "cheap small computers", I've been 
browsing again.  I have 11.5" chromebook and am looking for similarly 
small but decent laptop to run Linux on.  I looked at 15", 16", 17" 
laptops, but decided that even T450, that I already have, is too big.


I've been eying ThinkPad 11e laptop, partly because Lenovo has been 
spamming me.  Is there any alternatives you know of or recommend?

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Cheap small computers [was Re: DECTalk TTS in source for Linux]

2023-04-24 Thread William Park via talk

Thanks Hugh,  I'm trying to think of use case at work.

On 2023-04-24 02:35, D. Hugh Redelmeier via talk wrote:
...

There are a lot of used Lenovo ThinkCentre M93p Tiny computers
available, starting at $100.  These are ancient "1 liter" PCs that are
great for Linux.  Built like tanks.  I have had three for a long time.


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Fedora 38 is out

2023-04-22 Thread William Park via talk
I don't know what's the issue.  [ef]grep already is symlinked or shell 
scripts (exec grep -[EF] "$@"), and warning message is to stderr not 
stdout.


On 2023-04-22 11:51, D. Hugh Redelmeier via talk wrote:

| From: Stewart C. Russell via talk 

| I hear that it ships with the latest GNU grep, which removes fgrep and egrep.
| This could be considered a bad idea:
| https://mastodon.social/@cks/110232377928840323

Ouch.  Thanks for the heads-up.

I hope that it gets fixed.  Unlikely to be fixed by GNU, I guess.

That mastodon thread has a number of UNIX notables.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] wireless to ethernet adapter suggestions?

2023-04-14 Thread William Park via talk
Yes, I'm using Asus RP-N12 Repeater (in client mode) right now.  I have 
bunch of devices in the basement with ethernet port only.  My network is 
wireless router upstairs.  In "client mode", it connects to my wireless 
router like normal client and bridges the connection to its single 
ethernet port.  Then, the repeater is plugged into a switch along with 
the said devices.  No problem getting DHCP IP, going out to internet, 
pinging local devices, etc.


I don't think RP-N12 is available now.  So, look for phrases, like
- client mode
- wireless network adapter
- wireless bridge, media bridge
- connects TV, gaming console, etc
in the current models.  I'm used to Asus, but I'm not sure what is the 
current state of market.



On 2023-04-13 18:13, Karen Lewellen via talk wrote:

Hi wise souls,
I hope I ask this question clearly, as it may be hard to picture.
My new landlord is including Internet in my rent, all the more 
motivation to find a solution.
he has bell, fibe for home, which includes things like Internet, but is 
not very aware of unique methods of using the Internet, like Ethernet 
connections.
  for the past year I have quite easily used fibe connections with my 
main machine, so I feel sure this may be more about distance than 
anything else.
There is no physical modem in my apartment.  Instead, I have a set of 
two adapter I got from the source a few years back.
they plug into the wall, have a single Ethernet  jack, and when the 
other item is connected to the modem  via the same method, I can use the 
network, no extra software involved.
The problem we are having though is that for unexplained reasons I loose 
internet access, sometimes for minutes, sometimes for several hours at a 
time.
My first thought was that perhaps the service  upstairs thinks i am a 
threat, but again my new landlord has no idea how to check for this.
To be forthright the Internet shakiness is becoming a major factor for 
me personally, I still have no land line, doing a great deal of work 
with resources on line, like reach my office email.

Leading me to the question.
given adapter  like the one I am using now existed, think 2017 or 2018, 
I am guessing comparative ones exist that allow the Ethernet connection 
to tap into a wireless network.
By which I mean,  there will be no need for the adapter to be physically 
connected to the service modem, the adapter can draw  upon  the wireless 
resources, while still providing say a single Ethernet jack.

Anyone know of such an adapter?
amazon Canada would be wonderful as I have a gift card balance just now.
If confusing, ask questions that make it easier to follow,  my main 
computer uses Ethernet only, I have no wireless resources whatsoever.

Thanks,
  Karen


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Free 8GB DDR2

2023-04-10 Thread William Park via talk

Anyone need 8GB (4x2GB) DDR2 memory sticks?  Otherwise, it's to the garbage.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Modems – does it matter?

2023-03-27 Thread William Park via talk

On 2023-03-24 10:12, Yoshua Wakeham via talk wrote:

Hi all!

My toddler spilled a cup of water on our TekSavvy modem (Technicolor 
TC4350), and now we need a new modem. Welp. 


Soak it in alcohol, and dry it out (with air, if you have compressor).
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] New WiFi router?

2023-03-08 Thread William Park via talk

Mine is


On 2023-03-08 14:05, Dave Collier-Brown via talk wrote:

On 3/8/23 12:08, Alvin Starr via talk wrote:

As I like to point out the Carriers all manipulate traffic to speed 
test sites to make performance look better.


Download an ISO image for your favorite OS and use that as your 
benchmark.


Try using the newest test, at any given time.  From bufferbloat.net, the 
newest is from waveform.  My most recent results are as follows.


www.waveform.com

Bufferbloat Test Result: A+ <#>

Is bufferbloat causing issues with your internet connection? Want to 
measure your Internet speed? Run this test


 
https://www.waveform.com/tools/bufferbloat?test-id=3f9d1f94-a5c8-49fb-9926-2921b80bec85 


  It's possible to detect a test, of course, by watching to see who has 
a test and collecting all their IP address ranges ranges, but then you 
have to have the excess capacity to give them better service than anyone 
else. All of them!


I prefer to use flent, but that's for serious stuff (;-))

--dave


--
David Collier-Brown, | Always do right. This will gratify
System Programmer and Author | some people and astonish the rest
dave.collier-br...@indexexchange.com  |  -- Mark Twain


*/CONFIDENTIALITY NOTICE AND DISCLAIMER/*/ : This telecommunication, 
including any and all attachments, contains confidential information 
intended only for the person(s) to whom it is addressed. Any 
dissemination, distribution, copying or disclosure is strictly 
prohibited and is not a waiver of confidentiality. If you have received 
this telecommunication in error, please notify the sender immediately by 
return electronic mail and delete the message from your inbox and 
deleted items folders. This telecommunication does not constitute an 
express or implied agreement to conduct transactions by electronic 
means, nor does it constitute a contract offer, a contract amendment or 
an acceptance of a contract offer. Contract terms contained in this 
telecommunication are subject to legal review and the completion of 
formal documentation and are not binding until same is confirmed in 
writing and has been signed by an authorized signatory./



---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] New WiFi router?

2023-03-08 Thread William Park via talk
You mean, dedicated access point?  The 85M/30M limit is through wired 
connection to my router.  I get the same limit via wireless.  That's 
why, I was thinking to upgrade the router.


On 2023-03-08 10:59, Alvin Starr via talk wrote:

As has been suggested by others break your wifi from your router.

I use Sophos on a VM to run my home firewall.
Its a nice product but you have to dance around a bit to get a free 
license.


I also have some VMs running OpenWRT.
OpenWRT is not the best firewall in the world but can run on a large 
number of hardware platforms.
You can use it to repurpose an existing computer or load onto a network 
appliance.




On 2023-03-08 01:09, William Park via talk wrote:

Hi all,

I was upgraded (by my ISP) from Cable 75 (75M/10M) to Cable 100 
(100M/30M).  It turns out my router (Asus RT-N66U) maxes out at 
85M/30M.  Connecting directly to the modem, I get full 100M/30M.


So, it's time for a new router.  It's been long time since I shopped 
for a router.  Which one do you recommend?

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list 
https://gtalug.org/mailman/listinfo/talk



---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] New WiFi router?

2023-03-08 Thread William Park via talk
I'm paying for 100M/30M and I want 100M/30M.  Nowadays, everything is AC 
or AX something.  I don't need all that on wireless side, but I want 
100M+ on the wired switch side, in case I move to Cable 300/500.  Though 
unlikely since I'm cheap. :-)


On 2023-03-08 10:20, Don Tai wrote:
Do you need more than 85M/30M? The DVP is probably capable of 200kph on 
the straight parts, but we don't need to go that fast..


On Wed, 8 Mar 2023 at 01:10, William Park via talk <mailto:talk@gtalug.org>> wrote:


Hi all,

I was upgraded (by my ISP) from Cable 75 (75M/10M) to Cable 100
(100M/30M).  It turns out my router (Asus RT-N66U) maxes out at
85M/30M.
   Connecting directly to the modem, I get full 100M/30M.

So, it's time for a new router.  It's been long time since I shopped
for
a router.  Which one do you recommend?
---
Post to this mailing list talk@gtalug.org <mailto:talk@gtalug.org>
Unsubscribe from this mailing list
https://gtalug.org/mailman/listinfo/talk
<https://gtalug.org/mailman/listinfo/talk>


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] New WiFi router?

2023-03-07 Thread William Park via talk

Hi all,

I was upgraded (by my ISP) from Cable 75 (75M/10M) to Cable 100 
(100M/30M).  It turns out my router (Asus RT-N66U) maxes out at 85M/30M. 
 Connecting directly to the modem, I get full 100M/30M.


So, it's time for a new router.  It's been long time since I shopped for 
a router.  Which one do you recommend?

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] ThinkPad T14s Gen 2 Intel (14”) -- good deal?

2023-03-01 Thread William Park via talk
I've been postponing upgrades.  If I start to upgrade, it would be new 
big monitor, new graphic card to match, more ram, faster ssd, external 
hard disk "raid" box, etc.  Strangely, I don't care about CPU, as long 
as it's fast enough.  I would be satisfied with fast single core.


A new machine makes more sense, now.  Up to now, I've always built one 
myself.  Maybe, I should try brand name, this time...



On 2023-03-01 12:43, D. Hugh Redelmeier via talk wrote:

...
What do you imagine that you might expand?
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] ThinkPad T14s Gen 2 Intel (14”) -- good deal?

2023-02-28 Thread William Park via talk
I decided against buying it.  It doesn't have builtin ethernet port, and 
power port is not the square plug like other (older) ThinkPads.


My company upgraded to ThinkPad P1 (64GB ram, 1TB ssd), and it's crap. 
First laptop didn't recognize AC power plug, forcing me to charge via 
USB-C.  Second (current) laptop crashes everyday, especially during Zoom 
but not always.


I'm looking to upgrade my desktop.  Hopefully with a laptop, but another 
desktop is okay too.  I was going to buy the same laptop as work laptop, 
and I'm glad I waited.



On 2023-02-28 12:12, D. Hugh Redelmeier via talk wrote:

| From: William Park via talk 
|
| I just received email promo from Lenovo:
|
| ThinkPad T14s Gen 2 Intel (14”) - Black
| https://s.bluecore.com/Utrkeyg72dZq_0DQf820_NrJxD
|
| Is this a good deal?

The more precise question would "is this a good deal for me?"
Unfortunately we don't really know what you need or want.

My current ideas about Lenovo:

- they have horribly high list prices

- they often put stuff on sale.  Usually 40-50+ percent off.

- (all brands) expandability of notebooks is being reduced.  Different
   models are different.  Pro Tip: apparently no LPDDR4 DRAM is in sockets.
   Many machines have no RAM sockets -- all soldered.
   Some have soldered RAM + 1 socket (a lifeline but annoying because
   two matched SODIMMs perform better).
   
- they have a changing array of coupons to give you additional discounts.

   They are not secret but they are sometimes hard to find.

- sometimes you can get significant cash-back by going through rakuten.ca
   10% yesterday and today but that is higher than normal.  I've seen it at
   14% a couple of weeks ago.
   Note: rakuten does not combine with some coupons (hard to figure out
   which)

- there is an educational / first responders discount through id.me
   I know little about it because I don't qualify.

About this particular computer:

- for that much money, I'd demand perfection.

- I'd prefer a better screen (more pixels, more nits, better colour
   perhaps, maybe touch)

- I'd prefer a later generation Intel CPU.  They really seem to be getting
   better in each recent generation.  I also prefer AMD but I think that
   Intel is now getting close and has some advantages (Thunderbolt,
   "efficiency cores").

   (AMD Ryzen CPU naming is a misleading mess.  You have to look up the
   particular chip to find out the microarchitecture generation.)

- I have not bought ThinkPads recently because the price premium has been
   too high.  I certainly liked much about my ancient ones.
   Exception: I bought ThinkPad C13 ChromeBooks but they were less than
   $200.

- 16G RAM is much better that 8G but is it enough for the long
   amortization period of such an expensive notebook? (Three years ago I
   threw 32G in my main notebook because it was so cheap; I don't know if I
   need it)  For most people, 16G is comfortable.  For you: I have no way
   of knowing; probably you don't either.

- I find interesting deals on redflagdeals.com, in the Hot Deals Forum.
   Deals come and go.

- Randomly, this is cheaper and has better features but is a ThinkBook
   rather than a ThinkPad (not the same quality).  Note: I'm not
   recommending it (I haven't looked closely at it)

<https://forums.redflagdeals.com/lenovo-canada-thinkbook-14p-14-2-2k-ryzen-7-6800h-16gb-512gb-895-after-codes-2596420/>

- if still available, this is a little more than half the cost of the
   ThinkPad and better in some ways.  You may detest the format: touch
   screen, can be folded into a tablet.

<https://forums.redflagdeals.com/lenovo-canada-yoga-6-13-c-amd-dark-teal-aluminum-top-cover-starting-714-now-690-2600460/#p37263784>

If you don't mind a barely used ThinkPad, this guy bought one at a very
good price from Lenovo, decided he didn't need it, instead of returning it
offered it to the community at cost, got stiffed, and is probably stuck
with it.  So: he might accept a bit less than his asking price:

<https://forums.redflagdeals.com/open-box-lenovo-thinkbook-14p-ryzen-5-6600h-16gb-512gb-ssd-2-2k-screen-835-2600803/>

Somewhere in the forums he mentioned why he didn't like it as much as
other choices.

Note: his price will not be subject to HST.  He might be able to give
you a copy of his original invoice which will show the HST he paid.

Note: I haven't talked to him about this so much is guess-work on my part.


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] ppp inside private network, but no DNS returned?

2023-02-28 Thread William Park via talk
I don't do dialup anymore.  But, looking at my old PPP setup (I'm 
surprised I still have it), 'dns-addr' is assigned in /etc/ppp/options.


On 2023-02-28 14:50, Stewart Russell via talk wrote:

Hey - we've got a fun little problem happening right now.

We're connecting a Linux box via LTE to a client's private network. They 
want us to connect to a host on that network and upload files via sftp. 
We've demonstrated that all of this works with every other LTE network, 
but in their walled garden LTE network, they're not returning any DNS 
server, so we can't find the host at all. This network does not have 
access to public DNS.


Does one usually have to poke a ppp connection a little more to get 
useful routing information, or should we have "just got" all the gateway 
and DNS details on first connection?


  Stewart
(as you can tell, I'm not a network person, but we might appreciate 
finding one and paying for support)



---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] ppp inside private network, but no DNS returned?

2023-02-28 Thread William Park via talk
Ah, they want you to debug for them for free.  If the client is big 
enough, then, yes, do complimentary service.  If not, then just upload 
an encrypted zipfile to OneDrive (or whatever), and tell them to download.


On 2023-02-28 15:28, Stewart Russell via talk wrote:

Thanks, all. Yes, there has to be a DNS, but there's a chance that

 1. we haven't been told what it is;
 2. our connection/hardware hasn't been authorized to connect to it or
know what it is
(yes, it's that kind of place)

There is no other internet connection. We've been given a host name, not 
an internal IP address to connect to. We're also hearing that we're the 
first folks connecting via this ultra-locked down LTE network for IOT 
devices, so maybe they forgot to provision some services


On Tue, Feb 28, 2023 at 3:11 PM Alvin Starr via talk > wrote:


PPP does not require a dns server address to be provided.
But most folks do provide one because it would make for LOTS of support
calls to not hand out your DNS servers.

Is there a DNS on the network that your connecting to at all?
If not then you wll likely be forecd to use the /etc/hosts file to add
in the IP addresses of the target systems.



On 2023-02-28 14:50, Stewart Russell via talk wrote:
 > Hey - we've got a fun little problem happening right now.
 >
 > We're connecting a Linux box via LTE to a client's private network.
 > They want us to connect to a host on that network and upload
files via
 > sftp. We've demonstrated that all of this works with every other LTE
 > network, but in their walled garden LTE network, they're not
returning
 > any DNS server, so we can't find the host at all. This network does
 > not have access to public DNS.
 >
 > Does one usually have to poke a ppp connection a little more to get
 > useful routing information, or should we have "just got" all the
 > gateway and DNS details on first connection?
 >
 >  Stewart
 > (as you can tell, I'm not a network person, but we might appreciate
 > finding one and paying for support)
 >
 >
 > ---
 > Post to this mailing list talk@gtalug.org 
 > Unsubscribe from this mailing list
https://gtalug.org/mailman/listinfo/talk


-- 
Alvin Starr                   ||   land:  (647)478-6285

Netvel Inc.                   ||   Cell:  (416)806-0133
al...@netvel.net               ||

---
Post to this mailing list talk@gtalug.org 
Unsubscribe from this mailing list
https://gtalug.org/mailman/listinfo/talk




--
http://scruss.com/blog/  - 73 de VA3PID

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] ThinkPad T14s Gen 2 Intel (14”) -- good deal?

2023-02-27 Thread William Park via talk

I just received email promo from Lenovo:

ThinkPad T14s Gen 2 Intel (14”) - Black
https://s.bluecore.com/Utrkeyg72dZq_0DQf820_NrJxD

Is this a good deal?
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Ubuntu Pro - a new, non-optional walled garden from Canonical

2023-01-31 Thread William Park via talk
When I click "Get Ubuntu Pro now" button, I see $500/year at the bottom, 
which is a bit too much for Linux.  At least, Apple owns the hardware 
and software.  But, with Linux, you have to get the hardware yourself, 
and install the software yourself.


On 2023-01-31 09:22, Stewart Russell via talk wrote:
I should really stop running Ubuntu for the good of my health. This 
morning, my various Ubuntu systems announced that a whole bunch of 
packages would be unavailable unless I registered for Ubuntu Pro — 
https://ubuntu.com/pro 


Ubuntu Pro is free-of-charge for "personal" users for up to five 
machines. Otherwise, pay up. I didn't see rates listed: you have to 
contact Canonical to find out. Whenever I see that, I expect an 
Oracle-style shakedown in the absence of transparency.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] war story: firefox performance rathole (matrix.io)

2023-01-30 Thread William Park via talk

No problem in Firefox 102.7.0esr (64-bit).

OFF-TOPIC: This "vacant home tax" is just commie stupid.  This means 
that, you can't own 2 houses inside Toronto.


On 2023-01-30 15:36, D. Hugh Redelmeier via talk wrote:

Note: no solution is reached, but it has been an adventure so far.

I need to submit a declaration about the City of Toronto Vacant Home Tax.
See


I notice that this apparently simple page is taking a lot of resources
according to FireFoxes "about:performance" page.  Why?

I try to find out the best place to ask this question.  It seems to be on
a channel on Mozilla's Matrix Server.

 matrix client 

I guess that I need a Matrix client.  This will eventually turn out not to
be the case, but lets proceed along this path anyway.

Element and Fractal seem to be good choices for client.
Both are distributed as flatpaks (grrr.).

I try to load each of them from the Gnome "Software" GUI, and when that
fails with a quite obscure message (that is not available for copying), I
try the command line.  Which also fails with an obscure message

  $ flatpak install 
https://flathub.org/repo/appstream/org.gnome.Fractal.flatpakref
  error: No entry for app/org.gnome.Fractal/x86_64/stable in remote 'flathub' 
summary flatpak cache

I find that adding --user fixes that problem.  But look at the tonnes
of stuff it also installs!  I don't even know where it puts them.


 $ flatpak install --user im.riot.Riot.flatpakref
 The remote 'flathub', referred to by 'im.riot.Riot' at location 
https://dl.flathub.org/repo/ contains additional applications.
 Should the remote be kept for future installations? [Y/n]: y
 Required runtime for im.riot.Riot/x86_64/stable 
(runtime/org.freedesktop.Platform/x86_64/22.08) found in remote flathub
 Do you want to install it? [Y/n]: y

 im.riot.Riot permissions:
ipc   network   pulseaudio   wayland  x11  devices  
file access [1]  dbus access [2]  bus ownership [3]

[1] xdg-run/keyring, xdg-run/pipewire-0
[2] org.freedesktop.Notifications, org.freedesktop.ScreenSaver, 
org.freedesktop.portal.Fcitx, org.kde.StatusNotifierWatcher
[3] org.kde.*


ID Branch   
   Op Remote  Download
  1. [✓] org.freedesktop.Platform.GL.default22.08   
i  flathub 135.5 MB / 135.7 MB
  2. [✓] org.freedesktop.Platform.GL.default
22.08-extra i  flathub   9.5 MB / 135.7 MB
  3. [✓] org.freedesktop.Platform.GL.nvidia-470-161-03  1.4 
i  flathub 273.7 MB / 273.2 MB
  4. [✓] org.freedesktop.Platform.Locale22.08   
i  flathub  17.8 kB / 333.2 MB
  5. [✓] org.freedesktop.Platform.openh264  2.2.0   
i  flathub 887.1 kB / 944.3 kB
  6. [✓] org.freedesktop.Platform   22.08   
i  flathub 198.1 MB / 214.6 MB
  7. [✓] im.riot.Riot   stable  
i  flathub 123.7 MB / 117.9 MB

 Installation complete.

So many megabytes of stuff that duplicates what's already on my machine!

No how do you run this thing?  Seems to be
  $ flatpak run im.riot.Riot
Seems pretty obscure and silly.

 using matrix 

I end up using a web version of Element.

I first try Fedora's: matrix is federated so surely I can see
mozilla's channels from Fedora's matrix.  I cannot figure out how.

Then I see that Mozilla runs its own web-based Element so you can use
that as a client.



 advice from #firefox 

Turn on FireFox profiling and study the results.


So far the results are opaque.


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] rejuvinating an old machine: inexpensive SSD

2023-01-02 Thread William Park via talk

That's cheap.  But, if the OLD machine worth $35? :-)

On 2023-01-02 14:17, D. Hugh Redelmeier via talk wrote:

Old advice: If you are still using an old machine, one that uses an HDD to
hold the OS, consider replacing the HDD with an SSD.

Why do I bring it up now?  Because SSDs are getting even cheaper.  Some
think that they will get cheaper still in the next little while.  But this
drive is cheap enough that it is hardly worth thinking about:


Currently $33.99.  You may have to add something worth $1.01 to your order
to get free shipping.  Here's some candy for $1.39:


Good:
- cheap
- 512GB is a comfortable size
- TLC rather than QLC
- 2.5" SATA so it easily replaces an HDD
- if you don't have a bay for it, it is light enough that duct-taping it
   into your case is often good enough.  So you might be able to add it to
   your system rather than replacing an HDD.

Bad:
- no DRAM
- 2.5" SATA; NVMe is better (but if you have a a suitable M.2 socket you
   are probably already using it for an SSD
- you might want a larger capacity

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] RAID SATA controller card recommendation?

2022-12-11 Thread William Park via talk

Now that you found a solution, I have question...

Why hardware card?  I assume it's Linux.  And, I found software raid 
(mdadm or btrfs) good enough for mirror setup.


On 2022-12-11 14:34, Aurelian Melinte via talk wrote:

On 06/12/2022 19:53, Lennart Sorensen wrote:
On Thu, Dec 01, 2022 at 02:00:24PM -0500, Aurelian Melinte via talk 
wrote:

I am looking to get a RAID card to put my SATA HDDs in a mirror. Has to
be hardware RAID for that particular machine which is quite old. Can
anyone please recommend a reliable one, $250 or less?

How many disks?

Personally my main server box in the house runs software raid6 with nine
drives, and then for the root disk I have a pair of SSDs running on a
hardware raid controller.  It's a peculiar extremely cheap one:

0b:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9128 PCIe 
SATA 6 Gb/s RAID controller with HyperDuo (rev 11)


Thanks all!

To follow-up: that would be a simple two drives in a mirror setup.  So,
I had to settle with an LSI 9212-4i. A bit of a pain - had to flash new
firmware and I cannot get to the BIOS at boot time so I had to fish for
the storcli command line tool. But so far so good. At this point I would
think mdadm would be a superior solution



--
This email has been checked for viruses by Avast antivirus software.
www.avast.com
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] At the GTALUG AGM: How we handle Internet services

2022-11-30 Thread William Park via talk
Just give 2 choices: (1) Move to Google.  (2) You volunteer to run the 
legacy systems.  I can bet no one will volunteer.



On 2022-11-27 21:01, Evan Leibovitch via talk wrote:

[Apologies if you received this message more than once]

Hello everyone,

By now you may have read or heard elsewhere about the announcement of 
the Annual General Meeting (AGM) for the Greater Toronto Linux User 
Group (GTALUG), to be held virtually 
 on Tuesday December 13.


Along with other AGM business, we will be discussing how GTALUG goes 
forward with our online services.


TL;DR: A number of the people who used to set up and run our online 
services (mainly the website and mailing lists) have left the GTALUG 
Board, and those who remain have neither the time to fix nor familiarity 
with the tools currently running these services.


As Google has provided to GTALUG its nonprofit services which include 
full access to commercial Google Workplace (formerly G Suite), the Board 
has been investigating migrating some of our online services there.


While to some such a move would be controversial, the status quo is 
unsustainable. So either we need new people to step forward to operate 
what exists, or we need to move to a service -- provided free of charge 
-- that can dramatically simplify operations.


The Board wants to have an open discussion on the issue before deciding, 
and the issue will be raised at the AGM. We look forward to hearing your 
views. While responses to this email will certainly be read, the full 
discussion will take place at the AGM.


Evan Leibovitch, Toronto Canada
@evanleibovitch / @el56

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] flakey laptop power supply [was Re: Laptop made by Intel ?]

2022-11-21 Thread William Park via talk

I think it's laptop, because AC power works on my personal T450.

On 2022-11-21 17:04, Don Tai via talk wrote:
That's horrible. I'd certainly exchange the laptop. Does USB-C charge as 
quickly as AC mains power? Is it a power supply or a laptop issue?


Don

On Sun, 20 Nov 2022 at 11:00, D. Hugh Redelmeier via talk 
mailto:talk@gtalug.org>> wrote:


| From: William Park via talk mailto:talk@gtalug.org>>

| At work, we recently got Lenovo P1 Gen3, and it's flaky.  My
laptop doesn't
| recognize AC power plug, so I have to charge via USB-C. Everything
is off USB,
| even the docking station, and it disconnects often.  You can hear
Windows
| notifications.  So, network hangs, USB disk hangs, serial dongle
hangs, etc.
| Fans is blasting even in sleep mode.

P1 *should* be quite nice.  Hope you got them on sale.

Modern power supplies are pretty tricky.

Lenovo support should be able to handle this.  Of course there are a
few
problems if it involves returning the device:

- how can you eliminate confidential files from the system before
   returning it?  Theoretically very difficult with an SSD
(wear-levelling
   is magic).

- all your work configuring the system needs to be redone when you
get it
   back.

- you are missing the machine for a few weeks.

I think Lenovo offers a service that allows you to retain the disk when
you send the device in for repair.  It may cost.
---
Post to this mailing list talk@gtalug.org <mailto:talk@gtalug.org>
Unsubscribe from this mailing list
https://gtalug.org/mailman/listinfo/talk
<https://gtalug.org/mailman/listinfo/talk>


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Laptop made by Intel ?

2022-11-19 Thread William Park via talk
Thanks for update.  Costco includes shipping, whereas Canada Computers 
is for pickup.


At work, we recently got Lenovo P1 Gen3, and it's flaky.  My laptop 
doesn't recognize AC power plug, so I have to charge via USB-C. 
Everything is off USB, even the docking station, and it disconnects 
often.  You can hear Windows notifications.  So, network hangs, USB disk 
hangs, serial dongle hangs, etc.  Fans is blasting even in sleep mode.


Hopefully, Intel uses "Intel components"...


On 2022-11-18 18:18, D. Hugh Redelmeier via talk wrote:

This computer is now $899.99 from Costco.ca ($0.99 cheaper at Canada
computer).  A Black Friday thing, at least at Canada Computer.
<https://www.costco.ca/intel-nuc-m15-brc710ecuxbd1-intel-evo-laptop%2C-i7-1260p.product.4000101222.html>

The warranty support should be better at Costco.
I don't think that you have to be a member to order it online.

Canada Computer would charge for shipping.

I like supporting local stores.  CC has a bad reputation for returns
but I don't have any personal bad experiences.

| From: D. Hugh Redelmeier via talk 
|
| | From: William Park via talk 
| |
| | I just noticed "INTEL NUC M15 EVO Platform Consumer Notebook" on sale at
| | Canada Computers.  I know about NUC box, but didn't know Intel made a laptop
| | also.
|
| Here's a link to the Canada Computers offering:
| 
<https://www.canadacomputers.com/product_info.php?cPath=710_4418_4423_id=230664>
| It looks to be a clearance:
| - 33% discount
| - no stock for online sale
| - no stock in my closest store
| - some stock at other stores
| Note: if you want this, I have been able to get CC to ship items from
| another store to your local store if you pay for the item ahead of time.
|
| | Anyone heard anything bad about them?
|
| I had not heard about this line before.
|
| Here's a good article about them from two years ago:
| 
<https://www.theverge.com/2020/11/19/21573577/intel-nuc-m15-laptop-news-specs-features-price>
|
| I would not buy this particular model.  There are computers with similar
| specs for much less.  But then I normally don't like paying for looks or
| feel.
|
| For $1000 I'd want more than FullHD, especially at 15.6".  Of course this
| depends on one's eyes: it might be just right for you.
|
| Like most (but not all) high-end notebooks, you cannot upgrade the RAM.
| 16G is enough probably, but it is great to have an option. My elderly XPS
| 15 has 32G of RAM because it was easy to replace the 8G that it came with.
|
| My impression is that AMD is a better choice for notebook processor at the
| moment: less power consumption for the same computation.  The Apple M1 and
| M2 are even better, but not yet for Linux.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] bargain: a 10" tablet that I hope will run Linux

2022-11-05 Thread William Park via talk
Yeah, for the price, it's good deal.  But, if I'm buying, I need desktop 
replacement.


On 2022-11-05 11:13, D. Hugh Redelmeier via talk wrote:





Here are some pluses and minuses:
+ $209.99 (large discount from list price)
+ 10.3" IPS 1920x1200 touch display
- Celeron N4020 (old and slow)
- 4G RAM (OK, not generous)
- 64G eMMC (slow, not generous, more than enough for a normal Linux
   distro)
+ detachable keyboard included
- kickstand-like support when using keyboard
+ decent return policy

x86 processors are not the best for tablets but ARM-basaed tablets just
don't allow a standard Linux distro to be installed on the bare metal.
If you don't care about Linux or Windows, this is probably not the best
tablet to get.

I've ordered one.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Laptop made by Intel ?

2022-11-05 Thread William Park via talk
I just noticed "INTEL NUC M15 EVO Platform Consumer Notebook" on sale at 
Canada Computers.  I know about NUC box, but didn't know Intel made a 
laptop also.


Anyone heard anything bad about them?
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] OK notebook at a good price: $300, refurb / open box

2022-10-23 Thread William Park via talk


On 2022-10-23 21:10, Stewart C. Russell via talk wrote:

On 2022-10-23 18:21, D. Hugh Redelmeier via talk wrote:




Currently only listed with Canadian French keyboards, which are great if 
you don't touch-type.


Touch type or not, I just hate French keyboard.  My fingers only 
recognize US keyboard.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] wired headset suggestions?

2022-10-10 Thread William Park via talk
I'm using el-cheapo Stennheiser SC30 USB with 1 speaker and 1 mic boom. 
It's okay.


On 2022-10-10 02:27, Karen Lewellen via talk wrote:

Hi folks and happy thanksgiving if you are celebrating.
Given others might spend far more time in  on line meetings than myself, 
plus the ideas here tend to be workable, I thought I would toss this 
question out here.
There are some firm details for me, rather a few  strictly digital, or 
wireless headphones actually can make me dizzy.  part of my auditory 
processing  condition.
so, seeking wired headset ideas,  with a boom mic, think for  a laptop, 
just plug in no pairing required.  I understand plantronics now Poly?, 
are a fine brand, but realize there may be others.
Even if older, especially since my search is not producing options in a 
safe sensitivity range, either too low, as in less than 100, or too 
high, well above 110.

I prefer impedance in the 32 range as well.
Any model ideas?
Thanks,
Kare


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] war story: Thunderbird needs to be told to compress its folders

2022-10-07 Thread William Park via talk

I use Thunderbird.
- I haven't used "compacting" so far.  But, I empty trash manually, time 
to time.

- Maybe you have a huge email on the server?


On 2022-10-07 18:34, D. Hugh Redelmeier via talk wrote:

TL;DR:
If you use Thunderbird, once in a while, do this:
File: Compact Folders

This may be the only way to get space back
for deleted messages (I'm not sure).

Now for the war story.

One of us uses Thunderbird to read mail.
It stopped working yesterday, with no useful diagnostic.
In particular, it would no longer pick up mail from our POP3 server.
There was no signal to the user.

I looked in the Error Console (meant for developers, not users) and
saw two messages, the first being:
   tb.account.size_on_disk - Truncating float/double number.

What does this mean?

First guess: Javascript stores numbers in 64-bit IEEE 754 floating
point representation.  A large integer may not be precisely
represented.  But there are 52 bits for the fraction AKA mantissa and
2^52 is very very large.  My mail files were at most a small number of
gigabytes - perhaps 2^32.  So this cannot be the explanation.

Googling didn't help: the message showed up in posted logs but wasn't
relevant to failure to fetch mail.  Still, some did suggest that a
Compact Folders command was in order.

About three gigabytes of space freed and the first message
disappeared.



We still could not pick up mail.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Linux on Chromebook

2022-08-30 Thread William Park via talk
I have HP Chromebook 11 G3 (PS. don't get this.  It chewed up original 
battery and replacement battery.)  Itemized reply below...


On 2022-08-26 18:40, Michael Galea via talk wrote:

I am hoping to tap the wisdom of the list.  I'm going traveling and I
don't want to lug around my 5.2 pound T420. Not on this trip.

If I buy a cheap refurb Chromebook from Best Buy or Canada Computers:
- Will I have luck wiping ChromeOS and installing Debian? Can I still
encrypt the disk?


I haven't wipe out ChromeOS.  It came with it, so I kept it.


- If instead I just run Linux on Chromebook, can I run a wireguard VPN?


I tried Kubuntu/Ubuntu via crouton.  It's shell script and installs 
Linux distro as chroot.  You get full graphic desktop, unlike WSL which 
is just text terminal.  I don't see why VPN shouldn't work.



- Can anyone recommend a minimum spec level for the machine?


Depends what you want to do.  Personally, Chromebook is waste of money. 
 I'd recommend Windows laptops.  You can wipe it out, do dual boot, use 
WSL, or run Linux on Hyper-V VM.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Ubuntu Studio ver 22.04 Desktop (KDE) does not seem to allow for images spanning multiple screens

2022-08-22 Thread William Park via talk
How about playing with "snap" flag?  If you move a window box close to 
screen or other boundaries, it snaps to it.  Maybe turning it off?


On 2022-08-21 16:58, sciguy via talk wrote:

On 2022-08-18 11:26, gs via talk wrote:

Unfortunately there isn't a way to do this built into kde.

There is a 3rd party solution at:
https://github.com/hhannine/superpaper




Thanks! This seems to be the only possible solution. I am surprised that 
KDE didn't think about this. Do they not realize that multiple monitors 
have been an ongoing "thing" for at least the past 5-10 years?





--- Original Message ---
On Thursday, August 18th, 2022 at 5:33 AM, sciguy via talk
 wrote:





Hi

For the record I am using Ubuntu Studio 22.04 with a KDE desktop (Plasma
version 3.0).

Unless I am missing something major, I don't see a way that KDE Plasma
allows for expansion of a desktop graphic across two screens. Graphic
dimensions I have in mind are something like: 3840 x 1080. When I load
the graphic for the desktop in the settings, I just get the graphic on
one screen. If I select the jpg from the file manager (Dolphin) to set
as wallpaper, I get duplicate graphics on each monitor, rather than the
same graphic spanning both monitors, which is what I want.

If anyone can be of help I would appreciate it.

Paul
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list 
https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list 
https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] inexpensive mini-PC with four 2.5G ethernet interfaces

2022-07-01 Thread William Park via talk

On 2022-07-01 13:49, James Knott via talk wrote:
BTW, prior to this mini PC, I had an old HP compact desktop computer for 
my firewall/router.  On my 500/20 connection, I would generally see 
around 540 or so down and 21 up.  I got the mini PC when the HP died and 
my download bandwidth immediately jumped!  So, the HP was the limiting 
factor.  Now, it's getting to the point where my 1 Gb LAN is the 
limiting factor.


How can you get more bandwidth than your ISP gives you?
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] inexpensive mini-PC with four 2.5G ethernet interfaces

2022-07-01 Thread William Park via talk

BTW, your reply was double posted, James.

Since you actually bought one... how is it different from buying Asus 
router?


On 2022-07-01 08:59, James Knott via talk wrote:

On 2022-07-01 3:34 a.m., D. Hugh Redelmeier via talk wrote:

These should make good routers.

This deal will last until 2:00AM Saturday. After that, the price will
probably be a bit higher.

Beware: AliExpress.
I've ordered one but I cannot vouch for it.

 





I bought one from them last year, but it only has 1 Gb Ethernet ports. 
It works well with pfSense.  Here's a recent speedtest on my Rogers 
500/20 connection.


https://www.speedtest.net/result/13316408542


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] cheap netbook: Lenovo IdeaPad 1

2022-06-16 Thread William Park via talk


On 2022-06-15 22:40, Stewart C. Russell via talk wrote:

On 2022-06-15 14:46, D. Hugh Redelmeier via talk wrote:


This is probably more cost-effective than a Raspberry Pi 4 if the display
and keyboard are useful.


And at least you can get one of these. Well, you could: the Lenovo site 
is showing "unavailable"


It might be a little slower than a Raspberry Pi 4: fewer cores, slower CPU


Yeah, but builtin keyboard, screen, case, UPS, wifi, eMMC.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] cheap netbook: Lenovo IdeaPad 1

2022-06-15 Thread William Park via talk
I see $179.99, and it's cheaper than Chromebook!  OS is "Windows 11 Home 
S Mode".  Can you install Linux on the machine?


On 2022-06-15 14:46, D. Hugh Redelmeier via talk wrote:

We were talking about cheap netbooks for Linux last night.

This one is on sale from Lenovo for $180.  New; free shipping.


I'm in some kind of club with Lenovo that gets me this for $175.  Lenovo
PRO?  EPP?  I don't know.

Going through Rakuten.ca will currently save you another 3%.  Sometimes
it is 12%.

The display 11" is only 1366 x 768 pixels.  Too low res for me.

4G of RAM -- OK.

64G of eMMC -- OK for Windows or Linux, but pretty tight for dual boot.

AMD 3020e Processor (1.20 GHz, up to 2.60 GHz Max Boost, 2 Cores, 2
Threads, 4 MB cache)

HDMI 1.4, 2 x USB 3.2 (Gen1)

This is probably more cost-effective than a Raspberry Pi 4 if the display
and keyboard are useful.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] From Slackware to which distro?

2022-06-14 Thread William Park via talk

I decided on Kubuntu 22.04 KDE.

What I looked at
- KDE, XFCE, and GNOME desktops on Ubuntu, Fedora, OpenSUSE, Debian 
distros and spins.
- jq, xmlstarlet, netpipes, mplayer, virtualbox, firefox, 
thunderbird, ibus-setup, vnc.  They are representative of small, big, 
common, not so common apps.
- GUI software manager.  I just can't remember apt, dnf, zypper, 
snap, flatpak options.


Thanks for all the posting!
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Making RPM from directory tree?

2022-06-12 Thread William Park via talk
I gave up.  I installed it to /usr/local.  I'll need to keep the tarball 
around, so that I'll know what files to remove.


On 2022-06-12 00:44, Kevin Cozens via talk wrote:

On 2022-06-11 18:09, William Park via talk wrote:
I have a directory tree, created from "make install DESTDIR=...".  
Now, I want to make RPM package from the tree.  Online docs are too 
verbose and confusing.

[snip]
I use "netpipes-4.2" a lot.  Debian and Slackware have it, but Redhat 
variants don't.

[snip]
So, I downloaded the source, compiled it, and installed to a 
directory. Now what?


I used to build and update .rpm packages back when I was using a distro 
that used RPM for package management. If you aren't creating your own 
package from scratch the simplest approach is to download and use the 
.src.rpm file for the package you want to update. You can modify the 
.spec file with the name of the newer source code file.


You will also want a .rpmmacros file which sets the packager name, the 
build directory, and the temporary directory that will be used by rpmbuild.



---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Making RPM from directory tree?

2022-06-11 Thread William Park via talk

To RPM guys,

I have a directory tree, created from "make install DESTDIR=...".  Now, 
I want to make RPM package from the tree.  Online docs are too verbose 
and confusing.

1. Is there GUI app with appropriate fill in boxes?
2. Is there command line utility?  In Slackware, it's just "makepkg".

Background:

I use "netpipes-4.2" a lot.  Debian and Slackware have it, but Redhat 
variants don't.  I can use netcat and pipe (and I do), but there are so 
many variations (ie. nc, netcat, ncat), each with different behaviour 
and options.  I like to use what I'm familiar with.


So, I downloaded the source, compiled it, and installed to a directory. 
Now what?

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Default VNC in XFCE?

2022-06-10 Thread William Park via talk
I finally figure it out.  As I said, in KDE, "krfb" and "krdc" are the 
default vnc server/client.  So, I've been trying to figure out their 
equivalents in XFCE desktop.  Xubuntu had none.  OpenSUSE seems to have 
TigerVNC as default.


So, I tried TigerVNC.  The client side is "vncviewer".  But, the server 
side was confusing.  All the online docs talk about running virtual 
desktop (like :1, :2, etc).  But, I just want to shares my current local 
desktop (:0), like "krfb".  The answer is "x0vncserver".



On 2022-06-10 14:59, Lennart Sorensen wrote:

On Fri, Jun 10, 2022 at 01:07:27AM -0400, William Park via talk wrote:

OK, how about in XFCE?  What's the builtin or recommended VNC server in
XFCE?

For VNC client, I tried Remmina on Xubuntu 22.04.  Easy as "krdc" on KDE.


No idea.  As I said, I forward applications, not desktops.  I don't find
a desktop inside a window on another desktop to be a nice way to work.
I even do that when connecting from a windows work laptop.  X410 running
as X server, and then ssh with X forwarding and run the linux application
(if I need a graphical one which is quite rate) that way.  It simply
appears as another application with no indication it isn't even a local
windows application other than being a bit slower to respond.


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Default VNC in XFCE?

2022-06-09 Thread William Park via talk
OK, how about in XFCE?  What's the builtin or recommended VNC server in 
XFCE?


For VNC client, I tried Remmina on Xubuntu 22.04.  Easy as "krdc" on KDE.

On 2022-06-09 03:52, William Park via talk wrote:

What's the default VNC server/client in GNOME?

In KDE, it's "krfb" and "krdc" respectively.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Default VNC in GNOME?

2022-06-09 Thread William Park via talk

What's the default VNC server/client in GNOME?

In KDE, it's "krfb" and "krdc" respectively.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Serializing download in Firefox?

2022-06-08 Thread William Park via talk

What add-on do you use to serialize downloads in Firefox?

Right now, I'm using KGet (download manager in KDE) with queue of 1. 
But, if there is Firefox add-on, then it's one less window.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Ventoy: use single USB stick for multiple installation images

2022-05-16 Thread William Park via talk

On 5/14/22 10:53, D. Hugh Redelmeier via talk wrote:

"Ventoy" is an open-source tool that allows you to put multiple
.iso files on a USB stick.  Has anyone tried it?





I happen to have some ISOs right now, so I tried it on my T450.

What worked:
- Kubuntu 22.04
- Ubuntu 22.04
- Slackware 15
- Fedora 36 GNOME
- FreeBSD 13.1
- Oracle Linux 8.5
- Windows 10 repair disc

What worked eventually:
	- Fedora 36 KDE	 -- grub splash was distorted and unreadable, but 
responded to keyboard.  I know it defaults to 2nd entry where it checks 
ISO.  So, move up one, and enter.  Once it booted, live session was OK.


What failed:
- OpenSUSE Tumbleweed

Thanks Hugh!

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Sharing EFI partition for multiple distro?

2022-05-15 Thread William Park via talk

Can you use the same EFI partition for multiple distros?

Eg. Can you have
/dev/sda1 -- /boot/efi
/dev/sda2 -- Slackware /
/dev/sda3 -- Ubuntu /
/dev/sda4 -- Fedora /
where /dev/sda1 shared?

Or, does distro need its own EFI partitions, like
/dev/sda1 -- Slackware /boot/efi
/dev/sda2 -- Slackware /
/dev/sda3 -- Ubuntu /boot/efi
/dev/sda4 -- Ubuntu /
/dev/sda5 -- Fedora /boot/efi
/dev/sda6 -- Fedora /
?
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Removing snapd from Ubuntu

2022-05-12 Thread William Park via talk

On 5/12/22 11:26, D. Hugh Redelmeier via talk wrote:

echo "$0: please use /usr/bin/python3 (or /usr/bin/python2 if you have to)" >2


Typo: ">&2" redirects stdout to stderr.  ">2" writes to file "2".
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] FYI: Redhat + General Motors

2022-05-10 Thread William Park via talk

FYI,
https://finance.yahoo.com/news/red-hat-general-motors-collaborate-13468.html

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Installing Linux: Still a PITA, continued

2022-05-08 Thread William Park via talk



On 5/8/22 09:01, Tom Low-Shang via talk wrote:

On Sat, May 07, 2022 at 11:04:00PM -0400, Evan Leibovitch via talk wrote:

Thankfully (I think), I was able to scp the X.org log file to another
computer so I wouldn't lose it on the USB stick's live boot. I attach it
below, and ask assistance from anyone who can read these files so I can
understand why it's dying. My graphics card is a fairly recent AMD RX 6500
XT which works fine under Windows and is claimed to be supported by X.


[13.537] Current Operating System: Linux mx1 5.10.0-13-amd64 #1 SMP Debian 5
.10.106-1 (2022-03-17) x86_64

The kernel is too old. RX 6000 generation needs 5.12 or new >
MX has an Advanced Hardware Support repository which they claim supports
more recent hardware. Try the .iso image with "ahs" in the name, if that
isn't the one that you are using now. The ahs .iso boots into Xfce, not
KDE.


If kernel is too old, then how does "advanced hardware support" fix it? 
 They use newer kernel?


Anyways, this is too much work for a user.  If you want the latest 
distro, just wait for Fedora-36 or try OpenSUSE Tumbleweed.  Or, bite 
the bullet and try Kubuntu-22.04 (hopefully 22.04.1 will fix some of the 
issues).

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Installing Linux: Still a PITA, continued

2022-05-07 Thread William Park via talk

On 5/7/22 23:04, Evan Leibovitch via talk wrote:
... My graphics card is a fairly recent AMD RX 
6500 XT which works fine under Windows and is claimed to be supported by X.


Or do I just give up on MX? A search on its forum appears to draw 
blanks, except for me to boot in failsafe mode which didn't change 
anything. Will this be better on another distro?


If you have fairly new hardware, then general wisdom is to go with 
bleeding edge distro, like OpenSUSE Tumbleweed and Fedora.  Try them on 
USB stick...  At least, that part is definitely easier than before.


NOTE: For writing to USB, try Etcher from balena.io.  It does something 
other than just 'dd'.  It brought few USB sticks back to life.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] From Slackware to which distro?

2022-05-07 Thread William Park via talk

On 5/7/22 16:02, D. Hugh Redelmeier via talk wrote:

| From: William Park via talk 

| I have bad experience with UEFI.  You can't just move the disk to a new
| motherboard, and boot.

Is that the only bad experience?


That's the main one.  My motherboard got fried.  So, I bought a new 
motherboard.  I booted from ISO, and checked that the disk can be 
accessed and the filesystem is not damaged.  All was OK.  So, I tried to 
boot from it, but couldn't.  Eventually, I booted from ISO, bind mount 
all the mount points, chroot, and reinstall boot loader.


Second bad experience is moving from smaller disk to larger disk.  With 
MBR, you just "dd", adjust the partition, and then the filesystem.  With 
GPT, you can't do that, because GPT has secondary partition table at the 
end of disk.  Nowdays, you use Clonezilla or GParted for that.  OK, 
minor point.



| All other disks are raw disks in raid1 multi-disk btrfs.  So, it uses
| /dev/sdc, /dev/sdd, ... as whole, not /dev/sdc1, /dev/sdd1, ...

I don't really understand everything about BTRFS.  I understand it can
partition the storage it manages, a bit like LVM.


I'm told it's more like ZFS (I haven't used ZFS).  I use btrfs for 
backup/restore, because
- It allows me to combine many non-identical disks into single 
"drive".  I'm still using Samsung rotating hard disks which I paid good 
money for.
- It can take snapshots, daily, weekly, and monthly.  Snapshots are 
generally cheap.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] From Slackware to which distro?

2022-05-07 Thread William Park via talk


On 5/7/22 11:28, D. Hugh Redelmeier wrote:

| From: William Park via talk 

| OK, I'll probably go with Fedora-36/KDE when it comes out.

I use Fedora almost always.  I don't use KDE.  I don't know if Fedora
users use KDE often enough to be sure that it is well-teste
I'm used to KDE.  At work, most use GNOME.  Since "terminal" and "file 
manager" are the only things I use from desktop, any desktop is okay.




| I usually don't partition my disks.  I use the whole disk.  Boot disk is the
| only one that has (one) partition in MBR.  So, when Fedora talked about going
| UEFI exclusively, I looked elsewhere.  Now, they are dropping that idea.
|  https://distrowatch.com/dwres.php?resource=showheadline=14569

Why do you want MBR?  I switched to UEFI many years ago.  Generally it is
a win.


I have bad experience with UEFI.  You can't just move the disk to a new 
motherboard, and boot.




Reading more carefully, I think that you mean that you have GPT
partitioning on all your disks, with only one partition on all disks
except for the one you boot from.  On your boot disk, you have a /boot
partition and a single / partition for the rest of the disk.  /boot appears
to be MBR to GRUB but GPT to the running system (a very useful hack)
No, my current boot drive is 500GB MBR, with one partition and no swap. 
 Just /dev/sda1.  I used to have /, /boot, /home, and swap partitions. 
 I now put everything into /.  So, to upgrade, I usually

- move /home and /etc to /old
- remove all others
- install new distro
- restore from /old/etc and /old/home

For UEFI, I would need 2 partitions (/ and /boot/efi) at minimum.  Some 
distro adds /boot and /home.  So, 4 partitions.  I don't know

- if UEFI came about to support these multi partitions, or
- if distro are simply taking advantage of GPT.

When disk fails, it rarely fails by partitions.  It fails as whole disk. 
 So, partitioning isn't as useful as it sounds.


All other disks are raw disks in raid1 multi-disk btrfs.  So, it uses 
/dev/sdc, /dev/sdd, ... as whole, not /dev/sdc1, /dev/sdd1, ...




UEFI Losses:

- more magic (i.e. a little more complex).  But fewer hacks.

- You can only run x86-64 OSes on an X86-64 UEFI. (With MBR you can boot
   16-bit, 32-bit, and 64-bit OSes.)

- very old machines don't have UEFI.  (Surely your computer has UEFI
   firmware.)

- you have to have an ESP (EFI System Partition) and it has to be VFAT so
   it pretty much has to be a separate partition from the partition(s)
   holding your data and system.  But it need not be very large -- 500M is
   plenty.  This is much less of a burden than your /boot.


UEFI Wins:

- booting becomes less fragile

- supporting more than 4 partitions is less hairy

- allowing multiple OSes on one drive is a lot easier

- UEFI is a well-tested path, both for the hardware and the OS.

- considerable hardware no longer has an MBR option

- firmware updates can often be managed by Linux.

- many manufacturers provide diagnostics as .efi programs.

- Secure Boot.  Why not?


Partitioning:

I do a bit more partitioning than you do.

I have a separate /home.  That means that I can replace the OS and
leave the users' files.

The only exception is on machines with tiny disks: partitioning a 32G eMMC
on a netbook is almost guaranteed to strand precious space in the wrong
partition.

Each OS that I intend to boot needs its own partition(s).  I often have
dual boot Fedora / Windows, even though I rarely use Windows.  Sometimes I
have two versions of Fedora, each on its own / partition.  Sometimes I
have Fedora and Ubuntu.

I often have a swap partition.

Modern disks are so large that I often leave space unassigned to a
partition.  That lets me decide what to do with it when I need it.  It
should also contribute to the longevity of SSDs (effectively this is
massive over-provisioning).

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] From Slackware to which distro?

2022-05-05 Thread William Park via talk

OK, I'll probably go with Fedora-36/KDE when it comes out.

I usually don't partition my disks.  I use the whole disk.  Boot disk is 
the only one that has (one) partition in MBR.  So, when Fedora talked 
about going UEFI exclusively, I looked elsewhere.  Now, they are 
dropping that idea.

 https://distrowatch.com/dwres.php?resource=showheadline=14569


On 4/27/22 00:37, William Park via talk wrote:

Hi All,

I've been running Slackware since forever.  It's time to grow up and see 
the world.  Which distro would you recommend that I move to?  Yes, I 
know it's personal, and reasons will be varied and educational.

...

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Ubuntu review on Distrowatch

2022-05-02 Thread William Park via talk
Yeah, I'm looking at Fedora too.  I just want something that is stable, 
that works after install, and will continue to work after upgrades for 
foreseeable future.  You can say that for Slackware.  But, I'm getting 
old for "manual transmission"...


On 5/2/22 11:21, gs via talk wrote:
I think Fedora is on its way to becoming the replacement for Ubuntu as 
the default recommended desktop distro based on the opinions of various 
linux podcasts, youtubers and linux reddit communities.


I'm happy with Manjaro but if I were choosing a new distro to move to, 
it would be Fedora.


--- Original Message ---
On Monday, May 2nd, 2022 at 4:36 AM, Evan Leibovitch via talk 
 wrote:



Thanks. Ugh.

Your timing is perfect, because I'm just about to do a fresh install 
and this would be the time to decide on something else.


I'm looking for an alternative that will offer support for a KDE 
version as well as Steam and my fairly-new AMD graphics card (RX 6500 
XT). I'd also prefer to live snap-free.


Mint and Pop don't support KDE, SuSE has problems with Steam and I'm 
exhausted enough that I don't want one more learning curve wrt the 
Arch way of doing things. Right now my best choices appear to be MX, 
KDE Neon (if I install the 32-bit libraries for Steam) and (if I want 
to go back to an RPM-based system for the first time since Mandriva 
ceased,) Fedora KDE.


Any suggestions, either from these choices or something else? Thanks 
again.


Evan Leibovitch, Toronto Canada
@evanleibovitch / @el56


On Mon, May 2, 2022 at 2:14 AM William Park via talk <mailto:talk@gtalug.org>> wrote:


https://distrowatch.com/weekly.php?issue=20220502#ubuntu
<https://distrowatch.com/weekly.php?issue=20220502#ubuntu>

[Last paragraph]
I think the launch of Ubuntu 22.04 is a clear sign Canonical is much
more interested in publishing releases on a set schedule than
producing
something worthwhile. This version was not ready for release and
it's is
probably going to be a costly endeavour to maintain this
collection of
mixed versioned software and mixed display server and mixed
designs for
a full five years. It's a platform I would recommend avoiding.
--
---
Post to this mailing list talk@gtalug.org <mailto:talk@gtalug.org>
Unsubscribe from this mailing list
https://gtalug.org/mailman/listinfo/talk
<https://gtalug.org/mailman/listinfo/talk>




---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Ubuntu review on Distrowatch

2022-05-02 Thread William Park via talk

https://distrowatch.com/weekly.php?issue=20220502#ubuntu

[Last paragraph]
I think the launch of Ubuntu 22.04 is a clear sign Canonical is much 
more interested in publishing releases on a set schedule than producing 
something worthwhile. This version was not ready for release and it's is 
probably going to be a costly endeavour to maintain this collection of 
mixed versioned software and mixed display server and mixed designs for 
a full five years. It's a platform I would recommend avoiding.

--
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Back to basics: upgrading from Windows to Linux

2022-04-28 Thread William Park via talk



On 4/28/22 01:35, Evan Leibovitch via talk wrote:

...
Turns out I was wrong. So very, very wrong. And now I can't wait to go 
back to my Linux desktop,

...
Another topic for meeting?  Because I was thinking about moving to 
Windows (and Ubuntu in WSL), and dump Linux altogether.  I finally 
configured Thunderbird to do my Email and Calendar, so there is nothing 
keeping me tied to Slackware/KDE.




 1. My motherboard takes a single M.2 SSD for my one and only drive. I
have a larger M.2 card that I'd like to replace it with, cloning my
existing setup to the new drive (in a temporary USB enclosure) then
installing and shrinking the Windows partition in anticipation of
the Linux dual-boot install. Can anyone recommend a good tool for
doing the disk clone? Or am I better off to just fresh-install
Windows on the new drive, and restore my data from the old one?


GParted, Clonezilla, or even Windows might have something.  I mean, 
upgrading to bigger disk is common thing, no?




 2. I want to have one partition for data that is visible regardless if
I boot Linux or Windows. Previously the most reliable filesystem
readable by bothwas FAT32. Should I still do that? Is Linux support
for NTFS good enough now? Even better, can Windows be taught to read
ext4?


I can read/write NTFS USB sticks.  So, should be okay.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] From Slackware to which distro?

2022-04-27 Thread William Park via talk

I don't read them anyways. :-)

On 4/27/22 20:49, Howard Gibson via talk wrote:

On Wed, 27 Apr 2022 00:37:21 -0400
William Park via talk  wrote:


Hi All,

I've been running Slackware since forever.  It's time to grow up and see
the world.  Which distro would you recommend that I move to?  Yes, I
know it's personal, and reasons will be varied and educational.


William,

Why do you want to switch from Slackware?  I hope you understand
that when you switch to Ubuntu or Fedora, you will have to locate and
install the fortune cookie.


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] From Slackware to which distro?

2022-04-26 Thread William Park via talk

Hi All,

I've been running Slackware since forever.  It's time to grow up and see 
the world.  Which distro would you recommend that I move to?  Yes, I 
know it's personal, and reasons will be varied and educational.


- Ubuntu -- OK.  I use it at work in VM and in WSL (Windows Subsystem 
for Linux).  For me, Mint is another flavour, just like Kubuntu, 
Xubuntu, etc.


- Oracle -- I use it at work too.  Was CentOS, but switched to Oracle 
because they said delivering end-of-life OS is bad marketing.


- Fedora -- OK.  Doesn't seem to have its equivalent in Ubuntu side.

- OpenSUSE -- Difficult to pin down.  It uses RPM but in their own way. 
It has rolling release (Tumbleweed) and versioned release (Leap).


- Arch -- no.  I don't need/want to learn what they are trying to teach. 
 I run Slackware, so I already know all that.


Thanks for any feedback.
William
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] U of T alumni mail + Thunderbird

2022-04-24 Thread William Park via talk

What?  They had me go through all that, and now, "Oops, sorry".

Anyways, I found out that you manage profile in Firefox the same way:
firefox --ProfileManager

On 4/24/22 07:26, Nigel Auger wrote:
Follow up from my two cent input yesterday. Best to disregard the app 
password idea I tabled yesterday. I did some email administration 
yesterday and it looks like the industry is doing away with app 
passwords for reasons that are probably obvious to everyone on this 
email forum. I discovered yesterday that Google is discontinuing app 
passwords in gmail on May 30, 2022. I suspect Microsoft already has.


On Sat, Apr 23, 2022 at 7:11 PM William Park via talk <mailto:talk@gtalug.org>> wrote:


OK.  Got the latest Thunderbird working on my old settings and
data.  To
select the "default" profile, you have to

(1) thunderbird --ProfileManager

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] U of T alumni mail + Thunderbird

2022-04-23 Thread William Park via talk
I'm using Thunderbird 68.12esr.  I just downloaded Thunderbird-91.8.1 
(latest), and found that it doesn't import settings from the old one. 
WTF!  It'll take a week to regenerate all the filter rules and account 
settings.  OS needs upgrading too. :-(

Thanks Seneca.

On 4/23/22 11:21 AM, Seneca Cunningham via talk wrote:

UofT made some changes recently with authentication, disabling what they’re 
calling “legacy authentication”.  These days, it’s OAUTH2 or you’re stuck with 
webmail.  First, you need to ensure that you’re using Thunderbird 77.0b1 at the 
minimum.  Then, you can follow the instructions in the email they sent about 
this in March: 
https://its.utoronto.ca/improving-information-security-by-disabling-legacy-authentication/


On Apr 17, 2022, at 21:06, William Park via talk  wrote:

To those with @alumni.utoronto.ca email account,

I have an old UofT account, and I'm trying to set it up in Thunderbird.

(1) Getting Email:

I can download via IMAP.  But can't via POP3.  Is it same experience for other 
people?

(2) Sending Email:

I can't send email via their SMTP server.  Thunderbird asks for password which 
errors out.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk



---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] U of T alumni mail + Thunderbird

2022-04-17 Thread William Park via talk

To those with @alumni.utoronto.ca email account,

I have an old UofT account, and I'm trying to set it up in Thunderbird.

(1) Getting Email:

I can download via IMAP.  But can't via POP3.  Is it same experience for 
other people?


(2) Sending Email:

I can't send email via their SMTP server.  Thunderbird asks for password 
which errors out.


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] OT: NYT article "How To Construct a Chip Factory

2022-04-08 Thread William Park via talk
Why do cars need 2nm chips?  I could understand desktop, laptop, 
smartphones needing such.  But, even Arduino would be overkill in cars, 
no?  (Apparently not)

--

On 4/8/22 9:03 AM, Ivan Avery Frey via talk wrote:
The Huge Endeavor to Produce a Tiny Microchip 
https://www.nytimes.com/2022/04/08/technology/intel-chip-shortage.html?unlocked_article_code=CEIPuonUktbfqYhkTFUbCybJUNMnqBqCgvfeh706mnL6aSOVSC4H1OQSGZSJ9EqLZbZmY5F7-QWnc-J7Ee1lQu1unKgYNlZxSgKsr9zUlM1Ye3tlpcfpU28_ms-dVLx9-zSwNSzjcrt0mrOysUncb2f6SeeIhy1aUQVjp5didVyg2mVZhfuWV74ohaQtmKspFZt4RjwfZSSVvviOCx52PNqObR20-RBhEqgCGmmVxYjAnupGJAZCClvGT2d95HI8675fO9AQO6X_K30waUiPHYqWfATJsULH1t8BHho


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Gmail + Thunderbird

2022-04-06 Thread William Park via talk
For a while, I couldn't send out through SMTP@Gmail using Thunderbird. 
POP@Gmail was okay though.  It turns out Gmail switched to "app 
password" like Yahoo did.  Once you generate "app password" (2-factor 
needs to be ON), you have to use it for both POP and SMTP.  Web login is 
the same as before.

--
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Sane Email System?

2022-03-07 Thread William Park via talk
I switched to Thunderbird for my Yahoo and Gmail accounts.  It was 
hassle to recreate all the filters, but so far, it's okay.

--William

On 3/3/22 8:18 PM, Peter King via talk wrote:

...
But it looks like that is all going away, since Microsoft only supports
what they call "modern" email clients, and on Linux only Thunderbird.

I could switch.  But then rather than the fetch-and-store model, which has
worked fine over the years, I would either have to change to a view-in-a-
browser model (and so have to be running a GUI locally and store all my
email somewhere else out of my control), or chuck my university email
account and set up something else.

> ...
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] two or three tricks for installing Linux as a second OS on a Windows box

2022-03-07 Thread William Park via talk
I used to dual-boot, but now I use separate Linux computer.  If I need 
to copy files, I use ssh/scp in WSL Ubuntu.  Samba is proper answer, but 
can't be bothered.  Less headache, and I'm not getting younger.

--William

On 3/4/22 11:27 AM, D. Hugh Redelmeier via talk wrote:

Most computers come with Microsoft Windows.  If you insist on buying a
computer without Windows, you have less choice and may have to pay more.
Besides, once in a blue moon Windows is useful.

To install Linux, you can either blow away Windows (easy!) or your can
install Linux beside Windows.

If you want to install Linux beside Windows, you usually have to get
Windows to relinquish some disk space.  (Alternatively you might be able
to add another disk.)

Windows has a way of reducing the size of a volume but it is unwilling to
relocate a structure that is in the middle of the volume.  So it is only
willing to give up slightly less than half of the volume.

I use gparted (ntfresize is underneath) to shrink a Windows NTFS volume,
because I always want to shrink in to less than 50% of its original size.
I do this from a live Linux flash drive.

Here are the tricks that are not so obvious:

- if Windows is using bitlocker, you need to turn that off in Windows.
   Otherwise gparted cannot do anything with the partition.

   Our newest computer came with bitlocker enabled (with no password).
   That's probably a good idea but not for us.

   After bitlocker is turned off, gparted can operate.

   Perhaps you can turn it on again after resizing.  I don't know.

   (On Windows: Settings: Privacy & Security: Device Encryption)

- By default, Windows assumes that it can leave the filesystem in an
   inconsistent state when it shuts down.  It assumes that you'll boot
   Windows again when you power the system up.  Apparently this speeds
   things up a little bit.

   This is very unhealthy if you are going to boot Linux next,
   especially if you are going to run gparted to muck with the NTFS
   filesystem.

   You can fix this by going to Windows' Control Panel (which is something
   different from Settings), Power Settings, and untick "turn on fast
   startup (recommended)".  It is slightly tricky because you have to click
   some option to allow you to change the fast startup option.  Sheesh.

- (old advice; may be obsolete; I don't wish to find out the hard way that
   it is still needed.)
   After you have resized the NTFS partition, reboot to Windows.  Don't do
   anything else with the disk in Linux first.
   Why: it used to be the case that gparted got something slightly wrong in
   the NTFS partition, something that a Windows boot fixed silently.
   After booting Windows, you can reboot to a Linux install medium safely.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] decent cheap ChromeOS tablet -- can run debian in a container

2021-12-31 Thread William Park via talk

I thought Google is dropping Chromebook?

On 12/31/21 5:46 PM, D. Hugh Redelmeier via talk wrote:

https://forums.redflagdeals.com/lenovo-canada-chromebook-10e-tablet-129-less-rakuten-2501804/

This is $129 tablet seems to be aimed at kids in schools.  It's not
particularly powerful, but it has a nice screen (1920x1200, 400nit),
battery, and a solid build.

This version of ChromeOS invites you to create a container with debian in
it.  The debian is from the debian repos: not customized.

I've done so.  I can run xterm, but it is awkward without a keyboard and
mouse.  I've loaded gnome desktop but I'm not sure how to start it.  I
wanted to use gnome's on-screen keyboard.

Seems like a fun toy for this price.  The weakest point is that it has
only 32G of eMMC (disk) and no slot for an SD card.

It has only one USB port and that is used for power.  I was able to use a
USB-C hub with "power delivery" to add more peripherals.

The sale might end at any time.  Perhaps the end of the day or the end of
the weekend.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Comparing XML/JSON files

2021-12-06 Thread William Park via talk
PowerShell?  I'm reading Microsoft doc site... read... scratch head... 
read... few 4 letter words... lots of 4 letter words...


--William

On 12/6/21 7:09 PM, Ansar Mohammed via talk wrote:

you can use powershell for Linux. this capability is built in

On Mon, Dec 6, 2021 at 3:48 PM William Park via talk <mailto:talk@gtalug.org>> wrote:


Hi all,

I know of "xmldiff" and "jsondiff" to compare XML or JSON files.  But,
they don't allow me to exclude certain node or keyword.  Do you know
any
command line program that does that, in one-shot?

If not, then I have to resort to
      1. For JSON, use 'jq' to remove keyword, and then compare.
      2. For XML, use 'xmlstarlet' to remove node, and then compare.

--William
---
Post to this mailing list talk@gtalug.org <mailto:talk@gtalug.org>
Unsubscribe from this mailing list
https://gtalug.org/mailman/listinfo/talk


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Comparing XML/JSON files

2021-12-06 Thread William Park via talk

Hi all,

I know of "xmldiff" and "jsondiff" to compare XML or JSON files.  But, 
they don't allow me to exclude certain node or keyword.  Do you know any 
command line program that does that, in one-shot?


If not, then I have to resort to
1. For JSON, use 'jq' to remove keyword, and then compare.
2. For XML, use 'xmlstarlet' to remove node, and then compare.

--William
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] help with Rogers SMTP

2021-12-03 Thread William Park via talk
Your screenshot looks OK.  Rogers is using Yahoo.  Yahoo changed the way 
you authenticate to POP3/SMTP servers.  They won't accept your web login 
password anymore.  You have to log into their website, generate "app" 
password, and copy that into Thunderbird.


That's what I remember.  But, looking around Thunderbird now, I can't 
find where you'd enter that password.  I guess, when you create the 
server account.


--William

On 12/2/21 12:03 PM, Dave Collier-Brown via talk wrote:

I lost contact with Dodgers' SMTP from my Thunderbird some time back,
what do your working settings look like? Mine are attached below

--dave


On 12/2/21 00:04, William Park via talk wrote:

I think Rogers is using Yahoo or Hotmail (Microsoft) behind the scene.
My sendmail/fetchmail/procmail used to work for Yahoo, until about a
year ago.  I gave up.

I'm now using Thunderbird.  You can tell by the way paragraph is
mangled in my post. :-(

--William

On 12/1/21 8:24 PM, Ariel Burton via talk wrote:

Hi everyone,

I'm trying to get outgoing SMTP email to work with Rogers,
and would appreciate any help.

I am not looking for a full solution; all I need is for outgoing
email to work from the command line in my user account.  I don't
need a system-wide solution, or a solution that works with GUI email
readers.  See below for a sample use-case.

I used to have a solution that had lines like this in my $HOME/.mailrc:

BEGINS

set smtp=smtp.nl.rogers.com:587
set smtp-auth-user=MY-ROGERS-EMAIL-ADDRESS
set smtp-auth-password=ROGERS-DEVICE-SPECIFIC-PASSWORD

set replyto="Ariel Burton "

set smtp-use-starttls
set ssl-verify=ignore

ENDS

Something like this worked for many years, but stopped working
a while  ago.
Earlier versions differed slightly, e.g., using "from" or "sender"
in place of "replyto", or different port numbers.

This is a transcript of how it fails:

BEGINS

/home/me> mail MY-OTHER-EMAIL-ADDRESS
Subject: test
test
.
EOT
% smtp-server: 550 Request failed; Mailbox unavailable
"/home/me/dead.letter" 12/365
. . . message not sent.

ENDS

Can anyone see what am I doing wrong, and how to fix it?

Thanks,

Ariel
==
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list
https://gtalug.org/mailman/listinfo/talk


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list
https://gtalug.org/mailman/listinfo/talk


--
David Collier-Brown, | Always do right. This will gratify
System Programmer and Author | some people and astonish the rest
dave.collier-br...@indexexchange.com |  -- Mark Twain

CONFIDENTIALITY NOTICE AND DISCLAIMER : This telecommunication, 
including any and all attachments, contains confidential information 
intended only for the person(s) to whom it is addressed. Any 
dissemination, distribution, copying or disclosure is strictly 
prohibited and is not a waiver of confidentiality. If you have received 
this telecommunication in error, please notify the sender immediately by 
return electronic mail and delete the message from your inbox and 
deleted items folders. This telecommunication does not constitute an 
express or implied agreement to conduct transactions by electronic 
means, nor does it constitute a contract offer, a contract amendment or 
an acceptance of a contract offer. Contract terms contained in this 
telecommunication are subject to legal review and the completion of 
formal documentation and are not binding until same is confirmed in 
writing and has been signed by an authorized signatory.


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] help with Rogerrs SMTP

2021-12-01 Thread William Park via talk
I think Rogers is using Yahoo or Hotmail (Microsoft) behind the scene. 
My sendmail/fetchmail/procmail used to work for Yahoo, until about a 
year ago.  I gave up.


I'm now using Thunderbird.  You can tell by the way paragraph is mangled 
in my post. :-(


--William

On 12/1/21 8:24 PM, Ariel Burton via talk wrote:

Hi everyone,

I'm trying to get outgoing SMTP email to work with Rogers,
and would appreciate any help.

I am not looking for a full solution; all I need is for outgoing
email to work from the command line in my user account.  I don't
need a system-wide solution, or a solution that works with GUI email
readers.  See below for a sample use-case.

I used to have a solution that had lines like this in my $HOME/.mailrc:

BEGINS

set smtp=smtp.nl.rogers.com:587
set smtp-auth-user=MY-ROGERS-EMAIL-ADDRESS
set smtp-auth-password=ROGERS-DEVICE-SPECIFIC-PASSWORD

set replyto="Ariel Burton "

set smtp-use-starttls
set ssl-verify=ignore

ENDS

Something like this worked for many years, but stopped working
a while  ago.
Earlier versions differed slightly, e.g., using "from" or "sender"
in place of "replyto", or different port numbers.

This is a transcript of how it fails:

BEGINS

/home/me> mail MY-OTHER-EMAIL-ADDRESS
Subject: test
test
.
EOT
% smtp-server: 550 Request failed; Mailbox unavailable
"/home/me/dead.letter" 12/365
. . . message not sent.

ENDS

Can anyone see what am I doing wrong, and how to fix it?

Thanks,

Ariel
==
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] ssh in Windows Cmd and PowerShell

2021-12-01 Thread William Park via talk

FYI...

While doing "back to office" setups, I noticed that you can do ssh in 
Windows Cmd and PowerShell.


Traditional way was to install WSL (Windows Subsystem for Linux) and do 
ssh from Ubuntu.  One hassle was that Ubuntu can't go into Windows 
network drives.  Now, you can go into network drive in "cmd" and 
"powershell", and do ssh from there directly.


This means, I no longer need my Chromebook.  Its original and 
replacement batteries both died, so I removed it from Chromebook.  I use 
it for SSH terminal mainly.


--William
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Index Exchange is hiring (a lot), and I can recommend it

2021-11-30 Thread William Park via talk

Sorry for late reply.  Back to office has been crazy busy...

At the beginning, I liked Python's indented structure, OOP ability, etc. 
 This was when I was the one doing the programming, test, bug fix, and 
support.  Things didn't go well when I had to read/fix someone else's 
code, or my code went to someone else and came back to me.  All the 
things I liked Python for, turned into all the things I disliked Python for.


Main issue was, difficulty in debugging.  What's in an object depends on 
the path it took.


On 11/29/21 5:53 PM, o1bigtenor via talk wrote:



On Mon, Nov 29, 2021 at 5:36 AM William Park via talk <mailto:talk@gtalug.org>> wrote:


Thanks.  Perl -> Go is big jump.  I'm currently dabbling in Dart,
because few guys here are dabbling in Flutter.  Go is next on my list.
I was an early adopter of Python but it went sour after awhile. 
Looking

for something better.


Curious - - - - what went sour with Python?

TIA

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Index Exchange is hiring (a lot), and I can recommend it

2021-11-29 Thread William Park via talk
Thanks.  Perl -> Go is big jump.  I'm currently dabbling in Dart, 
because few guys here are dabbling in Flutter.  Go is next on my list. 
I was an early adopter of Python but it went sour after awhile.  Looking 
for something better.


On 11/28/21 10:20 PM, Dave Collier-Brown via talk wrote:

On 11/27/21 22:17, William Park via talk wrote:


Just curious... Why was Go chosen?  And, more importantly, what other
languages were considered and rejected?


We were looking for a compiled language that did parallelism without
requiring a PhD in temporal logic. It replaces Perl, where we used lots
of parallel instances of a rather large monolithic application.

There are other language in use: Python for ML, Java for big data and
some I've never heard of, but Go is the major one. Which is cool, as
it's one of my favorites.

--dave


--
David Collier-Brown, | Always do right. This will gratify
System Programmer and Author | some people and astonish the rest
dave.collier-br...@indexexchange.com |  -- Mark Twain


CONFIDENTIALITY NOTICE AND DISCLAIMER : This telecommunication, 
including any and all attachments, contains confidential information 
intended only for the person(s) to whom it is addressed. Any 
dissemination, distribution, copying or disclosure is strictly 
prohibited and is not a waiver of confidentiality. If you have received 
this telecommunication in error, please notify the sender immediately by 
return electronic mail and delete the message from your inbox and 
deleted items folders. This telecommunication does not constitute an 
express or implied agreement to conduct transactions by electronic 
means, nor does it constitute a contract offer, a contract amendment or 
an acceptance of a contract offer. Contract terms contained in this 
telecommunication are subject to legal review and the completion of 
formal documentation and are not binding until same is confirmed in 
writing and has been signed by an authorized signatory.

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Index Exchange is hiring (a lot), and I can recommend it

2021-11-27 Thread William Park via talk

Hi Dave,

Just curious... Why was Go chosen?  And, more importantly, what other 
languages were considered and rejected?


On 11/27/21 2:05 PM, Dave Collier-Brown via talk wrote:
We're an advertising exchange that does real time ad auctions in 120 
milliseconds, growing hugely even through COVID, financially successful 
and moving steadily toward IPO in a few years.


We're interested in Go programmers, sysadmins with a talent for 
automation, and data / machine-learning engineers. Plus co-ops.


There are roughly 60 engineering position we want to fill, nominally in 
downtown Kitchener-Waterloo, Toronto and Montreal. In fact, we've mostly 
been working from home world-wide, and turned our old North Toronto 
office into a data centre. We do have a building at King and Spadina for 
folks who prefer to have a desk (which includes me), but it's optional.


This is the best job I've had since /Sun Microsystems/: come join me.

--dave

--
David Collier-Brown, | Always do right. This will gratify
System Programmer and Author.| some people and astonish the rest
dave.collier-br...@indexexchange.com  | -- Mark Twain
dav...@spamcop.net


*/CONFIDENTIALITY NOTICE AND DISCLAIMER/*/ : This telecommunication, 
including any and all attachments, contains confidential information 
intended only for the person(s) to whom it is addressed. Any 
dissemination, distribution, copying or disclosure is strictly 
prohibited and is not a waiver of confidentiality. If you have received 
this telecommunication in error, please notify the sender immediately by 
return electronic mail and delete the message from your inbox and 
deleted items folders. This telecommunication does not constitute an 
express or implied agreement to conduct transactions by electronic 
means, nor does it constitute a contract offer, a contract amendment or 
an acceptance of a contract offer. Contract terms contained in this 
telecommunication are subject to legal review and the completion of 
formal documentation and are not binding until same is confirmed in 
writing and has been signed by an authorized signatory./



---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


[GTALUG] Upgrading SSD -> NVMe

2021-11-27 Thread William Park via talk
Has anyone upgraded from SSD SATA to NVMe M.2?  Spec says it's 10x the 
speed.  What did you really see?

--William
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


Re: [GTALUG] Swapping ThinkPad drive

2021-11-25 Thread William Park via talk
For /, /home, ... it's simple copy.  Since you're using external USB, 
don't use "dd".  "cp -a" should be good enough.  Or, "tar -cf -".

Never used "cpio".

For /boot, it's different can of worm.  You can copy over the content, 
but you have to update /boot/efi/EFI/DistroX/, so that your motherboard 
"BIOS" knows about it.  I'd recommend, install your distro on the new 
SSD using UEFI.  Then, update files for your old kernel.  That way, the 
structure is created for you.


Personally, I don't like UEFI.  If you change motherboard, you can't 
boot.  Personal experience!


On 11/24/21 11:32 AM, James Knott via talk wrote:
I've bought a 1 TB SSD drive to replace the 750 GB drive in my 
ThinkPad.  I was considering using the opportunity to change to UEFI. 
I'll be mounting the old drive in an external case so that I can copy 
over the partitions, one of them NTFS.  Anything I should worry about in 
converting to UEFI?  Any suggestions?


tnx jk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk


  1   2   3   4   >