Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 ... 7359 ) Next »

Updated Top Hex Editors for Linux

  • Tecmint; By Tecmint (Posted by tecmint on May 18, 2021 1:08 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In simple words, a hex editor allows you to examine and edit binary files. The difference between a regular text editor and the hex editor is that the regular editor represents the logical content of the file, while a hex editor represents the physical contents of the file.

Use open source tools to set up a private VPN

  • Opensource.com (Posted by bob on May 17, 2021 10:56 PM EDT)
  • Groups: Linux; Story Type: News Story
Getting from one place to another over a computer network can be a tricky thing. Aside from knowing the right address and opening the right ports, there's the question of security. For Linux, SSH is a popular default, and while there's a lot you can do with SSH it's still "just" a secure shell (that's what SSH stands for, in fact.) A broader protocol for encrypted traffic is VPN, which creates a unique, virtual private network between two points. read more

Integrate AppImages to Application menu using AppImageLauncher in Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on May 17, 2021 8:44 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This guide explains what is AppImageLauncher and how to integrate AppImages to application menu using AppImageLauncher utility in Linux.

Run Linux on Refurbished Mini PCs – RAM – Part 5

  • LinuxLinks.com; By LinuxLinks (Posted by sde on May 17, 2021 6:33 PM EDT)
  • Story Type: Roundups; Groups: Linux
In this article we offer our recommendations about the type of RAM, the amount of RAM, and other factors to consider when buying a refurbished mini PC for running Linux as a desktop computer.

Convenient matrices and other improvements Python 3.5 brought us

  • Opensource.com (Posted by bob on May 17, 2021 4:21 PM EDT)
  • Groups: Python; Story Type: News Story
This is the sixth in a series of articles about features that first appeared in a version of Python 3.x. Python 3.5 was first released in 2015, and even though it has been out for a long time, many of the features it introduced are underused and pretty cool. Here are three of them. The @ operator The @ operator is unique in Python in that there are no objects in the standard library that implement it! It was added for use in mathematical packages that have matrices. read more

LFCA: How to Improve Linux Network Security – Part 19

  • Tecmint; By Tecmint (Posted by tecmint on May 17, 2021 2:10 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In an ever-connected world, network security is increasingly becoming one of the areas where organizations invest a great deal of time and resources. This is because a company’s network is the backbone of any IT infrastructure and connects all the servers and network devices.

How to setup FTP/SFTP server and client on AlmaLinux

  • linuxconfig.org; By Korbin Brown (Posted by LinuxCareer on May 17, 2021 11:58 AM EDT)
  • Story Type: Tutorial; Groups: Linux
FTP and SFTP are great protocols for downloading files from a remote or local server, or uploading files onto the server. FTP will suffice for some situations, but for connections over the internet, SFTP is recommended. In other words, FTP is not secure to use over an internet connection, since your credentials and data are transmitted without encryption. The 'S' in SFTP stands for 'Secure' and tunnels the FTP protocol through SSH, providing the encryption needed to establish a secure connection.

How to Install Drupal 9 on Fedora 34

This tutorial shows you how to install Drupal 9 CMS on Fedora 34. We will use Apache as the webserver and MariaDB for the database.

Manage AWS SNS Topics using aws-cli

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 16, 2021 10:54 PM EDT)
  • Groups: Linux; Story Type: News Story
In this article, I will show you the commands to create an SNS Topic, Subscription, confirm, and delete the Subscription on Linux shell using aws-cli.

Accessible-Coconut - Ubuntu-based Linux Distribution for Visually Impaired Users

  • debugpoint.com; By arindam (Posted by arindam1989 on May 16, 2021 8:43 PM EDT)
  • Story Type: Reviews; Groups: Linux
We take a look at "Accessible-Coconut" - a friendly Linux for Visually Impaired Users. We covered the features, utilities, download details, and a brief review of this distro.

Looking back at what Python 3.4 did for enum

  • Opensource.com (Posted by bob on May 16, 2021 6:31 PM EDT)
  • Groups: Python; Story Type: News Story
This is the fifth in a series of articles about features that first appeared in a version of Python 3.x. Python 3.4 was first released in 2014, and even though it has been out for a long time, many of the features it introduced are underused and pretty cool. Here are three of them. read more

Create Bootable USB Drives And SD Cards With Etcher In Linux

This guide explains what is Etcher and how to create bootable USB drives and SD cards with Etcher in Linux operating systems.

How to Install WebERP On CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 16, 2021 2:08 PM EDT)
  • Groups: Linux, Apache; Story Type: News Story
webERP is a free, open-source, and complete web-based accounting and business management system. This tutorial will show you how to install webERP with Apache and Let's Encrypt SSL on CentOS 8.

Expect Rancher and Kubernetes to Be the Stars at Digital SUSECON

This will be the first SUSECON since the Germany-based Linux company SUSE acquired the Kubernetes startup Rancher late last year. Expect Rancher to be front and center at SUSECON, and expect some Rancher-focused news.

Manage AWS VPC using aws-cli

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 16, 2021 9:45 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Managing a VPC and other resources like Subnet, Route Table, Internet Gateway from the terminal using aws-cli can be a bit confusing if you are not good at VPC. In this article, we will create a VPC with 2 Subnets, Route Table, and Internet Gateway, these subnets will be public subnets.

What Python 3.3 did to improve exception handling in your code

  • Opensource.com (Posted by bob on May 16, 2021 7:34 AM EDT)
  • Groups: Python; Story Type: News Story
This is the fourth in a series of articles about features that first appeared in a version of Python 3.x. Python 3.3 was first released in 2012, and even though it has been out for a long time, many of the features it introduced are underused and pretty cool. Here are three of them. read more

How to Install CTparental Parental Control Software on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 16, 2021 5:22 AM EDT)
  • Groups: Debian, Linux; Story Type: News Story
CTparental is a free and open-source parental control tool used to control computer usage or internet browsing. In this post, we will show you how to install CTparental on Debian 10.

How To Install Ruby On Rails In Linux

This guide gives you a brief introduction to Ruby on Rails and then walks you through the steps to install Ruby on Rails in Linux.

How to Install Chrony NTP Server on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on May 16, 2021 12:59 AM EDT)
  • Groups: Linux; Story Type: News Story
Chrony is the default Network Time Protocol (NTP) server in CentOS 8 operating system. It is a replacement for the old Ntpd. In this tutorial, I will show you how to install and use Chrony on CentOS 8 server.

Useful Commands to Create Commandline Chat Server and Remove Unwanted Packages in Linux

In this post we will be introducing 6 command Line tips namely create Linux Command line chat using Netcat command, perform addition of a column on the fly from the output of a command, remove orphan packages from Debian and CentOS, get local and remote IP from command Line, get colored output in terminal and decode various color code and last but not the least hash tags implementation in Linux command Line

« Previous ( 1 ... 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 ... 7359 ) Next »