๐Ÿ’พ Archived View for kevachat.duckdns.org โ€บ room โ€บ Nhoa9D3wNZNrYyY6DS96sqahCp9gcAXvtx captured on 2024-03-21 at 15:36:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2024-05-10)

-=-=-=-=-=-=-

  _  __                ____ _           _
 | |/ /_____   ____ _ / ___| |__   __ _| |_
 | ' // _ \ \ / / _` | |   | '_ \ / _` | __|
 | . \  __/\ V / (_| | |___| | | | (_| | |_
 |_|\_\___| \_/ \__,_|\____|_| |_|\__,_|\__|

Geminism Capsuless

Navigation

Home

Posts

anon ยท 8 days ago

[```] ~/.config/vlc/vlcrc

sftp-port=22

sftp-user=user

sftp-pwd=password

[```]

[*] Ctrl+N to open network connection

[*] Ctrl+L to open playlist menu

anon ยท 8 days ago

[```]

pgrep keyword

[```]

anon ยท 9 days ago

[```]

apt install git cmake zip libsdl2-dev libssl-dev libpcre3-dev zlib1g-dev libunistring-dev libfribidi-dev libmpg123-dev

git clone --recursive --branch release https://git.skyjake.fi/gemini/lagrange

cd lagrange

mkdir build

cd build

cmake .. -DCMAKE[_]BUILD_TYPE=Release -DENABLE_WEBP=YES -DENABLE[_]MPG123=YES

cmake --build .

chmod +x lagrange

./lagrange

[```]

anon ยท 10 days ago

[```]

apt install thunar-archive-plugin

[```]

anon ยท 10 days ago

Download in max resolution:

[```]

yt-dlp CHANNEL[_]URL|PLAYLIST_URL|VIDEO[_]URL

[```]

Change default resolution to 1080:

[```]

yt-dlp CHANNEL[_]URL|PLAYLIST_URL|VIDEO[_]URL -S res:1080

[```]

Download to location by source meta mask:

[```]

yt-dlp CHANNEL_URL/playlists -o '%(uploader)s/%(playlist)s/%(title)s.%(ext)s'

[```]

Extract audio:

[```]

yt-dlp CHANNEL[_]URL|PLAYLIST_URL|VIDEO[_]URL --extract-audio --audio-format vorbis

[```]

Get help:

[```]

yt-dlp --help

[```]

anon ยท 10 days ago

Run from repository folder:

[```]

zip modified-files.zip $(git ls-files --modified)

[```]

anon ยท 12 days ago

1. Add following lines into the jail configuration:

[```] /etc/fail2ban/jail.local

[DEFAULT]

backend = systemd

[```]

2. Make sure python3-systemd was installed

[```]

apt install python3-systemd

[```]

3. Restart service:

[```]

systemctl restart fail2ban

[```]

anon ยท 14 days ago

[```] /etc/systemd/system/some.service

[Service]

MemoryHigh=256M

MemoryMax=512M

MemorySwapMax=512M

[```]

anon ยท 15 days ago

[```] about:config

browser.urlbar.decodeURLsOnCopy:true

[```]

anon ยท 15 days ago

[```] valve/game.cfg

voice_enable 0

[```]

anon ยท 15 days ago

[```] /usr/share/X11/xkb/symbols/ue

partial alphanumeric_keys

xkb_symbols "ue" {

include "us(basic)"

name[Group1]= "Adaptive (UE)";

key <AB01> { [z, Z, zcaron, Zcaron] };

key <AB03> { [c, C, ccaron, Ccaron] };

key <AC02> { [s, S, scaron, Scaron] };

key <AC05> { [g, G, gcircumflex, Gcircumflex] };

include "level3(ralt_switch)"

};

[```]

[```] ~/.xinitrc

setxkbmap -layout ue,ua

setxkbmap -option 'grp:alt[_]shift[_]toggle'

[```]

[=>] 8da23f3fab3e73470a655094bc6e78c54d08b8bdc67725189e2ac532add3b466

anon ยท 15 days ago

[```] /etc/manticoresearch/manticore.conf

searchd {

binlog_flush = 1

}

