Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 ... 7359 ) Next »

Tcpdump cheat sheet with examples

  • Xmodulo (Posted by bob on Apr 2, 2021 3:40 PM CST)
  • Story Type: News Story
Main power of tcpdump packet sniffing tool comes from its flexible packet filtering rules and versatile protocol dissection capability. As you may know, only the sky is the limit when it comes to packet-level monitoring with tcpdump. This post provides a comprehensive tcpdump cheat sheet with detailed examples.

Open-spec Piunora and MirkoPC carriers for RPi CM4 feature M.2 for NVMe

Diodes Delight has launched a $39 “Piunora” carrier for the Raspberry Pi CM4 with Arduino, ADC, and Qwiic expansion, and Mirko Electronics is prepping a “MirkoPC” carrier with dual HDMI and a DAC. Lately, it seems, most of the interesting embedded Linux news has been about carrier boards for the Raspberry Pi Compute Module 4. […]

Find what changed in a Git commit

  • Opensource.com; By Seth Kenlon (Posted by bob on Apr 2, 2021 1:12 PM CST)
  • Story Type: Tutorial; Groups: Linux
If you use Git every day, you probably make a lot of commits. If you're using Git every day in a project with other people, it's safe to assume that everyone is making lots of commits. Every day. And this means you're aware of how disorienting a Git log can become, with a seemingly eternal scroll of changes and no sign of what's been changed. So how do you find out what file changed in a specific commit? It's easier than you think.

MX Linux 19.4 Arrives with Support for Linux Kernel 5.10 LTS and Mesa 20.3

The MX Linux 19.4 distribution is now available for download as the fourth maintenance update to the latest MX Linux 19 operating system series based on Debian GNU/Linux 10 “Buster.”

LFCA: How to Manage Software Packages in Linux – Part 7

  • Tecmint; By James Kiare (Posted by tecmint on Apr 2, 2021 10:43 AM CST)
  • Story Type: Tutorial; Groups: Linux
This article is Part 7 of the LFCA series, here in this part, you will acquaint yourself with the general system administration commands to manage software packages in the Linux system.

How to Configure FirewallD in RHEL, CentOS and Fedora

  • Tecmint; By Babin Lonston (Posted by tecmint on Apr 2, 2021 9:29 AM CST)
  • Story Type: Tutorial; Groups: Linux
Net-filter as we all know it’s a firewall in Linux. Firewalld is a dynamic daemon to manage firewalls with support for network zones. In the earlier version, RHEL & CentOS 6 we have been using iptables as a daemon for packet filtering framework. In RHEL/CentOS 7/8 and Fedora iptables interface is being replaced by firewalld.

How to install PHP 7.4 With Nginx on Ubuntu 20.04

PHP is one of the most popular server scripting languages used for creating dynamic pages. Many popular CMS is written in PHP including, WordPress, Laravel, Magento, and many more. The PHP 7.4 version was officially released on November 28th, 2019 with a number of new features. It has also few incompatibilities so you should take care before upgrading from the previous version. In this tutorial, we will show you how to install PHP7.4 with Nginx on Ubuntu 20.04 server.

Ubuntu 21.04 Beta Is Now Available for Download

The Ubuntu 21.04 (Hirsute Hippo) operating system is now available for public beta testing ahead of the final release later this month on April 22nd, 2021.

Use awk to calculate letter frequency

  • Opensource.com; By Jim Hall (Posted by bob on Apr 2, 2021 5:46 AM CST)
  • Story Type: Tutorial; Groups: Linux
I recently started writing a game where you build words using letter tiles. To create the game, I needed to know the frequency of letters across regular words in the English language, so I could present a useful set of letter tiles. Letter frequency is discussed in various places, including on Wikipedia, but I wanted to calculate the letter frequency myself.

Install Laravel On Manjaro/Arch Linux

Laravel is an open-source PHP web framework. It was first released in June 2011. With each new release, Laravel is making it easier to implement complicated features without wasting too much time.

Valve’s Proton 6.3-1 Adds Support for More Games, Improves PlayStation 5 Controller Support

Valve released today Proton 6.3-1 as the latest version of their compatibility tool for Steam Play to help you run Microsoft Windows games on your Linux-based operating system.

Tcpdump cheat sheet with examples

  • Xmodulo; By Dan Nanni (Posted by xmodulo on Apr 2, 2021 2:03 AM CST)
  • Story Type: Tutorial; Groups: Linux
Main power of tcpdump packet sniffing tool comes from its flexible packet filtering rules and versatile protocol dissector. As you may know, only the sky is the limit when it comes to packet-level monitoring with tcpdump. This post provides a comprehensive tcpdump cheat sheet with detailed examples.

Partition a drive on Linux with GNU Parted

In the 21st century, we tend to take data storage for granted. We have lots of it, it's relatively affordable, and there are many different types of storage available. No matter how much cloud storage space you're given for free, there's nothing quite like having a physical hard drive for your really important (or really big, when you live on a slow network) data. However, few hard drives are sold right off the shelf, ready to use—in an ideal configuration, at least. read more

How To Enable Hardware Acceleration In Chromium On Raspberry Pi OS (RPi 4)

  • Linux Uprising; By Logix (Posted by logix on Apr 1, 2021 11:34 PM CST)
  • Story Type: Tutorial; Groups: Linux
This article explains how to enable hardware acceleration in Chromium browser running on Raspberry Pi OS.

Linux Lite 5.4 Released with Xfce 4.14, Based on Ubuntu 20.04.2 LTS

Linux Lite developer Jerry Bezencon announced today the release of Linux Lite 5.4, a modest update to this lightweight distro based on Ubuntu and using the Xfce desktop environment.

Android, iOS beam telemetry to Google, Apple even when you tell them not to -- study

Search giant insists it's necessary, iTitan didn't have anything to say Android and iOS phones transmit telemetry back to Google and Apple, even when users have chosen not to send analytics data.…

How to Install Mosh Shell as SSH Alternative on Linux

  • Tecmint; By Ravi (Posted by tecmint on Apr 1, 2021 8:29 PM CST)
  • Story Type: Tutorial; Groups: Linux
Mosh, which stands for Mobile Shell is a command-line application which is used for connecting to the server from a client computer, over the Internet. It can be used as SSH and contains more feature than Secure Shell.

Advances in open source CAD software, new open source project aims to bring Linux to Apple, and more

In this edition of our open source news roundup, IBM's Call for Code aims to solve climate change, the Linux Foundation launches a new signing service, and more. read more

X.Org says it's saving a packet with Packet after migrating freedesktop.org off Google Kubernetes Engine

  • The Register (Posted by bob on Apr 1, 2021 6:26 PM CST)
  • Groups: Cloud; Story Type: News Story
The hidden cost of multi-cloud, and how full open source reduces lock-in The X.Org Foundation has successfully completed a migration from Google Kubernetes Engine (GKE) to Packet, which it reckoned "should save us around $30 per day."…

gImageReader – Extract Text from Images and PDF’s in Linux

  • Fossmint; By Martin (Posted by tecmint on Apr 1, 2021 5:25 PM CST)
  • Story Type: Tutorial; Groups: Linux
gImageReader is a free and open-source PDF reader with the ability to extract text from images and PDFs. It is built as a simple Gtk/Qt front-end to Tesseract-OCR, an open-source OCR engine for recognizing texts and patterns in documents and images using Artificial Intelligence.

« Previous ( 1 ... 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 ... 7359 ) Next »