Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 864 865 866 867 868 869 870 871 872 873 874 ... 7359 ) Next »

How To Setup Backup Server Using Rsnapshot In Linux

Rsnapshot is a filesystem snapshot utility based on rsync for Linux and Unix-like operating systems. It allows you to easily create periodic snapshots of local machines, and remote machines over ssh. This guide explains what is Rsnapshot, how to install Rsnapshot in Linux , and how to setup backup server using Rsnapshot in Linux.

5 useful ways to manage Kubernetes with kubectl

  • Opensource.com (Posted by bob on Jul 24, 2021 3:14 AM EDT)
  • Story Type: News Story
Kubernetes is software to help you run lots of containers in an organized way. Aside from providing tools to manage (or orchestrate) the containers you run, Kubernetes also helps those containers scale out as needed. With Kubernetes as your central control panel (or control plane), you need a way to manage Kubernetes, and the tool for that job is kubectl. The kubectl command lets you control, maintain, analyze, and troubleshoot Kubernetes clusters. read more

The Linux Foundation Announces Conference Schedule for Open Source Summit + Embedded Linux Conference 2021

Premier open source event covering the most critical and innovative open source topics gathers developers and technologists both in-person and virtually this September...

How to Install InspIRCd IRC Chat Server on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 23, 2021 10:51 PM EDT)
  • Groups: Debian, Linux; Story Type: News Story
InspIRCd is a robust IRC server that runs in UNIX-like environments that comes with its own scripting language called AngelScript. This tutorial shows you how to install and configure InspIRCd on Debian 10.

Assembly of Python External C++ procedure returning the value of string type

Writing C++ procedure below we get a final answer as C++ string , then via sequence of operations which convert string to the pointer (say c) to "const char" and finally return required value via pointer to PyObject provided by PyUnicode_FromString(c) to Python Runtime module.

How To Install MariaDB 10.5 on Ubuntu 20.04

In the following tutorial, you will learn how to install the latest stable release of MariaDB 10.5 on Ubuntu 20.04. You can also use the same guide to upgrade to the newer 10.6 if you prefer however for stability we recommend staying on 10.5 until the newer version matures a bit more.

MariaDB is one of the most popular open-source databases next to its originator MySQL. The original creators of MySQL developed MariaDB in response to fears that MySQL will suddenly become a paid service due to Oracle acquiring it in 2010. With its history of doing similar tactics, the developers behind MariaDB have promised to keep it open source and free from such fears as what has happened to MySQL.

How to Upgrade PHP Version to PHP 8.0 on Ubuntu

  • Cloudbooklet; By Pappin Vijak (Posted by cloudbooklet on Jul 23, 2021 4:17 PM EDT)
  • Story Type: Tutorial
Upgrade PHP version to PHP 8.0 on Ubuntu. You can upgrade your current PHP version to the latest release PHP 8.0 on your Ubuntu.

How to Recursively Change File Permissions in Linux

  • Make Tech Easier; By John Wachira (Posted by damien on Jul 23, 2021 2:05 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Sometimes you can’t edit files because of the “Permission denied” error. Learn how to recursively change file permissions in Linux.

Emulate the Commodore 64 home computer with Linux

  • LinuxLinks.com; By LinuxLinks (Posted by sde on Jul 23, 2021 12:51 PM EDT)
  • Story Type: Roundups; Groups: Games, Linux
The C64 is notable for being one of the first widespread home computers, helping it to expand its collection of games as a result. We recommend the best free and open source emulators.

How to Install Gitea Code Hosting Service on Fedora 34

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 23, 2021 11:37 AM EDT)
  • Groups: Fedora, Linux; Story Type: News Story
Gitea is an open-source code-hosting solution based on the Git platform. This article will cover how to install and configure Gitea on Fedora 34 and how to set up your first Git repository.

How to Install Fail2ban on Ubuntu 20.04 with Configuration

In the following tutorial you will learn how to install fail2ban on Ubuntu 20.04 with example configurations to learn how to deploy as an effective means of protection for your website and servers.

CLI Cloud Storage Manager Rclone 1.56.0 Adds New Serve Docker Command, Reworked Config, New librclone C Library

  • Linux Uprising (Posted by logix on Jul 23, 2021 6:06 AM EDT)
  • Story Type: News Story; Groups: Linux
Rclone, a free and open source command line cloud storage sync tool, was updated to version 1.56.0, which includes some important new features. There's a new backend, new commands including Docker serve, a reworked configuration system, and there's also a new librclone C library.

How to Change and Secure Default PhpMyAdmin Login URL

By default, the login page of phpmyadmin is located at http:// <ip address>/phpmyadmin. The first thing that you will want to do is changing that URL. This will not necessarily stop attackers from targeting your server, but will lower the risks of a successful break-in.

Write your first JavaScript code

  • Opensource.com; By Seth Kenlon (Posted by bob on Jul 23, 2021 3:37 AM EDT)
  • Story Type: Tutorial; Groups: Developer
JavaScript is a programming language full of pleasant surprises. Many people first encounter JavaScript as a language for the web. There's a JavaScript engine in all the major browsers, there are popular frameworks such as JQuery, Cash, and Bootstrap to help make web design easier, and there are even programming environments written in JavaScript.

How to Install Nginx Mainline on Ubuntu 20.04

NGINX is the fastest and most prominent platform for powering web servers. In the following tutorial, you will learn how to install Nginx mainline by compiling from source and optional using PPAs with complete steps.

How to save a command output to a file in Linux

  • 2daygeek.com; By Magesh Maruthamuthu (Posted by 2daygeek on Jul 23, 2021 1:08 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we’ll see how to save the output of a command to a file in different ways.

Write your first web component

  • Opensource.com (Posted by bob on Jul 22, 2021 11:54 PM EDT)
  • Story Type: News Story
Web components are a collection of open source technologies such as JavaScript and HTML that allow you to create custom elements that you can use and reuse in web apps. The components you create are independent of the rest of your code, so they're easy to reuse across many projects. Best of all, it's a platform standard supported by all major modern browsers. read more

How to Install Grav CMS with Nginx on Ubuntu 20.04

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jul 22, 2021 10:40 PM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
Grav is a free, open-source, and flat-file CMS that does not require any database. In this tutorial, I will show you how to install Grav CMS with Nginx and Let's Encrypt SSL on Ubuntu 20.04 server.

Ubuntu 20.10 “Groovy Gorilla” Reached End of Life, Upgrade to Ubuntu 21.04 Now

The time has come to say goodbye to the Ubuntu 20.10 “Groovy Gorilla” operating system release as it has now reached end of life on July 22nd, 2021.

Running PostgreSQL in Docker, A Quick and Practical Guide

This tutorial will guide you through the process of how to run PostgreSQL with persistent storage inside a Docker container and connect to it.

« Previous ( 1 ... 864 865 866 867 868 869 870 871 872 873 874 ... 7359 ) Next »