Re: [GTALUG] POP3 vs IMAP

2019-06-08 Thread William Park via talk
If your email is on Yahoo/Google, then they can talk POP3 or IMAP when talking with you. The emails will be stored in their own formats internally, anyways. So, I don't think it matters. -- William Park On Sat, Jun 08, 2019 at 11:05:21AM -0500, o1bigtenor via talk wrote: > Greetings > > Wor

[GTALUG] Screen vs Tmux

2019-06-20 Thread William Park via talk
Hi all, I try to use WSL (Windows Subsystem for Linux) whenever possible, even though I have VMware and VirtualBox available. One thing that WSL terminal lacks is "tab" that all other terminals have. So, that calls for Screen and Tmux. But, which one? And, why? -- William Park --- Talk Maili

Re: [GTALUG] Screen vs Tmux

2019-06-23 Thread William Park via talk
On Sun, Jun 23, 2019 at 04:10:42PM -0400, Stewart C. Russell via talk wrote: > On 2019-06-20 11:23 p.m., William Park via talk wrote: > > > > I try to use WSL (Windows Subsystem for Linux) whenever possible, even > > though I have VMware and VirtualBox available. One thing

[GTALUG] Request for demo on Firefox's Web Developer capabilities

2019-07-04 Thread William Park via talk
Hi all, For network tracing of something that is initiated by browser, I recently discovered Firefox's Web Developer > Network which is more immediate and convenient than Wireshark's Analyze > TCP Follow. But, I'm not a "web developer" and don't know what most other tabs mean or where t

Re: [GTALUG] Recommendations for useful laptop suitable for Ubuntu

2019-07-16 Thread William Park via talk
There is too much talking on this list, and not enough action. Consider Lenovo T450 for $330: I bought one last year, better spec at lower price. I think they made mistake when converting US$ to CAN$. -- William Park On Sun, J

[GTALUG] Extracting data from JSON file

2019-07-19 Thread William Park via talk
How do you extract data from JSON file? For XML file, "xmlstarlet" is the tool you try first. Is there similar tool for JSON format? I tried "jq" today, but its syntax is a bit weird from first look. -- William Park --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing li

Re: [GTALUG] Extracting data from JSON file

2019-07-19 Thread William Park via talk
On Fri, Jul 19, 2019 at 01:06:05PM -0400, Lennart Sorensen via talk wrote: > On Fri, Jul 19, 2019 at 03:40:29AM -0400, William Park via talk wrote: > > How do you extract data from JSON file? > > > > For XML file, "xmlstarlet" is the tool you try first. Is there s

Re: [GTALUG] Extracting data from JSON file

2019-07-20 Thread William Park via talk
On Sat, Jul 20, 2019 at 09:56:53AM -0400, Stewart C. Russell via talk wrote: > Hi William, > > > I'm writing automated test scripts. Unfortunately for me, input > > configuration is XML, and I use "xmlstarlet" to get data from that. > > Another one for the XML side is Dan Egnor's xml2. It conve

[GTALUG] Which JSON parser in C?

2019-07-25 Thread William Park via talk
Hi all, I'm looking for JSON Parser in C. Right now, I'm eyeing JSON-GLIB, mainly because I'm sort of familiar with Glib when I was dealing with GTK+. Is there other parsers that you or others you know are actively using? And, why that and not others? I'm aware of the list on json.org. But, I

Re: [GTALUG] War Story: Asus UX305ca SSD failures

2019-08-01 Thread William Park via talk
On Thu, Aug 01, 2019 at 11:15:43AM -0400, D. Hugh Redelmeier via talk wrote: > We bought two Asus ux305ca notebooks about three years ago. The Microsoft > Store had a remarkably good deal on them. I'm not the only GTALUGger to > buy this notebook. Lesson here: Don't buy Asus laptop, if you wan

Re: [GTALUG] Script to show HTTP(S) and TLS details for a website

2019-08-11 Thread William Park via talk
How does it compare with "testssl.sh" ?--William Sent from Yahoo Mail on Android On Sat, Aug 10, 2019 at 11:46 AM, Giles Orr via talk wrote: This may be seen as self-promotion - that's not totally wrong.  But I think this may also be useful to others and (as I acknowledge in the blog post

Re: [GTALUG] Script to show HTTP(S) and TLS details for a website

2019-08-11 Thread William Park via talk
On Sun, Aug 11, 2019 at 07:58:15PM -0400, Giles Orr via talk wrote: > William: > 'How does it compare with "testssl.sh" ?' > > I have no idea, I haven't used that. If you point me to it I'll take > a look. We use it at work. http://testssl.sh/ I don't know how they give out different responses

