Showing headlines posted by bob

« Previous ( 1 ... 331 332 333 334 335 336 337 338 339 340 341 ... 1194 ) Next »

Creating a Bash script template

  • Opensource.com (Posted by bob on Dec 20, 2019 1:11 AM CST)
  • Story Type: News Story
In the first article in this series, you created a very small, one-line Bash script and explored the reasons for creating shell scripts and why they are the most efficient option for the system administrator, rather than compiled programs. read more

Vivaldi opens up an exciting new front in the browser wars, seeks to get around blocking with cunning code

All Chromium browsers are equal, but some smell more equal than others. Browser maker Vivaldi celebrated its last release of 2019 with a handbags-at-dawn move that will see it don a Google Chrome disguise.…

Linux desktops for minimalists: Getting started with LXQt and LXDE

  • Opensource.com (Posted by bob on Dec 19, 2019 2:56 PM CST)
  • Groups: Linux; Story Type: News Story
Preserving and resurrecting old computers is a popular part of the Linux hacker's ethos, and one way to help make that possible is with a desktop environment that doesn't use up scarce system resources. After all, the fact that a current version of Linux can run effectively on a computer over 15 years old is quite a feat, but it doesn't make the CPU and RAM any better than the day they were slotted in. There are extremely light desktops available, but there's usually a catch: the user must assemble the parts. read more

Introduction to automation with Bash scripts

  • Opensource.com (Posted by bob on Dec 19, 2019 8:46 AM CST)
  • Groups: Linux; Story Type: News Story
Sysadmins, those of us who run and manage Linux computers most closely, have direct access to tools that help us work more efficiently. To help you use these tools to their maximum benefit to make your life easier, this series of articles explores using automation in the form of Bash shell scripts. It covers: read more

Emacs for Vim users: Getting started with the Spacemacs text editor

  • Opensource.com (Posted by bob on Dec 19, 2019 7:45 AM CST)
  • Story Type: News Story
I use Vim a lot. I'm a site reliability engineer (SRE), and Vim is the one thing I know I can access on every machine in our fleet. I also like Emacs, with its wide variety of useful packages, ease of extending, and its many built-in tools. Because they each have their own set of commands, I have to actively switch codes in my head (usually after typing :wq in Emacs or trying to C+X in Vim). read more

Make sysadmin work on Fedora easier with screen

When you manage a Linux instance, you’ll find that your job is made much easier by the many tools designed specifically to deal with something specific within the system. For example, if you need to install packages, you have easy-to-use package managers that make that a breeze. If you need to create, resize or delete […]

The PC is dead. Long live the cloud PC.

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Dec 18, 2019 10:31 PM CST)
  • Story Type: Editorial; Groups: Cloud, Community
The old-style PC is on its way out. It's being replaced by desktop-as-a-service, cloud-based PCs.

How to Install Odoo ERP 13 on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 18, 2019 6:48 PM CST)
  • Story Type: Tutorial; Groups: Community, Linux
Odoo is a free, open-source and most popular ERP software that offers a wide range of business applications including, customer relationship management (CRM), sales pipeline, project management, manufacturing, invoicing, accounting and eCommerce. In this tutorial, we will learn how to install and configure Odoo 13 with Nginx as a reverse proxy on CentOS 8 server.

Crossing the platforms: The Register checks in with Canonical's WSL alternative – Multipass

Lightweight Linux VMs for all. So long as Ubuntu is your thing. Canonical is preparing some festive fun for developers with a major release of its lightweight VM manager, Multipass.…

Relive Linux history with the ROX desktop

  • Opensource.com (Posted by bob on Dec 18, 2019 10:08 AM CST)
  • Groups: Linux; Story Type: News Story
The ROX desktop is no longer being actively developed, but its legacy resounds today, and even when it was active, it was a unique take on what a Linux desktop could be. While other desktops felt roughly similar to old Unix or Windows interfaces, ROX belongs solidly in the BeOS, AmigaOS, and RISC OS desktop camps. read more

