© 2023 Hashnode
#linux-for-beginners
Introduction The find command is a powerful tool in Linux that allows you to search for files and directories in a specified location. With find you can search for files based on their name, type, siz…
Linux is a free, open-source operating system based on Unix. It is used as a platform for a wide range of computer systems, from personal computers to servers and supercomputers. It is known for its stability, security and flexibility. Kern…
We've all seen pro-coders use terminal all the time while most of us wannabe coders wander around an IDE using our mouse cursor with no idea of what in the world is happening. The pain multiplies when we see Hackers using the terminal in mo…
Can you solve the below math expression on your own without using any device? Take as much time as you need ( ( 11 + 97 ) + ( 2 * 63 ) - ( 7 / 93 ) * ( 8 - 25 ) / ( 9 * 64 ) ) * ( ( 64 / 34 ) + ( 94 -…
Authy is a Two-Factor-Authentication software focused on security. Unfortunately Authy is only supported as a snap package in Linux. But everybody hates snap. So there is an alternate way to install a…
Infrastructure Infrastructure Details Infrastructure Diagram Signup to KodeKloud - Engineer for practicing this task hands-on. Task Details There is some data on Nautilus App Server 3 in Stratos DC.…
OVERVIEW While using Twitter I was going through one of my friend's tech blogs which was published on this platform. So I thought why not try this? Also, it would be pretty amazing if I were to publis…
Let's start with some basic queries you might have! Why Linux though? First of all, it's Opensource and hence there is a lot of customization that we can do. There is good community support. It su…
Introduction The sed command, short for "stream editor", is a powerful tool in Linux that allows you to perform fundamental text transformations on an input stream, such as a file or input from a pipe…
Purpose of this post I wish to document this process wherein I solved the upgrade error of obs studio in Ubuntu. As it's obvious to get errors while trying to update stuff or adding some packages or plugins. Also, it's a nice motivation to …