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 / manually_make_vim_debian11_problem.md
Last active April 24, 2022 00:42
Problem during Debian 11 manually make VIM

Problems during Debian 11 manually make VIM

Notice

Debian 11 make VIM 113 times for two warnings and two notes.

Terminal output

/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
@SofijaErkin
SofijaErkin / debian_install_tools_virtualbox_on_mac.md
Last active June 17, 2022 13:17
VirtualBox installed Debian 11 install Tools on Mac.

Tools for Debian11 via VirtualBox6.1.32 on MacOS12.3.1

Manually Install + (System Including).

-package: not manually installed!

+package: manually installed!

~package: uninstall system including, then manually installed.
@SofijaErkin
SofijaErkin / debian_install_tools_parallels_onmac.md
Last active May 8, 2022 05:12
Parallels installed Debian8 install Tools on Mac.

Tools for Debian8 via Parallels17 on MacOS12.3.1

Manually Install + (System Including).

-package: not manually installed!

+package: manually installed!

~package: uninstall system including, then manually installed.
@SofijaErkin
SofijaErkin / fix_virtualbox_install_mac.md
Last active July 24, 2022 09:07
fixed problems during installing virtualbox on mac

Fix VirtualBox on Mac

This is a notebook to write about installing virtualbox on mac, mostly fix

problems during installing. It's time to say bye to Parallels Desktop, for me.

I'm a elder user of Parallels from 2017 up to now, and pay year in and year

out. My mac again upgrade to macOS 12.3.1 this year. And now $49.99/5204円/¥358

@SofijaErkin
SofijaErkin / .manually_install_vim.md
Last active May 4, 2023 11:43
.vimrc for Debian/Ubuntu/Others manually install Vim to config
@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 / 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_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 / 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 / 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.