Skip to content

rahoogan/bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Bash Scripts

This repo collects some of the bash scripts i've put together for common tasks, SO answers or personal projects.

1. Rate Limit Linux Processes

  • Script to rate limit any command.
  • Usage:
./rate_limit.sh <rate at which to throttle: [mk]bps> <interface name> <command>

2. Scripts to manage browser bookmarks

  • Use bm (shell cli tool) to manage bookmarks
  • Sync existing bookmarks and browsing history from UI-based browsers into bm
  • Scripts to search and launch URLs from bm

3. Mkfifo

Based on the answer I provided to this SO question: https://stackoverflow.com/questions/51633182/linux-named-pipes-mkfifo-query/51674928#51674928

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages