When installing slate on ubuntu 18.04 I stumbled upon this error:
Can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
So checking the bundler version of slate:
$ cat Gemfile.lock | grep -A 1 "BUNDLED WITH"
BUNDLED WITH
2.0.2
I hereby claim:
- I am faizalmansor on github.
- I am faizalmansor (https://keybase.io/faizalmansor) on keybase.
- I have a public key ASBoMfh3abB6YHZnKjcI8cth9t1zpAkUxKbXNWKS8PC7kQo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script : ost-setup-mailx.sh | |
# Author : Osh <faizal@myopensoft.net> | |
# Title : Osh Automated Mailx Installer | |
# Description: Script to automate installation & configuration of mailx | |
# Target OS : Centos 7 | |
echo "Start Osh Automated Mailx Installer..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script : ost-local-backup-w-email.sh | |
# Author : Osh <faizal@myopensoft.net> | |
# Title : Osh local backup with email notification | |
# Description: Script to automate local backup for files & database with email notification | |
# Target OS : Centos 7 | |
# Create archive of target folder | |
today=`date '+%Y%m%d_%H%M%S'`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script : ost-oassi-centos7.sh | |
# Author : Osh <faizal@myopensoft.net> | |
# Title : Osh Automated Server Security Installer | |
# Description: Script to automate installation & configuration of fail2ban | |
# Target OS : Centos 7 | |
echo "Start Osh Automated Server Security Installer..." |
wget https://dl.google.com/go/go1.9.3.linux-armv6l.tar.gz
tar -C /usr/local -xzf go1.9.3.linux-armv6l.tar.gz
export PATH=$PATH:/usr/local/go/bin
NewerOlder