News - Category 'Linux'

New browser update

Brad R Saturday 22 May 2021 - 21:30:11   0

I'm no longer looking for a new browser.

After my previous post, a chap from my local Linux Users Group tipped me off to uBlock Origin (Legacy), which is an alternative script blocker. I've been using it for the last three weeks on PaleMoon 29.2.0, and it works well, though not as easy to configure as NoScript.

And today I learned from reader "twp" that NoScript is still available for PaleMoon. Though not from the PaleMoon add-ons catalog; you have to go directly to the NoScript web page. NoScript "Classic" (5.1.9) is what you need for PaleMoon. I have now installed it and it seems to be working just fine.

Meanwhile, I have installed Opera, though not yet Vivaldi or Brave. It's been a busy month.
     

Seeking a new browser

Brad R Wednesday 28 April 2021 - 13:18:02   0

Well, it finally happened. After months of warning messages, the latest update to Pale Moon browser is incompatible with NoScript. So I think I need to switch browsers.

NoScript is (was) a very powerful browser extension that blocks Javascript by default, advises what sites (including third-party sites) are attempting to run Javascript on your computer, and lets you selectively permit them. All with an easy user interface. I default to blocking Javascript, and permitting it only for sites that I trust (a whitelist). This is, first, a privacy and security measure. Second, there are many websites that have toxic or incompetent Javascript, which may not be hostile but can paralyze my computer. And third, this lets me bypass some access restrictions.

So, I'm in the market for a fast, efficent, and privacy-supportive browser. I've identified three candidates:

Opera. Long-time readers of this site will recall that Opera was my favorite browser, until they stopped supporting 32-bit Linux. Well, I've now upgraded to 64-bit Linux, so Opera is again a contender. I've always liked the speed and ease of use of Opera, and in the past they were always a leader in privacy features.

Vivaldi. Though it's been around for years, I just learned about Vivaldi a week ago. This review describes it as "Opera meets Chrome," coming "from the same team that developed Opera back in the day." I like the sound of that.

Brave. I've been hearing about Brave for a long time, ever since it was just aspirational. It's now a real product, and many people recommend it.

Heck, I may have to try all three.
     

DOSEMU2

Brad R Tuesday 24 November 2020 - 18:05:54   0

After reading of my adventures re-installing DOSEMU, Chuck G. shared this bit of useful news:

There's a new version of DOSEMU out there with precompiled binaries for Ubuntu and Fedora, called DOSEMU2. It's different and in pretty much an eternal beta state. It takes a bit more setup effort, but it does work.

Since I have the original DOSEMU working, I'm not going to attempt to install DOSEMU2 at this time. (Especially as I'd have to build from source; precompiled packages for Debian are not provided.) But I'm glad to hear that someone has "forked" the DOSEMU project and is continuing maintenance and development, since the original DOSEMU seems to have been frozen in mid-2013.
     

KDE4/5 Zero-Day Vulnerability Alert!

Brad R Wednesday 07 August 2019 - 15:08:35   0

This is a serious vulnerability, if you're using KDE4 or KDE5:

Zero-Day Bug in KDE 4/5 Executes Commands by Opening a Folder

An unpatched zero-day vulnerability exists in KDE 4 & 5 that could allow attackers to execute code simply by tricking a user into downloading an archive, extracting it, and then opening the folder.

...According to Penner, this vulnerability exists in KDE version 4 and 5 and allows commands embedded in .desktop and .directory files to be executed simply by opening a folder, or in some cases, extracting an archive to the desktop.


Read the whole thing. No fix is yet available, so be careful with your downloads. Or switch to a different desktop manager.
     

Remote Access through VNC

Brad R Friday 28 September 2018 - 15:05:16   0

My wife needs to spend several days working from a different room in the house. My first thought was to move her desktop computer there, but that's a lot of work, and then she would be unable to use her usual workroom. My second thought was to set up a laptop, but she wouldn't have access to her files and the applications installed on her desktop, unless I went to a lot of effort duplicating her desktop environment and copying files back and forth.*

Then it hit me: what she really needs is a Remote Graphical Terminal so that she can use the laptop to directly access her desktop. Basically the laptop functions as the keyboard, screen, and mouse for her desktop. The desktop holds all the files, and runs all the applications. We had this ability back in the days we ran Xandros Linux, but I so rarely used it that I never got around to installing it on our current distro (Debian).

