Skip to content

lehag92/lunix-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

lunix-tips

Memory usage monitoring:

Add this line crontab

* * * * * /bin/sh /path_to_repo/bashScripts/memusage.sh > /dev/null 2>&1

Kill process by name

Add this line to the end of your ~/.bashrc file

alias killsome='. /path_to_repo/bashScripts/killsmbody.sh'

After added run this in terminal (in every open terminal or just logout/login)

source ~/.bashrc

Squash commits on branch##

Same as previous just another alias

alias squashcommits='. /path_to_repo/bashScripts/squashCommits.sh'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages