Showing headlines posted by bob

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

Fedora 38 will still support framebuffer X11 and NIS+

Next version of Red Hat's bleeding-edge distro won't drop all the older tech it had hoped to. The shape of Fedora 38 continues to get clearer as next month's planned release approaches. The latest meeting of the Steering Committee (FESCo) has decided some stuff just isn't ready to remove yet.…

4 cool new projects to try in Copr for March 2023

This article introduces four new projects available in Copr, with installation instructions. Copr is a build-system for anyone in the Fedora community. It hosts thousands of projects for various purposes and audiences. Some of them should never be installed by anyone, some are already being transitioned to the official Fedora Linux repositories, and the rest are […]

How to Install CryptPad Collaborative Office Suite on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 1, 2023 7:58 PM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Cryptpad is an open-source collaborative office suite that serves as an alternative to Office 365. It allows you to access office applications via the web browser. In this tutorial, you will learn how to install the Cryptpad suite on a Ubuntu 22.04 server.

Common Sense Media’s ultimate guide to parental controls

Do you need parental controls? What are the options? Do they really work? Here’s everything you need to know about the wide array of parental control solutions, from OS settings to monitoring apps to network hardware. Even if you’ve talked to your kids about screen-time limits and responsible online behavior, it’s still really tough to […]

Official: Lomiri desktop now runs on Debian

Converged environment formerly known as Unity 8 breaks free from Ubuntu – and indeed, from tablets. Some significant news about what was Canonical's next-gen desktop: it now works well enough on Debian to be its developer's "daily driver."…

Patches to make WINE work on Wayland display server protocol are being merged

  • The Register; By Liam Proven (Posted by bob on Feb 28, 2023 4:35 PM CST)
  • Story Type: News Story; Groups: Linux
Code update will remove the need for translation layer in Linux distros. With WINE 8 out, the team is merging in the code changes to add support for the Wayland display server protocol.…

Why settle for one layer of security when you can have 2FA?

Protecting your online accounts with just a password is like locking your front door with a key: It might keep most people away, but an intruder who’s determined to break in can still force an entry. This is where two-factor authentication, or 2FA, comes in handy.  2FA is one of the most accessible and effective […]

Installing and using Git and GitHub on Ubuntu Linux: A beginner's guide

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 28, 2023 10:23 AM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
This tutorial is a quick setup guide for installing and using GitHub and how to perform its various functions of creating a repository locally, connecting this repo to the remote host that contains your project (where everyone can see), committing the changes and finally pushing all the content in the local system to GitHub.

How to Install Memcached on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 28, 2023 6:40 AM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Memcached is a free, open-source, and general-purpose distributed memory-caching system used to cache database data. It is a high-performance memory caching system used to speed up dynamic web applications by reducing the database load.

How to Setup IKEv2 IPSec VPN Using strongSwan and Let's Encrypt on Rocky Linux 9

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 27, 2023 11:14 PM CST)
  • Story Type: Tutorial; Groups: Android, Linux
In this tutorial, you will learn how to set up an IKEv2 IPSec VPN using strongSwan using EAP-MSCHAPv2 authentication along with Let's Encrypt SSL certificates on a Rocky Linux 9 server. You will also learn how to connect to the VPN using Windows, macOS, Linux, and Android clients.

How to Install Anaconda Python Distribution on Debian 11

Python is an open-source and object-oriented interpreted programming language. Anaconda is a Python, R, Data Science, and machine learning platform and used as a package manager. It comes with 1,500+ open source packages.

Linux Basics - Set a Static IP on Ubuntu

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 27, 2023 3:25 AM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Set a static IP on Ubuntu. All Ubuntu versions, from Ubuntu 22.04, and Ubuntu 20.04 down to Ubuntu 12.04, are covered in this tutorial. The guide explains setting a static IP on an Ubuntu system from the command line. It covers the network configuration for all recent Ubuntu versions and includes instructions to configure a static IP address, set the hostname, and configure name resolving.

How to Install WonderCMS on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 26, 2023 8:16 PM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
WonderCMS is an open-source and extremely small flat file CMS that provides a simple and easier way to create and manage websites. This tutorial will show you how to install WonderCMS with Nginx and Let's Encrypt SSL on Ubuntu 22.04.

How to Install Jitsi Video Conference Platform on Debian 11

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 26, 2023 10:44 AM CST)
  • Story Type: Tutorial; Groups: Debian, Linux
Jitsi is a free, open-source solution for building a secure video conference platform. This article will go through the installation and configuration of the Jitsi Video Conference on the latest Debian 11 Bullseye.

How to Install an FTP Server with ProFTPD and TLS/SSL on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 26, 2023 8:21 AM CST)
  • Groups: Ubuntu, Linux; Story Type: News Story
ProFTPD is a free, open-source, and feature-rich FTP server written for Unix and Unix-a-like operating systems. This tutorial will show you how to install the ProFTPD FTP server on Ubuntu 22.04.

How to Install Wiki.js on Ubuntu 22.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 26, 2023 3:35 AM CST)
  • Groups: Ubuntu, Linux; Story Type: News Story
Wiki.js is an open-source, lightweight wiki software. It is built on the Node.js JavaScript framework. In this tutorial, you will learn to install Wiki.js on a Ubuntu 22.04 server using the PostgreSQL database and Nginx server for proxying.

How to Install Gradle Build Automation Tool on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 25, 2023 8:51 PM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
Gradle is an open-source build automation tool based on Groovy and Kotlin. It is mostly used for building Java projects, but it supports multiple languages, including Java, C/C++, and JavaScript.

Using Wget with FTP to Download/Move Web Sites Recursively

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 25, 2023 4:54 PM CST)
  • Story Type: Tutorial; Groups: Linux
Sometimes you need to move a web site from one server to another. Instead of downloading the web site from the old server to your PC via FTP and uploading it from your PC to the new server, it would save a lot of time to simply copy the web site from one server to the other. This tutorial explains how to use Wget to download/move a web site from one server to the other via http://FTP.

How to Install Jira Agile Project Management Tool on Ubuntu 22.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 25, 2023 10:22 AM CST)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
JIRA is a commercial software application developed by Atlassian for issue tracking and project management. This tutorial will show you how to install the JIRA project management tool on Ubuntu 22.04 server.

Who writes Linux and open source software?

  • The Register; By Steven J. Vaughan-Nichols (Posted by bob on Feb 25, 2023 5:36 AM CST)
  • Story Type: Editorial; Groups: Linux
Developers and, more to the point, the companies that employ them. Opinion Even now, I run into those who think Linux and open source software is made by people living in their parents' basement and writing the code out of the goodness of their hearts. Wrong. So, so wrong.…

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