Skip to content

Instantly share code, notes, and snippets.

View DaniilSintsov's full-sized avatar

Daniil Sintsov DaniilSintsov

View GitHub Profile
# install firstly color schemes from here: https://github.com/alacritty/alacritty-theme?tab=readme-ov-file
import = [
"~/.config/alacritty/themes/themes/ayu_dark.toml"
]
[env]
TERM = "xterm-256color"
[font]
@SkyyySi
SkyyySi / youtube-vanced-alternatives.md
Last active May 23, 2024 16:23
A list of alternatives after the shutdown of Vanced

NONE OF THESE CLIENTS ARE VERIFIED BY ME FOR SECURITY OR ANYTHING ELSE! USE AT YOUR OWN RISK!

These are the current alternatives (with links when possible):

@jaybutzler
jaybutzler / nano_cheatsheet.md
Last active February 10, 2024 07:49
Nano Cheat Sheet

Nano Cheat Sheet

File handling

Command Description
Ctrl+S Save current file
Ctrl+O Offer to write file ("Save as")
Ctrl+R Insert a file into current one
Ctrl+X Close buffer, exit from nano
@bbqtd
bbqtd / macos-tmux-256color.md
Last active May 20, 2024 04:07
Installing tmux-256color for macOS

Installing tmux-256color for macOS

  • macOS 10.15.5
  • tmux 3.1b

macOS has ncurses version 5.7 which does not ship the terminfo description for tmux. There're two ways that can help you to solve this problem.

The Fast Blazing Solution

Instead of tmux-256color, use screen-256color which comes with system. Place this command into ~/.tmux.conf or ~/.config/tmux/tmux.conf(for version 3.1 and later):

@wtw24
wtw24 / docker_rus.md
Last active May 5, 2024 16:40
Шпаргалка с командами Docker

Шпаргалка с командами Docker

1552317264965 1552317537397 1552317711879

1552318467562 1552318531067 1552318577900 1552318614839

@gauravbarthwal
gauravbarthwal / Multi-Part zip extraction in Ubuntu.txt
Last active May 8, 2024 07:47
How to extract multi-part .zip, .z01, .z02 files in ubuntu
Download/Copy all related *.zip files in one directory.
Open terminal and change to that directory which has all zip files.
Enter command zip -s- FILE_NAME.zip -O COMBINED_FILE.zip
Enter unzip COMBINED_FILE.zip