Soft Serve Direct
ROGER DAVIES MAGRATH, AB CANADA
  • Home
    • Google+
    • Twitter
    • paper.li
    • Blogger
    • Scoop.it
    • Wordpress
    • LinkedIn
  • News
    • MagrathOpen Wifi
    • Pharmacy
    • Paper
  • Contact Us
    • Map
    • Phone
  • Search
  • Favorites
    • Magrath News
    • Magrath Chamber of Commerce
    • Magrath Lions Club
    • Magrath Museum

My Cordcutting Tips 2019

3/12/2019

0 Comments

 
We 'cut the cord' a few years back.  First we lost our analog TV over the air (OTA) reception a few years back (about 2011?). For a while thereafter, we had cable bundled with our internet, but more recently we are on a fibre optic service (Axia). Kodi worked for a while, but now all the fun-ctionality has been lost there. We have tried a variety of Android, Android TV, laptops and other boxes, which work somewhat but always seem much more finicky. Wouldn't it be nice if you could just sit down in front of a big black box with a monster remote and never have to move all night .. like in the old days? 

Of course there is still Netflix, Amazon Primevideo, Disney+ and others that you can pay to replace that cable bill, but in my way of thinking that isn't really a 'cord cutting' benefit. It always irks me that just because we are 30 miles north of a border, we get zero or limited access to content available to our US counterparts. Bah!

Below is a list of Canadian and other networks that stream some shows for free online AND that that work for me here on my phones and/or Linux laptops:
  • A & E - aetv.com/videos
  • Bloomberg News - bloomberg.com/live/us
  • BYU TV - byutv.org/programaz
  • CBC - gem.cbc.ca/live
  • Global News - globalnews.ca/national/programs
  • HGTV - hgtv.ca/videos
  • History - history.ca/shows
  • MTV - mtv.ca/shows
  • OMNI - omnitv.ca/on/en/shows
  • ShowCase - showcase.ca/shows
  • Tubi TV - tubitv.com
  • TVO Kids - tvokids.com/school-age/videos
  • USTvNow - ustvnow.com
  • W Network - wnetwork.com/shows
  • Youtube - youtube.com
  • YTV - ytv.com/shows
When using a tv box, the apps to access the sites above are hit and miss. Youtube, HGTV, Tubi work there for me. However, even had trouble with Amazon and Disney+ (no sound) on these devices so they will be discarded. Google Chromecast is a work around that works for most anything that can be viewed on a handheld device, but I find using my phone as a remote awkward and unintuitive. Plex works for streaming my own video's and photos and viewing news feeds. 

Maybe one day I will find the ultimate old-school tv remote experience. It was just not today - yet.
0 Comments

Ubuntu 19.10 Eoan Ermine

5/11/2019

0 Comments

 
It is new release time again! I have several laptops and older desktop computers I like to run Lubuntu Linux on. The new distribution was not available as an upgrade quite yet, so I downloaded the image file, 'burned' it to a usb stick and installed it on my various machines - after a quick backup of user files an data using LuckyBackup. I installed it to replace the old 19.04 partition. Of course on one computer the usb wifi adaptor continued to need a manual driver update.. If you remember, it is a Startech Mini-Wireless N I had floating around, small and wonderful, but based on a Realtek RTL8811au chip with no built in drivers. To install it, I just had to first plug the wired network cable back in and run these commands in terminal: 
sudo apt install git dkms build-essential 
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
sudo make -f Makefile.dkms install 
Other than that, everything installs and works pretty much as before - but newer and shinier,
0 Comments

Ubuntu 19.04 Disco Dingo Upgrade

20/4/2019

