Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 957 958 959 960 961 962 963 964 965 966 967 ... 7359 ) Next »

Fedora Linux 34 Will Enable Support for Haptics Touchpads, Incremental Flatpak App Updates

The upcoming Fedora Linux 34 release will bring some awesome new features and better hardware support to allow you to run the GNU’Linux operating system on newer and even more machines.

How to Setup Auto-Renew for LetsEncrypt SSL Certificates (Apache)

  • OnePageZen.com; By Leron Amin (Posted by Vlad on Mar 16, 2021 7:12 AM EDT)
  • Story Type: Tutorial; Groups: Apache, Linux
In this beginner tutorial you will learn how to configure your Let’s Encrypt SSL certificates to automatically renew themselves prior to their expiration date.

How to change the Hostname on CentOS 8

  • vitux.com; By Karim Buzdar (Posted by vitux on Mar 16, 2021 5:58 AM EDT)
  • Story Type: Tutorial; Groups: Linux
The hostname is also known as a computer, device, or domain name that is given to a computer when it connects with the internet. In this article, you will learn how to change the hostname of your system on CentOS 8 without going to restart the computer system.

Ubuntu Touch OTA-16 Released with Support for Samsung Galaxy S3 Neo+, Many Improvements

UBports released today the Ubuntu Touch OTA-16 software update for “Ubuntu Phone” devices with numerous improvements and support for new phones.

Old Linux storage bugs, new security patches

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Mar 16, 2021 3:29 AM EDT)
  • Story Type: Editorial; Groups: Linux
You may not have used SCSI this decade, but the old storage interface software is still in Linux and security holes have been found, and fixed, within it.

How To Display Linux System Information In Terminal Using Macchina

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Mar 16, 2021 2:15 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this guide, we are going to see what is Macchina and how to display Linux system information in terminal using Macchina utility.

Learn how file input and output works in C

  • Opensource.com (Posted by bob on Mar 16, 2021 1:00 AM EDT)
  • Story Type: News Story
If you want to learn input and output in C, start by looking at the stdio.h include file. As you might guess from the name, that file defines all the standard ("std") input and output ("io") functions. The first stdio.h function that most people learn is the printf function to print formatted output. Or the puts function to print a simple string. Those are great functions to print information to the user, but if you want to do more than that, you'll need to explore other functions. read more

Lenovo M93 Ultra Small PC – Benchmarks – Week 2

  • LinuxLinks.com; By LinuxLinks (Posted by sde on Mar 15, 2021 11:46 PM EDT)
  • Story Type: Reviews; Groups: Linux
For this week’s blog, we’ve run a variety of benchmarking tests on the Lenovo M93 together with four other systems to put the results into context.

Best Linux Distros for Windows Users

This article will be divided into 2 main parts. The first will be about the best desktop environments for Windows users, and the second will be about the best distributions for Windows users.

GitOps vs. DevOps: What's the difference?

  • Opensource.com (Posted by bob on Mar 15, 2021 9:17 PM EDT)
  • Story Type: News Story
If you work with technology, you are probably familiar with DevOps. Although DevOps is quite hard to describe in a few words, these Opensource.com articles can give you more information: read more

How to store AWS user access key and secret key in Jenkins

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 15, 2021 8:03 PM EDT)
  • Groups: Linux; Story Type: News Story
In this article, we will install the "CloudBees AWS Credentials" plugin and store the AWS IAM user's secret key and access key in Jenkins using this plugin. We will install the "AWS Steps Plugin" so that we could use "awsStep" to inject the credential we created.

Mint 20: Better Than Ubuntu and Microsoft Windows?

As a long term user of Microsoft Windows, Fedora, Ubuntu and Linux Mint, I have seen some of the more intricate tantrums a Windows or Linux operating system can throw. My first Mint 20 installation was in early April 2020, even before Mint 20 was released. I have had the unique opportunity to compare it with Microsoft Windows and Ubuntu 20 for day-to-day work and use, and have made some interesting discoveries. Read on to find out.

How to Install Asterisk on Ubuntu 20.04

  • Linuxize.com; By linuxize (Posted by linuxize on Mar 15, 2021 5:34 PM EDT)
  • Groups: Ubuntu
Asterisk is a popular open-source PBX platform for developing communications applications such as conference servers and VoIP gateways. It is used by individuals, small businesses, large enterprises, and governments worldwide.

What Is Bulletproof Hosting

The Internet is one of the most wonderful things that ever happened. Today around 53% of the World’s population consumes some sort of content from the Internet whether it be sharing information on social media or chatting with friends on their favorite IM app.

How to resize active root partition in Linux

  • 2daygeek.com; By Magesh Maruthamuthu (Posted by 2daygeek on Mar 15, 2021 3:06 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Have you ever had the opportunity to resize an active root partition in Linux? If not, don’t worry, today, we will be discussing it. Disk partitioning is one of the best topics in Linux. GParted utility allows user to perform disk resize, copy, and move partitions without data loss.

Mesa 21.0 Graphics Stack Released with Many New Features and Improvements

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Mar 15, 2021 1:51 PM EDT)
  • Story Type: News Story; Groups: Linux
The Mesa 21.0 open-source graphics stack for Linux-based operating systems is now available for download as a major update that includes numerous new features and improvements for a better Linux gaming experience.

How to use bridged networking with libvirt and KVM

Libvirt is a free and open source software which provides API to manage various aspects of virtual machines. On Linux it is commonly used in conjunction with KVM and Qemu. Among other things, libvirt is used to create and manage virtual networks. The default network created when libvirt is used is called “default” and uses NAT (Network Address Translation) and packet forwarding to connect the emulated systems with the “outside” world (both the host system and the internet). In this tutorial we will see how to create a different setup using Bridged networking.

What Is LVFS and How Do I Use It?

  • Make Tech Easier; By John Perkins (Posted by damien on Mar 15, 2021 11:23 AM EDT)
  • Story Type: Tutorial; Groups: Linux
How do you get firmware updates in Linux? Where do you get the drivers for your hardware? The answer lies in LVFS. Learn what LVFS is and how to use it.

LibreOffice 7.0.5 Released with More Than 100 Bug Fixes, Update Now

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Mar 15, 2021 10:08 AM EDT)
  • Story Type: News Story; Groups: Linux
The Document Foundation released today LibreOffice 7.0.5 as the fifth maintenance update to the LibreOffice 7.0 office suite series for all supported platforms, including GNU/Linux, macOS, and Windows.

Introduction To Python Tkinter GUI Programming

Python provides a lot of libraries to create cross-platform GUIs such as Tkinter, Pymsgbox, Pyqt, and much more. In this series of articles, we will study the Tkinter package.

« Previous ( 1 ... 957 958 959 960 961 962 963 964 965 966 967 ... 7359 ) Next »