Linux overview | Ubuntu Budgie 21.10

Posted: 2021-10-07 16:07:23
Source: https://www.youtube.com/watch?v=HFdte3e0JFI

How do I check Nginx status

Posted: 2021-10-07 13:11:32
Source: https://linuxhint.com/how-do-i-check-nginx-status/

Nginx is an open-source, freely available web server that can be utilized for video streaming, caching, reverse proxy, load balancing, and other applications. Nginx developers aimed it to be designed as a web server that provides maximum performance and stability. This article explains how to install, configure and check the status of Nginx server on CentOS.

next-20211007: linux-next

Posted: 2021-10-07 07:40:58
Source: http://www.kernel.org/

Version:next-20211007 (linux-next)
Released:2021-10-07

4.4.287: longterm

Posted: 2021-10-07 06:30:50
Source: http://www.kernel.org/

Version:4.4.287 (longterm)
Released:2021-10-07
Source:linux-4.4.287.tar.xz
PGP Signature:linux-4.4.287.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.4.287

5.14.10: stable

Posted: 2021-10-07 05:53:46
Source: http://www.kernel.org/

Version:5.14.10 (stable)
Released:2021-10-07
Source:linux-5.14.10.tar.xz
PGP Signature:linux-5.14.10.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-5.14.10

Distribution Release: Feren OS 2021.10

Posted: 2021-10-07 02:39:15
Source: http://distrowatch.com/11363

Feren OS is a desktop Linux distribution based on Ubuntu and featuring the KDE Plasma desktop. The project's latest snapshot is Feren OS 2021.10 which includes a new lock screen, new splash screen, and a customized Firefox experience. "The once scrapped configuration for Firefox has now made its....

How to Mount SMB Shares on Ubuntu?

Posted: 2021-10-06 23:48:00
Source: https://linuxhint.com/mount-smb-shares-on-ubuntu/

The SMB protocol that makes available the files or directories that are accessed on the remote host are called shares. This means that we can mount a shared file or directory to our system using the local area network. SMB was previously known as CIFS and is the old version or dialect of SMB which stands for Common Internet File System which was created by Microsoft and is a particular implementation of the Server Message Block protocol. In this article, we will provide you with each and every little step on how to mount SMB shares on Ubuntu using the Samba file server. Samba uses the SMB protocol and has the same function as SMB

How to install Cassandra on Debian 11

Posted: 2021-10-06 18:39:45
Source: https://linuxhint.com/install-cassandra-debian/

Cassandra or Apache Cassandra is an open-source NoSQL database initially developed by Facebook but later moved on to Apache license; therefore, it is now known as Apache Cassandra as well. As Cassandra belongs to the NoSQL category, it stores data in the form of key value pairs and uses its own query retrieving language known as CQL “Cassandra Query Language”. This article explains what Cassandra is and how to install it on Debian 11.

How to install Node JS?

Posted: 2021-10-06 18:22:41
Source: https://linuxhint.com/install-node-js/

To build scalable and fast server-side and network applications by using JavaScript programming language, Node.js is used. Node Js is lightweight, efficient, event-driven, and the best thing about Node js is that it is a non-blocking model. One of the reasons for Node.js popularity is because of the Node.js package manager.NPM or Node Package Manager is open source, free, and the largest Software library in the world and is the default Package manager and installer for Node.js which is used for sharing software.As mentioned earlier, Node.js runs in various environments, and today in this article the question of how to install Node.js in windows 10 will be answered.

Archcraft 2021.09.25 Quick overview #Shorts

Posted: 2021-10-06 16:29:10
Source: https://www.youtube.com/watch?v=i9eIZ1gtMKQ

How to run JavaScript in Visual Studio Code

Posted: 2021-10-06 15:59:48
Source: https://linuxhint.com/javascript-visual-studio-code/

Visual Studio Code (VSCode) has several built-in features like debugging, formatting, code navigation, and JavaScript IntelliSense. If someone wants to check whether a piece of code works or not then you might want to run JavaScript in VSCode. Visual Studio gives quality, flexibility and also gives outstanding debugging experience to web applications using JavaScript. To run JavaScript in Visual Studio Code we need NodeJS which acts as an interpreter.This article conveys the execution of JavaScript in VSCode.

How to use sed character classes

Posted: 2021-10-06 15:55:43
Source: https://linuxhint.com/how-to-use-sed-character-classes/

Linux systems support a variety of tools and command line utilities to manage text files; Stream Editor (sed) is one of them. It is known as the powerful editor because of its wide range of supported functionalities like substituting, editing, deleting and many more. This article explains how to use sed character classes.

How to make fireworks in Minecraft

Posted: 2021-10-06 15:34:59
Source: https://linuxhint.com/make-fireworks-minecraft/

Fireworks are a great way to celebrate with friends if you have any achievements in the Minecraft game. For this, you need to craft a firework rocket that will explode in the air for the special effects. This article explains how to craft a simple rocket and enhance it to make fireworks in Minecraft.

How to remove special characters using sed

Posted: 2021-10-06 15:33:13
Source: https://linuxhint.com/remove-special-characters-sed/

The sed command acts as a usual text editor but it has a far more extensive list of actions as compared to other editors. You have to just write a command and the changes will be made automatically; this feature attracts the Linux enthusiasts or the users who prefer terminal over GUI. This article explains how to remove special characters in a file using sed command.

Development Release: Red Hat Enterprise Linux 8.5 Beta

Posted: 2021-10-06 15:33:02
Source: http://distrowatch.com/11362

Red Hat has announced the release of a new update to Red Hat Enterprise Linux (RHEL) 8.x series, an enterprise-class Linux distribution with a range of support options. This version introduces new Ansible roles and provides live kernel patching options through the web administration console: "RHEL's web console,....

How to port forward a Minecraft Server

Posted: 2021-10-06 15:31:29
Source: https://linuxhint.com/port-forwarding-minecraft-server/

Port forwarding refers to the method of allowing specific traffic to enter your network via your router. You need to forward a port whenever you want to connect to an internal network from the internet. Port forwarding is necessary for many games and applications. This article explains how to port forward in a Minecraft server.

Enterprise Linux Security Episode 05 - The "Attacker" Mindset

Posted: 2021-10-06 15:30:00
Source: https://www.youtube.com/watch?v=5GYUYMtBR1w

How to output git log with first line only

Posted: 2021-10-06 15:25:17
Source: https://linuxhint.com/output-git-log-first-line-only/

In this technological era, the version specific build of projects is recommended to track the changes time by time. Git is one of the well-known repositories for version control systems and used widely among programmers to keep an eye on the changes being performed regularly. This article explains how to output the first line of git log which is a handy feature to filter out the key data.

How to mount USB drive in CentOS

Posted: 2021-10-06 15:20:59
Source: https://linuxhint.com/mount-usb-drive-centos/

A USB drive, also known as a USB flash drive or a pen drive, is a widely used external storage device that can be utilized to back up or transfer data from one system to another. When you plug in a USB drive in your CentOS system, it normally mounts automatically. In some cases, you may need to mount the USB through the CentOS terminal manually. This article explains how to mount a USB drive in CentOS.

Linux Essentials - Bash Aliases

Posted: 2021-10-06 14:45:01
Source: https://www.youtube.com/watch?v=Ok_kD_sgNcs

1 ... 602 603 604 605 ... 726