😎
Pinned Loading
-
matrix-stickerpicker
matrix-stickerpicker PublicForked from xz-dev/stickerpicker
Matrix sticker/emote picker witget with animation support.
Python
-
-
check & set I/O scheduler in linux
check & set I/O scheduler in linux 1# check & set I/O scheduler in linux2### check command3`$ cat /sys/block/*/queue/scheduler`
4### sample output5``` -
mount lvm volume
mount lvm volume 1Run `sudo pvs` to get a volume group (column VG) for your device.
2Run `sudo lvdisplay ⟨your VG⟩` to get a LV Path.
3Run `sudo vgchange -a y` to activate all groups.
4Now you can mount it: `sudo mount ⟨your LV Path⟩ /mnt/somepoint`
-
MediaCMS media import script
MediaCMS media import script 1#2# Media import script for MediaCMS3# Goes through all subfolders recursively.4# You can specify which kinds of files it should look for in the list below.5# -
set cpu governor to performance
set cpu governor to performance 1# set cpu governor to performance2*requires cpupower34`cpupower --cpu all frequency-set --governor performance`
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
