Showing all newswire headlines
View by date, instead?« Previous ( 1 ... 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 ... 7359 ) Next »
Replace find with fd on Linux
Many Linux programmers use the find command every single day of their career. But find gives a limited set of filesystem entries, and if you have to do a large set of find operations, it's not even very fast. So instead, I prefer to use the Rust fd command because it provides sensible defaults that work for most use cases.
Parsing config files with Lua
Not all applications need configuration files; many applications benefit from starting fresh each time they are launched. Simple utilities, for instance, rarely require preferences or settings that persist across uses. However, when you write a complex application, it's nice for users to be able to configure how they interact with it and how it interacts with their system. That's what configuration files are for, and this article discusses some of the ways you can implement persistent settings with the Lua programming language.
Ubuntu 21.04 Users Get Major Kernel Security Update, 17 Vulnerabilities Patched
Canonical released today a new major Linux kernel security update for the Ubuntu 21.04 (Hirsute Hippo) release to address a total of 17 security vulnerabilities.
Program on FreeDOS with Bywater BASIC
In the early days of personal computing—from the late 1970s and through the 1980s—many people got their start with BASIC programming. BASIC was a universal programming language that came built into most personal computers, from Apple to IBM PCs. When we started the FreeDOS Project in June 1994, it seemed natural that we should include an open source BASIC environment. I was excited to discover one already existed in Bywater BASIC.
Updated 14 Best RSS Feed Readers for Linux in 2021
RSS (Rich Site Summary or also Really Simple Syndication) is a popular and standardized web format used to deliver regularly changing content on the web. It is employed by blogs, news-related sites as well as other sites to deliver their content as an RSS Feed to Internet users interested in it.
Python 3.10 beta in Fedora Linux
The Python developers have already released three beta versions of Python 3.10.0. You can try the latest one in Fedora Linux today! Test your Python code with 3.10 early to be ready for the final 3.10.0 release in October. Install Python 3.10 on Fedora Linux If you run Fedora Linux, you can install Python 3.10 […]
How to Use Port Knocking To Secure SSH Service in Linux
Port Knocking is a nifty technique of controlling access to a port by only allowing legitimate users access to the service running on a server. It works in such a way that when the right sequence of connection attempts is made, the firewall gladly opens the port that was closed.
Set Process Priorities with the Nice and Renice Commands in Linux
In a Linux system, you will have hundreds of processes running. In this tutorial, we will learn to use the nice and renice commands in Linux to set process priorities, using various examples.
Brave Search Engine Opens For Beta Testing
It is no secret that Google and other search engines rely on showing ads to their users. When a user performs a query in the search engine, the search engine collects the user’s private information such as specific location, device type, browser history, etc. to serve personalized ads.
How To Fix "Cannot access storage file, Permission denied" Error in KVM Libvirt In Linux
This brief tutorial explains two methods to fix "Cannot access storage file, Permission denied" error in KVM Libvirt in Linux.
How to Install FFmpeg in Linux
FFmpeg is one of the best multimedia frameworks that contains various tools for different tasks. For example, the ffplay is a portable media player that can be used to play audio/video files, ffmpeg can convert between different file formats, ffserver can be used to stream live broadcasts and ffprobe is able to analyze multimedia stream.
Blogging with WordPress | WordPress 101
Welcome back to WordPress 101 series. In this series, we’re learning the basics of WordPress. WordPress is used to create all types of websites such as eCommerce, Forums, Social networking sites, etc.
A very successful first KernelCI hackfest
Earlier this month, Collabora took part in the very first KernelCI hackfest, initiated as a joint effort with the Google Chrome OS team. Here's a look at what was accomplished, including new tests added, coverage extended, and more.
Google is Trying Hard to Use Rust Code in the Linux Kernel
Google said on Thursday that they are funding a project to improve the security of Linux by writing the kernel part of the operating system in the Rust programming language. The main goal of the push to bring Rust to Linux is to wipe out an entire class of memory-related security bugs in the kernel.
How to Merge PDF Files Using GUI & CLI Tools in Linux
Whether you prefer to use a command-line or graphical application, several tools are available for free to combine multiple PDF files in Linux.
Replace du with dust on Linux
If you work on the Linux command line, you will be familiar with the du command. Knowing commands like du, which returns information about disk usage quickly, is one of the ways the command line makes programmers more productive. Yet if you're looking for a way to save even more time and make your life even easier, take a look at dust, which is du rewritten in Rust with more intuitiveness.
read more
13 Important Privacy and Security Settings in Ubuntu Linux
Everybody should be concerned about their privacy and security in this day and age. It is a common misconception that if you are running Linux you do not need to concern yourselves with privacy and security issues. In this article, you will learn about best practices that you can follow to avoid privacy risks and leaks.
Vim vs. Nano vs. Emacs: Three sysadmins weigh in
Three editors. Three experts. Which Linux text editor is right for you?
How to play Tetris clone Tint on the Ubuntu command line
Tetris is our childhood favorite falling blocks game. The 90s generation has literally grown up playing this game and the best thing about it is that even today, it is as popular as it was years ago.
KDE Plasma 5.22.2 Released with Better Flatpak and Wayland Support
The KDE Project released today KDE Plasma 5.22.2 as the second point release to the latest KDE Plasma 5.22 desktop environment series to address more bugs, regressions, and improve existing features.
« Previous ( 1 ... 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 ... 7359 ) Next »