Showing headlines posted by bob

« Previous ( 1 ... 161 162 163 164 165 166 167 168 169 170 171 ... 1209 ) Next »

The Echo Command

  • Linux Journal; By Jeremy 'Jay' LaCroix (Posted by bob on Jul 13, 2022 10:57 PM CST)
  • Story Type: Tutorial; Groups: Community, Linux
n this article, we're going to look at the echo command, which is useful for showing text on the terminal, as well as the contents of variables. Let's get started!

Crypto-Gram, February 15th, 2003

CRYPTO-GRAM is a free monthly newsletter providing summaries, analyses, insights, and commentaries on computer security and cryptography. In this issue, Random Notes on the SQL Slammer. . .

How I create music playlists on Linux

  • Opensource.com (Posted by bob on Jul 13, 2022 7:04 PM CST)
  • Story Type: News Story; Groups: Linux
I recently wrote a C program in Linux to create a smaller random selection of MP3 files from my extensive MP3 library... You can download my application from its Git repository. I wrote it for Linux specifically in part because it's easy to find well-tested file I/O routines on Linux...

FireBeetle 2, another ESP32 based MCU alternative

  • LinuxGizmos.com (Posted by bob on Jul 13, 2022 5:50 PM CST)
  • Story Type: News Story
Just as the Banana Pi Leaf-S3 and XIAO ESP32C3 covered a few days ago, the FireBeetle 2 shares a similar form factor, I/O peripherals including Wi-Fi/BLE, external battery support and an onboard charging circuit. The FireBeetle 2 was designed around the ESP-WROOM-32E from Expressif Systems and contains a dual core Tensilica LX6 with maximum frequency […]

How to Install and Configure HAProxy on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 13, 2022 12:53 PM CST)
  • Groups: Ubuntu, Linux; Story Type: News Story
HAProxy also stands for High Availability Proxy is a free, open-source Load Balancer and proxying solution designed to simplify and secure modern application architectures. It allows a web server to distribute incoming requests across multiple endpoints. In this post, we will explain how to install HAProxy on Ubuntu 22.04.

How to Install NFS Server and Client on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 13, 2022 5:27 AM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
NFS or Network File System is a protocol that allows local users to access remote data from multiple disks and directories in the same way as local access. In this tutorial, you will learn how to install the NFS Server and Client on the Ubuntu 22.04 Server. You will also learn how to mount the NFS shared directory automatically at system boot on the client machine.

FINOS Announces 2022 State of Open Source in Financial Services Survey

FINOS, the fintech open source foundation, and its research partners, Linux Foundation Research, GitHub, Intel, Mend, Red Hat, Scott Logic, SUSE, Symphony, Tradeweb, and Wipro, are conducting its second annual survey as part of its ongoing research on the state of open source adoption, contribution, and readiness in the financial services industry.  The increased prevalence, […]

10th Annual Jobs Report: Skill up for the summer and your next open source gig

  • Linux.com; By Jason Perlow (Posted by bob on Jul 13, 2022 12:30 AM CST)
  • Story Type: Editorial; Groups: Linux
The post 10th Annual Jobs Report: Skill up for the summer and your next open source gig appeared first on Linux Foundation.

Choosing a non-Windows OS on Lenovo Secured-core PCs is trickier than it should be

What the powers that be have disabled in the BIOS, you must enable once more. Lenovo's laptops caused a disturbance last week after a security engineer found himself unable to boot up a copy of Linux due to restrictions that are apparently insisted upon by Microsoft.…

Ubuntu 22.04 Minimal Server Installation

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 12, 2022 12:58 AM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
This tutorial shows the installation of an Ubuntu 22.04 base server in detail with many screenshots. The purpose of the guide is to show the base installation of Ubuntu 22.04 LTS that can be used as a basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.

