Search Results

Showing results for "linux"

Latest Articles

Cover Image for What is RSS and VSZ in Linux memory management

What is RSS and VSZ in Linux memory management

Published on September 2, 2023

# Understanding RSS and VSZ in Linux Memory Management 🐧💻 Have you ever wondered what RSS and VSZ are in Linux memory management? 🤔 In a multithreaded environment, how do we effectively manage and track these two memory metrics? Let's dive in and demys

Cover Image for Peak memory usage of a linux/unix process
command-linememory-management

Peak memory usage of a linux/unix process

Published on September 2, 2023

# **Understanding Peak Memory Usage of a Linux/Unix Process 💡** Have you ever wondered how much memory your Linux/Unix process is using at its peak? 🤔 Do you need a tool to track the peak RAM usage total? Look no further! 🚀 In this blog post, we will e

Cover Image for How to determine whether a given Linux is 32 bit or 64 bit?
shell

How to determine whether a given Linux is 32 bit or 64 bit?

Published on September 2, 2023

# How to Determine Whether a Given Linux is 32-bit or 64-bit? So you've encountered a Linux system and you're wondering whether it's running on a 32-bit or 64-bit architecture. Don't worry, we've got you covered! In this guide, we'll walk you through the

Cover Image for Is there a way for non-root processes to bind to "privileged" ports on Linux?

Is there a way for non-root processes to bind to "privileged" ports on Linux?

Published on September 2, 2023

## Can non-root processes bind to "privileged" ports on Linux? 🤔 Having limitations on your development box can be frustrating, especially when you're the only user. The inability to bind non-root processes to "privileged" ports (ports less than 1024) on

Cover Image for How to append one file to another in Linux from the shell?
appendfileshell

How to append one file to another in Linux from the shell?

Published on September 2, 2023

# **🐧 Tech Tips: How to Merge Files in Linux from the Shell** So you have two files, file1 and file2, and you want to merge or append the contents of file2 to file1, while making sure the original contents of file1 are preserved. Fear not, fellow Linux u

Cover Image for Can you run GUI applications in a Linux Docker container?

Can you run GUI applications in a Linux Docker container?

Published on September 2, 2023

# Can You Run GUI Applications in a Linux Docker Container? 🖥️😮 ## Introduction Are you looking to run GUI applications in a Linux Docker container? Perhaps you want to add an extra layer of security by sandboxing applications like Firefox. This guide

Cover Image for Linux how to copy but not overwrite?

Linux how to copy but not overwrite?

Published on September 2, 2023

# 🐧 Linux How to Copy But Not Overwrite? 📂🚫❌ Copy-pasting files in Linux seems like a straightforward task, but what if you want to copy a directory without overwriting any existing files, even if they are older than the copied files? 🤔 Fear not! In

Cover Image for How can I kill a process by name instead of PID, on Linux?
shell

How can I kill a process by name instead of PID, on Linux?

Published on September 2, 2023

# How to Kill a Process by Name on Linux 🚀 If you're a Linux user, you may have come across the frustrating situation where you try to start an application, only to be greeted with an error message saying "a process is already running." The solution usua

Cover Image for How to create a file in Linux from terminal window?
file

How to create a file in Linux from terminal window?

Published on September 2, 2023

📝🐧 How to Create a File in Linux Terminal: A Simple Guide! 🚀 Are you a Linux newbie struggling to create a file using the terminal window? Don't worry, we got you covered! Creating a file in Linux can sometimes feel like solving a challenging puzzle, s

Cover Image for linux command to get size of files and directories present in a particular folder?
file

linux command to get size of files and directories present in a particular folder?

Published on September 2, 2023

📝 **Title: Supercharge Your Linux Skills: How to Get the Sizes of Files and Directories** *** Do you ever find yourself wondering how to quickly check the sizes of files and directories in Linux? 🤔 Don't worry, you're not alone! This can be a tricky tas