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 / 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 / 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 / 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 / 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 / nerdtree_for_vim.md
Last active June 19, 2022 03:00
Plugin NERDTree for VIM

NERDTree for VIM

Add to ~/.vimrc, back VIM normal state with command ":BundleInstall" to

install:

call vundle#begin()

...
@SofijaErkin
SofijaErkin / upgrade_python3_over_6_on_debian.md
Last active April 27, 2022 03:46
upgrade or reinstall python3 over or equal 3.6 on debian

Debian Manually Upgrade Python3 over 3.6

deps

build-essential, libncurses5-dev, libncursesw5-dev, libreadline6-dev,

libdb5.3-dev, libgdbm-dev, libsqlite3-dev, libssl-dev, libbz2-dev,

libexpat1-dev, liblzma-dev, zlib1g-dev, ca-certificates, make, wget, curl,
@SofijaErkin
SofijaErkin / upgrade_cmake3_over_14_on_debian.md
Last active April 28, 2022 00:12
Upgrade cmake over 3.14 on debian.

Debian Manually Upgrade CMake over 3.14

deps

build-essential, libtool, autoconf, unzip, wget

download from source and compile install

sudo wget -O cmake-3.14.6.tar.gz https://cmake.org/files/v3.14/cmake-3.14.6.tar.gz
@SofijaErkin
SofijaErkin / upgrade_gcc_support_cpp17_on_debian.md
Created April 28, 2022 08:20
upgrade gcc to support C++17 on debian

Debian Manually Upgrade GCC TO Support C++17

deps

gmp, mpfr, mpc, isl

download from source and compile install

cd 
@SofijaErkin
SofijaErkin / manually_install_youcompleteme_for_mac_or_linux.md
Last active June 19, 2022 03:08
manually install YouCompleteMe on macOS/Linux

MacOS/Linux Manually Install YouCompleteMe

This is used to notice syntax complete for C/C++ and Python.

Usage

Ycm use tab to accept the completion, pushing tabat all time will

right-handwise accept all the completion, pushing "shift + tab" will

@SofijaErkin
SofijaErkin / manually_install_shellcheck_on_mac_or_linux.md
Created May 3, 2022 12:18
manually install shellcheck on macOS/Linux

MacOS/Linux Manually Install ShellCheck

shellcheck

Update(16 April 2022 06:40AM):

The better is that update macOS and Xcode.

I take 87 minutes to update macOS(about 12GB) from 10.12.6 to 12.3.1. Version