Skip to content

Instantly share code, notes, and snippets.

View SofijaErkin's full-sized avatar
🎯
Focusing

Vittore Marcas SofijaErkin

🎯
Focusing
View GitHub Profile
@SofijaErkin
SofijaErkin / _build_c++_backend_develop_on_mac.md
Last active June 24, 2022 01:26
Develop Linux server using C++ on Mac

Manually C++ Back-end Development On Mac

I'm a new hire that the company has recently given me a job, and I've got a

work notebook Mac, I need to code Linux server using C++ on Mac. I wonder if

is there any tips to do that?

1.First Supposition

@SofijaErkin
SofijaErkin / manually_install_git_into_debian.md
Last active April 24, 2022 01:34
Debian manually install Git
@SofijaErkin
SofijaErkin / setup_debian_develoepment.md
Last active October 28, 2022 08:34
build Debian development environment
@SofijaErkin
SofijaErkin / _mac_brew_install_shellcheck_do_not_do_this.md
Last active April 14, 2022 23:57
mac do not use brew to install shellcheck

Mac Brew Install Shellcheck(DO NOT DO LIKE THIS)

Do not use brew to install shellcheck on mac, please.

That installed [email protected] make my Vim in trouble. So I need to uninstall

[email protected], and roll back python3 to [email protected]. Also, uninstall all the

installed package during brew install shellcheck.

@SofijaErkin
SofijaErkin / roll_back_python3_to_3_7.md
Last active April 14, 2022 05:14
python3 roll back to python3.7

Manually Roll Back Python3 to [email protected]

Begin: brew installed [email protected] was under:

/usr/local/Cellar/python

that brew installed [email protected] has a soft link python under:

/usr/local/opt

The upstairs soft link is to do optionally config choose for other Tools.

@SofijaErkin
SofijaErkin / uninstall_vim_via_checkinstall_debian.md
Last active April 20, 2022 01:08
Installing checkinstall easily uninstall vim via "dpkg -r vim" on Debian.

checkinstall easily uninstall Vim on Debian

In order to easily uninstall Vim, there should be install "checkinstall" to

uninstall Vim via "dpkg -r vim":

sudo apt install checkinstall

cd ~/vim
@SofijaErkin
SofijaErkin / debian_manually_install_vim.md
Last active June 19, 2022 06:57
Debian manually install Vim from source.

Debian Manually Install Vim

About Debian11

Update April 23 EST PM 9:43

-(VIM);

VIM deps:

@SofijaErkin
SofijaErkin / update_macOS_vim_trouble.md
Last active June 4, 2022 06:48
update macOS that makes Vim some touble.

Updated macOS makes Vim And Terminal trouble

Update 10 05 2022 AM 01:19 EST

New Trouble:

fix refer here.

while new log into terminal:

@SofijaErkin
SofijaErkin / .debian_zshrc_config.md
Last active May 5, 2022 12:15
.zshrc for OS(e.g: Debian) to config Shell Zsh

OS Config .zshrc

.zshrc, this is the configuration file of Zsh Shell. No matter you are on Debian, or Ubuntu, or even macOS.

@SofijaErkin
SofijaErkin / .manually_install_vim.md
Last active May 4, 2023 11:43
.vimrc for Debian/Ubuntu/Others manually install Vim to config