MySQL Download URL
https://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.56-linux-glibc2.5-x86_64.tar.gz
- Uninstall any existing version of MySQL
sudo rm /var/lib/mysql/ -R
Route::get('/sitemap.xml', function () { | |
$content = Storage::disk('digitalocean')->url('sitemap.xml'); | |
return response(file_get_contents($content), 200, [ | |
'Content-Type' => 'application/xml' | |
]); | |
}); |
//untuk satu window gunakan script dibawah : | |
@echo off | |
ping 8.8.8.8 | |
Echo ................................... | |
ping www.detik.com | |
Echo ................................... | |
ping www.yahoo.com |
/system backup save name=Router-ANDA; | |
/tool e-mail send to="[email protected]" subject="Router-ANDA-Backup" body="Backup Router ANDA" file="Router-ANDA.backup" start-tls=yes; |
New Bandwith test Publik (Datacenter JKT) | |
IP Address : 103.161.184.37 | |
username : mid | |
password : midtest |
<input class="gLFyf gsfi" jsaction="paste:puy29d;" maxlength="2048" name="q" type="text" aria-autocomplete="both" aria-haspopup="false" autocapitalize="off" autocomplete="off" autocorrect="off" autofocus="" role="combobox" spellcheck="false" title="Pesquisar" value="" aria-label="Pesquisar" data-ved="0ahUKEwjw0svW6brxAhWdqJUCHXoYDRsQ39UDCAQ"> | |
<input type="search" dir="ltr" aria-autocomplete="list" aria-expanded="true" aria-label="Pesquisar no Facebook" role="combobox" placeholder="Pesquisar no Facebook" autocomplete="off" name="global_typeahead" spellcheck="false" aria-invalid="false" value="" class="oajrlxb2 rq0escxv f1sip0of hidtqoto e70eycc3 lzcic4wl hzawbc8m ijkhr0an aaoq3grb sgqwj88q b3i9ofy5 oo9gr5id b1f16np4 hdh3q7d8 dwo3fsh8 qu0x051f esr5mh6w e9989ue4 r7d6kgcz br7hx15l h2jyy9rg n3ddgdk9 owxd89k7 ihxqhq3m jq4qci2q k4urcfbm iu8raji3 qypqp5cg l60d2q6s hv4rvrfc hwnh5xvq ez2duhqw aj8hi1zk r4fl40cc kd8v7px7 m07ooulj mzan44vs" aria-controls="jsc_c_3n"> |
#loadbalance 2 interface | |
/ ip address | |
add address=192.168.10.1/24 network=192.168.10.0 broadcast=192.168.10.255 interface=ether3 | |
add address=192.168.9.9/24 network=192.168.9.0 broadcast=192.168.9.255 interface=ether1 | |
add address=192.168.8.2/24 network=192.168.8.0 broadcast=192.168.8.255 interface=ether2 | |
/ip firewall address-list |
Open File -> App\Providers\AppServiceProvider | |
And change method boot | |
public function boot() | |
{ | |
config(['app.locale' => 'id']); | |
Carbon::setLocale('id'); | |
} | |
Open File and changes -> config/app.php |
/ip dns static | |
add address=157.240.208.35 name=fb.com ttl=5m | |
add address=157.240.208.35 name=facebook.com ttl=5m | |
add address=157.240.208.35 name=m.facebook.com ttl=5m | |
add address=157.240.208.16 name=api.facebook.com ttl=5m | |
add address=157.240.208.35 name=www.facebook.com ttl=5m | |
add address=157.240.208.36 name=z-m.facebook.com ttl=5m | |
add address=157.240.208.60 name=web.whatsapp.com ttl=5m | |
add address=157.240.208.60 name=www.whatsapp.com ttl=5m | |
add address=157.240.208.174 name=www.instagram.com ttl=5m |
id: 17636 | |
name: novalio-id | |
environments: | |
production: | |
memory: 1024 | |
cli-memory: 512 | |
runtime: php-7.4 | |
build: | |
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev' | |
- 'php artisan event:cache' |