Re: [GTALUG] Script to show HTTP(S) and TLS details for a website

2019-08-11 Thread William Park via talk
On Sat, Aug 10, 2019 at 11:46:40AM -0400, Giles Orr via talk wrote: > If you're interested, you can find the details here: > > https://www.gilesorr.com/blog/tls-https-details.html > > Any suggestions to improve the script would be most welcome. OK, here it goes... > # Put most desirable/least-l

Re: [GTALUG] For Chris: Commodore BASIC as a scripting language

2019-08-24 Thread William Park via talk
On Tue, Aug 13, 2019 at 10:17:36PM -0400, Stewart Russell via talk wrote: > This is not a place of honour:. > > https://github.com/mist64/cbmbasic > > Go do some damage! You know, BASIC may come back to life in IofT and microprocessor boards. Because if you look at things you do with those board

Re: [GTALUG] For Chris: Commodore BASIC as a scripting language

2019-08-25 Thread William Park via talk
On Sun, Aug 25, 2019 at 01:30:15PM +, Dave Collier-Brown via talk wrote: > On 2019-08-24 10:21 p.m., William Park via talk wrote: > > > On Tue, Aug 13, 2019 at 10:17:36PM -0400, Stewart Russell via talk wrote: > >> This is not a place of honour:. > >> > >

[GTALUG] Samsung router?

2019-08-27 Thread William Park via talk
I had routers from D-Link, TP-Link, Asus, Linksys. They all died. Current one is Asus RT-N66U and 5GHz band is flaking out. So, while browsing at Canada Computers, I found "Samsung Connect Home 2x2" and "4x4". https://www.canadacomputers.com/product_info.php?cPath=27_1046_1573&item_id=109992

Re: [GTALUG] For Chris: Commodore BASIC as a scripting language

2019-08-28 Thread William Park via talk
10:22 PM William Park via talk wrote: On Tue, Aug 13, 2019 at 10:17:36PM -0400, Stewart Russell via talk wrote: > This is not a place of honour:. > > https://github.com/mist64/cbmbasic > > Go do some damage! You know, BASIC may come back to life in IofT and microprocessor boards.

Re: [GTALUG] Decrypting and Re-encrypting Network Traffic

2019-09-10 Thread William Park via talk
My company is doing this "man in the middle" thing.  As long as they don't encrypt my paycheck, I'm fine with it.  Just don't do personal banking at work.  They'll know all your passwords. Sent from Yahoo Mail on Android On Tue, Sep 10, 2019 at 5:09 PM, Giles Orr via talk wrote: Decrypti

Re: [GTALUG] Script to show HTTP(S) and TLS details for a website

2019-09-13 Thread William Park via talk
On Fri, Sep 13, 2019 at 09:22:54AM -0400, Giles Orr via talk wrote: > Having solicited suggestions for improvement, I got more than I bargained > for (but it was all good!). It took a while, but I've incorporated most of > the suggestions: > > https://www.gilesorr.com/blog/tls-https-details2.html

Re: [GTALUG] Script to show HTTP(S) and TLS details for a website

2019-09-15 Thread William Park via talk
On Sat, Sep 14, 2019 at 10:02:46AM -0400, D. Hugh Redelmeier via talk wrote: > | From: William Park via talk > > | Hmm, minor personal irritant about variable assigment: > | var=$(...) > | is enough. You don't need to do > | var="$(...)" > > I t

Re: [GTALUG] Sudo in Script

2019-09-15 Thread William Park via talk
I think you're supposed to first "stop" apache, delete the logs, and then "start" apache. Anyways, to "sudo" without a password, do as root, cd /etc/sudoers.d echo "user ALL = (ALL) NOPASSWD: ALL" >> user chmod 440 user -- William Park On Sun, Sep 15, 2019 at 12:01:28PM -0400, Steph

Re: [GTALUG] anyone here build pro computer workstations?

2019-09-15 Thread William Park via talk
Well, top of the line from Apple (Mac Pro) or Microsoft (Surface Studio 2) would be good start. Since you mentioned Windows 10 Pro, Lenovo desktop or HP EliteDesks would be second stop. When all else fails, build your own, eg. motherboard, cpu, ram, ssd, big screen. -- William Park On Sun, Sep

[GTALUG] Custom build: Which case?

2019-09-18 Thread William Park via talk
I built all of my computers, last one being a basic i3-4170. There is one part that I was never satisfied with, and that is "computer case". Selections at Canada Computers and Newegg are disappointing. If you were building a full-tower computer, which case would you buy? And where? -- William P

