Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 938 939 940 941 942 943 944 945 946 947 948 ... 7359 ) Next »

15 Practical Examples of ‘echo’ command in Linux

  • Tecmint; By Tecmint (Posted by tecmint on Sep 17, 2021 8:51 AM CST)
  • Story Type: Tutorial; Groups: Linux
The echo command is one of the most commonly and widely used built-in commands for Linux bash and C shells, that typically used in a scripting language and batch files to display a line of text/string on standard output or a file.

The Linux Foundation and Fintech Open Source Foundation Announce Keynote Speakers for Open Source Strategy Forum London 2021

The Linux Foundation, the nonprofit organization enabling mass innovation through open source, along with co-host Fintech Open Source Foundation (FINOS), a nonprofit whose mission is to accelerate adoption of open source software, standards and best practices in financial services, today announced keynote speakers for Open Source Strategy Forum London (OSSF). The event takes place October 5, preceded by a FINOS Member event on October 4, in London, England. The schedule can be viewed here and the keynote speakers can be viewed here.

How to Install Tor Browser on Linux Mint 20

In the following tutorial, you will learn how to install the latest Tor Browser on Linux Mint 20.

15 Basic ‘ls’ Command Examples in Linux

  • Tecmint; By Ravi Saive (Posted by tecmint on Sep 17, 2021 5:08 AM CST)
  • Story Type: Tutorial; Groups: Linux
ls command is one of the most frequently used commands in Linux. I believe the ls command is the first command you may use when you get into the command prompt of Linux Box.

How to Install and Use MongoDB on Rocky Linux 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 17, 2021 3:54 AM CST)
  • Story Type: Tutorial; Groups: Linux
MongoDB is an object-oriented, schema-less, NoSQL database server used in developing modern dynamic apps. This tutorial will cover how to install MongoDB on Rocky Linux 8.

The Great Resignation: New gig? Here are 7 tips to ensure success

If recent surveys and polls ring true, over 40% of the global workforce is considering leaving their employer this year. Despite COVID-19 causing initial turnover due to the related economic downturn, the current phenomenon coined “The Great Resignation” is attributed to the many job seekers choosing to leave their current employment voluntarily. Mass vaccinations and […]

Kentik Labs Launches With Open Source Networking Tools Leveraging eBPF

The networking startup says the new platform is aimed at "the other side of the house" from its usual network engineering customers.

How I patched Python to include this great Ruby feature

Ruby, unlike Python, makes lots of things implicit, and there's a special kind of if expression that demonstrates this well. It's often referred to as an "inline-if" or "conditional modifier", and this special syntax is able to return one value when a condition is true, but another value (nil, specifically) when a condition is false. Here's an example: read more

How to Install Wikijs on Rocky Linux

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Sep 16, 2021 10:57 PM CST)
  • Groups: Linux; Story Type: News Story
Wiki.js is an open-source wiki software written in JavaScript and running on the Node.js runtime. In this guide, you will learn how to install Wiki.js on the Rocky Linux server. You will be installing the Wiki.js with the latest LTS version of Node.js, using PostgreSQL as its main database, and using the Nginx web server as a reverse proxy.

Firefox Suggest is a New Search Feature of Mozilla’s Web Browser

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Sep 16, 2021 9:42 PM CST)
  • Story Type: News Story; Groups: Mozilla
Firefox Suggest displays suggestions when users type in the Firefox address bar. The feature may look like search suggestions on first glance, a feature that Firefox supported for a long while. However suggestions from Firefox Suggest are not offered by the search engine that is used, but by Mozilla’s Firefox browser.

Crunch numbers in Python with NumPy

  • Opensource.com (Posted by bob on Sep 16, 2021 8:28 PM CST)
  • Groups: Python; Story Type: News Story
NumPy, or Numerical Python, is a library that makes it easy to do statistical and set operations on linear series and matrices in Python. It is orders of magnitude faster than Python lists, which I covered in my notes on Python Data Types. NumPy is used quite frequently in data analysis and scientific calculations. read more

KDE Plasma 5.23 “25th Anniversary Edition” Enters Public Beta Testing, Here’s What’s New

The KDE Project announced today the general availability for public beta testing of the upcoming KDE Plasma 5.23 desktop environment series, which is dubbed the “25th Anniversary Edition.”

Bash Scripting – Functions Explained With Examples

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Sep 16, 2021 5:59 PM CST)
  • Story Type: Tutorial; Groups: Linux
In Bash scripting, functions are ways to group the set of instructions together to get a specific outcome. This guide explains how to use functions in bash scripts in Linux with examples.

Three Methods on How to Install Java 17 (OpenJDK 17) on Debian 11 Bullseye

In the following tutorial, you will learn how to install the latest Java 17 (OpenJDK 17) on Debian 11 Bullseye with using three different methods and how to create a test application.

How To Install and Configure Nagios on CentOS 8

Nagios is a popular and one of the most powerful open-source computer monitoring systems. It keeps track of your IT infrastructure and ensures that your networks, servers, applications, and processes are running smoothly. In this tutorial, you will learn how to install and configure Nagios on a CentOS 8 based server.

LibreOffice 7.2 Gets First Point Release, More Than 85 Bugs Were Fixed

  • 9to5Linux; By Marius Nestor (Posted by hanuca on Sep 16, 2021 2:16 PM CST)
  • Story Type: News Story; Groups: Linux
The Document Foundation announced today the release of LibreOffice 7.2.1 as the first point release to the latest and greatest LibreOffice 7.2 open-source office suite series.

How to Install and Configure Apache and PHP on RoseHosting Cloud PaaS

In this article, you will learn how to install and configure Apache and PHP on Rosehosting Cloud PaaS, in order to achieve full control over your data.

Oracle sets its own JDK free, sort of, for a while

Oracle this week made Oracle JDK "available for free," for personal, commercial and production use, including quarterly security updates, for a limited time. "Free" in this context means the software is now licensed under the Oracle No-Fee Terms and Conditions (NFTC) license, having been previously under the Oracle Technology Network (OTN) License Agreement for Oracle Java SE. But "free" does not mean developers may do as they please. Oracle's NFTC forbids redistribution of its Java software for a fee. "Free" also does not mean the NFTC license conforms with the Free Software Definition or the Open Source Definition, both of which require allowing fee-based distribution.

3 Ways to Find Out Which Process Listening on a Particular Port

  • Tecmint; By Tecmint (Posted by tecmint on Sep 16, 2021 10:33 AM CST)
  • Story Type: Tutorial; Groups: Linux
A port is a logical entity that represents an endpoint of communication and is associated with a given process or service in an operating system. In previous articles, we explained how to find out the list of all open ports in Linux and how to check if remote ports are reachable using the Netcat command.

How to Create a Large 1GB or 10GB File in Linux

  • LinuxShellTips; By LinuxShellTips (Posted by tecmint on Sep 16, 2021 9:19 AM CST)
  • Story Type: Tutorial; Groups: Linux
Before we dive into the procedural steps needed to create large files in a Linux operating system environment, we must answer the WHY before we dwell on the HOW.

« Previous ( 1 ... 938 939 940 941 942 943 944 945 946 947 948 ... 7359 ) Next »