Explore

Posts tagged "linux"

Browse fresh notes, guides, links, and shared pages created with PasteNow.

Use Scoop To Linux-isize Your Windows 10!

One of the most hair-pulling aspects of Windows? Those endless, click-frenzy software installations. If you’re steeped in the Linux world, you’re likely accustomed to the sorcery…

Unraveling RAM in Windows and Linux

Introduction: Did you ever ask your teacher to show where the variable is saved? In the digital realm, the equivalent of a “variable” for your computer…

How to pick your first Linux distribution

If you search “best linux distro for beginners” on your search engine of choice, there’ll be no shortage of forum posts, blogs, videos, and other such…

Linux file Shortcuts ??? Symlinks

For people who just switched from Windows to Linux you might be wondering how to create shortcut files in linux right? because shortcut files in windows are inevitable…

Linux command: PS (Process Status)

If we pass arguments with a (-) dash then we will get the output in standard syntax. In contrast, if we pass arguments without any (-) dash then we will…

Linux ??? What is an inode?

An inode (aka index node) is a data structure used by Unix/Linux like filesystems in order to describe a filesystem object. Such an object could be…

Linux Privilege Escalation with SUID files

What is SUID bit set? Definition: SUID (Set owner User ID up on execution) is a special permission that allows other users run with the owner’s privileges.…

Why I Will Never Use Alpine Linux Ever Again

Nowadays, Alpine Linux is one of the most popular options for container base images. Many people (maybe including you) use it for anything and everything. Some…

CentOS Linux installation in VirtualBox

CentOS Linux CentOS is a Linux distribution that provides a free and open-source community-supported computing platform, functionally compatible with its upstream source, Red Hat Enterprise Linux. System…

Copy Files and Folders on Linux

The cp command is one of the basic Linux commands for copying files and directories from one location to another. When copying files from source to destination, the…

The Linux Security Journey ??? iptables: Chains

In general “iptables” is an administration tool used IPv4/6 packet filtering and NAT (https://linux.die.net/man/8/iptables). “iptables” uses a series of rules that are organized into chains, in…

Unix/Linux: A Powerful and Versatile Operating System

Unix/Linux is a family… of open-source operating systems that are known for their stability, security, and flexibility. It’s widely used in servers, workstations, and personal computers.…

Using supervisor to manage processes in linux

Supervisor is a client/server system that can be used on UNIX-like operating systems to control set of processes and handle starting or restarting of these processes…

TryHackMe: Linux Fundamentals Part 3 Walkthrough

Hi , I am Jakiur Rahman eka GLITCHERS and today we would take a walkthrough of the room in  TryHackMe  platform of “Linux Fundamentals Part 3” which is a pre-security…

About Linux and their Directory Structure

Linux, the operating system that powers many servers and desktops, has a well-organized directory structure that is essential to its functionality. Here is a brief overview…