0 Comments

 
Got a 'new distribution available' upgrade message today on my Ubuntu Linux family/work computer (it was 18.10 Cosmic Cuttlefish and wants to go to 19.04 Disco Dingo), so of I course decided to update right away. Clicked OK and let it do it's thing .. it did take some time to download (presume everyone is updating today as well), but after a Sat afternoon nap and responding to a few config questions and a longer nap came back and found it all updated for me. The only thing not working right off was my usb wifi adaptor. It is a Startech Mini-Wireless N I had floating around. It is based on a Realtek RTL8811au chip. Google tells me that particular chip has no drivers online but that the RTL8812au does and should be compatible. To install it, had to first plug the wired network cable back in and run these commands in terminal: 
sudo apt install git dkms build-essential 
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
sudo make -f Makefile.dkms install 
which worked fine .. the make script installed the newest version available and compiled it for the new 19.04 (Apr 2019 Disco Dingo) distribution. Apparently the command below would have worked also:
sudo apt install rtl8812au-dkms
Everything else seems to be where it should be .. it even retained my desktop configuration settings. Nice!
0 Comments

Lubuntu Success Story

16/4/2019

0 Comments

 
Recently installed Lubuntu 18.04 LTS on an old eMachine Windows Vista computer. It works great (now)! 

Yes there was a bit of a learning curve for me, but here's what worked .. and yes, it sounds a bit technical and skips some of the incremental step by step install notes .. but this is mostly for me to remind me just what ending up working ..
  1. Step 1 - Reloaded the Windows Vista to original 2009 specifications using the Windows Recovery Environment which had been preloaded on the eMachine hard drive (sda1) (computer was acquired from another family and no data was needed to be saved). Windows Vista system got 40GB drive c (sda2) leaving room for a small 4GB drive d (sda3) FAT32 transfer partition and 40GB (sda4) for the new Linux partition. I let windows update itself to Vista Service Pack 2, but since no modern browser is supported on Vista any longer and since the now defunct Internet Explorer (Vista) browser fails to load many current websites, I had to find an alternate method for software installs. Used a temp USB drive for this.  For example, ClamWin antivirus installed as a precaution, but had to download it on another system and copy the install exe program via USB drive to install.
  2. Step 2 - Booting up the Linux install .. the old eMachine bios allows reading a USB disk but does not permit  booting from a USB drive, and I was too lazy to burn a CD (I have no blank burnable disks anymore anyways).  So since the normal USB LiveBoot install was not an option on this computer, we needed first a way to get started. I found a neat little program online called UNetbootin that allows creation of a bootable Live USB drive for Ubuntu and other Linux distributions without burning a CD. Also had to download it on another system and copy the windows install program via USB drive to install on the eMachine .. from https://unetbootin.github.io/.  Ended up downloading Lubuntu LTS version (a light version of Ubuntu designed to work on older computer systems) from https://lubuntu.net/downloads/ even though there are newer versions available, the Apr 2018 version is the most recent Long Term Support (LTS) version and is supported through to Apr 2021. It is also the one that worked the best .. So from Vista installed and ran the UNetbootin program and selected to boot from hard drive c using the downloaded LTS image. It created a new windows boot entry called UNetbootin that loaded the newly created LiveBoot version of Lubuntu .. Rebooted and selected the new entry and voila! the Lubuntu LiveBoot system was loaded up!
  3. Step 3 - Installing Lubuntu: just clicking the 'Install Lubuntu' icon at this point runs you through the install with just a few questions to answer - desired user name and password, keyboard and location options, etc. It's default installation operation was to erase the entire hard drive and replace with Linux .. but I wanted to keep the Vista for now as a dual boot option. So I selected 'Other methods' and created the 40GB sda4 partition formatted to ext4 with '/' as the mount point. Lubuntu then was installed there and a boot entry for the former Windows Recovery Environment and for Windows Vista itself in the new linux grub boot manager. I was connected to internet via Cat5 cable so selected option to download updates with the install and to include 3rd party software for movies/music etc. 
  4. Step 4 - rebooting now allows me to boot to Lubuntu (on this system aka Ubuntu). Yay! The default grub entry is the Ubuntu (Lubuntu) item.  Can also reboot to Windows Vista if desired. Once there (in Vista) running the UNetbootin program again allows you to simply uninstall the now unneeded UNetBootin windows boot entry it previously installed. Back in Lubuntu, the files from Vista are viewable and modern internet browsers and software can be installed.  The basic default programs are ones that have minimal footprint - Abiword (word processor), Gnumeric (spreadsheet), Firefox (browser), Sylpheed (email). I installed additional favorites - Libreoffice (word processing, spreadsheet, suite), Chrome (google browser), Homebank (financial), and some games. Online programs work well also - Youtube, Netflix, etc ..  Everything runs smoothly.
