Taken from http://datatables.net/blog/Twitter_Bootstrap_2 and changed filterbox
SSH into Root
$ ssh [email protected]
Change Root Password
Additional config files:
- puma config file: https://github.com/makigas/makigas/blob/master/config/puma/production.rb
- capistrano deploy file: https://github.com/makigas/makigas/blob/master/config/deploy.rb
- capistrano capfile: https://github.com/makigas/makigas/blob/master/Capfile
Config files here:
- nginx-encrypt.conf -> SSL deployment through let's encrypt (include)
- nginx-makigas.conf -> NGINX site
- systemd-makigas.service -> systemd service
- Download & Install Sublime Text 3.2.2 Build 3211
- Visit https://hexed.it/
- Open file select sublime_text.exe
- Offset
0x8545: Original84->85 - Offset
0x08FF19: Original75->EB - Offset
0x1932C7: Original75->74(remove UNREGISTERED in title bar, so no need to use a license)
In the apps config/puma.rb file:
Change to match your CPU core count
# Check using this on the server => grep -c processor /proc/cpuinfo
workers 4
# Min and Max threads per worker
threads 1, 6
app_dir = File.expand_path('../..', FILE)