Build a retro Apple desktop with the Linux MLVWM

  • Opensource.com (Posted by bob on Dec 18, 2019 5:10 AM CST)
  • Groups: Linux; Story Type: News Story
Imagine traveling into an alternate history where the Apple II GS and MacOS 7 were built upon open source POSIX, using all the same conventions as modern Linux, like plain-text configuration files and modular system design. What would such an OS have enabled for its users? You can answer these questions (and more!) with the Macintosh-like Virtual Window Manager (MLVWM). read more

How to Install Monica Personal Relationship Manager on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Dec 18, 2019 12:13 AM CST)
  • Groups: Linux; Story Type: News Story
Monica is an open-source Personal Relationship Management (PRM) web application designed to organize interactions with your loved ones. This tutorial will go over Monica installation on CentOS 8.

Tiny i.MX8M Mini module focuses on digital audio

Forlinx has launched a 56 x 36mm “SoM FETMX8MM-C” module that runs Android 9.0 or Linux 4.14 on an i.MX8M Mini with 2GB DDR4, 8GB eMMC, up to -40 to 75? support, and a variety of digital audio interfaces. Forlinx’ SoM FETMX8MM-C joins a growing list of tiny, Linux-friendly modules built around NXP’s i.MX8M Mini, […]

Benchmarking 11 Linux Distributions On The Intel Core i9 10980XE

The newly-released Cascadelake-X Core i9 10980XE was used for this round of benchmarking with the GIGABYTE X299X DESIGNARE 10GB motherboard.

How to setup Elastic Container Registry (ECR) for Docker on AWS

Amazon Elastic Container Registry (ECR) is a managed container registry service of AWS. In this article, we will see how to create an ECR registry, repository, and push and pull the Docker image to/from it.

FUSE for macOS: Why a popular open source library became closed source and commercially licensed

'Most companies were reluctant to support the project their product depends on because it is available for free'. In May this year, users of popular open source project FUSE for macOS noticed the source code for the latest update was missing. The project had become closed source and was no longer free for commercial use. But as The Reg discovered when we had a talk with its maintainer, there was a very good reason for that – and it's not a good look for the many companies that used it.…

What's your favorite Linux package manager?

Package managers are an important part of working with modern Linux distributions. In the early days of Linux, life was more complicated. If you wanted to install a piece of software, you had to download a file (or files) and then configure the software to run on your particular system. This didn't make it very easy to install software. read more

FUSE for macOS: Why a popular open source library became closed source and commercially licensed

  • The Register (Posted by bob on Dec 16, 2019 8:58 PM CST)
  • Story Type: Interview
Maintainer: 'Most companies were reluctant to support the project their product depends on because it is available for free' Interview In May this year, users of popular open source project FUSE for macOS noticed the source code for the latest update was missing. The project had become closed source and was no longer free for commercial use. But as The Reg discovered when we had a talk with its maintainer, there was a very good reason for that – and it's not a good look for the many companies that used it.…

Setting up the sway window manager on Fedora

  • Fedora Magazine (Posted by bob on Dec 16, 2019 4:52 PM CST)
  • Groups: Fedora; Story Type: News Story
Sometimes during a critical activity, working with overlapping windows becomes counterproductive. You might find a tiled window manager like sway to be a good alternative. Sway is a tiling Wayland compositor. It has the advantage of compatibility with an existing i3 configuration, so you can use it to replace i3 and use Wayland as the […]

Get started with Lumina for your Linux desktop

  • Opensource.com; By Seth Kenlon (Posted by bob on Dec 16, 2019 1:47 PM CST)
  • Story Type: Editorial; Groups: KDE, Linux
For a good number of years, there was a desktop operating system (OS) based on FreeBSD called PC-BSD. It was intended as an OS for general use, which was noteworthy because BSD development mostly focuses on servers. For most of its life, PC-BSD shipped with the KDE desktop by default, but the more KDE came to depend on Linux-specific technology, the more PC-BSD migrated away from it.

« Previous ( 1 ... 331 332 333 334 335 336 337 338 339 340 341 ... 1194 ) Next »