If you can find and fix this subtle Chromium bug that breaks some extensions, there's $8k waiting for you

  • The Register; By Thomas Claburn (Posted by bob on Jul 6, 2022 9:23 AM CST)
  • Story Type: News Story; Groups: Chrome
Unlucky few percent of netizens affected by weird timing issue For the past three months, an elusive bug in Google's open-source Chromium project has been causing a small percentage of Chrome extensions to silently fail.…

China rallies support for Kylin Linux in war on Windows

openKylin project is latest chapter in Beijing's love-hate relationship with Redmond China’s efforts to end its reliance on Microsoft Windows got a boost with the launch of the openKylin project.…

How to Install Zabbix Monitoring Tool on Ubuntu 20.04 LTS

Zabbix is an open-source monitoring tool for network services, network hardware, servers and applications. In this tutorial, we show you how to install Zabbix 4.4 on the Ubuntu 18.04 server. We will install Zabbix with Apache web server, PHP and MariaDB server on the current Ubuntu 18.04 server.

Why I switched from Apple Music to Jellyfin and Raspberry Pi

One day earlier this year, I looked up a song in my Mac's music library that's been there since 2001. I received an error message, "This song is not currently available in your country or region." I thought this might be just a glitch on my iPhone, so I tried the desktop app. No go. I opened up my media drive, and there was the music file. To check if it played, I hit the spacebar, and it began to play immediately. Hrmph. I have the file, I thought. Why won't the Music app play it?

Your Personal Voice Assistant on Fedora Linux

  • Fedora Magazine; By Marius Schwarz (Posted by bob on Jul 1, 2022 7:39 AM CST)
  • Story Type: News Story; Groups: Fedora, Linux
Would you like your Linux PC to interact with you by voice command like something out of a SciFi movie? If so, check out this article to find out how you can help make that happen!

ABCs of FreeDOS: 26 commands I use all the time

One of my family's first computers ran a command-line operating system called DOS, the "Disk Operating System." I grew up with DOS, and learned to leverage the command line to make my work easier. And so did a lot of other people. We loved DOS so much that in 1994, we created the FreeDOS Project. Today on June 29, we celebrate 28 years of FreeDOS...

EndeavourOS Artemis: Arch Linux, but a bit friendlier

The Reg FOSS deck takes the latest release, 22.6, for a spin EndeavourOS is a rolling-release Linux distro based on Arch Linux. Although the project is relatively new, having started in 2019, it's the successor to an earlier Arch-based distro called Antergos, so it's not quite as immature as its youth might imply. It's a little more vanilla than Antergos was – for instance, it uses the Calamares cross-distro installer.…

How to Install Gitea using Docker on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jun 29, 2022 2:17 PM CST)
  • Groups: Ubuntu, Linux; Story Type: News Story
Gitea is a free and open-source self-hosted Git service like GitHub, BitBuacket, and GitLab. In this tutorial, you will learn how to install and configure the self-hosted Git server named Gitea with Docker on the latest Ubuntu 22.04 server. This also covers the installation and configuration of the Nginx web server as a reverse proxy for the Gitea container service.

DIY Embroidery with Inkscape and Ink/Stitch

  • Fedora Magazine (Posted by bob on Jun 29, 2022 9:20 AM CST)
  • Groups: Fedora; Story Type: News Story
Introduction Embroidered shirts are great custom gifts and can also be a great way to show your love for open source. This tutorial will demonstrate how to design your own custom embroidered polo shirt using Inkscape and Ink/Stitch. Polo shirts are often used for embroidery because they do not tear as easily as t-shirts when […]

How to Install Jitsi Meet Video Conferencing Server on Ubuntu 22.04

Jitsi is a free and open-source chat, telephony, and video conferencing tool. It is a very good alternative to other tools like Skype, Zoom, and Microsoft Teams. In this post, we will show you how to install Jitsi Meet on Ubuntu 22.04 server.

« Previous ( 1 ... 161 162 163 164 165 166 167 168 169 170 171 ... 1209 ) Next »