[```]

[=>] https://manual.manticoresearch.com/Logging/Binary_logging#Binary-flushing-strategies

anon ยท 15 days ago

Install previous version beside latest one:

[```]

rustup install 1.63

[```]

Run:

[```]

cargo +1.63 run --release

[```]

anon ยท 16 days ago

immediately:

[```]

xset dpms force off

[```]

10 minutes of inactivity:

[```]

xset dpms 600

[```]

one hour of inactivity:

[```]

xset dpms 3600 3600

[```]

turn off DPMS:

[```]

xset -dpms

[```]

turn on DPMS:

[```]

xset +dpms

[```]

anon ยท 16 days ago

[```] ~/.bash_profile | zprofile

if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then

exec startx

fi

[```]

[=>] https://wiki.archlinux.org/title/Xinit#Autostart[_]X_at[_]login

anon ยท 16 days ago

[```] ~/.xinitrc

exec i3

[```]

anon ยท 17 days ago

[*] cp .ovpn /etc/openvpn/client.conf

[*] systemctl daemon-reload

[*] systemctl start openvpn

anon ยท 18 days ago

Just for a note:

[```]

setxkbmap -layout us,fr

setxkbmap -option 'grp:alt[_]shift[_]toggle'

[```]

Empty value to reset option values:

[```]

setxkbmap -option

[```]

Make rules permanent:

[```]

/.xinitrc

[```]

anon ยท 18 days ago

Add name server:

[```] /etc/resolv.conf

nameserver xx.xx.xx.xx

[```]

Disable settings overwrite on system reboot:

[```] /etc/dhcp/dhclient.conf

[#] domain-name, domain-name-servers, domain-search, host-name,

[#] dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers,

[```]

Alternatively:

[```] /etc/NetworkManager/NetworkManager.conf

[main]

dns=none

[```]

anon ยท 18 days ago

Before, I have changed backlight with:

[```]

xrandr --output eDP --brightness 0.8

[```]

But after switching to Debian / i3, found that screen brightness correction works not like before - even the picture less bright, it looks like back or foreground LED ones still turned on max.

After some time of researching, found new option for my hardware configuration (it was 255 by default):

[```]

echo 50 > /sys/class/backlight/radeon_bl1/brightness

[```]

Now picture looks more contrast and colorful, before apply the recipe above, I had changed acpi_backlight to native in

[```] /etc/default/grub

GRUB[_]CMDLINE_LINUX_DEFAULT="quiet acpi[_]backlight=native"

[```]

then

[```]

update-grub

[```]

Some tips:

[=>] https://wiki.archlinux.org/title/Backlight

anon ยท 20 days ago

Found old mini CD with my first web-projects backup.

Unfortunately, can't read it:

[```] mount /dev/sr0 /mnt/cdrom

mount: /mnt/cdrom: can't read superblock on /dev/sr0.

dmesg(1) may have more information after failed mount system call.

[```]

[```] dmesg

sr 1:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID[_]OK driverbyte=DRIVER_OK cmd[_]age=0s

sr 1:0:0:0: [sr0] tag#0 Sense Key : Illegal Request [current]

sr 1:0:0:0: [sr0] tag#0 Add. Sense: Illegal mode for this track

sr 1:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 00 00 00 00 01 00

I/O error, dev sr0, sector 0 op 0x0:(READ) flags 0x1000 phys_seg 1 prio class 2

EXT4-fs (sr0): unable to read superblock

[```]

As the disk was recorded on Windows, tried to mount with -t but no luck:

[##] iso9660

[```] dmesg

isofs[_]fill_super: bread failed, dev=sr0, iso[_]blknum=16, block=16

[```]

[##] udf

[```] dmesg

I/O error, dev sr0, sector 64 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2

I/O error, dev sr0, sector 1024 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2

I/O error, dev sr0, sector 2048 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2

...

UDF-fs: error (device sr0): udf[_]read[_]tagged: read failed, block=512, location=512

UDF-fs: warning (device sr0): udf[_]load[_]vrs: No anchor found

UDF-fs: warning (device sr0): udf[_]fill[_]super: No partition found (1)

...

[```]

R.I.P. nostalgy, maybe once I'll decode you, even probably encrypted also with RAR :)