Showing headlines posted by bob
« Previous ( 1 ... 154 155 156 157 158 159 160 161 162 163 164 ... 1158 ) Next »Formula Student racer runs Ubuntu on Comet Lake Mini-ITX
ASRock has revealed that its 10th Gen Comet Lake based “IMB-1222” Mini-ITX board is being used by Dynamis PRC for a Linux-driven autonomous driving system participating in the 2022 Formula Student Championship. ASRock Industrial has announced a design win with Dynamis PRC Team, the Formula SAE championship racing team from the Politecnico di Milano. ASRock […]
4 steps to set up global modals in React
A modal dialog is a window that appears on top of a web page and requires a user's interaction before it disappears. React has a couple of ways to help you generate and manage modals with minimal coding. If you create them within a local scope, you must import modals into each component and then create a state to manage each modal's opening and closing status.
Keep tabs on your Linux computer specs with this desktop application
Whether I'm using a laptop my employer assigned to me or a workstation I built from vendor parts, I seem to have an endless capacity to forget my computer's specifications. One of the great things about Linux is its /proc filesystem, a dynamically populated virtual expression of the system's hardware. It's convenient when you want to see the specifics of your CPU (cat /proc/cpuinfo), uptime (cat /proc/uptime), a list of mounted filesystems (ls -R /proc/fs/), and so on.
3 reasons to learn Java in 2021
Java was released in 1995, making it 26 years old as I'm writing this. It was proprietary at first, but in 2007, Java was released as open source under the GPL. To understand what makes Java important, you have to understand the problem it claims to solve. Then you can understand why and how it benefits developers and users.
Rock Pi SBCs move to 2GHz RK3399 and toss in free eMMC
Radxa has launched Rock Pi 4 Plus versions of its Model A and B SBCs that move to the 2GHz OP1 version of the RK3399. The Plus models also add eMMC without raising the price and pre-load the Armbian-based Twister OS. Radxa has upgraded its open-spec, community-backed Rock Pi 4A and 4B SBCs with eMMC […]
17 true stories about switching to Linux
It's been 30 years since Linus Torvalds created Linux, way back in 1991, as a free alternative to Unix. In that time, it's grown from a niche project to a powerful, widely used operating system that sustains much of what's essential in modern computing—the cloud, the Internet of Things, supercomputers, the devices that kept students learning during a global pandemic, and much, much more.
Qualcomm reveals tiny Linux-driven 5G NR chipset for IoT
Qualcomm unveiled a “315 5G IoT Modem-RF” chipset designed for industrial IoT. The tiny chipset runs Linux on a 7nm Cortex-A7 core and offers global 5G NR sub-6GHz stand-alone support along with 4G LTE. Qualcomm Technologies, Inc. announced its first cellular modem chipset designed specifically for Internet of Things applications. The industrial-focused Qualcomm 315 5G […]
SUSE IPO disappoints
EQT, the Swedish-based private equity firm, spun SUSE Europe's leading Linux distributor out on the Frankfurt Exchange, but its price didn't budge much from its initial offering price.
It took 'over 80 different developers' to review and fix 'mess' made by students who sneaked bad code into Linux
Patches to land in Linux 5.13. Linux maintainer Greg Kroah-Hartman has sent in a pull request for Linux 5.13 aimed at dealing with grief caused by the antics of some students at the University of Minnesota.…
$99 SBC runs Linux on RISC-V based Allwinner D1
RVBoards has launched a $99 “Nezha” SBC that runs Linux on the 1GHz Allwinner D1 SoC with a 64-bit, RISC-V XuanTie C906 core. The SBC provides 1GB RAM, GbE, HDMI, 2x USB, 40-pin, and LCD, cam, and audio add-ons. RVBoards, a community project from PerXLab, has gone to Indiegogo to launch the first SBC built […]
Play the Busy Beaver Game through a simulator
It's hard to find a game that combines the difficulty of, say, Dark Souls with the elegance of Conway's Game of Life. In a 1962 paper, Hungarian mathematician Tibor Radó came up with just such a game, which he called the Busy Beaver Game (BBG).
read more
How Python 3.9 fixed decorators and improved dictionaries
This is the tenth in a series of articles about features that first appeared in a version of Python 3.x. Some of these versions have been out for a while. Python 3.9 was first released in 2020 with cool new features that are still underused. Here are three of them.
Adding dictionaries
Say you have a dictionary with "defaults," and you want to update it with parameters. Before Python 3.9, the best option was to copy the defaults dictionary and then use the .update() method.
read more
Joining Fedora Linux to an enterprise domain
Learn how to join your Fedora Linux machines to an enterprise domain and manage them with Fleet Commander.
How to Setup Three Node MySQL 8 Cluster on Debian 10
MySQL is a widely-used open source relational database management system. In this tutorial, we will use one master node to store the cluster's configuration and two data nodes to store the cluster data.
How to Install Ajenti Control Panel on Ubuntu 20.04
If you are using a Linux server and not familiar with the command line then the control panel will help you to manage the Linux server from the web browser. Ajenti is a free, open-source, lightweight control panel for managing Linux servers.
SUSE bridges the gap between openSUSE Leap and SUSE Linux Enterprise
The latest version of SUSE Linux Enterprise Server boasts binary compatibility between the community openSUSE Leap release and SLES.
Remap your Caps Lock key on Linux
There have been many life-changing Linux moments for me, but most fade into my backstory as they become the status quo. There's one little keyboard trick Linux taught me that I'm reminded of every time I use it (maybe 1,000 times a day), and that's converting the Caps Lock key to Ctrl.
Make your API better with this positional trick from Python 3.8
This is the ninth in a series of articles about features that first appeared in a version of Python 3.x. Python 3.8 was first released in 2019, and two years later, many of its cool new features remain underused. Here are three of them.
What does null mean in Linux and Computing
In this article, I will give you a short explanation of what the value null or the null device means in the computing world.
What is serverless with Java?
For decades, enterprises have developed business-critical applications on various platforms, including physical servers, virtual machines, and cloud environments. The one thing these applications have in common across industries is they need to be continuously available (24x7x365) to guarantee stability, reliability, and performance, regardless of demand. Therefore, every enterprise must be responsible for the high costs of maintaining an infrastructure (e.g., CPU, memory, disk, networking, etc.) even if actual resource utilization is less than 50%.
read more
« Previous ( 1 ... 154 155 156 157 158 159 160 161 162 163 164 ... 1158 ) Next »