Free Republic 4th Qtr 2025 Fundraising Target: $81,000 Receipts & Pledges to-date: $30,671
37%  
Woo hoo!! And we're now over 37%!! Thank you all very much!! God bless.

Keyword: linux

Brevity: Headers | « Text »
  • South Korea will ditch Microsoft Windows for Linux

    05/19/2019 8:56:27 AM PDT · by DUMBGRUNT · 55 replies
    Beta news ^ | 18 May 2019 | Brian Fagioli
    Windows 7 support will end in January of next year, and that is a huge problem for both business and home users that are still running the aging operating system. Can't these people just upgrade to Windows 10? Well, yeah, but many just don't want to. Windows 10 has extreme telemetry that many people consider to be spying. As a result, they simply don't trust Microsoft's latest operating system. Not to mention, for businesses and organizations with many computers, the upgrade to Windows 10 could prove to be a costly affair.
  • Mother of eternity[charismatic]

    05/12/2019 7:08:51 PM PDT · by Jedediah · 1 replies
    My absoluteness extends into forever as Loving kindness and so My Faithfullness equates The sum of My Love for you for I AM ever with you being in and through all things . . . Therefore there is No need of reaching out but merely and graciously just a laying down before Me (Jesus) All your cares and woes for I AM ever listening and caring for you even when it seems I AM distant to your needs, your cries and your joys for Truly I KNOW your beginning for I AM YOUR COMPLETENESS and Final Joy Eternally waiting for...
  • Microsoft will ship a full Linux kernel in Windows 10

    05/07/2019 6:28:56 PM PDT · by jonatron · 82 replies
    The Verge ^ | May 6, 2019 | Tom Warren
    “Beginning with Windows Insiders builds this Summer, we will include an in-house custom-built Linux kernel to underpin the newest version of the Windows Subsystem for Linux (WSL),” explains Microsoft program manager Jack Hammons. “The kernel itself will initially be based on version 4.19, the latest long-term stable release of Linux. The kernel will be rebased at the designation of new long-term stable releases to ensure that the WSL kernel always has the latest Linux goodness.” Microsoft’s integration of Linux in Windows 10 will interface with a userspace installed via the Windows Store. It’s a big shift for Microsoft, and marks...
  • True Oneness[Charismatic Caucus]

    04/28/2019 11:44:55 AM PDT · by Jedediah
    Do you see my children True Unity is not agreement it is Oneness with My Will and My WORD . I AM in and through all things. I AM The Answer , I AM The Beginning , and I KNOW The End. Without Me there is only futility . . . Ah but with Me, " With ME" in and through ALL things, There IS PEACE, There IS ONENESS, There IS TRUTH. My LOVE has many facets. COME Learn of MY LOVE ! COME KNOW MY LOVE ! Do not live in yours it is futile , it is True...
  • Windows Gets a New Terminal (Linux Subsystem, PowerShell, CmdPrompt users will rejoice)

    05/06/2019 6:03:43 PM PDT · by dayglored · 23 replies
    TechCrunch ^ | May 6, 2019 | Frederic Lardinois
    Windows 10 is getting a new terminal for command-line users, Microsoft announced at its Build developer conference today.The new so-called “Windows Terminal” will launch in mid-June and promises to be a major update of the existing Windows Command Prompt and PowerShell experience. Indeed, it seems like the Terminal will essentially become the default environment for PowerShell, Command Prompt and Windows Subsystem for Linux users going forward.The new terminal will feature faster GPU-accelerated text rending and “emoji-rich” fonts, because everything these days needs to support emojis, and those will sure help lighten up the command-line user experience. More importantly, though, the...
  • Microsoft is going to ship a full Linux kernel in Windows 10 (and No, you're not hallucinating)

    05/06/2019 5:47:11 PM PDT · by dayglored · 21 replies
    The Verge ^ | May 6, 2019 | Tom Warren
    Microsoft has surprised many in the Linux developer community in recent years. Surprises have included bringing things like adding the Bash shell to Windows, or native OpenSSH in Windows 10, and even including Ubuntu, SUSE Linux, and Fedora all in the Windows Store. Microsoft is now going even further, with plans to ship a full Linux kernel directly in Windows 10.“Beginning with Windows Insiders builds this Summer, we will include an in-house custom-built Linux kernel to underpin the newest version of the Windows Subsystem for Linux (WSL),” explains Microsoft program manager Jack Hammons. “The kernel itself will initially be based...
  • Back in the Day: UNIX, Minix and Linux

    04/29/2019 10:03:13 AM PDT · by ShadowAce · 11 replies
    Linux Journal ^ | 18 April 2019 | Dave Taylor
    Twenty five years of Linux Journal. This also marks my 161st column with the magazine too, which means I've been a part of this publication for almost 14 years. Where does the time go? In honor of the historical significance of this issue, I wanted to share some of my memories of the very early days of UNIX, Minix and Linux. If you're a regular reader of my column, you'll recall that I'm in the middle of developing a mail merge Bash utility, but that'll just have to wait until next time. I promise, the shell ain't going anywhere in...
  • Why Linux stands out amongst other OSes

    04/25/2019 8:34:14 AM PDT · by ShadowAce · 53 replies
    Tech Republic ^ | 24 April 2019 | Jack Wallen
    Up until recently, Elementary OS was my platform of choice. It's an elegant, simple, and user-friendly solution for the desktop. One thing that the Elementary developers do that I believe is fairly wise is to not allow upgrades from one major release to another. In other words, if you use Elementary OS Loki, you can't upgrade to Juno. To get the benefits of Juno, you must do a full-blown re-install of the OS.Why is this route wise? My latest adventures in Linux will help explain.A few months ago, I purchased a System76 Thelio. It's a beast of a desktop, while...
  • Pattern Matching In Bash

    04/22/2019 4:44:05 AM PDT · by ShadowAce · 4 replies
    Linux Journal ^ | 15 April 2019 | Mitch Frazier
    Wildcards have been around forever. Some even claim they appear in the hieroglyphics of the ancient Egyptians. Wildcards allow you to specify succinctly a pattern that matches a set of filenames (for example, *.pdf to get a list of all the PDF files). Wildcards are also often referred to as glob patterns (or when using them, as "globbing"). But glob patterns have uses beyond just generating a list of useful filenames. The bash man page refers to glob patterns simply as "Pattern Matching".  First, let's do a quick review of bash's glob patterns. In addition to the simple wildcard characters that are fairly...
  • LinuxBoot: A Linux Foundation Project to replace UEFI Components

    04/11/2019 8:28:58 AM PDT · by ShadowAce · 17 replies
    Tech Drive-In ^ | 2 April 2019 | Manuel Jose
    UEFI has a pretty bad reputation among many in the Linux community. UEFI unnecessarily complicated Linux installation and distro-hopping in Windows pre-installed machines, for example. Linux Boot project by Linux Foundation aims to replace some firmware functionality like the UEFI DXE phase with Linux components. What is UEFI? UEFI is a standard or a specification that replaced legacy BIOS firmware, which was the industry standard for decades. Essentially, UEFI defines the software components between operating system and platform firmware. UEFI boot has three phases: SEC, PEI and DXE. Driver eXecution Environment or DXE Phase in short: this is where UEFI...
  • How to Mount a NTFS Drive on CentOS / RHEL / Scientific Linux

    03/27/2019 4:04:19 AM PDT · by ShadowAce · 8 replies
    HowToForge ^ | 2015 | David Duarte
    This tutorial will show you how to mount an NTFS drive ina read/write mode on CentOS and other RHEL based Linux operating systems with ntfs-3g driver. NTFS-3G is a stable Open Source NTFS driver that supports reading and writing to NTFS drives on Linux and other operating systems. The ntfs-3g driver is available in the EPEL repository. The first step is to install and activate EPEL on your Linux system.Enable the EPEL repository Run the following command as root user on the shell to enable the EPEL repository.yum install epel-releaseEPEL (Extra Packages for Enterprise Linux) is a Fedora Special Interest Group...
  • How to Install and Switch Desktop Environments in Fedora

    03/27/2019 4:00:23 AM PDT · by ShadowAce · 3 replies
    TecMint ^ | 25 March 2019 | Aaron Kili
    Do you want to use or try a different desktop environment in Fedora Workstation spin, other than the default, GNOME 3. In this article, we will show how to install and switch desktop environments in Fedora Linux using the graphical user interface (GUI) and via the command line interface (CLI). Installing Additional Desktop Environments in Fedora To install different desktop environments in Fedora, first you need to list all the available desktop environments by running the following command.$ dnf grouplist -v List Desktop Environments in Fedora From the output of the above command, look for the section called Available Environments...
  • Live in Hope[Charismatic Caucus]

    03/21/2019 9:48:21 AM PDT · by Jedediah
    My children I AM with you in the storms of life. My hand is eternally yours to hold onto. Pay no attention to the circumstances and do not look back , leave all distractions behind holding tightly onto My Hand of Hope for I AM with you even now and remember your life is in ME . Deuteronomy 31:6 Be strong and courageous. Do not fear or be in dread of them, for it is the LORD your God who goes with you. He will not leave you or forsake you.” Colossians 1:27 For God wanted them to know that...
  • 10 Reasons To Use Ubuntu Linux

    03/18/2019 5:37:26 AM PDT · by ShadowAce · 21 replies
    FOSSbytes ^ | 6 April 2018 | Adarsh Verma
    Ubuntu 16.10 Yakkety Yak Ubuntu Linux is the most popular open source operating system. There are many reasons to use Ubuntu Linux that make it a worthy Linux distro. Apart from being free and open source, it’s highly customizable and has a Software Center full of apps.There are numerous Linux distributions designed to serve different needs. Being an open source software, Linux allows the developers to pick its code and create something new and exciting. Out of these numerous Linux distributions, Ubuntu, Mint, Fedora, openSUSE, and Debian are some of the most popular operating systems. If you’re facing trouble with...
  • 10 Reasons to Use Manjaro Linux

    03/18/2019 5:05:37 AM PDT · by ShadowAce · 8 replies
    FOSS Mint ^ | 15 March 2019 | Martins D. Okoi
    Manjaro Linux has been trending in Linux communities and even beyond for over a year now. One, for its beauty, and two, for its success at simplifying many of the overly-technical aspects in Arch Linux e.g. installation. If you are among those on the fence and aren’t sure of why you should switch to using Manjaro Linux then here are 10 reasons to convince you.1. Manjaro is Arch Linux Made Easy This statement will make sense to you from the moment you burn Manjaro onto a LIVE CD or USB and begin setting it up. In 2018, a Linux newbie...
  • The 10 Best Reasons to Use Fedora Linux

    03/18/2019 5:00:40 AM PDT · by ShadowAce · 8 replies
    FOSS Mint ^ | 15 March 2019 | Martins D. Okoi
    Fedora needs no introduction because it is one of the most popular Linux distribution alongside big names like Ubuntu, Debian, and Red Hat. But just in case you are coming across the distro for the first time, you should know that it is a professional, customizable Red Hat-backed Linux distro famous for giving its users the latest features while remaining true to the open source community. Today, I want to share some quick reasons why you should use Fedora. And if you were about to not choose running Fedora don’t make up your mind until the end of the article.Fedora Linux Desktop 1. Fedora is Bleeding Edge...
  • Peace be still[charismatic caucus]

    03/13/2019 7:40:34 AM PDT · by Jedediah
    Be at peace for I have calmed the seas for you and I AM The waters you walk upon now of holiness for I have made you righteous as I AM for I have overcome the world and their lies hold no water before your Creator and GOD ! Mark 4:39 And He got up and [sternly] rebuked the wind and said to the sea, “Hush, be still (muzzled)!” And the wind died down [as if it had grown weary] and there was [at once] a great calm [a perfect peacefulness].
  • Test Your BASH Skills By Playing Command Line Games

    03/13/2019 8:54:22 AM PDT · by ShadowAce · 5 replies
    OSTechnix ^ | 11 March 2019 | SK
    We tend to learn and remember Linux commands more effectively if we use them regularly in a live scenario. You might forget the Linux commands over a period of time, unless you use them often. Whether you’re a newbie or an intermediate user, you should know there are always some exciting methods to test your BASH skills. In this tutorial, I am going to explain how to test your BASH skills by playing command line games. Well, technically these are not actual games like Super TuxKart, NFS, or Counterstrike etc. These are just gamified versions of Linux command training...
  • Bash: Getting the most out of Terminator

    03/12/2019 6:46:57 AM PDT · by ShadowAce · 9 replies
    AI4 ^ | 24 May 2011 | Alex Forbes
    Terminator is a must-have tool for Linux administrators. It’s a terminal emulator that supports multiple terminals via tabs, but also by dividing up its window with horizontal and vertical splits. The user documentation is a bit sparse, in fact what you see in the man page is what you get. In this post I’ll take you through the features that I think make Terminator the best terminal emulator around.Split panes This is terminator’s killer feature. Having multiple terminals in one window allows you to have a lot of information on screen and quickly switch between different sessions. E.g. you could...
  • Linux: Bash Loops!

    03/05/2019 7:25:18 AM PST · by ShadowAce · 5 replies
    Ryan's Tutorials ^ | Current | Ryan Chadwick
    Introduction Bash loops are very useful. In this section of our Bash Scripting Tutorial we'll look at the different loop formats available to us as well as discuss when and why you may want to use each of them. Loops allow us to take a series of commands and keep re-running them until a particular situation is reached. They are useful for automating repetitive tasks. There are 3 basic loop structures in Bash scripting which we'll look at below. There are also a few statements which we can use to control the loops operation. While Loops One of the easiest...