The magic phrase is Virtual Network Computing, VNC for short. I need to install a VNC server on her desktop, and a VNC client on the remote terminal (the laptop).

Alas, if you web-search for "Debian VNC server", you'll find a lot of information, but very little advice, and no tutorials. So here's what I was able to piece together from a few web pages, and some trial and error.

VNC Server, on Debian 9 "Stretch" 64-bit

Of the VNC servers listed on this Ubuntu help page, the one that worked for me was x11vnc. This is easy to install from the Debian repository.

That Ubuntu page describes a rather long command-line incantation to start the server:

x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /home/USERNAME/.vnc/passwd -rfbport 5900 -shared

...substituting, of course, her Linux user name. This will keep running until she shuts down the computer.

One feature of x11vnc that I strongly desired is that it duplicates her desktop screen on the laptop. If you move the mouse on one computer, you see the motion on both screens; whatever windows are open on one are visible on both. I find this useful. Some VNC servers, instead, give the laptop computer its own, independent, graphical display -- allowing two users to do different things at the same time. It's all a matter of what you need.

VNC Client, on Linux Mint 18 "Sylvia" 32-bit

Searching for VNC clients is equally frustrating -- like automobile brands, everyone has a favorite. I settled on xvnc4viewer, which can be installed from the Mint repository. Once it's installed, I can open a terminal window and type a much simpler incantation:

xvnc4viewer HERDESKTOP

Where HERDESKTOP is the IP address, on our local network, of the desktop computer.

F8 brings up a popup menu, where you can click "Exit Viewer" when done.


* Yes, I know how to use rsync.
     

Getting Things GNOME

Brad R Tuesday 21 August 2018 - 14:40:26   0

When I last visited the question of to-do lists, I settled on a command-line utility, todo.txt. It's reasonably versatile...but I've found that I don't use it.

The first reason is that I'd really prefer a graphical user interface, not a flat text display. But also, I've found that I want a hierarchical organizer. I tend to group tasks into categories, and I plan by dividing major tasks into subtasks.

So I was intrigued when I noticed, quite by chance, that my time-tracker software (Hamster) will integrate with two task managers: Evolution and Getting Things GNOME! (GTG). I've always thought of Evolution as massive overkill, but I'd never heard of GTG, so I thought I'd give that a try.

At first glance, it looks clean and simple. I use top-level tasks as categories, and then the first level of subtasks as projects (or actual tasks). Those projects that need to be divided into subprojects use the second level of subtasks. Subtasks can have sub-subtasks, and so on.

My main grumble at the moment is that there's not a built-in function to export the to-do list. It's stored in a tree of XML files, not a simple text file. There is a plugin to export to PDF and other formats, but I need to install a lot of dependencies first. Also, tasks can be sorted alphabetically or by start date or due date, but they can't be manually re-ordered. Well, I can use a prefix letter on each category to force the alphabetic sort to my desired order.

AlternativeTo.net lists several alternatives to GTG, including todo.txt. Calcurse is a command line application, Tasque has been discontinued, and ReminderFox is both browser-based and discontinued, so if I don't like GTG, it looks like plan C -- plan A was todo.txt -- is Gnome To Do.
     

Beware: ScanGuard Scam

Brad R Monday 21 November 2016 - 15:58:31   0

My wife called this to my attention; a web site called "smartwebuser.org" (I refuse to post a link) that warned "If you live in Canada and have a Linux computer which is over 6 months old, then we advise you to keep reading." What followed was a puff piece for something called ScanGuard. It sounded suspiciously to me like all those "cleanup" apps that are advertised in email and occasionally on TV, that promise to protect your PC from viruses and malware, and make it run a zillion times faster. It sounded like a scam to me.

A quick Google search for "ScanGuard scam" confirmed this. First I found this Yahoo Answers discussion, where it was reported that the program will advise you that there's a problem and you need to spend $49 to fix it.

Then I found this in-depth review from Bob Rankin:

The item in question is ScanGuard, a PC cleanup, optimization, and protection program. It’s a very new program; according to Whois records, the site came online in June 2016. I don’t find any discussions of ScanGuard earlier than September.

As for the company behind ScanGuard, all I can find is a reference to “a highly regarded Microsoft Solution Provider.” No “about” or “contact” links on the site. That’s a huge red flag. ...

Installing ScanGuard goes a little too fast for my liking. There is no licensing agreement to read, no “I accept” button, no “cancel” button. A corporate lawyer would never allow those items to be omitted. ...

