Skip to content

Instantly share code, notes, and snippets.

View ipang-dwi's full-sized avatar
😌
Alhamdulillah, banyak yg doain baby Mishary jadi Hafidz.. BarokAllah..

Ipang Dwi ipang-dwi

😌
Alhamdulillah, banyak yg doain baby Mishary jadi Hafidz.. BarokAllah..
View GitHub Profile
@ipang-dwi
ipang-dwi / Laragon CMDer terminal integration setting for VSCode
Created July 21, 2023 02:57
Laragon CMDer terminal integration setting for VSCode
{
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
@ipang-dwi
ipang-dwi / getwin11sn
Created July 11, 2023 07:45
Get Windows 11 SN
wmic path softwareLicensingService get OA3xOriginalProductKey
@ipang-dwi
ipang-dwi / git ubuntu setup 2023
Last active January 12, 2023 02:57
git ubuntu setup 2023
- generate github access token
- git config credential.helper store
- git config --global credential.helper store
firstplato
select row_number() over (order by id_wisata) as rnk, id_wisata, lat, lng
from wisata
where nik = "-"
@ipang-dwi
ipang-dwi / update-mysql-field-with-serialized-value
Created August 4, 2022 08:37
update field with serialized value
SET @rank:=0;
update tablename
set fieldname =@rank:=@rank+1 ORDER BY fieldorder;
// nb: ini biar gak lupa, bwt update field dgn serialized value
// firstplato.com
// ipang-dwi
@ipang-dwi
ipang-dwi / firstplato-openbox.txt
Last active January 12, 2023 02:58
firstplato's openbox config
Shortcut list :
Alt + F4 (Openbox) - Close the active window
Alt + Space (Openbox) - Show the client menu for the active window
Alt + Tab (Openbox) - Cycle between windows on the desktop
Alt + Shift + Tab (Openbox) - Cycle between windows on the desktop in reverse order
Ctrl + Alt + Tab (Openbox) - Cycle between panel and desktop windows on the desktop
Win + D (Openbox) - Hide all windows to show the desktop
Win + E (Openbox) - Run the Konqueror file manager (This is an example of how to run a program with a key binding)
Alt + Esc (Openbox) - Lower the active window behind other windows, and activate the last window that was in use
Win + F1 (Openbox) - Go to the first desktop instantly
@ipang-dwi
ipang-dwi / ranger.md
Last active January 12, 2023 02:58
my ranger cheatsheet - firstplato

Ranger Cheatsheet

General

Shortcut Description
ranger Start Ranger
Q Quit Ranger
R Reload current directory
? Ranger Manpages / Shortcuts
@ipang-dwi
ipang-dwi / Short password setting Mac OS Mojave and later
Created September 28, 2020 23:25
Setting to use short password on Mac OS Mojave and later
// Just run the command below to use short password on Mac OS Mojave and later version, although less than 4 characters - www.firstplato.com
sudo pwpolicy -clearaccountpolicies
@ipang-dwi
ipang-dwi / ranger
Created July 2, 2020 18:46
ranger
sudo apt-get update
sudo apt-get install ranger caca-utils highlight atool w3m poppler-utils mediainfo
ranger
Q
ranger --copy-config=all
cd ~
wget http://upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png
wget http://upload.wikimedia.org/wikipedia/commons/4/40/Equipo1.gif
wget http://upload.wikimedia.org/wikipedia/commons/f/f8/Cula_Duca.jpg
cp /usr/share/doc/shared-mime-info/* .
@ipang-dwi
ipang-dwi / README.md
Created July 2, 2020 08:48 — forked from hasanbayatme/README.md
Easy to use Bash Script to Install LAMP stack on Ubuntu.

Installation

Automatic

Run the below command in terminal:

wget --no-cache -O - https://gist.github.com/EmpireWorld/737fbb9f403d4dd66dee1364d866ba7e/raw/install-lamp.sh | bash