Fedora

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 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:

Ubuntu Google Chrome Setup and Solution to Logon Problem

Ubuntu Google Chrome Setup and Solution to Logon Problem

Fadıl

Google Chrome Setup

Let’s do step by step how to install google chrome from the command line terminal in Ubuntu. As a shortcut, open the terminal window with Ctrl + Alt + T command. Next, let’s install the following code according to whether our operating system is 32-bit or 64-bit.

Code to be used for the 32-bit operating system;

wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

Code to be used for those with operating system 64-bit;
I will install it because my operating system is 64-bit.

How To Configure Basic DNS in Linux Operating Systems?

How To Configure Basic DNS in Linux Operating Systems?

Fadıl

In today’s article, we will learn how to do Basic DNS Configuration (dnsmasq) in Linux Operating Systems. For us, “dnsmasq“, which we will use for name resolution in small-scale network structures, will analyze the records we enter in our server’s “/ etc / hosts” file without requiring a very large configuration. will provide the possibility.

Now we will see how this is done in 6 steps.

Step 1. We download and install the “dnsmasq” package from the “yum repository” defined in our operating system

How to Configure DNS and DHCP Server on Linux Operating Systems?

How to Configure DNS and DHCP Server on Linux Operating Systems?

Fadıl

What is DNS?

DNS (Domain Name System) An IP address is provided to go to every web address on the Internet. It is quite difficult and troublesome to keep the IP addresses of these web addresses one by one in our minds.
DNS comes into play here. It gives a name corresponding to the IP of each web address, so the names that are easier to replace than IP addresses are the name of the system that helps us keep in mind. For example techsoftcenter.com (IP value: 172.104.31.121)