Henry

How to Log Out From Discord Account

How to Log Out From Discord Account?

To log out from Discord account, open the user’s settings, scroll down, and press the “Log Out” option. Then, confirm the logout by hitting “Log Out” button.

How to Create a List in Bash

How to Create a List in Bash?

There is no existence of a list data type in the bash script, but the list can be generated using the for and while loops or arrays.

How to Update .bashrc_ and Reload

How to Update `.bashrc` and Reload?

To update the “.bashrc” file in Linux, open the “.bashrc” file with the nano editor, update the file, and reload it via the “source” command.

How to Use Expressions $(()), (()) in Bash

How to Use Expressions $(()), (()) in Bash?

To perform calculations in bash the expression “(())” and “$(())” are used, the “$(())” returns the results while “(())” doesn’t and is applied on conditions.

How to Watch Netflix on Linux?

To watch Netflix on Linux, access the installed application of Netflix, sign in to the Netflix account, or access Netflix through firefox.

What is a Bind Mount in Linux

What is a Bind Mount in Linux?

In Linux, the bind mount is a special type of mount utilized for simultaneously mounting the device’s file system in two places.

What Does echo $_ Do in Linux

What Does echo $? Do it in Linux?

In Linux, the “$?” is the special variable that stores the execution status of the last command in terms of “1”(Failure) and “0” (successful)

How Do I Create a Permanent Bash Alias

How to Make a Permanent Alias in Zsh?

In Linux, to make permanent aliases in the Zsh shell, the “.zshrc” file is utilized. Open this file with any editor, add the aliases, and execute it.

Is macOS Based on Linux

Is macOS Based on Linux?

macOS is not based on Linux; both are the Unix-like operating system but share some similarities. There is quite a difference between macOS and Linux features.

Where are the Postfix Log Files

Where to find Postfix Log Files?

Postfix is the mail transfer agent in Ubuntu that stores all records of the emails in the log file located under the directory “/var/log/mail.log”.

What DNS Servers Am I Using in Linux

What DNS Servers Am I Using in Linux?

To check the currently used DNS server, consider the “resolv.conf” file or built-in tools such as ”dig”, and “nslookup” or use the “Network” settings (GUI).

how Does find -name work

How Does find -name Work?

The “find -name” locates the files/directories by different parameters name, extensions, or searching and deleting the particular file/directory.

How to Check RAM Size

How to Check RAM Size Using CLI?

To check the RAM size in the Linux, utilize the “/proc/meminfo file”, “free”, “top”, “vmstat”, “dmidecode”, “lshw”, or “hwinfo” utilities

What should I do when Ubuntu freezes

What should I do when Ubuntu freezes?

Multiple freezing states of Ubuntu are faced, such as freeze at boot time, the specific program, or the mouse stopping working. See the guide for solutions.

Bash for Loop With Range (#..#}

Bash for Loop With Range {#..#}

To define the set of ranges in the for loop of the bash script, the “{#..#}” syntax is followed by the starting and the ending range.

How to chown Recursively on Linux

How Do We Make chown Recursive?

To make the chown recursive, use the syntax “chown -R [Mode] [Directory/Path]” for changing the ownership, or “chown -R :[Gorup] [Directory/Path]” for the group.

How do I Install Fonts on Ubuntu

How do I Install Fonts on Ubuntu?

To install fonts on Ubuntu, use the “Font-Manager” application, add the font to the default font directory, or, manually create the font directory.

How Can I Use Docker Without sudo

How Can I Use Docker Without sudo?

Create the docker group (if it does not exist), add the particular user to the docker group, and then restart your computer to apply the changes.

TTy Definition and its uses

TTY: The Definition and Its Uses

The TTY is a character-based device used as a medium for entering data, still a crucial part of the operating systems but in software form.

How to Cut and Crop a Video With ffmpeg

How to Cut and Crop a Video With ffmpeg?

To cut the video with the “ffmpeg” tool, use the “ss” flag for the starting point and the “t” flag for specifying the ending point. For cropping, see the guide.

How to rsync a directory

How to rsync a directory?

To rsync a directory in Linux, use the “rsync” utility with the various options which depend upon the user’s requirements.

How to Get Hardware Info on Linux

How to Get Hardware Info on Linux?

To get the hardware information in Linux, use the “hwinfo”, “lscpu”, “uname”, “free”, “top”, “lsblk”, lspci “lsscsi”, “inxi”, “lsusb” commands.