The only review of ScanGuard that I could find comes from a brand-new site called Top10BestAntivirus.com, which was registered in October 2016. Warning bells went off right away, when I saw that the top 2 items here are TotalAV and ScanGuard, two unknowns that have the same domain registration information. The reviews for both are glowing and vague, and the other products listed are all affiliate links.

Here's another odd thing I found while researching this software. The domain name for ScanGuard (scanguard.com) is listed as "for sale" on several domain marketplaces, with prices ranging from $10,000 to $22,800. Hedging their bets? Very odd, to say the least.

As Rankin says, "the company is sketchy." I have not yet seen any reports of the program installing malware, but it's still early days, and most people seem to have had the good sense not to try this.

My guess is that they've milked the Windows market for all they could, and are now hoping to turn up a few suckers in the Linux marketplace. Do NOT install this program on your computer -- it's like handing them the keys to your house.
     

Happy Birthday, Linux

Brad R Friday 26 August 2016 - 14:50:37   0

I interrupt my long hiatus to wish "Happy Birthday" to Linux, now 25 years old!

TORONTO—On Aug. 25, 1991, Linus Torvalds sent a mailing list message announcing that he was building a new operating system. Today, nearly 25 years later to the day, Torvalds took the stage at LinuxCon here, recounting that original message and the years since then. For Linux's creator, the success of the Linux operating system has a whole lot to do with the General Public License (GPL).


Torvalds also talked at LinuxCon about the risk of fragmentation of Linux, which is something that happened to Unix two decades ago. With Unix, multiple vendors made very different choices and took that operating system in disparate paths. For Torvalds, the choice of the GPL created by the Free Software Foundation (FSF) was and still remains the answer to prevent fragmentation.


I don't know; the GPL hasn't prevented a dozen different desktop environments from proliferating under Linux. (And that's not a bad thing.) I suspect what crippled Unix, and left an opportunity for Linux, was the litigation involving BSD Unix 24 years ago. That case was settled, and BSD Unix is free and clear, but the cloud hung over "free" Unix for several years and doubtless hampered adoption.

The happy result is that we have both Linux and BSD Unix for our free (libre) software needs.

(Thanks to our friends the Millers for the reminder.)
     

"I Moved to Linux and It’s Even Better Than I Expected"

Brad R Sunday 13 March 2016 - 20:56:10   0

In lieu of original content, I'll post this link my wife sent me. It's a few months old but still timely: "I Moved to Linux and It’s Even Better Than I Expected".

A few months ago, when Apple introduced its iPad Pro, a large tablet with a keyboard, CEO Tim Cook called it the “clearest expression of our vision of the future of personal computing.” That was an uh-oh moment for me. Among other things, in the iOS ecosystem users are obliged to get all their software from Apple’s store, and developers are obliged to sell it in the company store. This may be Apple’s definition of personal computing, but it’s not mine.

Meanwhile, Microsoft’s Windows 10 — by almost all accounts a huge usability improvement over Windows 8 — looks more and more like spyware masquerading as an operating system (a characterization that may be unfair, but not by much). Yes, the upgrade from widely installed earlier versions is “free” (as in beer), but it takes some amazing liberties with users’ data and control, according to people who’ve analyzed its inner workings.

It’s not quite a commercial duopoly. Google’s Chrome operating system is powering a relatively new entrant: the Chromebook sold by various manufacturers. But it comes with more limitations, and requires users to be totally comfortable — I’m not — in the embrace of a company that relies on surveillance to support its advertising-based business model.

So for anyone who’s even slightly interested in retaining significant independence in desktop and laptop computing, Linux is looking like the last refuge. (On an assortment of other devices, from supercomputers to servers to mobile phones to embedded systems, Linux is already a powerhouse.) I’m glad I made this move.

     

Ubuntu-Mate

Brad R Tuesday 22 December 2015 - 22:17:16   0

My local Linux Users Group has just informed me of the existence of Ubuntu-Mate.

I liked the early Ubuntus, and then became disillusioned when later releases became fat and slow. That was mostly the fault of the desktop environments that were included with each version. Lubuntu, which used the LXDE desktop, was a tremendous improvement, but I found the shortcomings of LXDE too much to bear. When I discovered the MATE desktop, I was happy again. (I currently use Debian with MATE; my wife uses Linux Mint with MATE.)

Ubuntu-Mate is definitely going to be worth a look.
     
Go to page       >>