Showing headlines posted by bob
« Previous ( 1 ... 325 326 327 328 329 330 331 332 333 334 335 ... 1210 ) Next »4 Markdown tools for the Linux command line
When it comes to working with files formatted with Markdown, command-line tools rule the roost. They're light, fast, powerful, and flexible, and most of them follow the Unix philosophy of doing one thing well.
Take a look at four utilities that can help you work more efficiently with Markdown files at the command line.
read more
My top 6 open source frameworks for web development
There are a lot of backend frameworks that are open source and easily available, but not all of them offer great features. Backend frameworks are an essential part of website development, as they work as the nuts and bolts of a website. Basically, they handle everything behind the scenes of a website.
Backend frameworks have extensive libraries, APIs, web servers, and a lot more. They are responsible for the database, ensuring it makes proper communication with the front end and generates backend functionality.
read more
Lattice FPGA SBCs can run Linux on RISC-V softcore
Two open-spec boards with Lattice ECP5 FPGAs can run Linux via a VexRiscv softcore. GsD’s $99 Orange Crab has a tiny Feather form factor while Radiona.org’s $115 to $155 ULX3S supports beefier ECP5 models and adds an ESP32. Almost all the FPGA-based development boards we cover use SoCs that also provide Linux-friendly Arm Cortex-A cores, […]
Open source alternatives to Grammarly for word processing
Grammarly is popular among many teachers, students, business people, and others who need to write or process a lot of words on a regular basis. It's a useful tool, but you're required to register and log in to use it, and I rarely keep website login data in my cache.
Ansible DevOps comes to the mainframe
DevOps? On a mainframe!? Yes, it's true. Red Hat is bringing Ansible to the IBM Z.
Whiskey Lake thin Mini-ITX board has PCIe golden finger
Avalue’s Linux-ready “EMX-WHL-GP” is a thin Mini-ITX board with 8th Gen Whiskey Lake CPUs, triple displays, 3x GbE, SATA with power, 2x M.2, PCIe, and optional -20 to 60°C support. Avalue announced an industrial thin Mini-ITX board that runs Linux or Win 10 on Intel’s 8th Gen Whiskey Lake U-series processors. The EMX-WHL-GP has much […]
Containers Fundamentals Course Refreshed
The popular LFS253 – Containers Fundamentals training course has relaunched today with updated content. The course features rewritten and expanded content, in line with recent advances to container technology. The course layout and labs have also been completely redesigned to enhance the user experience.
How to create a Virtual Machine (VM) on Google Cloud Platform (GCP)
Google Compute Engine lets you use virtual machines that run on Google's infrastructure inside the Google Cloud Platform. In this article, we will demonstrate how to create a virtual machine (vm) using the Ubuntu 18.04 boot disk image in Google Cloud Platform (GCP).
Top 10 open source tools for working from home
If you work from home, you know how important it is to have a great set of tools that stay out of your way and let you focus on what matters. The harder you work during work hours, the more easily you can relax once the workday is through.
I've been working from home for years, and here are my top picks for the best tools open source has to offer the remote worker.
Jitsi video conferencing
read more
Share data between C and Python with this messaging library
I've had moments as a software engineer when I'm asked to do a task that sends shivers down my spine. One such moment was when I had to write an interface between some new hardware infrastructure that requires C and a cloud infrastructure, which is primarily Python.
read more
Get started using treq to make async calls in Python
The Twisted Requests (treq) package is an HTTP client built on the popular Twisted library that is used for asynchronous requests. Async libraries offer the ability to do large amounts of network requests in parallel with relatively little CPU impact. This can be useful in HTTP clients that need to make several requests before they have all the information they need. In this article, we'll work through an example of making async calls to explore using treq.
read more
How open-source software is tackling COVID-19 coronavirus
Many open-source projects are taking on the challenge of conquering COVID-19.
How to Install X-Cart eCommerce platform on Debian 10
X-Cart is an extremely flexible open-source eCommerce platform with tons of features and integrations. This guide describes the process of installing X-Cart 5 on Debian 10 by using Nginx as a web server and MariaDB as a database server.
The TARS Foundation: The Formation of a Microservices Ecosystem
During the 1960s and 1970’s, software developers typically used monolithic architectures on mainframes and minicomputers for software development, and no single application was able to satisfy the needs of most end-users. Vertical industries used software with a smaller code footprint with simpler interfaces to other applications, and scalability was not a priority at the time.
Open source, BeagleBone-based diagnostics computer to add Covid-19 testing
Chai is prepping a Coronavirus Environmental Testing Kit for its open source, BeagleBone-based Open qPCR system. The kit can test surfaces for Covid-19 from swab samples and return results within the hour. BeagleBoard.org announced that it will be donating BeagleBone Black SBCs for Chai’s project to widely deploy a Covid-19 environmental test kit that will […]
Announcing the release of Fedora 32 Beta
The Fedora Project is pleased to announce the immediate availability of Fedora 32 Beta, the next step towards our planned Fedora 32 release at the end of April. Download the prerelease from our Get Fedora site: Get Fedora 32 Beta Workstation Get Fedora 32 Beta Server Or, check out one of our popular variants, including […]
How to use Ranger for navigating files from the command line
Ranger is an incredibly handy terminal-based file navigator that's written in Python and is available for Linux and Mac. Ranger allows you to navigate your filesystem using the arrow keys on your keyboard: Up/Down to select files in the current directory (middle pane), and Left/Right to hop back and forth through levels and into directories. When you're focused on a directory, it shows you the contents in the right-hand panel.
Some good coronavirus news: Monster Google-Oracle API copyright battle on hold as bio-nasty shuts Supremes
Tesla Delaware lawsuit also delayed. The ten-year monster battle between Google and Oracle over the use of Java APIs will be delayed until further notice – after the US Supreme Court announced it was suspending oral arguments over coronavirus fears.…
How to Install MySQL 8 Database Server on CentOS 8
MySQL is a free, open-source and one of the most popular database systems around the globe. In this tutorial, we will show you how to install MySQL 8 on CentOS 8 server.
How to test failed authentication attempts with test-driven development
Testing often begins with what we hope happens. In my previous article, I demonstrated how to virtualize a service you depend on when processing the "happy path" scenario (that is, testing the outcome of a successful login attempt). But we all know that software fails in spectacular and unexpected ways. Now's the time to take a closer look into how to process the "less happy paths": what happens when someone tries to log in with the wrong credentials?
« Previous ( 1 ... 325 326 327 328 329 330 331 332 333 334 335 ... 1210 ) Next »