Articles by Nilesh Katuwal
Linux Howtos
- How to Change Directory in Bash
- How to Sort Data Based on the Second Column of a File in Bash
- How to Modify a Global Variable Within a Function in Bash
- How to Open HTML File Using Bash
- How to Search for Files With a Filename Beginning With a Specified String in Bash
- How to Handle Errors in Bash
- Bash Set in Fish
- How to Use the Mod Operator in Bash
- How to Exclude Files and Directories in Linux Rsync
- How to Fix the Device or Resource Busy Error on Linux
- The Purpose of Sticky Bit in Linux
- Wheel Groups in Linux
- grep Ignore Case in Linux
- Network Interfaces in Linux
- How to Get a List of All Storage Devices Connected to a Linux Machine
- Differences Between Curl and Wget
- How to Copy and Paste From the Local Clipboard Into Vim
- How to Jump to the End of the File Using Nano
- Reverse SSH Tunneling
- The declare Command in Bash
- HPurpose of Shell-Script Headers
- How to Assign One Variable to Another in Bash
- How to Change the Permission of Folder and Directories in Linux/Unix
- How to Find and Replace Complex Strings by Using Sed With Regex
- How to Use Linux Commands pushd and popd
- The top Command in Linux
- Hash Tables in Bash
- How to Check if Variable Is Set in Bash
- How to Loop Over Files in Directory in Bash
- How to Set -e in Bash Scripting
- The -ne Operator in Bash
- The sed Command in Bash
- How to Pass Parameter in a Bash Function
- How to Convert Letter Case of Strings in Bash
- How to Change Output Color of Echo in Bash
- How to Emulate Do-While Loop in Bash
- How to Make a Bash Alias
- How to Format Date and Time in Bash
- How to Declare and Utilize Booleans in Bash
- How to Generate Random Number in Bash
- The if not Condition in Bash
- How to Replace Strings in Bash
Rust Howtos
- await in Rust
- How to Create String Enum in Rust
- How to Use Macro Across Module Files in React
- How to Use Serde to Serialize Structs Containing Ndarray Fields
- const() in Rust
- Garbage Collector in Rust
- How to Move Semantics in Rust
- How to Procedurally Generate Images Using Rust-Image
- Unwrap and Its Uses in Rust
- How to Compute the Difference Between Two Sets in Rust
- How to Filter a Vector of Custom Structs in Rust
- How to Match a String Against String Literals
- Question Mark Operator in Rust
- How to Convert ArrayD to Array2 in Rust
- How to Make A Range in Rust
- Queue and Stack Collections in Rust
- How to Compile Error When Printing an Integer in Rust
- How to Concatenate Strings in Rust
- How to Convert String to Int in Rust
- How to Get Size of an Array Passed as an Argument
- How to Split String in Rust
- How to Uninstall Rust Installed via Rustup
- Difference Between Rc::clone(&rc) and rc.clone() in Rust
- How to Clone Arc in Rust
- How to Initialize Variables in a Rust Struct
- How to Make An Interactive Debugger for Rust
- How to Read and Write Files in Rust
- How to Get Absolute Value in Rust