Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

50 total results found

show password

Javascript

# jquery ```js$("body").on('click', '.toggle-password', function() {  $(this).toggleClass("fa-eye fa-eye-slash");  var input = $("#pass_log_id");  if (input.attr("type") === "password") {    input.attr("type", "text");  } else {    input.attr("type", "passwor...

Spatie Media file '/' does not exist

PHP Laravel Framework

> Spatie \ MediaLibrary \ Exceptions \ FileCannotBeAdded \ FileDoesNotExist> File '/' does not exist - check medialibrary config```'max_file_size' => 1024 * 1024 * 10 // For 10MB ``` - check nginx.conf max```client_max_body_size 2M;``` - check php.ini```upl...

traceroute mtr mytraceroute

Linux

## tracert ``tracert <url>`` ``tracert pcdev.kpdn.gov.my`` ## traceroute // install ``apt instal traceroute`` // usage ``traceroute <url>`` ``traceroute pcdev.kpdn.gov.my`` ## mtr (mytraceroute) ``sudo mtr <url> -c <request count>`` ``sudo mtr pcdev...

wkhtmltopdf

Linux

# Centos 8 ```shwget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox-0.12.5-1.centos8.x86_64.rpm wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos8.x86_64.rpm rpm -i wkhtmltox-0.12.6-1.centos8.x86_64....

migration yii2 script

PHP Yii2 Framework

php yii migrate/create create_kuarters_table --fields="nama:string(50):notNull,lokasi:string(150):notNull,jenis:integer:notNull,gred:integer,status:tinyInteger:notNull,created_at:datetime,created_by:integer,updated_at:datetime,updated_by:integer"

Testing

Microsoft Excel

1       Pengenalan 1.1          Tujuan Sistem Tujuan pembangunan Sistem Skim Penstabilan Harga Minyak Masak atau dikenali sebagai eCOSS adalah untuk menaiktaraf sistem sedia ada bagi meningkatkan kualiti dan kecekapan sistem yang digunakan oleh pihak KPDN di...

postman auto store token

Misc

put script at pre-request tab const jsonData = pm.response.json(); if (jsonData.token) { pm.environment.set("token", jsonData.token); // or use pm.variables.set() } add token in enviroment variable. token will be push when success login // put {{token...

Ubuntu Setup

Linux

install mysql-servercreate user 'hub'@'localhost' IDENTIFIED BY 'The-Best-WAY-2024';create user 'hub'@'localhost' IDENTIFIED BY 'The-Best-PROD-2024';grant all privileges on *.* to 'hub'@'localhost';FLUSH PRIVILEGES; apt install ca-certificates apt-transport-h...

Penpot Desktop

UI/UX Penpot

Penpot Desktop download link https://github.com/author-more/penpot-desktop/releases   Known Issue

Caddy Webserver

Web Server

t322.demolah.com { root * /var/www/t322/public # Laravel route handling: only rewrite if file doesn't exist handle { @notStatic { not file } rewrite @notStatic /index.php...