Recently Updated Pages
Caddy Webserver
t322.demolah.com { root * /var/www/t322/public # Laravel route handling: only rewri...
Penpot Desktop
Penpot Desktop download link https://github.com/author-more/penpot-desktop/releases Known Issue
Ubuntu Setup
install mysql-servercreate user 'hub'@'localhost' IDENTIFIED BY 'The-Best-WAY-2024';create user '...
postman auto store token
put script at pre-request tab const jsonData = pm.response.json(); if (jsonData.token) { pm....
Testing
1 Pengenalan 1.1 Tujuan Sistem Tujuan pembangunan Sistem Skim Penstabilan Harga ...
basic guide with git
1) Copy .env.example to .env: cp .env.example .env ATAU Copy-Item .env.example -Destination .e...
migration yii2 script
php yii migrate/create create_kuarters_table --fields="nama:string(50):notNull,lokasi:string(150)...
wkhtmltopdf
# Centos 8 ```shwget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox-0.12.5-1.centos8.x8...
traceroute mtr mytraceroute
## tracert ``tracert <url>`` ``tracert pcdev.kpdn.gov.my`` ## traceroute // install ``apt in...
Spatie Media file '/' does not exist
> Spatie \ MediaLibrary \ Exceptions \ FileCannotBeAdded \ FileDoesNotExist> File '/' does not ex...
show password
# jquery ```js$("body").on('click', '.toggle-password', function() { $(this).toggleClass("fa-ey...
supervisord
yum install supervisor -- ubuntu apt-get update -yapt-get install supervisor -yvi /etc/supervis...
basic config php system
## ssh ssh -l root 159.223.43.172 sudo dnf update -y ## php dnf install https://dl.fedoraproj...
selenium splask script py
```python#!/usr/bin/env python3 print("Run splask script!") from selenium import webdriverimpor...
Request Entity Too Large Error
/etc/nginx/nginx.conf ```shclient_max_body_size 2M;``` php.ini ```shupload_max_filesize = 5M```
preg_replace
```phppreg_replace('//\W|_/', '', '') // remove non-alphanumeric preg_replace("/[^A-Za-z0-9 ]/",...
postgis
```postgis <@> CREATE EXTENSION postgis; CREATE EXTENSION cube;CREATE EXTENSION earthdistance;`...
error pgsql /tmp/.s.PGSQL.5432
# mac cara 1 restart service ```brew services restart postgresql``` cara 2 buang pid ```rm ...
linux permission
# chown ``chown user directory`` > chown ali /var/www/html/project/index.php> chown ali /var/ww...
oracle setting
ORA-12518, TNS:listener could not hand off client connection Services required to run oracle ...