Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 ... 7359 ) Next »

How to convert CentOS 8 to CentOS 8 Stream

Jack Wallen shows you how to quickly convert your CentOS 8 deployments to CentOS 8 Stream.

Catch up on these 4 virtual events from 2020

  • Opensource.com (Posted by bob on Jan 9, 2021 6:14 PM EDT)
  • Story Type: News Story
Like nearly everyone, 2020 was a bit rough on me, with many unexpected changes. That meant I missed every single event this year, even though all of them were virtual. As things settled down a bit over the holidays, I started looking around to find out what I missed. In case you're in the same position, I'll walk you through the virtual events that you should have seen in 2020. The good news is, since they were all virtual, you can still watch them. read more

How to use Cloudformation to create an SNS topic on AWS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 9, 2021 4:03 PM EDT)
  • Story Type: Tutorial; Groups: Linux
AWS SNS is a Simple Notification Service. It can be used by Cloudwatch to send alert emails. In this article, we will create an SNS topic using Cloudformation and subscribe to an email endpoint.

Java development on Fedora Linux

This article provides an overview of Java development on Fedora Linux. It includes a demonstration using the game Shattered Pixel Dungeon.

How To Install KeePass And Use It To Manage Passwords

KeePass is a free and open-source password manager. Check out how to install and use KeePass on Ubuntu.

Why I like the FED text editor

When I’m not at work on my Linux desktop, you can usually find me writing code for a legacy 16-bit system. FreeDOS is an open source DOS-compatible operating system that you can use to play classic DOS games, run legacy business software, or develop embedded systems. Any program that works on MS-DOS should also run on FreeDOS.

Monitoring system resources using SAR on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 9, 2021 7:17 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
SAR also know as a "System Activity Report" is a system resource monitoring tool for Linux operating systems. In this tutorial, we will show you how to install and use SAR to monitor system performance.

What Is End To End Encryption?

Suppose you are sending a message to your friend and want the message to be encrypted. You tell him that you will send him some numbers and these numbers will be the index numbers of English alphabets. He will have to match the numbers against the index numbers and decrypt the hidden message. Suppose you want to write come home.

Using Podman and Docker Compose

Podman exists to offer a daemonless container engine for managing OCI-compliant containers on your Linux system. Users love it for its ease of adoption as an alternative to Docker. However, many users and the broader container community have been telling us that one missing feature is a "deal-breaker" for them. Up to now, support for Docker Compose, the command-line utility that orchestrates multiple Docker containers for local development, was missing. With Podman 3.0 now in development upstream, we have begun to support Compose. Here's how it works as a rootful/privileged user.

What is an open source evangelist?

When people learn that I work as an open source evangelist (focusing on syslog-ng and sudo), they often ask me what it's like to represent such well-known names in the Linux world. My short answer: It's good! I am part of research and development, so it is never boring. I feel that I make an impact when people implement what they learn from me and when the feedback I collect from users influences the development of the product.

Thin Mini-ITX SBC serves up Tiger Lake, dual 2.5GbE, and USB 4

The tKINO-UL6 is the second thin Mini-ITX board we have seen based on Intel’s 10nm fabricated 11th Gen Tiger Lake processors, following ASRock’s IMB-1224. It is also the second Tiger Lake SBC with a USB 4 port after Aaeon’s community-backed UP Xtreme i11. IEI’s more industrial focused board offers -20 to 60°C support and a 9-36V DC input.

Install Xfce 4.16 in MX Linux 19.3 Testing Only

  • debugpoint.com; By arindam (Posted by arindam1989 on Jan 8, 2021 10:39 PM EDT)
  • Groups: Linux, Xfce
With the release of Xfce 4.16, the MX Linux team now working on migrating the Xfce package base from Xfce 4.14 to Xfce 4.16. The Xfce 4.16 packages are now available for testing for MX-19 series users.

Getting Linux running properly on Apple M1 Silicon has begun with Asahi Linux

  • GamingOnLinux.com; By Liam Dawe (Posted by liamdawe on Jan 8, 2021 9:37 PM EDT)
  • Story Type: News Story
Asahi Linux is the name of a new project aiming to get Linux properly supported and working on Apple Silicon, the new ARM based chips designed by Apple like the Apple M1 found in their latest hardware.

Linux Candy: WallpaperDownloader – download, change, manage wallpapers

  • LinuxLinks.com; By LinuxLinks (Posted by sde on Jan 8, 2021 8:36 PM EDT)
  • Story Type: Reviews; Groups: Linux
WallpaperDownloader is open source software that allows users to download wallpapers from different remote locations automatically.

Learn How to Create New Files from the Linux Command Line

When working on the terminal, or command line, there is often a need to know how to create a file in Linux. Whether you need to create a script file, a config file or text file, it is a common activity for a Linux admin.

Linux commands: How to manipulate process priority

Make your Linux processes play nice with each other. Managing processes in Linux is a fundamental concept that every good system administrator should be familiar with. A majority of the work you do with these processes consists of basic, repetitive tasks such as starting and stopping processes, searching for them, killing them, etc.

8 open source software cheat sheets youll need in 2021

Sometimes you need the short version. You know what you want to do and you just can't recall exactly how to do it. That's when cheat sheets come in handy. In this article, I suggest a cheat sheet to get you going with MariaDB and MySQL. This cheat sheet is great for the occasional database user. Next, I have listed two Raspberry Pi cheat sheets. The first gets you started with this single-board computer. Once you're comfortable with the basics, turn it into a home lab and begin working with Kubernetes container management.

How to Install VLC Media Player in Linux

  • Trend Oceans; By Jake Redfield (Posted by trendoceangd on Jan 8, 2021 4:30 PM EDT)
  • Groups: Linux
There is no need to introduce every person on this planet who knows how to operate a PC. Whether it is Linux or Windows System, they know what VLC is. But still, for those who don’t know what VLC is? VLC is one of the most popular open-source multimedia player. It is cross-platform and plays almost all media format files. There are multiple ways to install VLC in your system using a snaps package from Snapscraft store or as a default package manager for Ubuntu; it is DEB.

A hands-on tutorial for using the GNU Project Debugger

If you're a programmer and you want to put a certain functionality in your software, you start by thinking of ways to implement it—such as writing a method, defining a class, or creating new data types. Then you write the implementation in a language that the compiler or interpreter can understand. But what if the compiler or interpreter does not understand the instructions as you had them in mind, even though you're sure you did everything right? What if the software works fine most of the time but causes bugs in certain circumstances?

What Is HTTP Caching?

HTTP Caching is the solution that we need. The modern-day web is less about who makes the best service, and more about who delivers it efficiently. With the content available on the internet expanding on an exponential basis, the amount of resources required to serve a user with a particular request is just too high. It is extremely infeasible to keep hitting the database for resources that have just recently been fetched. This is where HTTP or HTTPS comes in with a solution called caching.

« Previous ( 1 ... 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 ... 7359 ) Next »