These packages are obsolete! Please use the official packages from http://www.Graylog2.org
=================================================
These packages are obsolete! Please use the official packages from http://www.Graylog2.org
=================================================
| #!/bin/bash | |
| # KIOSK generator for Scientific Linux and CentOS (versions 5; 6 and 7) | |
| # Created using Scientific Linux | |
| # Wasn't made and never tested on different distros than SL/CentOS/EL! | |
| # Version 1.4 for i386 and x86_64 | |
| # | |
| # Feel free to contact me: [email protected] | |
| # www.marcinwilk.eu | |
| # Marcin Wilk | 
The always enthusiastic and knowledgeable mr. @jasaltvik shared with our team an article on writing (good) Git commit messages: How to Write a Git Commit Message. This excellent article explains why good Git commit messages are important, and explains what constitutes a good commit message. I wholeheartedly agree with what @cbeams writes in his article. (Have you read it yet? If not, go read it now. I'll wait.) It's sensible stuff. So I decided to start following the
| brew install vagrant qemu | |
| #Due to dependency errors, we must install vbguest first.. | |
| vagrant plugin install vagrant-vbguest | |
| vagrant plugin install vagrant-qemu | |
| #cd to working dir you like to keep your vagrant files | |
| cd ~/VM-and-containers/VagrantMachines/M1-vagrantfiles/ubuntu18-generic-64/ | |
| #Create a vagrant file | |
| $EDITOR Vagrantfile |