Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

244 total results found

Backslash Escapes

Bash Shell

See link for valid information. This page is outdated. When you are working with special character arguments for say Python or Bash scripts, remember that if you only put one backslash it will escape the character that comes after it. In the case that the cha...

Rust

Maven

Java

Echo Clear Previous Line

Bash Shell

The escape string \033[0K will clear the entire line, this string are cross-platform so it will work on zsh, bash, ...etc. For zsh you can use the string \e[0K instead of 033

Linux General Knowledge

Go with Examples

Go / Golang

Disk Usage utility

Bash Shell

df - File System Disk Usage The command df reports the total disk usage on the mounted file system. For example, how much space is still available in the root partition, how much space is still left on the /dev/sda1 partition that you have created and where i...

Spring and Spring Boot

Professional Lessons

AWS Solution Architect Notes

Java

Diff Command Line Tool

Bash Shell

https://www.computerhope.com/unix/udiff.htm#How%20diff%20Works

Docker

grep, awk, sed family tool

Bash Shell

Grep Global Regular Expression Pattern With grep you can do simple text-based or regular expression search on the file you passed or can be also piped. You can only provide in one pattern, you can provide in multiple pattern to search for by using the pipe ...

Git

Virtual File System

Linux Module/Kernel Programming

Superblock Superblock is metadata about the filesystem. It define the name of the file system (ext4, ext2/3, FAT32). It defines their size, the status, and the structures of some other metadata. Superblock is vital to file system since they tell the OS how t...

Splunk

How To Install NodeJs + NPM (Linux)

NodeJs/JavaScript

1. Head to the official repository for Node.js distributio The link is right here:  https://github.com/nodesource/distributions. Head there and scroll down to find the correct command to copy and paste to install the version of Node you would like 2. Start N...

Apache Kafka

Introduction

NodeJs/JavaScript JavaScript Roadmap Journey

What is JavaScript It is a scripting language that is the core of websites, along with HTML and CSS, by learning scripting language you give interactivity to your web pages! Sliders, alerts, click interactions, popups, etc... Are all made possible with JavaS...

SQL