Addendum: Pleased to report that the install of printer drivers for the Epson Stylus ink jet NX420 was pretty much automatic. Printing and scanning worked as soon as it was plugged in and configured. Also needed to install a wireless wifi USB dongle - a DLink DWA-182. Just a little more involved install with first having to download the linux drivers from online site at https://support.dlink.com/ProductInfo.aspx?m=dwa-182 .. and then after downloading and extracting the driver files to a folder, I had to compile and install. Not too hard: First ran 'sudo apt install build-essentials' to install the necessary compiler program and then 'sudo sh ./install.sh' to run the provided script to do the compile and install .. and again, yay! Removed the wired cable and rebooted. The new wifi network card is also detected and usable.
0 Comments

No more free lunch at Weebly

28/3/2019

0 Comments

 
Question: No More Custom Domain Name For Free Accounts ????
Answer: Currently we only allow domains to connect to free sites if the domain is registered through Weebly. If you are on a grandfathered account we allow the external domain to remain connected as long as the site address is not changed. Sorry again for the inconvenience. Please let us know if you have questions about our current plans. Source: https://community.weebly.com/t5/Domains/No-More-Custom-Domain-Name-For-Free-Accounts/td-p/94518

What does this mean? Well .. a few $100 bucks per website. I have used Weebly for the past several years to develop and maintain several local websites. The beauty of it is that once it is developed it can be turned back over to the user/owners for minor self-maintenance or tweaked on request as needed by me. The free version is most appealing to most users and for good reason - so easy to set up and maintain, and up until this year, the biggest included freebie was the ability to point a custom domain name like whatever.com directly back to that weebly site (a service called custom domain names). Thankfully they say this ability is grandfathered in for old 'free' sites. Going forward however they expect users to pay a monthly fee for this service - currently about $5US/mo on an annual basis or with exchange and GST about $90can per year (@Mar 2019) in addition to the $15-30/yr it costs for the domain name itself and whatever you had to pay someone like me to type it all in for you. This hit is much like the unexpected Alberta gas bills this year with the new Carbon Tax tacked on .. a bit bracing to say the least.

Of course, you could dispense with a custom domain name altogether if you had to, saving yourself $120/yr. Since Weebly still lets you use a whatever.weebly.com type name for free, you would still let everyone view your website but without the appeal of that custom website name. Or as a compromise, you could simply buy the whatever.com domain name and simply redirect it (ie point it) back to your free Weebly whatever.weebly.com site (saving $90/yr). 

Nevertheless, it was an unexpected hit that surprised myself and some of my unsuspecting clients. Just one more thing to consider. However, onward and upward. 
0 Comments

initramfx-tools no matching device available error

2/1/2019

0 Comments

 
Working Notes: I was having a stubborn system error on my Linux test computer - initramfs-tools configuration error with it setting swap to wrong drive .. this page helped reset my system (but had to translate part of the text from Indonesian first ..) https://hantulab.wordpress.com/2017/10/11/debian-set-the-resume-variable-to-override-this/
​debian: Set the RESUME variable to override this.
when there is the following error:

update-initramfs: Generating /boot/initrd.img-4.10.17-3-pve
 W: initramfs-tools configuration sets RESUME = UUID = 79799165-f1ea-481f-a74b-094fa54e04df
 W: but no matching swap device is available.
 I: The initramfs will attempt to resume from / dev / sda3
 I: (UUID = 8bde2cb5-89c3-43ab-b7be-ae313ba4691a)
 I: Set the RESUME variable to override this.
try checking the disk:

