Showing all newswire headlines
View by date, instead?« Previous ( 1 ... 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 ... 7359 ) Next »
Mojibake madness
This is the fifth blog post in a series about character encoding mishaps. The samples explained here are truly impressive gibberish.
How to Make Ubuntu Lighter on a Low Spec Computer?
I often read the question above on forums and groups on Facebook that discuss Linux. This is an interesting discussion because there are so many lightweight Linux distributions that can be used smoothly. I've covered some lightweight Linux Distribution for older computers on this blog.
Screenlets: An Amazing Tool to Add Desktop Gadgets/Widgets in Linux
Screenlets is an application software released under GNU GPL. The same name screenlets refers to the engine as well as widget that runs on it. It was Originally Developed by ‘Rico Pfaus‘, ‘Helder Fraga‘ and ‘Natan Yellin‘ for Unix-like Operating System. Designed specially to run on X11-based compositing windows manager like compiz.
How to Exclude in Grep
grep is a powerful command-line tool that is used to search one or more input files for lines that match a regular expression and writes each matching line to standard output. In this article, we’re going to show you how to exclude one or multiple words, patterns, or directories when searching with grep.
Manage your Raspberry Pi with Cockpit
Last year, I wrote about using Cockpit to manage my Linux servers. It is a web-based tool that gives you a clean, powerful interface for managing multiple servers and their associated services and applications. It also eases regular day-to-day administrative tasks.
Are you using this magic method for filesystems from Python 3.6?
This is the seventh in a series of articles about features that first appeared in a version of Python 3.x. Python 3.6 was first released in 2016, and even though it has been out for a while, many of the features it introduced are underused and pretty cool. Here are three of them.
4 essential characteristics of successful APIs
If you are building an application that uses some variation of a client/server model, you need an application programming interface (API). An API is a clearly defined boundary between one process and another. A common boundary in web applications is a REST/JSON API.
9to5Linux Weekly Roundup: May 16th, 2021
The thirty-third installment of the 9to5Linux Weekly Roundup is here for the week ending on May 16th, keeping you guys up to date with the most important things happening in the Linux world.
10 IT Networking Protocols Skills to Land Your Dream Job
This is the fourth article of the series, which aims at making you aware of ‘Top Network Protocol Skills in demand’. It is important to note that the skill set keeps on changing as per the demand of the market and requirements. We will try to keep you updated, if there is any major changes in the below statistics.
Network address translation part 4 - Conntrack troubleshooting
This is the fourth post in a series about network address translation (NAT). The first article introduced how to use the iptables/nftables packet tracing feature to find the source of NAT-related connectivity problems. The second article introduced the “conntrack” command. The third article gave an introduction to the “conntrack” event framework. This article shows how […]
How to Create a File in Linux Using Terminal
This tutorial shows how to create a file using the Linux command line in 3 different ways using the touch command, the cat command, and the redirect operator.
Microsoft sheds some light on perplexing Outlook blank email incident: Word was to blame
Office 365 users learn that Microsoft can make or break their productivity every 4 hours. Microsoft has published a Preliminary Post Incident Report on last week's events which broke Outlook on Windows for millions of users, making emails impossible to view or create.…
How to Sort Files in Ubuntu (GUI and Shell)
In this article, I will explain how to sort files in a Ubuntu system using the Nautilus File Manager (the GUI) and the ls command (the command line).
Firefly launches $89 and up SBC with an RK3566 and M.2 storage
Firefly has launched a “ROC-RK3566-PC” SBC with a Rockchip RK3566 and 2GB ($89) or 4GB ($119) RAM plus 32GB eMMC, GbE, WiFi/BT, MIPI, HDMI, M.2, and 3x USB. Specs have also been posted for a RK3568-based model. T-Chip Technology’s Firefly community project is continuing its transition to Rockchip’s quad-core, Cortex-A55 based RK3566 and RK3568 by […]
GeckoLinux Switches to Btrfs by Default, Now Offers GNOME 40.1, LXQt 0.17, and Budgie 10.5.3
The openSUSE-based GeckoLinux distribution has a new release today for its ROLLING series, which is derived directly from unmodified openSUSE Tumbleweed and Packman repositories, switching to Btrfs by default and offering the latest desktop environments.
Updated Top Hex Editors for Linux
In simple words, a hex editor allows you to examine and edit binary files. The difference between a regular text editor and the hex editor is that the regular editor represents the logical content of the file, while a hex editor represents the physical contents of the file.
Use open source tools to set up a private VPN
Getting from one place to another over a computer network can be a tricky thing. Aside from knowing the right address and opening the right ports, there's the question of security. For Linux, SSH is a popular default, and while there's a lot you can do with SSH it's still "just" a secure shell (that's what SSH stands for, in fact.) A broader protocol for encrypted traffic is VPN, which creates a unique, virtual private network between two points.
read more
Integrate AppImages to Application menu using AppImageLauncher in Linux
This guide explains what is AppImageLauncher and how to integrate AppImages to application menu using AppImageLauncher utility in Linux.
Run Linux on Refurbished Mini PCs – RAM – Part 5
In this article we offer our recommendations about the type of RAM, the amount of RAM, and other factors to consider when buying a refurbished mini PC for running Linux as a desktop computer.
Convenient matrices and other improvements Python 3.5 brought us
This is the sixth in a series of articles about features that first appeared in a version of Python 3.x. Python 3.5 was first released in 2015, and even though it has been out for a long time, many of the features it introduced are underused and pretty cool. Here are three of them.
The @ operator
The @ operator is unique in Python in that there are no objects in the standard library that implement it! It was added for use in mathematical packages that have matrices.
read more
« Previous ( 1 ... 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 ... 7359 ) Next »