[GTALUG] Linux kernel 5.3.0

2019-09-19 Thread William Park via talk
I just tried kernel 5.3.0, and it's noticeably faster in opening windows. Not sure about overall throughput, though. -- William Park --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

[GTALUG] 480GB SSD for $60?

2019-09-22 Thread William Park via talk
What's going on in SSD market? https://www.canadacomputers.com/product_info.php?cPath=179_1088&item_id=139711 -- William Park --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

Re: [GTALUG] some USB sticks are slow!

2019-09-29 Thread William Park via talk
On Sun, Sep 29, 2019 at 11:46:07AM -0400, D. Hugh Redelmeier via talk wrote: > 7135559680 bytes (7.1 GB, 6.6 GiB) copied, 1560.63 s, 4.6 MB/s Sounds about right. If the packaging doesn't say write speed, then there is a reason why they didn't advertised it. I have 128GB Samsung USB stick, adve

[GTALUG] X270 for $559

2019-10-07 Thread William Park via talk
FYI, https://www.lenovo.com/ca/en/laptops/thinkpad/thinkpad-x/ThinkPad-X270/p/20K6S0X900 I bought similar spec'ed refurbished T450 for $315, but this one is new. -- William Park --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list https://gtalug.org/mailman/listi

[GTALUG] (off topic) What do with old tools?

2019-10-10 Thread William Park via talk
Definitely off topic...  I'm cleaning up my garage, and I have lots of old tools (pliers, screwdrivers, drills, etc) that I want to throw away.  How do I dispose of metal tools?  Is there recycling for them?--William Sent from Yahoo Mail on Android--- Post to this mailing list talk@gtalug.org Un

[GTALUG] Benchtop power supply