root @ d: ~ # blkid
 / dev / sda1: UUID = "c6d3f94d-3df6-4b11-b442-9b3b5b15cdb9" TYPE = "ext4" PARTUUID = "000286c7-01"
 / dev / sda2: UUID = "66d2c9ef-ef96-4f03-a6ac-e4508bb3de74" TYPE = "ext4" PARTUUID = "000286c7-02"
 / dev / sda3: UUID = "8bde2cb5-89c3-43ab-b7be-ae313ba4691a" TYPE = "swap" PARTUUID = "000286c7-03"
try checking fstab:

root @ d: ~ # cat / etc / fstab
 # <file system> <mount point> <type> <options> <dump> <pass>
 # / was on / dev / sda1 during installation
 UUID = c6d3f94d-3df6-4b11-b442-9b3b5b15cdb9 / ext4 errors = remount-ro 0 1
 # swap was on / dev / sda3 during installation
 # UUID = 79799165-f1ea-481f-a74b-094fa54e04df none swap sw 0 0
 UUID = 8bde2cb5-89c3-43ab-b7be-ae313ba4691a none swap sw 0 0
check :

root @ d: ~ # cat /etc/initramfs-tools/conf.d/resume
RESUME = UUID = 79799165-f1ea-481f-a74b-094fa54e04df
This happened because it used to be a swap

UUID = 79799165-f1ea-481f-a74b-094fa54e04df
then replaced it

UUID = 8bde2cb5-89c3-43ab-b7be-ae313ba4691a none
then this needs to be changed

first update the swap at:

root @ d: ~ # vi /etc/initramfs-tools/conf.d/resume
RESUME = UUID = 8bde2cb5-89c3-43ab-b7be-ae313ba4691a
now update-initramfs:

root @ d: ~ # update-initramfs -u -k all
 update-initramfs: Generating /boot/initrd.img-4.10.17-3-pve
 update-initramfs: Generating /boot/initrd.img-4.9.0-3-amd64
root @ d: ~ #
0 Comments

This tip helped me access a broken Win10 hdd that was stuck in readonly mode ..

15/9/2018

0 Comments

 
How to remove 'Read-Only' error from hard drive/USB/SD card/external hard drive?If your storage device such as USB drive, SD card or external hard drive are write-protected now with 'Read Only' mark, don't worry. Here in the below, you'll find an effective method to remove write-protection and get rid of 'Read Only' error from your storage device ... 

Step A. Run CMD to remove 'Read Only' from hard disk/USB/SD card/external hard driveIt's quite simple to remove and fix storage device 'Read Only' error by applying CMD command. 
The only thing that you need to keep in mind is to be very careful while following the CMD guide steps to remove the ”Read Only” error from an SD card, USB drive, hard disk or external hard drive. 
  • Connect the ”Read Only” storage device such as an SD card, USB, external hard drive  to your PC
  • Open a Command Prompt by typing: command in the Search tab, click Command Prompt
  • Type: diskpart and hit Enter
  • Type: list disk and hit Enter
  • Type: select disk 0 and hit Enter (0 will be the drive letter of your read-only hard drive/USB/SD card, etc.)
  • Type: attributes disk clear readonly and hit Enter
  • Type: exit and hit Enter to finish the process
Step B: After this, your storage device will be accessible again and you will be able to read and use the saved data on your SD card, USB or external hard drive. If you still cannot access the saved data on your storage devices or have lost some saved files/documents, don't worry.
​
​source: easeus.com/storage-media-recovery/fix-read-only-error-on-hard-drive.html

0 Comments

More great marketing examples

7/4/2018

0 Comments

 
 :) so .. I got this in my mail inbox the other day ..

"Hello Magrathchamber.com Owner,

You can't think, even your website helps you to rise your revenue with so various errors. Many business holders get perplexed as their website isn't accomplishment well, while others are thriving. That's unsuccessful, but not your affluence! 

Now, I will show you SOME TECHNICAL ERRROS in your Magrathchamber.com. 

