Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 ... 7359 ) Next »

Coffee Lake 3.5-inch SBC has up to three GbE ports

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Oct 26, 2020 9:27 PM CST)
  • Story Type: News Story; Groups: Intel, Linux
Axiomtek’s 3.5-inch “CAPA520” SBC runs Linux or Win 10 on 8th and 9th Gen Coffee Lake CPUs with triple display and -20 to 60°C support plus up to 3x GbE, 6x USB, 2x SATA, and mini-PCIe and ZIO expansion. Axiomtek has announced a 3.5-inch, Intel Coffee Lake SBC that follows its similar, 6th and 7th […]

Linux 5.10 rc1 Released as Long Term Support Kernel

Linux 5.10 rc1 released as Long Term Support (LTS) Kernel. Linux Kernel 5.10 will be LTS after the earlier LTS Kernel 5.4.

Linux kernel's Kroah-Hartman: We're not struggling to get new coders, it's code review that's the bottleneck

Plus: 'Intel is not doing well with disclosures. I’m not happy. It’s not getting better'. Open Source Summit Europe Speaking in an "Ask the Experts" session at the online Open Source Summit Europe conference today, Linux kernel's stable branch maintainer Greg Kroah-Hartman said there are plenty of new contributors to the code though the bottleneck is finding the people to review it.…

How to Add a Simple Progress Bar in Shell Script

At times, we need to write shell scripts that are interactive and user executing them need to monitor the progress. For such requirements, we can implement a simple progress bar that gives an idea about how much task has been completed by the script or how much the script has executed. To implement it, we only need to use the “echo” command with the following options and a backslash-escaped character.

How to set Timers, Alarms, and Stopwatches on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Oct 26, 2020 5:21 PM CST)
  • Story Type: Tutorial; Groups: Linux
In this article, I will show you how to set timers, alarms, and stopwatches on your CentOS 8 system. We will perform these actions using two different ways. First, using the graphical user interface and then using the terminal.

colorls - turbocharged alternative to ls

  • LinuxLinks.com; By LinuxLinks (Posted by sde on Oct 26, 2020 4:19 PM CST)
  • Story Type: Reviews; Groups: Linux, Ruby
colorls is a command-line utility that aims to improve on ls. color is written in Ruby.

How to use zip on Linux

  • linuxconfig.org; By Korbin Brown (Posted by LinuxCareer on Oct 26, 2020 3:18 PM CST)
  • Story Type: Tutorial; Groups: Linux
Compressed files with the .zip extension are commonplace throughout Windows systems, as it's been the native file compression method for the operating system since many years ago. On a Linux system, the nearest equivalent would have to be tar files and various methods of compression like gzip. There are a few reasons why you may need to create or open .zip files on Linux.

Linus Torvalds hails 'historic' Linux 5.10 for ditching defunct addressing artefact

  • The Register; By Simon Sharwood (Posted by bob on Oct 26, 2020 2:16 PM CST)
  • Story Type: News Story; Groups: Kernel, Linux
Memory-handling oddity from the age of the 286 has been around since ‘pretty much the original release of Linux’. Linus Torvalds has given the world the first release candidate of version 5.10 of the Linux kernel and called out what he’s labelled an historic change – the removal of an addressing tool that appears to have been around for nearly 30 years, sparked a nasty bug a decade ago but has since been made redundant by chipmakers.…

10 Ansible modules for Linux system automation

  • Opensource.com; By Ricardo Geradi (Posted by bob on Oct 26, 2020 1:02 PM CST)
  • Story Type: Tutorial; Groups: Cloud, Linux
Ansible is a complete automation solution for your IT environment. You can use Ansible to automate Linux and Windows server configuration, orchestrate service provisioning, deploy cloud environments, and even configure your network devices.

7 Git tricks that changed my life

  • Opensource.com; By Rajeev Bera (Posted by bob on Oct 26, 2020 11:47 AM CST)
  • Story Type: Tutorial; Groups: Developer
Git is one of the most common version control systems available, and it's used on private systems and publicly hosted websites for all kinds of development work. Regardless of how proficient with Git I become, it seems there are always features left to discover. Here are seven tricks that have changed the way I work with Git.

Manage content using Pulp Debian

Pulp is an open source repository management tool that helps you fetch, mirror, upload, and publish content within your organization. It can be used to manage various types of content such as software packages (from RPM packages to Ruby gems), as well as Ansible collections, container images, and even arbitrary files.

Wikiman: An Offline Search Engine For Arch Linux, Gentoo Wiki, And More

If you’re looking for something that can provide documentation not only of Arch Linux but also of Gentoo, FreeBSD, and others to read in an offline mode, meet Wikiman.

How to Create a New user and Grant Permissions in MySQL

MySQL is an open-source relational database management software package to store, organize or retrieve data. It has an extensible varieties of management options like user management with specific permissions to databases and tables.

3 ways to improve your open hardware documentation

  • Opensource.com; By Eric Carlson (Posted by bob on Oct 26, 2020 6:50 AM CST)
  • Story Type: Editorial; Groups: Linux
Open Hardware Month is organized by the Open Source Hardware Association (OSHWA) every October, and this year, we're putting the spotlight on ways to tell the world that your project is open source. Help support the open hardware ecosystem by bolstering your documentation in these three ways during this month.

Unity Desktop Review: Good for the Nostalgic Ubuntu Users

  • Make Tech Easier; By John Perkins (Posted by damien on Oct 26, 2020 5:36 AM CST)
  • Story Type: Reviews; Groups: Linux, Ubuntu
If you have enjoyed using Unity on Ubuntu in the past, check out this Unity desktop review and see how much has changed.

How to influence people to join open source

  • Opensource.com; By Joshua Pearce (Posted by bob on Oct 26, 2020 4:21 AM CST)
  • Story Type: Editorial; Groups: Linux
If you are reading Opensource.com, you might be able to code, and you are probably reading this on an open source browser on some elusive Linux distro. You probably have not seen a browser ad in years because you are running an open source ad blocker. You feel warm and fuzzy when you think about penguins.

Ubuntu 20.10 Based Flavors Now Available, Download Now

The seven official flavors of Ubuntu 20.10 are now available with the latest builds and .iso images and ready for you - Kubuntu, Lubuntu, Xubuntu, Ubuntu Budgie, Ubuntu Kylin, Ubuntu MATE, and Ubuntu Studio - 20.10.

How To Install Docker And Pull Images From Docker Hub

Learn how to install Docker and pull images from Docker Hub

How to Download a File From a Server to Your Desktop Using SSH

  • RoseHosting.com; By Jeff Wilson (Posted by RoseHosting on Oct 25, 2020 9:47 PM CST)
  • Story Type: Tutorial; Groups: Linux
An SSH session is like a portal into another machine. If you’re used to working with Windows, you’ll know how easy it is to transfer files from one location to another. Just drag and drop! No text commands, no authentication, none of that. How to Download a File From a Server to Your Desktop Using SSH

Linux Weekly Roundup: Edge for Linux, Ubuntu Groovy Release, KDE Plasma 5.20.1 and more

A lot happened this week in the Linux world as a whole. Microsoft Edge browser is released for Linux, Ubuntu 20.10 released with associated flavours and a bunch of application updates as well. Read the stories below.

« Previous ( 1 ... 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 ... 7359 ) Next »