Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 830 831 832 833 834 835 836 837 838 839 840 ... 7359 ) Next »

Give us a CLU: Object Oriented Programming pioneer arrives on GitHub

No, not the 1980s TV show where Lionel Blair attempted to mime data abstraction to Una Stubbs. Retro fans, rejoice! A bit of digital archaeology has turned up a working early version of the CLU programming language and the files needed to create it uploaded to GitHub.…

Mhddfs – Combine Several Smaller Partition into One Large Virtual Storage

  • Tecmint; By Tecmint (Posted by tecmint on Sep 4, 2021 7:54 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Obviously you can split your videos in two or three different volumes and store them on the drive manually. This certainly is not a good idea, it is an exhaustive work which requires manual intervention and a lots of your time.

Reverse Proxy with Nginx: A Step-by-Step Setup Guide

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Sep 4, 2021 5:43 AM EDT)
  • Story Type: Tutorial; Groups: Linux
One of the more popular reverse proxy tools at the moment is Nginx. Although Nginx itself is a web server, it does an outstanding job of serving as a reverse proxy. This step-by-step tutorial is going to show you how you can easily set up a reverse proxy with Nginx to improve security and performance.

How to Block XML-RPC in WordPress Using Nginx/Apache

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Sep 4, 2021 3:31 AM EDT)
  • Story Type: Tutorial; Groups: Linux
WordPress continuous and growing worldwide popularity has made it the go-to content management system. It is now the center of the universe for all individuals that want to create, edit, and publish their contemplated ideas. However, all the attention that WordPress has brought on itself comes at a price.

How to Install and Secure phpMyAdmin on Debian 11

phpMyAdmin is a free, open-source, and web-based application used for managing MySQL and MariaDB databases from the web interface. In this post, we will show you how to install and secure phpMyAdmin on Debian 11.

How to Install urBackup on Ubuntu 20.04

  • vitux.com; By Karim Buzdar (Posted by vitux on Sep 3, 2021 11:08 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
UrBackup is a client/server backup tool that supports image backups as well as file backups.In this guide, we will take a look at the installation procedure of UrBackup on an Ubuntu 20.04 system.

As Linux grows in popularity, cloud security threats are also growing

Many regard Linux as the most secure operating system due to its stability, flexibility, and open-source nature. Linux is also powerful and dependable when it comes to performance and efficiency. Linux has also proven its superiority by continuing to be the only operating system to be used in all of the world’s top 500 supercomputers.

10 Useful “IP” Commands to Configure Network Interfaces

  • Tecmint; By Ravi Saive (Posted by tecmint on Sep 3, 2021 8:40 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The ip command is a new networking command-line utility that is used to assign an IP address to a network interface or configure/update useful network variables on a Linux system.

Monitor your Linux server with Checkmk

  • Opensource.com (Posted by bob on Sep 3, 2021 7:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Monitoring IT assets is an essential task for any IT department. Still, due to the growing number of devices in corporate networks, it is getting more and more challenging to find an approach that is flexible enough to monitor the wide range of available systems properly. It's essential to have a monitoring tool that is flexible, scalable, and easy to use.

Print files from your Linux terminal

  • Opensource.com; By Seth Kenlon (Posted by bob on Sep 3, 2021 6:12 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Printing on Linux is easy, but sometimes it feels like a lot of work to launch an application, open a file, find the Print selection in the menu, click a confirmation button, and so on. When you're a Linux terminal user, you often want to perform complex actions with simple triggers. Printing is complex, and there's little as simple as the lpr command.

Install ONLYOFFICE Docs on Fedora Linux with Podman and connect it with Nextcloud

If you need a reliable office suite for online editing and collaboration within your sync & share platform, you can try ONLYOFFICE Docs. In this tutorial, we learn how to install it on your Fedora Linux with Podman and discover the ONLYOFFICE-Nextcloud integration.

Emulate the Dragon 32/64 home computer with Linux

Emulation is the practice of using a program (called an emulator) on a PC to mimic the behaviour of a home computer or a video game console, in order to play (usually retro) games on a computer. The Dragon 32 and Dragon 64 are home computers based on the Motorola 0.89 MHz 6809E processor and 32 and 64 KB of RAM respectively.

3 Best Free and Open Source Rust Static Site Generators

LinuxLinks, like most modern websites, is dynamic in that content is stored in a database and converted into presentation-ready HTML when readers access the site. While we employ built-in server caching which creates static versions of the site, we don’t generate a full, static HTML website based on raw data and a set of templates. However, sometimes a full, static HTML website is desirable. Because HTML pages are all prebuilt, they load extremely quickly in web browsers. There are lots of other advantages of running a full, static HTML website.

Linspire 10 SP2 released

Today, the PC/OpenSystems LLC Development team has released Linspire 10 SP 2, a major update which begins a new chapter in Linspire’s story by taking it to the cloud. Linspire streamlines all of Google’s services into the distro; users can create any web app they want, on the fly, using the IceSSB utility which seamlessly turns any web page / web app into a dedicated desktop application utilizing the Chrome/Chromium framework.

Banned: The 1,170 words you can't use with GitHub Copilot

GitHub's Copilot comes with a coded list of 1,170 words to prevent the AI programming assistant from responding to input, or generating output, with offensive terms, while also keeping users safe from words like "Israel," "Palestine," "communist," "liberal," and "socialist," according to new research.

tuptime – Shows Historical and Statistical Running Time of Linux Systems

  • Tecmint; By Aaron Kili (Posted by tecmint on Sep 3, 2021 10:46 AM EDT)
  • Story Type: Tutorial; Groups: Linux
System Administration involves many activities one of which is monitoring and checking for how long your Linux system has been running. It is always a good idea to keep track of system uptime in order to optimize the use of system resources.

How to Install Jellyfin Media Server on Ubuntu 20.04

In the following tutorial, you will learn how to install Jellyfin on Ubuntu 20.04 Focal Fossa, along with how to set your media drives to have correct read and write access, plus if you want to stream an Apache or Nginx reverse proxy option remotely with how to secure it with Let’s Encrypt Free SSL certificate for both web applications.

How to Reset WordPress Admin Password via MySQL

  • LinuxShellTips; By Ravi Saive (Posted by tecmint on Sep 3, 2021 8:17 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Unlike changing a WordPress admin user password where the needed steps are superuser-oriented, the steps needed here are system-oriented. In such circumstances, a WordPress user is usually completely unaware of their Admin user password.

How to Install and Configure GitLab in Debian 10

GitLab is a open DevOps platform, delivered as a single application. A benefit from this application is that you can self-host it on your infrastructure on a VPS server.

4 Linux technologies fundamental to containers

In previous articles, I have written about container images and runtimes. In this article, I look at how containers are made possible by a foundation of some special Linux technologies, including namespaces and control groups.

« Previous ( 1 ... 830 831 832 833 834 835 836 837 838 839 840 ... 7359 ) Next »