git
hapus seluruh perubahan git reset --hard git clean -fd #id clover 607079136 992537982 5750818330
hapus seluruh perubahan git reset --hard git clean -fd #id clover 607079136 992537982 5750818330
version: "3.8" services: glances: image: nicolargo/glances:latest-full container_name: glances restart: unless-stopped ports: - "61208:61208" # Web UI port environment: - "GLANCES_OPT=-w" # Aktifkan Web UI volumes: - /var/run/docker.sock:/var/run/docker.sock:ro # Untuk monitoring…
sudo nano /etc/systemd/logind.conf HandleLidSwitch=ignore HandleLidSwitchDocked=ignore HandleLidSwitchExternalPower=ignore sudo systemctl restart systemd-logind
Masuk sebagai root sudo -i Update dan upgrade ubuntu apt update && apt upgrade -y Pasang wget di ubuntu apt install wget -y Download Image CHR dari mikrotik wget https://download.mikrotik.com/routeros/6.49.18/chr-6.49.18.img.zip…
APP_URL : http://192.168.254.137:9292 FIREFLY_III_URL : http://192.168.254.137:9292 VANITY_URL : http://192.168.254.137:9292
composer --version composer self-update composer self-update --rollback composer global require laravel/installer laravel new larport cd larport php artisan install:api
Link laragon 6 Laragon GithubApache Lounge + VC_redist.x64httpd-2.4.63-250207-win64-VS17.zipPHP For Windowstested 8.3.21 ,failed versi 8.4.7 ,fail di phpmyadmin deprecphp-8.4.7-Win32-vs17-x64.zipDownload MySQL Community Servertested versi 8.0.42 ,failed versi 8.4.5, fail di log authphpMyAdmin…
mkdir php74-apache-custom cd php74-apache-custom nano Dockerfile # Gunakan image dasar php 7.4 dengan Apache FROM php:7.4-apache # Install ekstensi pdo dan pdo_mysql RUN docker-php-ext-install pdo pdo_mysql # (Opsional) Aktifkan mod_rewrite…
# edit boot di app provider <?php namespace App\Providers; use Illuminate\Support\ServiceProvider; use Illuminate\Support\Facades\URL; class AppServiceProvider extends ServiceProvider { /** * Register any application services. * * @return void */ public…
version: '3.8' services: apache: image: php:7.4-apache container_name: lamp_apache ports: - "8666:80" volumes: - lamp_www:/var/www/html - lamp_apache:/etc/apache2 - lamp_php:/usr/local/etc/php depends_on: - mysql networks: - lampnet mysql: image: mysql:5.7 container_name: lamp_mysql restart:…