2019-10-29 Thread William Park via talk
Hi all, (Cross-posted to both GTALUG and KWLUG, because I belong to both. Please reply to the list you're subscribed to. Otherwise, mail admin gets mad at me.) I need a benchtop power supply (0-30V, 0-5A, though 0-10A would be nice). Question: - What brand do you recommend? - Amazo

Re: [GTALUG] Hardcore sed foo

2019-11-04 Thread William Park via talk
0 or 1 match is ?Eg.  echo /aaa/.bbb//ccc/123 | sed 's,\(/\.\?[^/]\)[^/]*,\1,g'--William Sent from Yahoo Mail on Android On Mon, Nov 4, 2019 at 8:24 PM, Giles Orr via talk wrote: --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list https://gtalug.org/mailman/lis

Re: [GTALUG] Rust intro tonight (free)

2019-12-12 Thread William Park via talk
No parking, so can't go.  We should invite him to GTALUG.  --William Sent from Yahoo Mail on Android On Thu, Dec 12, 2019 at 2:05 AM, D. Hugh Redelmeier via talk wrote: I don't know anything about General Assembly but they are hosting a "Practical Introduction to Rust" at 18:30 Thursday (

Re: [GTALUG] 10TB drive seen as a 2TB drive (twice?)

2019-12-29 Thread William Park via talk
Try connecting the new disk to motherboard directly. If you can use 3TB and 4TB, then you can certainly use 10TB. I suspect it's your USB external case. -- William Park On Sun, Dec 29, 2019 at 11:07:01AM -0500, Evan Leibovitch via talk wrote: > There are already two existing drives, a Seagate

Re: [GTALUG] Remove drive, system won't boot

2020-01-04 Thread William Park via talk
Looks like your HDD1 (Seagate 4TB) is failing, so can't mount /var, /home, etc. But, the actual mounting order goes like sda -- Adata 60GB sdb -- WD 10TB (the new disk) sdc -- Seagate 4TB 1. Try swapping the SATA connectors of 10TB and 4TB disks. 2. Replace 4TB as well. -- William Pa

Re: [GTALUG] Any experience with "Linux on Windows"?

2020-01-14 Thread William Park via talk
Here are different ways (chronologically encounted) to get "Linux" environment in Windows: 1. Busybox for Windows - it's single binary, available in x32 and x64 version. - has "ncat", but no "ssh". 2. Cygwin - full Linux utilities (like sed, awk, bash, etc) compiled on Windows.

Re: [GTALUG] Planning April Meeting

2020-03-25 Thread William Park via talk
Our company uses Zoom. So, a vote for Zoom. -- William Park On Wed, Mar 25, 2020 at 08:25:23PM -0400, Alex Volkov via talk wrote: > Hello Everyone, > > > We're thinking of doing April meeting online, we're thinking of having a > Q&A. > > Which of the teleconference software do you find the m

Re: [GTALUG] téléconferencing options, was GTALUG: COVID-19 Impact

2020-03-26 Thread William Park via talk
On Thu, Mar 26, 2020 at 07:48:44PM -0400, Karen Lewellen via talk wrote: > One can hold zoom meetings strictly by phone, no software required. > Might not resonate with plans, but does add an option that avoids the > client drawback. > Kare Yes, I used this feature when I had problem with micropho

Re: [GTALUG] Planning April Meeting

2020-04-02 Thread William Park via talk
On Thu, Apr 02, 2020 at 05:33:40PM -0400, James Knott via talk wrote: > On 2020-04-02 11:43 AM, Alex Volkov via talk wrote: > > We're going to use zoom for the upcoming meeting, generously provided by > > Evan Leibovitch. > > Apparently there are security concerns with Zoom. > > https://www.wired

Re: [GTALUG] Laptop recommendations?

2020-04-22 Thread William Park via talk
On Wed, Apr 22, 2020 at 09:42:43AM -0400, Gron Arthur via talk wrote: > Need to buy a new laptop, any recommendations? Any good outlets that deliver? Make: Lenovo Store: Newegg (for refurbished), Lenovo (for new), Microsoft (for new). -- William Park --- Post to this mailing list talk@gtalug.org

Re: [GTALUG] Laptop recommendations?

2020-04-25 Thread William Park via talk
I'd interested to know why you went with HP? -- William Park On Sat, Apr 25, 2020 at 09:11:44AM -0400, Gron Arthur via talk wrote: > Thanks for the help everyone. It's was my wife's laptop that crashed > and she'll be ordering one from the HP website. I'm also going to try > to use restic with

Re: [GTALUG] Laptop recommendations?

2020-04-30 Thread William Park via talk
Guys, guys... this is one (of many) reason why we don't attract newbies. The thread started with asking about new laptop (circa 2020), and have deteriorated to PDP-8. I can assure you no newbies is interested in PDP-8/11 (circa 19xx). -- William Park On Thu, Apr 30, 2020 at 09:08:48PM -0400, Ja

[GTALUG] (off topic) Backup/restore of text messages on Android phone

2020-05-07 Thread William Park via talk
Hi all, My LG Nexus 5X died. It went into "boot loop" for a while, and now it won't even charge. It's dead. So, I'm borrowing old Samsung Galaxy S3. It recovered all data (those I care about), except text messages. I lost all my Google Messages data, which included personal text conversations

Re: [GTALUG] (off topic) Backup/restore of text messages on Android phone

2020-05-07 Thread William Park via talk
On Thu, May 07, 2020 at 12:18:34PM -0400, James Knott via talk wrote: > On 2020-05-07 12:05 PM, William Park via talk wrote: > > Hi all, > > > > My LG Nexus 5X died. It went into "boot loop" for a while, and now it > > won't even charge. It's

Re: [GTALUG] AMD releases 3100 and 3300x

2020-05-09 Thread William Park via talk
On Sat, May 09, 2020 at 08:00:33AM -0400, Dave Collier-Brown via talk wrote: > I suspect the new low-cost chip is a simplified version of one of the > four processor cores, and might cost about 1/5 of what the server > chips cost to make. Or rather, ones that failed QA. :-) -- William Park --- P

Re: [GTALUG] BlackBerry [was Re: Linux servers attacked!]

2020-05-11 Thread William Park via talk
On Mon, May 11, 2020 at 12:45:57AM -0400, D. Hugh Redelmeier via talk wrote: > Like Palm/HP WebOS, their phone/tablet OS was fine but their ecosystem > attracted few 3rd party developers. So only a minority of consumers > saw the value. Ecosystem... I hear this a lot but don't understand it. My

Re: [GTALUG] Compressing an image of a microSD card

2020-05-14 Thread William Park via talk
On Thu, May 14, 2020 at 03:38:37PM -0400, Lennart Sorensen via talk wrote: > > * Loop mount, e.g. 'mount -o loop,offset=$((512 * )) > >RG350.SD.2020-05-14.img tmp/' where xxx is the number of, e.g., > >512-byte sectors > > If you enable partition support on your loop driver you don't n

[GTALUG] (off topic) What power bank should I avoid?

2020-05-17 Thread William Park via talk
My LG Nexus 5X died, and I'm temporarily using an old Samsung Galaxy S3 with poor battery. I may need to use a power bank, until I get a new phone. Which power bank do you recommend (or not recommend)? -- William Park --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing l

Re: [GTALUG] Continuing Printer Woes

2020-05-31 Thread William Park via talk
I've given up printing from Linux. I go to Windows 10 laptop, scp the file from Linux, then print from there. Always works. -- William Park On Sun, May 31, 2020 at 06:23:38PM -0400, Peter King via talk wrote: > Eric S. Raymond was right about CUPS some fourteen years ago, in his essay > "The L

Re: [GTALUG] JSON Standard for SQL Thoughts

2020-06-06 Thread William Park via talk
Last time I read, it was just string blob, and the JSON is parsed every time to extract something inside. -- William Park On Fri, Jun 05, 2020 at 05:23:38PM -0400, Nicholas Krause via talk wrote: > Greetings, > > I'm aware a few people here keep up more with certain database trends > then me in

[GTALUG] Wireless Bridge - Asus RP-N12 N300 Repeater

2020-06-15 Thread William Park via talk
FYI... For work-from-home, I got stuffs spread over two tables in my basement. Most devices don't support or have wireless capability. Problem is my router is upstair. To run an ethernet cable, it has go across hallway, living room, through kitchen, down the stair, then across basement to the op

Re: [GTALUG] sale today on ThnkPad T490 and tiny ThinkCentre PCs

2020-07-10 Thread William Park via talk
On Fri, Jul 10, 2020 at 09:40:54AM -0400, D. Hugh Redelmeier via talk wrote: > Starting at noon today, Lenovo has a modestly spec'ed T490 for $1000. I > think that that's a good price. Thanks. -- William Park --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list http

Re: [GTALUG] sale today on ThnkPad T490 and tiny ThinkCentre PCs

2020-07-10 Thread William Park via talk
On Fri, Jul 10, 2020 at 09:40:54AM -0400, D. Hugh Redelmeier via talk wrote: > There are other potentially interesting items on sale today "Black Friday > in July". If you like tiny PCs, look at the ThinkCentre M75 Tiny or the > ThinkCentre M90n ("n" stands for "nano"). This is interesting. Th

[GTALUG] (question) GPU + Data center = ?

2020-07-13 Thread William Park via talk
Hi all, Perhaps off topics... I keep coming across "GPU in Data Centers", ie. Nvidia. Exactly what does GPU have ANYTHING do with data centers? I can't imagine people setting up a server in the cloud, and then using that to process graphics or play games. -- William Park --- Post to this maili

Re: [GTALUG] New Build Computer?

2020-07-15 Thread William Park via talk
On Wed, Jul 15, 2020 at 02:48:16PM -0400, Lennart Sorensen via talk wrote: > It went from a core i7 (4 core 8 thread) with 32GB ram and a pair of > 120GB SSDs in RAID1 to a Ryzen 5 3600 (6 core 12 thread) with 32GB ram > and a 1TB NVME M.2 drive. Of course for current AMD chips that's not a > high

Re: [GTALUG] DSL to wifi

2020-08-02 Thread William Park via talk
Following up Hugh's comment, 1. Perhaps you can describe your setup when it was working. Presumably, you were using ethernet cable (the one with phone-like clip on the end, technically RJ-45). 2. If you had been using DSL via WiFi before, then it's matter of selecting which access point (SSID)

Re: [GTALUG] YAD-Zenity-GTK on Pi - assistance needed

2020-08-11 Thread William Park via talk
Thanks Giles. Something to learn. -- William Park On Tue, Aug 11, 2020 at 08:47:10PM -0400, Giles Orr via talk wrote: > YAD ("Yet Another Dialog") is a fork of Zenity - essentially a way to > display GTK+ dialogues from shell scripts. I've chosen YAD because it --- Post to this mailing list ta

Re: [GTALUG] Mozilla XUL is dead

2020-08-25 Thread William Park via talk
So, what does it mean for newbies? Jump to WebExtensions? -- William Park On Mon, Aug 24, 2020 at 11:23:15AM -0400, Christopher Browne via talk wrote: > https://yoric.github.io/post/why-did-mozilla-remove-xul-addons/ > > Pretty interesting article on how Firefox has been evolving over the last

Re: [GTALUG] for multi-hop ssh/scp: option "ProxyJump"

2020-08-29 Thread William Park via talk
On Sat, Aug 29, 2020 at 06:50:45PM -0400, Scott Sullivan via talk wrote: > On 8/29/20 6:31 PM, Scott Sullivan via talk wrote: > > FYI, the ProxyJump directive was only introduces in OpenSSH version 7.3. > > As we had a lot of legacy RHEL/CentOS 6 systems, which were not yet on > > that version, we

Re: [GTALUG] good deal on tiny Dell desktop

2020-09-16 Thread William Park via talk
Even without the deal, how does it compare with Intel NUC boxes? We have few boxes at work, and it seems OK for the size. -- William Park On Tue, Sep 15, 2020 at 11:14:23AM -0400, D. Hugh Redelmeier via talk wrote: > Dell no longer allows the Ubuntu option or the 500GB 5400 HDD. So it is > no

[GTALUG] Group knowledge base

2020-10-29 Thread William Park via talk
How do you or your company maintain group "knowledge base"? I guess, wiki for internal stuffs. I'm using Words/Excel files. A chapter (Word) or worksheet (Excel) for different subject or project. You can insert screenshots, tables, etc. Screenshot of installation or picture of DIP switches is w

Re: [GTALUG] Group knowledge base

2020-10-29 Thread William Park via talk
Thu, 2020/10/29 10:17:23PM -0400, William Park via talk > wrote: > | How do you or your company maintain group "knowledge base"? I guess, > | wiki for internal stuffs. > > We use a wiki for internal stuffs. Have done so across multiple companies > for quite a

Re: [GTALUG] Group knowledge base

2020-10-30 Thread William Park via talk
On Fri, Oct 30, 2020 at 01:23:23PM -0400, Michael Galea via talk wrote: > I use dokuwiki for everything else. If I have odt content, I export it as a > pdf. You can install the PDF.js dokuwiki plugin to view the pdfs directly > from within dokuwiki. > > Is it just you who will maintain your knowl

Re: [GTALUG] First new home computer for decades - Raspberry Pi 400

2020-11-10 Thread William Park via talk
On Tue, Nov 10, 2020 at 08:15:21PM -0500, Stewart Russell via talk wrote: > .. and it runs Linux. > > https://www.raspberrypi.org/products/raspberry-pi-400/?resellerType=home And, no price! -- William Park --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list https://

Re: [GTALUG] First new home computer for decades - Raspberry Pi 400

2020-11-11 Thread William Park via talk
On Tue, Nov 10, 2020 at 11:17:37PM -0500, Aruna Hewapathirane wrote: > https://www.canakit.com/raspberry-pi-400-desktop-computer-kit.html?cid=cad&src=raspberrypi > > and > > https://www.buyapi.ca/product/raspberry-pi-400-complete-kit/?src=raspberrypi I don't understand these things. If you need

Re: [GTALUG] information storage ideas

2020-12-10 Thread William Park via talk
I have same problem as you. VimWiki, DocuWiki... My eyes hurt. Sometimes, I'm the one creating the content. So, I'll accept the hassle of typing associated markups. Sometimes, others created the files, doc, exls, txt, jpg, mov, etc. Eg. Sequence of screenshots on how to install something, nice

[GTALUG] "dd" in Windows?

2020-12-14 Thread William Park via talk
Hi all, How do you write "image" file to USB stick in Windows 10? In Linux, I would do 'dd', but it has to be Windows. 'dd' is available in Git for Windows, Windows Subsystem for Linux, BusyBox for Windows, and Ubuntu in Hyper-V VM. But, I can't get them to access USB drive. -- William Park

Re: [GTALUG] gtalug.org

2021-01-07 Thread William Park via talk
Paying linode.com is probably the best option. I'll chip in. How much and to whom? -- William Park On Thu, Jan 07, 2021 at 03:21:12AM -0500, D. Hugh Redelmeier via talk wrote: > I'm not an insider, so I might get this wrong. > > The GTALUG mailing list and web site are hosted on a linode.com m

Re: [GTALUG] DRAM Issues

2021-01-17 Thread William Park via talk
It looks like DDR3. I have DDR3 too. Save your money for next computer. -- William Park On Sun, Jan 17, 2021 at 02:23:05PM -0500, John Sellens via talk wrote: > If it's old, I might guess that replacement memory is cheap on ebay. > > If I were you, I would try running memtest86 and see what it

[GTALUG] How do you send out email?

2021-02-04 Thread William Park via talk
Hi all, pop.mail.yahoo.ca was rejecting my login while back, but I was able to generate "password" at Yahoo site, and got Fetchmail working again.  Now, smtp.mail.yahoo.ca, which I've been using as my outgoing server (SMART_HOST in Sendmail speak), is also rejecting my connection:    - The

[GTALUG] Learning Dart/Flutter

2021-02-04 Thread William Park via talk
Anyone here using Dart/Flutter?  If so, what tutorial/doc/book did you start with?  There is way too much fluffs online... --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

[GTALUG] How do you send out email?

2021-02-04 Thread William Park via talk
It turns out upgrading to Postfix is not as easy as I thought.  I have to upgrade/install shit load of libraries... might as well upgrade the distro. I tried Thunderbird, and it does work.  But, it's not much different from using web! --William --- Post to this mailing list talk@gtalug.org

[GTALUG] Importing mbox into Thunderbird?

2021-02-13 Thread William Park via talk
I'm beginning to like Thunderbird.  It replaces fetchmail, procmail, sendmail, mutt, and vim for mailing.  I miss vim, though. Now, the question on hand... I have lots of "mbox" format files of old emails. How do I import into Thunderbird?  Online talks about "Import MBOX file" under "Tools". 

Re: [GTALUG] Raspberry Pi

2021-03-05 Thread William Park via talk
No Raspberry Pi is going to match that. --William On 3/4/21 10:25 PM, Aruna Hewapathirane via talk wrote: Model name:            Intel(R) Core(TM) i3-4130 CPU @ 3.40GHz --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

[GTALUG] question about To: and Cc: in GTALUG posts

2021-03-05 Thread William Park via talk
Hi, My posts to shows up as To: talk@gtalug.org Cc: William Park Since I'm subscribed, I should get 2 emails, one sent to To: and another sent to Cc:. But, I'm only getting 1 email. Is this feature? If not, something is eating my emails. --William --- Post to this mailing list tal

Re: [GTALUG] Raspberry Pi

2021-03-06 Thread William Park via talk
If you need to move on, why not move on to other microcontroller devices, like Texas Instruments Launchpad, etc. ?  I think there are more job opportunities for those experiences than Raspberry Pi.  I don't know anyone who got job or contract based on Raspberry Pi experience. --William On 3/3

Re: [GTALUG] Raspberry Pi

2021-03-07 Thread William Park via talk
On 3/7/21 8:27 AM, mwilson--- via talk wrote: "Aruna Hewapathirane via talk" wrote: Some of the fruit named Pi boards have hardware specs way better as well but price is very affordable. I am wondering why the price is so low compared to the Raspberry Pi ? Or are we simply paying for the Raspbe

Re: [GTALUG] Raspberry Pi

2021-03-07 Thread William Park via talk
On 3/7/21 11:14 AM, D. Hugh Redelmeier via talk wrote: - no approvals by UL, CSA, DoC, FCC, ... This is what I don't understand.  How do they get around CSA and FCC certifications? --William --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list https://gtalug.org/mailm

[GTALUG] Which NAS harddisk? -- Seagate or Western Digital

2021-03-07 Thread William Park via talk
Hi, 2 of my harddisks are failing, so I need to buy something fairly soon.  I haven't bought a harddisk for a long time.  Has Seagate improved their quality?  Or, should I go with Western Digital as I usually do? --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list h

Re: [GTALUG] Which NAS harddisk? -- Seagate or Western Digital

2021-03-07 Thread William Park via talk
different manufacturers (including lots of Seagate drives). Their stats may or may not be of use to you when selecting new drive(s), but it’s interesting to see anyways. https://www.backblaze.com/b2/hard-drive-test-data.html#quarterly-stats-blog-articles On Mar 7, 2021, at 6:29 PM, William Park

Re: [GTALUG] The FOSS world's most famous incel is back...

2021-03-23 Thread William Park via talk
Just find alternatives to Emacs and GNU, and be done with. What's all the fuss? On 3/23/21 9:46 PM, Evan Leibovitch via talk wrote: ... hopefully, not for long. https://arstechnica.com/tech-policy/2021/03/free-software-advocates-seek-removal-of-richard-stallman-and-entire-fsf-board/ I propos

Re: [GTALUG] Partitioning Question

2021-03-28 Thread William Park via talk
On 3/28/21 7:30 AM, Russell Reiter via talk wrote: For any future issues you might want to take a look at gparted. You can resize and reformat disk volumes with comparative ease. I've used it many times without losing data and without having to resort to my backups. Gparted gives me problems

Re: [GTALUG] interesting article on FreeBSD kernel almost getty dangerous code

2021-03-28 Thread William Park via talk
Solution:  pay the testers and programmers. On 3/28/21 2:47 PM, D. Hugh Redelmeier via talk wrote: Summary: a WireGuard port to FreeBSD was sponsored by Northgate (pfSense company).

[GTALUG] Century font -- most LaTeX like font in Words

2021-03-28 Thread William Park via talk
FYI... I recently discovered "Century" font in Words, and I like it.  It's similar to "Computer Modern" font that LaTeX uses.  I can scan line without reading the words or, even worse, letters. --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list https://gtalug.org/

Re: [GTALUG] Google wins over Oracle in Java API copyright suit

2021-04-06 Thread William Park via talk
I prefer Oracle to win.  Then, Google would be forced to dump Java and find replacement. On 4/6/21 1:06 PM, Russell Reiter via talk wrote: On Tue, Apr 6, 2021, 12:31 PM D. Hugh Redelmeier via talk, mailto:talk@gtalug.org>> wrote: Oracle sued Google, claiming Android infringed Oracle's pat

Re: [GTALUG] Google wins over Oracle in Java API copyright suit

2021-04-08 Thread William Park via talk
On 4/8/21 11:37 AM, Lennart Sorensen via talk wrote: If I had my way, functional languages would be what is used, and definitely not any that were object oriented, at least not in the way C++ and Java are. Multiple inheritance should not exist. Can you throw few names of "functional languages"

Re: [GTALUG] tips on packing computers?

2021-06-08 Thread William Park via talk
Whether you're boxing them or not, my advice is to use those plastic shipping wrap.  It looks like cling wrap for food, but much stronger and thicker.  It prevents scratches and holds stuff together.  It reduces the amount of padding needed, hence the number of boxes. Surprisingly, you can even

[GTALUG] ThinkPad P15 -- crap?

2021-06-25 Thread William Park via talk
Hi guys, I'm using ThinkPad P15 Gen 1 at work.  The keyboard, touchpad, and trackpoint are not what I expected.  They feel cheap.  My old T450 is better. Is it just me?  Or, has anyone notice this also? --WP --- Post to this mailing list talk@gtalug.org Unsubscribe from this mailing list htt

[GTALUG] How to cut out borders of image?

2021-09-05 Thread William Park via talk
Not really Linux related except for the fact that GIMP in Linux. I have an image that is too large. I don't want to reduce the whole image. I just want to cut out left and right borders, like you would do with scissors. How do you do that with GIMP (I assume it would be GIMP thing). In Wi

Re: [GTALUG] How to cut out borders of image?

2021-09-05 Thread William Park via talk
border. then "Image-> crop to selection", resave. On Sun, 5 Sept 2021 at 22:00, William Park via talk <mailto:talk@gtalug.org>> wrote: Not really Linux related except for the fact that GIMP in Linux. I have an image that is too large.  I don't want to redu

Re: [GTALUG] Free Weller soldering tips

2021-10-05 Thread William Park via talk
tried to fix it and ended up breaking both the tip holder and the main station. Now that I've seen the inside, I don't like this type. Too many moving parts. I'm currently using simple cheap 40W iron with screw-on tip. On 10/5/21 4:25 PM, Scott Allen wrote: On Tue, 5 Oct 2021 a

Re: [GTALUG] keyboards

2021-10-21 Thread William Park via talk
You have to bite the bullet. But, if you're complaining, then you are ready to pay. Right? :-) I currently have Topre's RealForce keyboard with Topre capacitive key. It's the reason I'm still typing to this day. But, my carpal tunnel and tennis elbow are getting worse, and the keyboard is a

Re: [GTALUG] keyboards

2021-10-23 Thread William Park via talk
Thanks for info. Do you have "clicky" or "tactile" keys? On 10/23/21 8:56 AM, David Mason via talk wrote: I am not the keyboard geek that some of you obviously are, however I would be remiss to not point out a Canadian company: https://matias.ca/ergopro/programmable/ I don’t have their ergo

Re: [GTALUG] Seeking recommendation: KVM vs Virtualbox

2021-11-03 Thread William Park via talk
I would think any VM will boot off an harddisk image file. I mean, when you install OS on to a VM, that's what you're doing. Taking an image of the harddisk would be sensible, in any case. On 11/3/21 9:49 PM, Michael Galea via talk wrote: I have an old Win XP (32 bit) instance loaded with do

Re: [GTALUG] Command doesn't work in script but works on command line?

2021-11-06 Thread William Park via talk
My guess is environment variable. Maybe you got some variable as "normal shell variable" instead of "environment variable". Script will get environment variables, but not normal shell variables. --William On 11/6/21 8:25 AM, Jim Ruxton via talk wrote: Hello, I'm having trouble with a simple

Re: [GTALUG] Booting linux from nvme disk?

2021-11-20 Thread William Park via talk
When USB booting was in its infancy, you had to give time for USB to settle down and come online. "rootdelay=" kernel option was what you used. Try that. On 11/20/21 1:56 PM, Peter King via talk wrote: Thanks to Giles and Alex for reporting their experiences, with Fedora and Ubuntu respectiv

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 motherboa

[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] 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,

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

2021-11-29 Thread William Park via talk
ote: 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 u

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

2021-11-30 Thread William Park via talk
n, 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 sou

[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 dr

  1   2   3   4   >