Skip to content

Instantly share code, notes, and snippets.

View sukrosono's full-sized avatar
🎯
Focusing pushing my shogi rank

Adi Prasetyo sukrosono

🎯
Focusing pushing my shogi rank
View GitHub Profile
@sukrosono
sukrosono / sms.ps2.md
Last active June 14, 2021 15:56
transcode to xvid/ divx on ps2 (sms)

While attempt based on here, resulting:

[NULL @ 0x5612307df100] Unable to find a suitable output format for 'Terbongkar Rahasia Stek Mangga Bagi Pemula Agar Cepat Tumbuh Tunas.xvid.1024.mpeg4'
Terbongkar Rahasia Stek Mangga Bagi Pemula Agar Cepat Tumbuh Tunas.xvid.1024.mpeg4: Invalid argument

Also the result is the file is not played on sms, i wait around 2 minutes. The video is not playing, it still loading.

The second attempt use:

[flatpack] Clementine installation, arch linux.

This time we won't use clementine from aur. Even it is avaliable, we prefer from flathub for now. Why clementine? why not the clasic winamp? Well, my favourite features is the lyrics tab :) The flatpack yeild 1.4.0rc2 and the aur is 1.4.0rc1.

Deeper about clementine player visit the repository

@sukrosono
sukrosono / unpackfs_manjaro_kde.conf
Created May 12, 2021 11:03
fixed unpack fs on older version of manjaro
---
unpack:
- source: "/run/miso/bootmnt/multibootusb/manjaro-cinnamon-20.0.3-200606-linux56/manjaro/x86_64/rootfs.sfs"
sourcefs: "squashfs"
destination: ""
- source: "/run/miso/bootmnt/multibootusb/manjaro-cinnamon-20.0.3-200606-linux56/manjaro/x86_64/desktopfs.sfs"
sourcefs: "squashfs"
destination: ""
---
@sukrosono
sukrosono / phpmyadmin.conf
Last active May 11, 2021 17:16
help note youtube
Alias /phpmyadmin "/usr/share/webapps/phpMyAdmin"
<Directory "/usr/share/webapps/phpMyAdmin">
DirectoryIndex index.php
AllowOverride All
Options FollowSymlinks
Require all granted
</Directory>
@sukrosono
sukrosono / nginx.manjaro2.md
Created May 11, 2021 16:19
nginx ssl config

SSL stands for Secure Sockets Layer

using the decrypted key instead encrypted one

@sukrosono
sukrosono / grub.cfg
Created May 10, 2021 19:02
sda1 /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT loop0 7:0 0 138,9M 1 loop /var/lib/snapd/snap/chromium/1568 loop1 7:1 0 65,1M 1 loop /var/lib/snapd/snap/gtk-common-themes/1515 loop2 7:2 0 32,3M 1 loop /var/lib/snapd/snap/snapd/11588 loop3 7:3 0 162,9M 1 loop /var/lib/snapd/snap/gnome-3-28-1804/145 loop4 7:4 0 295,3M 1 loop /var/lib/snapd/snap/vlc/2103 loop5 7:5 0 55,4M 1 loop /var/lib/snapd/snap/core18/1997 sda 8:0 0 465,8G 0 disk ├─sda1 8:1 0 115,6G 0 part / ├─sda2 8:2 0 1K 0 part

@sukrosono
sukrosono / arch.blkid.md
Created May 10, 2021 18:41
blkid result

/dev/sda1: LABEL="arch manjaro 21" UUID="7f0432ae-9163-4e0f-9a32-4b996a360fb6" BLOCK_SIZE="4096" TYPE="ext4" PTTYPE="dos" PARTUUID="d9fa2484-01" /dev/sda3: PARTUUID="d9fa2484-03" /dev/sda5: LABEL="DATA" BLOCK_SIZE="512" UUID="01CF064A1CD436D0" TYPE="ntfs" PARTUUID="d9fa2484-05" /dev/sda6: LABEL="my-mint" UUID="3f3fce91-72f7-403f-90d2-aaaadc657cbc" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="d9fa2484-06" /dev/sda7: UUID="fcf2d5c1-3286-44c0-bf35-d66694ef3e74" TYPE="swap" PARTUUID="d9fa2484-07" /dev/sda8: LABEL="folatile" BLOCK_SIZE="512" UUID="0677156534D6E353" TYPE="ntfs" PARTUUID="d9fa2484-08" /dev/loop0: TYPE="squashfs" /dev/loop1: TYPE="squashfs" /dev/loop2: TYPE="squashfs" /dev/loop3: TYPE="squashfs"

@sukrosono
sukrosono / nginx.manjaro.md
Last active May 10, 2021 16:19
nginx installation on manajaro
@sukrosono
sukrosono / php.arch.md
Created May 10, 2021 12:20
installing php7.4 on arch linux