Showing headlines posted by bob
« Previous ( 1 ... 161 162 163 164 165 166 167 168 169 170 171 ... 1192 ) Next »Privacy-focused Linux Distributions to Secure Your Online Presence in 2021
Linux distros are usually more secure than their Windows and Mac counterparts. Linux Operating Systems being open-source leaves very less scope of unauthorized access to its core. However, with the advancement of technologies, incidents of attacks are not rare.
Add storage with LVM
Logical Volume Manager (LVM) allows for a layer of abstraction between the operating system and the hardware. Normally, your OS looks for disks (/dev/sda, /dev/sdb, and so on) and partitions within those disks (/dev/sda1, /dev/sdb1, and so on).
Install PowerShell on Fedora Linux
Learn how to install PowerShell either directly on a Fedora Linux host or inside a Podman or Toolbox container.
How to Install Docker and Docker Compose on Debian 11
Docker is a free and open-source platform to develop, ship, and run applications in the containerized environment. In this tutorial, we will show you how to install Docker and Docker compose on Debian 11.
How to Install Docker on Rocky Linux 8
Docker is a virtualization platform that allows you to create isolated development containers. In this guide, you will learn how to install and use Docker on Rocky Linux 8.
Open Source Jobs Report: Explosive cloud growth knocks Linux off top spot for desired skillsets
455% hike in demand for Kubernetes qualifications causes a stir. The Linux Foundation and edX's latest annual Open Source Jobs Report highlights an explosion of interest in cloud technologies that has bumped Linux off the skillset top spot for the first time.…
Canonical gives administrators the chance to drag their feet a bit more on Ubuntu upgrades
Two more years! Two more years! There was good news today for administrators looking nervously at their aging Ubuntu boxes. A few more years of support is now on offer as Canonical brings 14.04 and 16.04 LTS into the 10-year fold.…
The Linux Foundation Announces Agenda and Speaker Lineup for the 2021 Linux Foundation Member Summit
This by-invitation event for Linux Foundation member organizations fosters collaboration, innovation, and partnerships among the leading projects and organizations working to drive digital transformation with open technologies. SAN FRANCISCO, September 21, 2021 — The Linux Foundation, the nonprofit organization enabling mass innovation through open source, today announced the agenda and speaker lineup for the 2021 […]
Linux Foundation survey shows companies desperate to hire open-source talent
Companies have long been hungry for open-source savvy employees, now they're starving.
State of the Open Mainframe 2021
The mainframe is a foundational technology that has powered industries for decades, including government, financial, healthcare, and transportation. With the help of surrounding communities, the technologies built around this platform have paved the way for the emergence of a new set of technologies we see deployed today. Notably, a significant number of mainframe technologies are profoundly embracing open source.
Use this Linux command-line tool to learn more about your NVMe drives
NVMe stands for Non-Volatile Memory Express, and it refers to how software and storage communicate across PCIe and other protocols, including TCP. It's an open specification led by a non-profit organization and defines several forms of solid-state storage. My laptop has an NVMe drive, as does my desktop. And they're fast. I love how quickly my computers boot and how quickly they're able to read and write data. There's no perceptible delay.
Use Vagrant to test your scripts on different operating systems
I've been happy using Vagrant for quite a while now. I work with several DevOps tools, and installing them all on one system can get complicated. Vagrant lets you do cool things without breaking your system because you don't have to experiment on your production system at all.
Open source game achievements
Learn how Gamerzilla brings an achievement system to open source games and enables all developers to implement achievements separate from the game platform. Some open source games rival the quality of commercial games. While it is hard to match the quality of triple-a games, open source games compete effectively against the indie games. But, gamer […]
Install LEMP Stack (Nginx, PHP and MariaDB) on Debian 11
The LEMP Stack is a set of open-source software and frameworks or libraries that are used to host web applications on the internet. A stack consists of Linux operating system, Nginx web server, MariaDB/MySQL database server, and PHP language.
Start using YAML now
YAML (YAML Ain't Markup Language) is a human-readable data serialization language. Its syntax is simple and human-readable. It does not contain quotation marks, opening and closing tags, or braces. It does not contain anything which might make it harder for humans to parse nesting rules. You can scan your YAML document and immediately know what's going on.
YAML features
YAML has some super features which make it superior to other serialization formats:
read more
How to Install Nodejs on Rocky Linux 8.4
Node.js is a cross-platform java-script runtime for server-side programing language. It's built on top of Chrome's V8 JavaScript engine, allows you to execute JavaScript code on the server-side. In this tutorial, you will learn how to install Node.js on Rocky Linux using two different methods.
How to Install and Use MongoDB on Rocky Linux 8
MongoDB is an object-oriented, schema-less, NoSQL database server used in developing modern dynamic apps. This tutorial will cover how to install MongoDB on Rocky Linux 8.
The Great Resignation: New gig? Here are 7 tips to ensure success
If recent surveys and polls ring true, over 40% of the global workforce is considering leaving their employer this year. Despite COVID-19 causing initial turnover due to the related economic downturn, the current phenomenon coined “The Great Resignation” is attributed to the many job seekers choosing to leave their current employment voluntarily. Mass vaccinations and […]
How I patched Python to include this great Ruby feature
Ruby, unlike Python, makes lots of things implicit, and there's a special kind of if expression that demonstrates this well. It's often referred to as an "inline-if" or "conditional modifier", and this special syntax is able to return one value when a condition is true, but another value (nil, specifically) when a condition is false. Here's an example:
read more
How to Install Wikijs on Rocky Linux
Wiki.js is an open-source wiki software written in JavaScript and running on the Node.js runtime. In this guide, you will learn how to install Wiki.js on the Rocky Linux server. You will be installing the Wiki.js with the latest LTS version of Node.js, using PostgreSQL as its main database, and using the Nginx web server as a reverse proxy.
« Previous ( 1 ... 161 162 163 164 165 166 167 168 169 170 171 ... 1192 ) Next »