Showing headlines posted by bob

« Previous ( 1 ... 84 85 86 87 88 89 90 91 92 93 94 ... 1156 ) Next »

Learn Git: 3 commands to level up your skill

  • Opensource.com; By Dwayne McDaniel (Posted by bob on Nov 21, 2022 1:59 PM EDT)
  • Story Type: News Story
If you've ever made a lot of commits locally and wish there was a way to smash them all down into a single commit, you're in luck. Git calls this concept "squashing commits." I discovered the concept while working on documentation. It took me over a dozen commits to finally get a bit of markdown just right. The repo maintainer didn't want to see all my attempts cluttering up the project's history, so I was told to "just git squash your commits." Squashing sounded like a solid plan. There was just one issue. I didn't know how to do it.

Get verified on Mastodon with WordPress

  • Opensource.com; By Seth Kenlon (Posted by bob on Nov 21, 2022 12:33 PM EDT)
  • Story Type: Tutorial; Groups: Linux, Sun
As users migrate away from Twitter, many wonder what the equivalent of the famous blue checkmark is on Mastodon. Ignoring debates about how anyone can be sure of anyone's true identity online, it's easy to verify yourself on Mastodon when you have a WordPress site.

What's new in Fedora Workstation 37

Fedora Workstation 37 is the latest version of the Fedora Project’s desktop operating system, made by a worldwide community dedicated to pushing forward innovation in open source. This article describes some of the new user-facing features in Fedora Workstation 37. Upgrade today from GNOME Software, or by using dnf system-upgrade in your favourite terminal emulator! […]

$119.00 Pocket Router supports Wi-Fi 6

  • LinuxGizmos.com; By Giorgio Mendoza (Posted by bob on Nov 21, 2022 9:42 AM EDT)
  • Story Type: News Story; Groups: Linux
SeeedStudio launched this week a compact router powered by the quad-core Rockchip RK3568. The LinkStar-H68K-1432 router offers dual 2.5 GbE ports, dual GbE ports, one HDMI port and SATA 3.0 support via USB Type-C. According to the product page, the LinkStar-H68K features the Rockchip RK3568 at its core.  Rockchip RK3568 — Quad-core 64-bit Cortex-A55 (up […]

How to Install Akaunting with Apache and Let's Encrypt SSL on Ubuntu 22.04

Akaunting is an open-source and self-hosted accounting software application for small businesses and freelancers. In this tutorial, I will show you how to install Akaunting with Apache and Let's Encrypt SSL on Ubuntu 22.04.

17 open source technologists share their favorite keyboards

Keyboards are necessary to work with a computer system whether it's for coding, writing, or moving around items in a spreadsheet. They allow access to a computer's peripherals and are used to get deep into the operating system of any computer. Keyboards come in all shapes and sizes. Some are more comfortable to use than others. We asked our community members to share the best (and the worst) keyboard they'd ever used. Some of the answers might surprise you!

Say hello to Red Hat Enterprise Linux 9.1

  • ZDNET | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Nov 20, 2022 9:53 AM EDT)
  • Story Type: News Story; Groups: Linux, Red Hat
The latest, next-generation version of RHEL 9 is here.

Git concepts in less than 10 minutes

  • Opensource.com; By Dwayne McDaniel (Posted by bob on Nov 19, 2022 9:58 PM EDT)
  • Story Type: News Story; Groups: Kernel, Linux
Git has become the default way to store and transport code in the DevOps generation. Over 93% of developers report that Git is their primary version control system. Almost anyone who has used version control is familiar with git add, git commit, and git push. For most users, that’s all they ever plan to do with Git, and they're comfortable with that. It just works for their needs.

Linux touch Command Tutorial for Beginners (6 Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 19, 2022 5:12 PM EDT)
  • Groups: Linux; Story Type: News Story
Sometimes, while working on the command line in Linux, you might want to create a new file. Or, there may be times when the requirement is to change the timestamps of a file. Well, there exists a utility that can you can use in both these scenarios. The tool in question is touch.

