Posted: 2021-05-26 02:00:19 Source: https://linoxide.com/btrfs-vs-ext4/
Posted: 2021-05-25 20:28:49 Source: https://linuxhint.com/how-to-use-virtualbox-host-only-networking/
VirtualBox is one of the popular virtualization platforms from Oracle Corporation. With VirtualBox, we can run multiple operating systems simultaneously. We do not need to mess up with our main Host OS. It has many powerful networking features to set up any desired configuration. There are six networking modes supported in VirtualBox, namely: 1. Not […]
Posted: 2021-05-25 20:26:32 Source: https://linuxhint.com/port-scan-netcat/
Netcat is a command-line network tool used to open ports, associate a shell to a port, establish TCP/UDP connections, and more. Netcat doesn’t support multiple target scans; despite it can be integrated into a script to achieve this goal, the tool itself has very few options for port scanning. In this article, how to use Netcat for the port scan is explained.
Posted: 2021-05-25 19:42:17 Source: https://linuxhint.com/linux-stat-command-examples/
This article provides a step-by-step guide on the stat command. This includes the basic and important options like the ability of the stat command to display the detailed summary of a given file or file system. It highlights the basic use of the stat command with different and concrete examples.
Posted: 2021-05-25 19:23:47 Source: https://linuxhint.com/nmap-scripting-engine-tutorial/
NSE (Nmap Scripting Engine) enables additional functions in the Nmap scan process by allowing scripts for additional tasks such as brute force, vulnerability detection, or exploitation. The Nmap Scripting Engine (NSE) contains a set of scripts classified by category, and users can write their own scripts with custom features. In this article, what is NSE tutorial is explained.
Posted: 2021-05-25 19:22:18 Source: https://linuxhint.com/use-virtualbox-bridged-adapter/
VirtualBox is one of the popular virtualization platforms from Oracle Corporation. With VirtualBox, we can run multiple operating systems simultaneously. We do not need to mess up with our main Host OS. It has many powerful networking features to set up any desired configuration. In this article, how to use a VirtualBox bridged adapter is explained.
Posted: 2021-05-25 19:19:28 Source: https://linuxhint.com/play-stadia-games-on-ubuntu/
Stadia is an online game streaming service developed by Google based on the concepts of cloud computing. Stadia allows users to play various console-based games remotely. It provides a cheaper alternative for accessing and enjoying console-based games. We’ll discuss how to install Chrome for Linux and setup a Stadia account.
Posted: 2021-05-25 19:17:16 Source: https://linuxhint.com/install-and-use-vivaldi-email-client-on-ubuntu/
Vivaldi is one of the most secure and efficient web browsers out there. It offers protection from malicious sites, keeps your identity private, and comes equipped with an excellent adblocker. In this article, we are going to discuss how to install and use Vivaldi browser and the Vivaldi Email Client.
Posted: 2021-05-25 19:14:50 Source: https://linuxhint.com/show-hidden-invisible-characters-vim/
Vim stands for “Vi improved.” It is a commendable text editor for Unix-like operating systems. vim can be utilized for editing different types of text documents, but it is complemented for editing computer programs. Vim comprises two modes: visual mode and command mode. In this article, how to show hidden invisible characters in vim is explained.
Posted: 2021-05-25 19:12:26 Source: https://linuxhint.com/redirect-top-output-file-linux/
When a Linux user types any command into the bash prompt, the terminal usually prints the output of the invoked command so you can read it straight away. However, bash also permits you to "redirect" or save any command’s output in the system. In this article, how to redirect Top output to a file in Linux is explained.
Posted: 2021-05-25 19:10:47 Source: https://linuxhint.com/find-cpu-frequency-linux/
The CPU frequency is also known as Clock speed or Clock rate. The clock speed of your CPU figures out how quickly it can process instructions per second. It is a unit of measurement for the number of your CPU execution, expressed in MHz or GHz. In this article, how to find CPU frequency in Linux is explained.
Posted: 2021-05-25 19:10:09 Source: https://linuxhint.com/linux-ps-command-examples/
This article provides an easy and basic understanding of the usage of the “ps” command in Linux. The “ps” command in Linux is the abbreviation of the phrase “process status”, and it is used to acquire information about the processes running your system. Master the “ps” command with examples provided.
Posted: 2021-05-25 19:08:13 Source: https://linuxhint.com/convert-tex-latex-file-to-pdf/
LaTex is one of the high-quality markup languages and a documentation preparation scheme. In several areas, including computer science, mathematics, physics, it is the "de facto" standard for the publication and communication of scientific research papers. All of us utilize it for making school projects, research assignments, and important articles. In this article, how to convert a .tex latex file to PDF in Linux is explained.
Posted: 2021-05-25 19:06:15 Source: https://linuxhint.com/find-all-files-using-extension-linux/
Often, we find ourselves stuck when we have to find all files with the same or different extensions. This has most likely happened to various Linux users while using the terminal. It is one thing to search for a single file type or file, but what will you do when you want to find out […]
Posted: 2021-05-25 19:04:09 Source: https://linuxhint.com/enable-fractional-scaling-on-ubuntu/
Scaling multiplies the number of pixels displayed by a discrete numerical value. Fractional scaling uses fractional values to scale the program according to needs. In this article, we will discuss how to enable fractional scaling on Ubuntu to make the most out of your HiDPI displays for complete visual experience.
Posted: 2021-05-25 19:00:03 Source: https://linuxhint.com/set-up-chromecast/
Whether you are a binge-racer on Netflix or you spend plenty of hours on your smartphone streaming your favorite shows on any other platform, you would always love to watch them on your television, relaxing on the couch. And things become easier when you control everything from your mobile as a remote with added features. You can do all this by using Google Chromecast. In this article, what Chromecast is and how to set up it completely is explained.
Posted: 2021-05-25 18:50:48 Source: https://linuxhint.com/rom-image/
A ROM image or ROM file is a computer file or a digital copy of the original data obtained from ROM chips or ROM cartridges of video game consoles. Reversely, some ROM images are created first for debugging or testing purposes before they are permanently embedded in ROM chips. In this article, what is a ROM Image is explained.
Posted: 2021-05-25 18:37:27 Source: https://linuxhint.com/setuid-setgid-sticky-bit/
Linux has 3 types of access to files and directories: reading, writing, and execution permissions. Reading permission grants users access to read files while writing permissions allow users to edit or remove files, execution permissions allow them to run files. The bit setuid, setgid and sticky allow you to implement additional restrictions or privileges without changing the permissions table. In this article, Setuid, setgid, and sticky bit are explained.
Posted: 2021-05-25 18:26:25 Source: https://linuxhint.com/scan-all-ports-nmap/
Nmap (Network Mapper) is one of the best tools to deal with networking. Initially, it was just a ports scanner, and today it is considered one of the main sysadmin Swiss knives. Useful to scan ports, audit the network security and stability, find vulnerabilities, and even exploit them, Nmap is a tool no sysadmin can ignore. In this article, how to scan all ports in Nmap is explained.
Posted: 2021-05-25 18:14:53 Source: https://linuxhint.com/linux-locate-command/
Locate command is blazing fast and helps you find your files or search patterns without delays. It refers to a database called the updatedb database for searching the files instead of probing the entire filesystem, which is pretty much what the find command does and up a lot of time. In this article, Linux locate command is explained.