Create a JavaScript API in 6 minutes
Create a JavaScript API in 6 minutes Jessica Cherry Mon, 07/18/2022 – 03:00 Register or Login to like Register or Login to like This article demonstrates creating a base API with Express and JavaScript. Express is a NodeJS minimalist web framework. This combination allows for minimal effort to get an API up and running at the speed of light. If you have six minutes of free time, you can get this API working to do something...
Monitor your Linux firewall with nftwatch
Monitor your Linux firewall with nftwatch Kenneth Aaron Mon, 07/18/2022 – 03:00 Register or Login to like Register or Login to like Netfilter tables (nftables) is the default firewall shipped with modern Linux distros. It’s available on Fedora and RHEL 8, the latest Debian, and many others. It replaces the older iptables that was bundled in earlier distro releases. It’s a powerful and worthy replacement for iptables,...
Listen to music on Linux with Rhythmbox
Listen to music on Linux with Rhythmbox Jim Hall Sat, 07/16/2022 – 03:00 Register or Login to like Register or Login to like It’s hard for me to work in total silence. I need some kind of background noise, preferably some familiar music. My music-listening needs are pretty simple: I just need a music player that plays my library of MP3 music and streams from a few websites I like to listen to. More Linux resources Linux...
3 open source GUI disk usage analyzers for Linux
3 open source GUI disk usage analyzers for Linux Don Watkins Fri, 07/15/2022 – 03:00 1 reader likes this 1 reader likes this Several great options for checking disk usage on your Linux system have a graphical interface. Sometimes the visual representation of disk utilization is easier or newer users may not be as familiar with the various Linux commands that display storage information. I am a person who comprehends visual...
How one European bank embraces open source
How one European bank embraces open source Ben Rometsch Thu, 07/14/2022 – 03:00 1 reader likes this 1 reader likes this I sat down to talk about open source and development with Jindrich Kubat, the Head of Development and the Chief of Engineers (COE) at Komerční banka (KB) in the Czech Republic. Ben Rometsch: What is your official role at KB? Jindrich Kubat: My official role is Head of Development, COE (center of expertise) at...
5 ways to learn C programming on Linux
5 ways to learn C programming on Linux Alan Smithee Thu, 07/14/2022 – 03:00 Register or Login to like Register or Login to like There are many theories about why the C programming language has endured for as long as it has. Maybe it’s the austerity of its syntax or the simplicity of its vocabulary. Or maybe it’s that C is often seen as a utilitarian language, something that’s rugged and ready to be used as a...