Showing headlines posted by bob
« Previous ( 1 ... 303 304 305 306 307 308 309 310 311 312 313 ... 1159 ) Next »How to install Java on Linux
No matter what operating system you're running, there are usually several ways to install an application. Sometimes you might find an application in an app store, or you might install it with a package manager like DNF on Fedora or Brew on Mac, and other times, you might download an executable or an installer from a website. Because Java is such a popular backend for so many applications, it's good to understand the different ways you can install it. The good news is that you have many options, and this article covers them all.
Set up single sign-on for Fedora Project services
In addition to an operating system, the Fedora Project provides services for users and developers. Services such as Ask Fedora, the Fedora Project wiki and the Fedora Project mailing lists help users learn how to best take advantage of Fedora. For developers of Fedora, there are many other services such as dist-git, Pagure, Bodhi, COPR and Bugzilla for the packaging and release process.
Container reality checks and more industry trends
As part of my role as a senior product marketing manager at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends for product marketers, managers, and other influencers. Here are five of my and their favorite articles from that update.
Open Invention Network teams up with IBM, Linux Foundation, and Microsoft to protect open-source software from patent trolls
Together, they'll support Unified Patents' Open Source Zone. This move will deter patent trolls from suing for fear they'll find their patents annulled.
How to Setup MariaDB Galera Multi-Master Synchronous Replication using Debian 10
This guide will walk you through the installation of MariaDB and its configuration in a Galera cluster. We will be using three Debian 10 nodes for demonstration.
Top 10 Vim plugins for programming in multiple languages
I've been a user of the Vim text editor for about two decades. For a little while, I have been customizing my Vim configuration, only using plugins for the last couple of years.
Recently, when I was redoing my setup (as I do every so often), I decided it was a good opportunity to identify the best Vim plugins for programming in multiple languages and a way to combine those plugins for each language I program in.
read more
Generate random passwords with this Bash script
Periodically, I need to come up with new passwords, some of which need to be more secure than others. My mind often seems to draw a blank when I have to create a new login, and this short Bash script fills that void. Full disclosure: I found most of this script posted somewhere and made a minor modification to it.
read more
How to use pkgsrc on Linux
NetBSD is famous for running on basically anything, but did you know its second claim to fame is the pkgsrc package manager? Like NetBSD, pkgsrc runs on basically anything, or at least anything Unix and Unix-like. You can install pkgsrc on BSD, Linux, Illumos, Solaris, and Mac. All told, over 20 operating systems are supported.
read more
How to use regular expressions in awk
In awk, regular expressions (regex) allow for dynamic and complex pattern definitions. You're not limited to searching for simple strings but also patterns within patterns.
The syntax for using regular expressions to match lines in awk is:
word ~ /match/The inverse of that is not matching a pattern:
read more
The worlds fastest supercomputers hit higher speeds than ever with Linux
The new list of the world's fastest computers -- supercomputing's Top 500 -- is out, and every one runs faster than a petaflop using Linux.
Mini Type 10 dev board supports extended mini-PCIe I/O modules
Acromag’s rugged “ACEX4041” Mini-ITX carrier is equipped with a Linux-friendly, Apollo Lake based COM Express Mini Type 10 module plus 4x mini-PCIe based “AcroPack” slots that support 25+ I/O modules. Acromag announced a Mini-ITX form-factor carrier board for COM Express Mini Type 10 modules sold in three configurations: barebones (ACEX4041); equipped with an Intel Apollo […]
How to Setup iSCSI Storage Server on Ubuntu 18.04 LTS
iSCSI stands for (Internet Small Computer System Interface) is a Storage Area Network (SAN) protocol that can be used for online storage management. In this tutorial, we will show you how to setup iSCSI target and iSCSI initiator on Ubuntu 18.04 server.
How internet security works: TLS, SSL, and CA
Multiple times every day, you visit websites that ask you to log in with your username or email address and password. Banking websites, social networking sites, email services, e-commerce sites, and news sites are just a handful of the types of sites that use this mechanism. Every time you sign into one of these sites, you are, in essence, saying, "yes, I trust this website, so I am willing to share my personal information with it." This data may include your name, gender, physical address, email address, and sometimes even credit card information.
Fedora shirts and sweatshirts from HELLOTUX
Linux clothes specialist HELLOTUX from Europe recently signed an agreement with Red Hat to make embroidered Fedora t-shirts, polo shirts and sweatshirts. They have been making Debian, Ubuntu, openSUSE, and other Linux shirts for more than a decade and now the collection is extended to Fedora. Instead of printing, they use programmable embroidery machines to […]
Compact Ryzen V1000 system starts at $689 with pre-loaded Ubuntu
Simply NUC’s compact “Sequoia” computer features a quad-core Ryzen Embedded V1000, 0 to 60°C support, and an 8-32V input. It starts at $689 with 4GB DDR4, a 128GB SSD, 2x mini-DP++, 3x USB, 2x GbE, 2x COM, and pre-installed Ubuntu. Simply NUC, which distributes Intel NUC systems such as the recent, Apollo Lake based NUC […]
How to create an S3 Bucket (Object Storage) on Amazon AWS
Amazon S3 (Simple Storage Service) is an object storage where you can store your objects (Files, Videos, Images, Documents, and any-type-of-file). In this article, I will show you how to create an S3 Bucket on AWS, upload an object and perform basic operations.
4 critical growth opportunities for open source
I recently served on a panel about growth opportunities in open source at the Open Source India conference in Bengaluru. As you might expect, my fellow panelists and I approached the topic from widely varying perspectives, and I came away with the feeling that we may have confused many in the audience rather than enlightening them.
read more
Oracle and Google will fight in court over Java, AGAIN and this time it's going to the Supremes
The case that just won't die
The US Supreme Court has agreed to once and for all decide the copyright case between Oracle and Google after nine years of legal wrangling.…
How to port an awk script to Python
Scripts are potent ways to solve a problem repeatedly, and awk is an excellent language for writing them. It excels at easy text processing in particular, and it can bring you through some complicated rewriting of config files or reformatting file names in a directory.
Sandwich-style SBC runs Linux on i.MX8M Mini
Boardcon has launched a “EM-IMX8M-MINI” SBC built around a “SOM-IMX8M-MINI” module that runs Linux on a quad -A53 i.MX8M Mini with 2GB LPDDR4, 8GB eMMC, and WiFi/BT. The SBC adds MIPI-DSI/CSI, GbE, USB, serial, CAN, and M.2. Boardcon has produced a lot of Samsung and Rockchip based embedded boards, such as its recent, Rockchip RK3399 […]
« Previous ( 1 ... 303 304 305 306 307 308 309 310 311 312 313 ... 1159 ) Next »