Hatchbox is also much cheaper
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
sudo apt update | |
sudo apt install libjemalloc-dev libffi-dev libpq-dev libz-dev libyaml-dev -y | |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | |
git clone https://github.com/rbenv/rbenv.git ~/.rbenv | |
echo 'eval "$(~/.rbenv/bin/rbenv init - bash)"' >> ~/.bashrc | |
# new terminal |
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
import Mark from 'mark.js'; | |
document.addEventListener('DOMContentLoaded', () => { | |
// only run in electron | |
if (!window.navigator.userAgent.toLowerCase().includes('electron')) return | |
let inputOpened = false; | |
let markedElements = []; | |
let currentMarkedElIndex = 0; | |
let markedEl; |
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
module ChatApp | |
VERSION = "1" # String | |
class User | |
attr_reader :login, :email, :friends # String, String, Array[User | Bot] | |
def initialize(login, email) # String, String -> void | |
@login = login | |
@email = email | |
end |
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
# cd into the backup | |
tar -xvf DATABASE.tar | |
cd DATABASE/databases | |
gunzip -k PostgreSQL.sql.gz | |
psql DATABASE_URL < Postgresql.sql |
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
echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/$USER |
Gigacb is the new futuristic and feature cb radio app for truck drivers
get it here for free cb
IOS to download ios cb
Android to download for android cb
Get 50% discount on Hatchbox.io here
Also on twitter today bargains
For the last 2years I've been developing and deploying professionally, tens of Ruby on Rails application using Hatchbox.io .
Hatchbox has great support for cloud providers such as AWS, Digital Ocean and custom VPS.
Before using Hatchbox, I used Heroku and the features are similiar at one fraction of a cost.
You can also choose which database you want to use, such as Postgresql, Mysql, Mongodb.
NewerOlder