OnLogic expands Raspberry Pi-powered industrial computing devices

OnLogic just unveiled the Factor 200 Series which is built around the Raspberry Pi CM4. The new Factor is very similar to the Factor 201 released earlier this year, except that this version also includes a 2.7” capacitive touchscreen plus analog I/Os (DIO & AIO). As its predecessor, the Factor 202 is powered by the […]

My favorite Git tools

  • Opensource.com; By Dwayne McDaniel (Posted by bob on Nov 19, 2022 8:54 AM EDT)
  • Story Type: News Story
As with any other technology or skill, just reading about Git cannot make you proficient at it or make you an "advanced" user. Now it's time to dig into some of the tools in Git that I've found useful, and hopefully, that will help you use Git.

How to rebase to Fedora Linux 37 on Silverblue

Fedora Silverblue is an operating system for your desktop built on Fedora Linux. It’s excellent for daily use, development, and container-based workflows. It offers numerous advantages such as being able to roll back in case of any problems. If you want to update or rebase to Fedora Linux 37 on your Fedora Silverblue system (these instructions are similar for […]

Get verified on Mastodon with your website

  • Opensource.com; By Seth Kenlon (Posted by bob on Nov 18, 2022 9:04 PM EDT)
  • Story Type: News Story; Groups: Linux
If you're migrating away from Twitter, you might be looking for a way to ensure your followers that you are who you say you are. Ignoring debates of how anyone can be sure of anyone's true identity online, it's easy to verify yourself on Mastodon if you already have your own website. This requires a very basic understanding of HTML, so if you don't maintain your own website, then send this article to your web maintainer instead.

Say hello to Red Hat Enterprise Linux 9.1

The latest, next-generation version of RHEL 9 is here.

How to Install Drupal CMS with Nginx on Rocky Linux 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 18, 2022 4:17 PM EDT)
  • Groups: GNU, PHP, Linux; Story Type: News Story
Drupal is a free and open-source web content management system written in PHP and distributed under GNU General Public License. In this tutorial, you will learn how to configure the Drupal CMS (Content Management System) with the LEMP Stack on the Rocky Linux server.

Mozilla will begin signing Mv3 extensions for Firefox next week

Nightly and Developer Edition Firefox users will be able to test the new cruelty. Mozilla plans to add support for Manifest v3 browser extensions to its online store – addons.mozilla.org – so developers can have them cryptographically signed for distribution.…

Linux commands: Drop these old utilities for modern alternatives

Linux has a good track record for software support. There are about 60 commands in man section 1 of Unix 1st edition, and the majority still work today. Still, progress stops for no one. Thanks to vast global participation in open source, new commands are frequently developed. Sometimes a new command gains popularity, usually because it offers new features, or the same features but with consistent maintenance. Here are ten old commands that have recently been reinvented.

How to Install and Use MS SQL Server on Rocky Linux

MS SQL Server or Microsoft SQL Server is an RDBMS (Relational Database Management System) developed by Microsoft. In this tutorial, I will show you how to install MS SQL Server on a Rocky Linux server, set up SQL Tools for managing SQL Server, and also learn the basic operation of SQL Server for managing databases.

Open source community split over offer of 'corporate' welfare for critical dev tools

Linux Foundation presents IT and help to key volunteers – and some wonder if this is a deal with the Devil. Special report The free and open source software (FOSS) community is caught in a love triangle of sorts, and it's all down to money.…

Linux in Aerospace: A Personal Journey

  • Linux.com; By Steven H. VanderLeest (Posted by bob on Nov 17, 2022 2:10 AM EDT)
  • Story Type: Editorial; Groups: Linux
From the early days of Linux, I was a fan of this innovative, open-source Operating System (OS). I appreciated it as a hobbyist, helping me run Linux at home. I appreciated it as an educator, helping my computer engineering students walk with […]

« Previous ( 1 ... 84 85 86 87 88 89 90 91 92 93 94 ... 1156 ) Next »