Windows will be adding the ability to run Linux GUI apps on Windows.

The Windows 10 operating system will soon have the ability to run GUI Linux apps on the Windows desktop. Is Microsoft trying to replace Linux installations with Windows 10? That would be very interesting. But there is already a Windows version of GIMP, this would imply that they want to run other things like the … Read more

Windows to include a new package manager system to install software.

A new package manager is available for Windows. This is just copying ideas from Ubuntu and Debian. This allows the installation of software from a repository and install it on your Windows 10 computer. This works by running the winget install command to install a Windows package. Pity you can not run winget remove –purge … Read more

Microsoft putting anti Firefox ads in the start menu?

Microsoft is putting anti-Firefox ads on the start menu. This could be construed as anti-competitive practice. They want everyone to use Microsoft Edge instead of Firefox. I bet they hate Google Chrome as well. But their operating system is plagued by buggy horrible updates that always break key components like Windows Search and Explorer. So … Read more

Windows update KB4532695 is causing loss of Internet connectivity for users.

The latest Windows Update KB4532695 is causing the Internet connections of Windows 10 users to drop out. This is embarrassing for Microsoft. They are so useless they cannot even put out a simple update without the Internet breaking or audio failing. They are useless. That is why Linux should become more popular. Windows 10 users … Read more

New Windows 10 update can break Windows Defender Advanced Threat Protection.

The new Windows 10 update KB4520062 Could Break Defender ATP, Microsoft Warns. This is yet another embarrassment for the software giant, they cannot even release a simple update without it breaking a key Windows feature. They should really create a whole new codebase and then use that to create an entirely new version of Windows. … Read more

Windows still having issues with updates in 2019.

Linux and Windows are continually in a state of competition, but the problem with Windows 10 is the update methods that create many and varied problems that should never even happen in the first place. The Linux and Macintosh operating systems do not have that many problems when upgrading. I have updated Macintosh OS to … Read more

A method to try and fix the forced restarts in Windows 10.

The forced restarts in Windows 10 are very annoying when you are working on something and then your machine restarts in the middle of your work. There is a way to turn this off. To do this go to this folder. %windir%\System32\Tasks\Microsoft\Windows\UpdateOrchestrator%windir%\System32\Tasks\Microsoft\Windows\UpdateOrchestrator Rename the “Restart” file and create a folder called “Restart” so that Windows … Read more

Another way to gain root permissions on a Debian Linux installation.

This is another way to gain root permissions on a Debian system; this is a script that will elevate the user to root for a specific command; like using the sudo command. su-to-root -X -c "cat /etc/shadow"su-to-root -X -c "cat /etc/shadow" This is what you get if you try this without root permissions. [flynn@flynn-grid-runner ~]$ … Read more

Location of the filesystem that the Windows 10 bash shell uses.

Location of the Windows 10 bash shell files This is the location of the actual files that are installed when you install the Windows 10 bash shell. This means that it is not really a ext4 filesystem, but emulating this when you load it up in a CMD window. %localappdata%\lxss\rootfs%localappdata%\lxss\rootfs The location of the actual … Read more

Why is Microsoft attempting to force Windows 10 updates upon the users of Windows 7 and 8?

Why is the giant Microsoft corporation attempting to force Windows 10 updates upon everyone? If it is to use Windows 10 to spy upon the users, then this does not make any sense. They could just include an update for Windows 7 or 8 that would include such telemetry software functionality. I guess they are … Read more

Windows 10 bash shell not very impressive at all.

The new Windows 10 bash shell is not very impressive once you get it installed. I have tried it and I could not ping websites even though Microsoft Edge could access the Internet. It is possible to install packages if these lines are added to the /etc/hosts file. 91.189.91.14 archive.ubuntu.com 91.189.92.201 security.ubuntu.com91.189.91.14 archive.ubuntu.com 91.189.92.201 security.ubuntu.com … Read more

Windows 10 bash shell 10.0.14316 very good for getting system information.

The new bash shell in Windows 10 build 10.0.14316 is the best addition to Windows 10 yet. Here I am getting information about the CPU. root@localhost:/mnt/c/Users/johnc# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz stepping : 3 microcode : … Read more