Showing headlines posted by bob
« Previous ( 1 ... 180 181 182 183 184 185 186 187 188 189 190 ... 1193 ) Next »Upgraded LoRaWAN gateway adds Node-RED support
ICP Germany has upgraded its “UG65” LoRaWAN gateway to add Node-RED support. The unit supports 8 simultaneous LoRa channels and more than 2,000 LoRaWAN nodes, along with Ethernet, Wi-Fi and cellular (optional) connectivity. We missed covering ICP Germany’s UG65 LoRaWAN gateway when it was first announced in mid-March. Now the company has upgraded the UG65 […]
What you need to know about Microsoft Windows 11: It will run Android apps
The operating system they said shouldn't exist. Microsoft on Thursday announced Windows 11, or tried to as an uncooperative video stream left many viewers of the virtual event flummoxed by intermittent transmission gaps in the opening minutes.…
Apple scrambles to prevent iOS app sideloading with 'think of the children' defense
And if that doesn't work, what's the next card to play – terrorism or satanic panic?
Apple, fearing regulators will force it to allow people to sideload whatever apps they like on their own iOS devices, has published a paper arguing about the importance of its oversight. The iGiant also sent a letter to US lawmakers warning of supposed harm if its gatekeeping is disallowed.…
Linux package management with apt
On Linux, package managers help you handle updates, uninstalls, troubleshooting, and more for the software on your computer. Seth Kenlon wrote about dnf, the command-line package management tool for installing software in RHEL, CentOS, Fedora, Mageia, OpenMandriva, and other Linux distros.
read more
Enterprise databases deployed in Kubernetes? Proceed with caution, warns seasoned analyst
Deploying the ultimate stateful code in a stateless environment is a 'tricky business' IDC guru opines. A leading analyst has warned big, non-tech companies against database deployments in the Kubernetes, dubbing the approach as “emerging technology” for enterprises.…
View statistics about your code with Tokei
Recently, GitHub added a small indicator that shows details about projects, including what programming languages a project uses. Before this, it was hard for new contributors to know this type of information about the projects they were interested in.
Copy files between Linux and FreeDOS
I run Linux as my primary operating system, and I boot FreeDOS in a virtual machine. Most of the time, I use QEMU as my PC emulator, but sometimes I'll run other experiments with GNOME Boxes (which uses QEMU as a back-end virtual machine) or with VirtualBox.
How to Install Signal Messenger on Ubuntu 20.04
Signal is a widely-used Open source messenger app for smartphones. But you can also use Signal from your Linux Desktop. This guide describes three ways to install the Signal Messenger app on Ubuntu 20.04 or Linux Mint 20.
Enabling Easier Collaboration on Open Data for AI and ML with CDLA-Permissive-2.0
The Linux Foundation is pleased to announce the release of the CDLA-Permissive-2.0 license agreement, which is now available on the CDLA website at https://cdla.dev/permissive-2-0/. We believe that CDLA-Permissive-2.0 will meet a genuine need for a short, simple, and broadly permissive license agreement to enable wider sharing and usage of open data, particularly to bring clarity […]
The Linux Foundation dives into machine learning with Open Voice Network, dataset licence launches
Looks to improve the simplicity with which such things are shared. The Linux Foundation has announced two projects with which it aims to help settle the choppy waters of machine learning: the Open Voice Network (OVN), and the CDLA-Permissive-2.0 licence for machine learning datasets.…
Olimex ships SoM and eval board based on STM32MP1
Olimex has released its first STM32MP1 SoC-based boards: The STMP15X-SOM SoM and the STMP1(A13)-EVB eval board. The eval board functions as carrier for the STMP15X-SOM or Olimex’s earlier A13-based SoM. Bulgaria-based Olimex, best known for its open spec OLinuXino SBCs, has announced the availability of its first based on STMicroelectonics’ STM32MP1 dual-core Arm Cortex-A7/M4 SoC. […]
Install and Use Duf Disk Monitoring Tool on Ubuntu 20.04
Duf also called "Disk Usage Free utility" is a free and open-source tool written in Golang. It is used to display disk usage of the system in a tabular format. In this post, we will show you how to monitor disk usage with the Duf utility on Ubuntu 20.04.
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.
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.
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 […]
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
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.
Why I love programming on FreeDOS with GW-BASIC
When I was growing up, it seemed every "personal computer" from the TRS-80 to the Commodore to the Apple let you write your own programs in the Beginners' All-purpose Symbolic Instruction Code (BASIC) programming language. Our family had a clone of the Apple II called the Franklin ACE 1000, which—as a clone—also ran AppleSoft BASIC. I took to AppleSoft BASIC right away and read books and magazines to teach myself about BASIC programming.
What is a config file?
There are thousands of configuration files on your computer. You may never directly interact with the bulk of them, but they're scattered throughout your /etc folder and in ~/.config and ~/.local and /usr. There are probably some in /var and possibly even in /opt. If you've ever opened one by accident or to make a change, you may have wondered why some configuration files look one way while others look completely different.
« Previous ( 1 ... 180 181 182 183 184 185 186 187 188 189 190 ... 1193 ) Next »