If this is something you are concerned in,Please let me know.

Regards,
Scot Walker. 
Marketing Consultant
(240) 489-2269
------------"

This originally caught my interest due to the blatant misspelling and typographical TECHNICAL ERRROS shouted out at me.  Obviously Mr SpamRobot is no english speaker and has some nefarious purpose for this communication. I find no obvious virus or malware links embedded in the email. A quick google search shows that this phone number appears in several random spam emails see https://800notes.com/Phone.aspx/1-240-489-2269 over the past several years. The contact names and website affiliations vary on these many spam communications, with possibly only the phone number remaining the same, much like the Dread Pirate Roberts.  I presume if anyone bothered to call them back they would attempt to sell them the London Bridge or something similar. My concern? What happens when Mr SpamRobot learns to speak engrish and use a smell checker? How will we be able to trust what we read and see anywhere on the internet?  What then? Well, until then, "O be wise, what can I say more?" They say: 'Don't click links or download unknown programs. Don't take wooden nickels from strangers.' (I can't believe you clicked on that last link! aren't you listening here?) But then, again,  who ever listens to 'them'? Also, it would probably be best not to call that number .. again ..

So Dear Reader, 

When  you find yourself lost in a sea of broken website promises. If your computer has  been hacked and your financial information collected by pirates. If you need someone trustworthy to come rescue your sinking ship .. If this is something you are concerned in,Please let me know.

Regards, 
R Davies
Comptuer Consaltend
rdavies@ssdirect.com
0 Comments

Lions Food Drive Apr 2018

21/1/2018

0 Comments

 
Magrath, AB Magrath Lions

It is proposed that our annual Community food drive be held the week of Apr 20-28, 2018 with the flyers being distributed starting Apr 20th and the collection day being Sat 28 Apr, 2018. Thank you!

http://www.magrathlions.com/food-drive.html
0 Comments

Helpful Junk Email Received and My More Helpful Response

21/7/2017

0 Comments

 
Joseph Keller <joseph@bgchecksmail.com>

​
Hi Roger,

It seems that one of your pages has a broken link and I thought you’d want to know.

I landed on this page - http://www.ssdirect.com/news/install-opendns-familyshield and noticed you have a link to the OpenDNS page on internet security and the parental controls they offer (https://www.opendns.com/home-internet-security/parental-controls/opendns-familyshield/). I searched on their site and it looks like it has just moved to https://www.opendns.com/home-internet-security/ so you may want to update your page.

Whilst you are updating perhaps you’d consider also including a link to one of our pages on internet safety as well? We have a toolbox of 120 tools and tricks for the concerned parent to keep their child safe online. Here is the link - http://backgroundchecks.org/the-concerned-parents-toolbox-120-tools-and-tricks-to-protect-your-kids.html

I hope this helps, please let me know if you have any questions.

Thanks,
Joseph

If you do not wish to receive further emails from us, please reply with unsubscribe in the subject line.
Background Checks, 3844 Hood Avenue, San Diego CA, 92121, United States

My response: Thank you for your concern .. by the way, your page has 15 broken links .. just though you might want to know ..
Picture
0 Comments
<<Previous

    Author

    Roger Davies of ssdirect.com

    Archives

    December 2019
    November 2019
    April 2019
    March 2019
    January 2019
    September 2018
    April 2018
    January 2018
    July 2017
    October 2016
    September 2016
    December 2015
    October 2015
    September 2015
    June 2015
    May 2015
    December 2014
    November 2014
    October 2014
    May 2014
    April 2014
    March 2014
    October 2013
    April 2013
    March 2013
    February 2013
    June 2012
    May 2012
    April 2012
    February 2012
    January 2012
    November 2011
    October 2011
    May 2011
    April 2011
    March 2011
    February 2011
    November 2010
    September 2009
    November 2008
    February 2007

    Categories

    All
    Accounting
    Email
    Hardware
    Internet
    Linux
    Software
    Wifi

    RSS Feed

Powered by Create your own unique website with customizable templates.