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