https://github.com/ncarlier/shelltoolbox
Shell toolbox
https://github.com/ncarlier/shelltoolbox
Last synced: 7 months ago
JSON representation
Shell toolbox
- Host: GitHub
- URL: https://github.com/ncarlier/shelltoolbox
- Owner: ncarlier
- License: mit
- Created: 2014-11-20T09:46:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T22:08:27.000Z (over 9 years ago)
- Last Synced: 2024-10-29T07:04:25.465Z (11 months ago)
- Language: Shell
- Homepage: http://ncarlier.github.io/shelltoolbox
- Size: 389 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shelltoolbox
Welcome to my shell toolbox.
Get the script:
$ curl -O ncarlier.github.io/shelltoolbox/echo
Run the script:
$ curl -s ncarlier.github.io/shelltoolbox/echo | sh
With arguments:
$ curl -s ncarlier.github.io/shelltoolbox/echo | bash -s -- arg1 arg2
## Scripts
### Backup
- Monitoring backup job: [/scripts/backup/monitor-job]()
### Deployment
- Init script for node js: [/scripts/deploy/init.d/node-service](/scripts/deploy/init.d/node-service)
- Init script for apache tomact: [/scripts/deploy/init.d/tomcat-service](/scripts/deploy/init.d/tomcat-service)
- Deployment script for node js app: [/scripts/deploy/bin/node-deploy](/scripts/deploy/bin/node-deploy)### Proxy
- Export proxy configuration: [/scripts/proxy/proxy-exports.sh](/scripts/proxy/proxy-exports.sh)
- Proxy command for git: [/scripts/proxy/gitproxy](/scripts/proxy/gitproxy)
- Make SSH proxy: [/scripts/proxy/mkproxy](/scripts/proxy/mkproxy)
- Proxy command wrapper: [/scripts/proxy/proxy](/scripts/proxy/proxy)
- No proxy command wrapper: [/scripts/proxy/noproxy](/scripts/proxy/noproxy)### Video
- Make timelapse from images with mencoder: [/scripts/video/mk-timelapse](/scripts/video/mk-timelapse)
- Make webcam streaming server with vlc: [/scripts/video/mk-webcam-stream](/scripts/video/mk-webcam-stream)
- Show webcam with mplayer: [/scripts/video/show-webcam](/scripts/video/show-webcam)
- Capture video with mencoder: [/scripts/video/capture-video](/scripts/video/capture-video)### Misc
- Remove old kernel versions: [/scripts/misc/clean-kernel](/scripts/misc/clean-kernel)
- Create SSL certificate: [/scripts/misc/create-ssl](/scripts/misc/create-ssl)
- Create download basket: [/scripts/misc/dlbasketd](/scripts/misc/dlbasketd)
- Dump HTTP header with tcpdump: [/scripts/misc/dump-http-header](/scripts/misc/dump-http-header)
- Download java from Oracle website: [/scripts/misc/getjava](/scripts/misc/getjava)
- Import photos with gphoto2: [/scripts/misc/import-photo](/scripts/misc/import-photo)
- Create thumbnails from a directory: [/scripts/misc/mkthumb](/scripts/misc/mkthumb)
- Use mail for UPS notification: [/scripts/misc/nut-notify](/scripts/misc/nut-notify)