Showing headlines posted by bob

« Previous ( 1 ... 136 137 138 139 140 141 142 143 144 145 146 ... 1156 ) Next »

Radxa teases larger RK3568 SBC with dual GbE and native SATA

Radxa unveiled a “Rock 3 Model B” SBC with the same RK3568 as the Rock 3A but with the addition of WiFi/BT, a second GbE port, native SATA, and M.2 B-key and SIM slots for 4G/5G instead of E-key. A few days after announcing a developer-only launch of its Raspberry Pi style, Rockchip RK3568 based […]

Run GitHub Actions on Fedora CoreOS

  • Fedora Magazine (Posted by bob on Jul 21, 2021 10:06 PM EDT)
  • Groups: Fedora; Story Type: News Story
Learn how to configure a Fedora CoreOS host to run your GitHub Actions. This tutorial introduces you to Fedora CoreOS and Github Actions.

How to Set Up a Minecraft Server on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 20, 2021 9:24 PM EDT)
  • Groups: Debian, Linux; Story Type: News Story
Minecraft is a game that has taken the world by storm. In this tutorial we will show you how to set up your own Minecraft server on Debian 10, using open-source tools available from their official website.

Run a Linux virtual machine in Podman

Fedora CoreOS is an automatically updating, minimal rpm-ostree-based operating system for running containerized workloads securely and at scale. Podman "is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers. Podman is based on libpod, a library for container lifecycle management." read more

How to Create Rust Virtual Environment Using Conda on Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 20, 2021 2:26 PM EDT)
  • Groups: Linux; Story Type: News Story
Conda is an open-source package management system and environment management system for installing multiple versions of software packages and their dependencies. In this post, we will show you how to create Rust virtual environments using Conda in Linux.

SQLite Extraction of Oracle Tables Tools, Methods and Pitfalls

The SQLite database is a wildly successful and ubiquitous software package that is mostly unknown to the larger IT community... There are a few eccentricities that may trip up users from other RDBMS environments...

Red Hat expands Linux offerings for research and academic organizations

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Jul 20, 2021 5:45 AM EDT)
  • Story Type: News Story; Groups: Linux, Red Hat
Red Hat offers inexpensive deals for Red Hat Enterprise Linux to school and research groups.

A beefy Linux 5.14-rc2 and light at the end of the tunnel for Paragon's NTFS driver

Torvalds: 'At some point somebody just needs to actually submit it' The latest release candidate of the 5.14 Linux kernel is a hefty beast, Linus Torvald remarked yesterday, seemingly impatient over how long it is taking Paragon to send in its long-awaited and much-reviewed NTFS driver.…

Run Python applications in virtual environments

  • Opensource.com (Posted by bob on Jul 19, 2021 11:36 PM EDT)
  • Groups: Python; Story Type: News Story
If you use Python, you probably install a lot of Python applications. Some are tools you just want to try out. Others are tried and true applications you use every day, so you install them on every computer you use. In either situation, it can be useful to run your Python applications in virtual environments to keep them and their dependencies separate from one another to avoid versioning conflicts and to keep them from the rest of your system to improve security. This is where pipx comes into the picture. read more

Linux package managers: dnf vs apt

  • Opensource.com (Posted by bob on Jul 19, 2021 8:31 PM EDT)
  • Groups: Linux; Story Type: News Story
There are many ways to get applications onto a Linux system. Some, like Flatpak and containers, are new. Others, like DEB and RPM, are classic formats that have withstood the test of time. read more

Apps for daily needs part 2: office suites

  • Fedora Magazine (Posted by bob on Jul 19, 2021 7:29 PM EDT)
  • Groups: Fedora; Story Type: News Story
Today, almost every family has a desktop computer or laptop. That’s because the computer has become a very important requirement. Moreover, many people have to create documents and presentations in digital format for work or study. Therefore, the office suites are must-have application on almost all computers. This article will introduce some of the open […]

Toughened up DAQ system runs Linux

  • LinuxGizmos.com (Posted by bob on Jul 19, 2021 3:59 PM EDT)
  • Groups: Linux; Story Type: News Story
Adlink has launched two rugged DAQ systems that run Linux on a Cortex-A9 SoC and provide 16- (MCM-216) or 8-channel (MCM-218) analog inputs plus 2x analog outputs, 2x GbE, 2x USB, and DIO. Adlink has announced two standalone, Ethernet digital acquisition computers designed for 24-hour sensor measurement and condition monitoring applications. The rugged, 126.5 x […]

How to Install Syncthing on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 19, 2021 11:36 AM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Syncthing is an open-source tool used for synchronizing files between two or more computers on a network using a peer-to-peer architecture. In this guide, we will show you how to install and set up Syncthing server on Ubuntu 20.04.

17 open source technologists share their work-from-home uniforms

As the world turns and some folks begin returning to the office, I feel it's a good time to ask our community of open source techies: What's your work-from-home (WFH) uniform? Do you dress like you would if you were going into the office? Or are you more comfortable in workout clothes or even your PJs? Do you have a template you stick to most days? read more

JavaScript, GitHub, AWS crowned winners in massive survey of 32,000 developers

Devs across the world reveal their tools, language choices, and more. A survey of nearly 32,000 developers has confirmed the dominance of JavaScript, showing a remarkable 91 per cent using GitHub, and growth in use of AWS despite the efforts of Microsoft and Google.…

How to avoid waste when writing code

The long road toward quality is filled with diversions, false starts, and detours. The enemy of quality is waste, because waste is never desirable. No one pays anyone to deliver waste. We sometimes tolerate waste as part of the process of making something useful and desirable, but the more we can reduce waste while making something, the better.

What does the Open-Closed Principle mean for refactoring?

  • Opensource.com (Posted by bob on Jul 17, 2021 10:59 PM EDT)
  • Story Type: News Story
In his 1988 book, Object-Oriented Software Construction, professor Bertrand Meyer defined the Open-Closed Principle as: read more

Apps for daily needs part 1: web browsers

One of the important apps for daily needs is a web browser. That’s because surfing the internet is an activity most people do in front of the computer. This article will introduce some of the open source web browsers that you can use on Fedora Linux. You need to install the software mentioned. All the […]

How To Install Polr URL Shortener on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 17, 2021 9:32 AM EDT)
  • Story Type: Tutorial; Groups: Linux, PHP, Ubuntu
Polr is a free and open-source URL shortener written in PHP. It provides a simple and user-friendly interface to create and manage links.

How to Install Prometheus System Monitoring Tool on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 17, 2021 5:49 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
In this tutorial, we will learn how to install Prometheus network monitoring system on Ubuntu 20.04. It helps you to keep track of resources such as CPU usage, memory utilization, network IO wait time and has a web interface that allows for easy monitoring from any device with an internet connection and also supports alerting via email and SMS messages in case the metrics surpass a configured threshold.

« Previous ( 1 ... 136 137 138 139 140 141 142 143 144 145 146 ... 1156 ) Next »