Linux

How do I Set or Change the PATH System Variable?

How do I Set or Change the PATH System Variable?

Fadıl

PATH is the system variable used to locate the files needed to run your operating system from the command line or from the Terminal window.
The PATH system variable is set in operating systems, using the System Utility in the control panel in Windows, and in Linux and Solaris from the shell startup files.
It is not usually necessary to make changes to the system PATH variable on computers running Windows or Mac OS X.

Learning Linux System Information Commands

Learning Linux System Information Commands

Fadıl

Learning Linux distribution information

The lsb_release command is used to get information about the operating system on Linux. Using this command alone does not mean anything, for this, it is necessary to use the relevant parameters after the command.

lsb_release [parametre]

Let’s see the lsb_release --help the command to see the available parameters:

If we want to see all the information, the lsb_release -a the command is used for this.

Learning kernel knowledge on Linux

It is learned by using the uname (Unix Name) the command to learn kernel information.

How To Install Ubuntu LAMP (Apache, MySQL, PHP)

How To Install Ubuntu LAMP (Apache, MySQL, PHP)

Fadıl

What is localhost, what does it do?

Localhost is the computer’s ability to operate as a server thanks to the software installed on the computer. We cannot run PHP files on a normal computer and do not perform operations on the database. Thanks to the installation of the localhost, our computer will gain a server feature and we will be able to run files such as PHP, MySQL.

We can access the localhost by typing http://localhost in our browser or at http://127.0.0.1.

How to crack PDF with Brute Force using John Ripper on Kali Linux?

How to crack PDF with Brute Force using John Ripper on Kali Linux?

Fadıl

John Ripper is a fast password cracker currently available for many variants of Unix, macOS, Windows, DOS, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix passwords. In addition to the hash type of several crypt passwords most commonly found in various Unix codes, Kerberos / AFS and Windows LM hashes, as well as DES-based tripcodes and hundreds of additional hash and encryption versions in -jumbo.

In this article, we will now see how to crack and obtain a PDF password by attacking Brute Force with John The Ripper.

How to Download YouTube Videos with Linux Command?

How to Download YouTube Videos with Linux Command?

Fadıl

Install youtube-dl to command YouTube videos to the Linux terminal

youtube-dl is a Python-based, small command-line tool that allows you to download videos from YouTube, Dailymotion, Photobucket, Facebook, Yahoo, Metacafe, Depositfiles, and many more.

Main features of youtube-dl

This little tool has so many features that we can call it the best YouTube video download application for Linux.

  • Not only from YouTube, Dailymotion, Facebook, etc. Download videos from other popular video sites.
  • MP4, WebM, etc. It allows you to download videos in various video formats such as.
  • You can also choose the quality of the downloaded video. If the video is available in 4K, 4K, 1080p, 720p etc.
  • Automatically pause and resume video downloads.
  • YouTube allows bypassing geographical restrictions

How to install Youtube-dl?

If you are using a Ubuntu-based Linux distribution, you can install it using the command below: