today's howtos
-
Download Youtube videos on Ubuntu 22.04 via command line
Use the youtube-dl tool in the Ubuntu 22.04 LTS Jammy Linux to download and save Youtube or various online videos directly on your local drive using the command line terminal.
YouTube is one of the popular platforms to watch videos online and in case you want to download some of your videos from it on Linux such as Ubuntu, Debian, RHEL, Fedora, and CentOS; then you don’t need some GUI software. This can be done directly using the command terminal of the Linux distro you are using.
Moreover, many of us are not regular YouTube video downloaders, thus for once in a while getting some video for offline usage doesn’t need software. We can use a simple command-line tool called youtube-dl for downloading online videos. However, this tutorial is for educational purposes, thus before saving anyone’s video please take care of all copyright laws applicable to that.
-
How To Install ELK Stack on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install ELK Stack on Ubuntu 22.04 LTS. For those of you who didn’t know, The ELK stack is an acronym used to describe a stack that comprises three popular projects: Elasticsearch, Logstash, and Kibana. It is designed to collect data, analyze and visualize in real-time.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of ELK Stack on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 18.04, 16.04, and any other Debian-based distribution like Linux Mint.
-
How to Install GlassFish Java Application Server on Rocky Linux
GlassFish is a free and open-source implementation of the Java EE Platform developed by Eclipse.
-
Scanning All or Specified Ports With Nmap
Nmap is an open source utility for network discovery and security auditing. You can use it for penetration testing, network analyzing and more.
It is a utility with vast options but the goal of this tutorial is to show you various ways of scanning ports.
-
Trashing Files From the Linux Command Line Is Easy With trash-cli
Home directories almost always end up cluttered with loose files: random downloads from the internet, to-do lists, and working directories for projects long since abandoned.
Desktop users can send all of their garbage to the trashcan—a temporary holding space where files are kept before deletion—but users who prefer to carry out their maintenance in the terminal don't have this option. Here's how you can change that.
-
Install VMware Tools on Ubuntu 20.04 LTS Linux using terminal
Learn how you can enable VMWare tools on its hypervisor for not only Ubuntu 20.04 LTS Linux but also for previous versions such as Ubuntu 18.04, 19.04, 16.04, including Linux Mint, Debian, Elementary OS, and more…
VMware is one of the oldest entities that deal with Virtualization technology and stability with the performance of Vmware Workstation Player on Windows and Linux OS proof of that. As we know, we have only a couple of Type-2 virtualization platforms to run on our OS which Vmware Player, VirtualBox, and KVM are the best options. Well, if you leave the KVM aside then between VirtualBox and VMware, the performance I got while using Ubuntu 20.04 on Vmware Player was much faster than the VirtualBox.
-
How to start using mongodb 6.0 in Ubuntu 20.04 LTS - Linux Shout
Learn how to install & start the MongoDB 6.0 database on Ubuntu 20.04 LTS Linux Focal using the command terminal for storing your data.
MongoDB is an open-source, non-relational database solution that belongs to the NoSQL databases and can be used for big data applications. It was first introduced in 2009 and freely available database system for NoSQL databases. Instead of storing and organizing the data into tables, MongoDB uses BSON-format documents and collections of those documents to store the data. It is characterized by its high flexibility and good scalability. MongoDB is freely available under Server Side Public License (SSPL).
In addition to the free MongoDB Community Edition, there is a commercial MongoDB Enterprise Edition and fully managed cloud-based database services under the name MongoDB Atlas. MongoDB is characterized by its high flexibility and almost unlimited horizontal
-
How to Install AnyDesk on Debian 11/10/Sid
AnyDesk is a remote desktop application that allows users to connect to and control a remote computer. It is available for Windows, macOS, Linux, and Android. AnyDesk can be used for various tasks, such as accessing a remote computer from another location, providing remote support, or transferring files between computers, and is a commonly used software for technical help to users remotely.
The following tutorial will teach you how to install AnyDesk on Debian Linux desktop. The tutorial will import the official repository and gpg key and update and remove the remote desktop software using the command line terminal.
-
What happens when you delete a file in Linux? | Enable Sysadmin
Understanding how the rm command works helps you make informed decisions about how you trash, delete, or shred files.