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 / _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 / setup_debian_develoepment.md
Last active October 28, 2022 08:34
build Debian development environment
@SofijaErkin
SofijaErkin / manually_install_git_into_debian.md
Last active April 24, 2022 01:34
Debian manually install Git
@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 / switch_git_account_email_address.md
Last active June 24, 2022 05:22
Switch GitHub/GitLab/Bitbucket etc Account E-mail Address.

Manually Switch Git-Account Email Address

I want to switch my Git Account Email address from one to another. Or, I need

to push my Git repository using my sync-Email. Also, I have to use my corporate

laptop to push my workspace but not using my predecessors' Git Email address.

1. Generate SSH Key Pair

@SofijaErkin
SofijaErkin / A_cmakelists_txt_manual.md
Last active March 23, 2022 00:00
This is a manual for C/C++ project using CMake to write CMakeLists TXTs.

CMakeLists TXTs Manual

1.Architeture

Refer to GitHub Project.

I can remember that the Project architeture just like:

cxx_project

@SofijaErkin
SofijaErkin / A_sub_main_cmake_vscode_msc.md
Created March 22, 2022 06:09
(Tween CMake Version)Common seperated from C/C++ main folder compile, debug using cmake at vscode on mac.

Common Seperated Apps C/C++ Manually CMake VSCode on Mac(Tween CMake Version)

workspace environment:

Clang: 9.0.0;

Llvm-gcc: 4.2.1;

Visual Studio Code v1.63.2;

@SofijaErkin
SofijaErkin / A_common_seperate_apps_cmake_vscode_mac.md
Last active March 22, 2022 02:36
Common seperated from C/C++ main folder compile, debug using cmake at vscode on mac.

Common Seperated Apps C/C++ Manually CMake VSCode on Mac

workspace environment:

Clang: 9.0.0;

Llvm-gcc: 4.2.1;

Visual Studio Code v1.63.2;

@SofijaErkin
SofijaErkin / A_tween_camke_seperate_libclass.md
Last active March 22, 2022 03:30
(Tween CMake Version)Libclass seperated from C/C++ compile, debug using cmake at vscode on mac.

Seperated Libclass C/C++ Manually CMake VSCode on Mac(Tween CMake Version)

workspace environment:

Clang: 9.0.0;

Llvm-gcc: 4.2.1;

Visual Studio Code v1.63.2;

@SofijaErkin
SofijaErkin / A_seperate_multi_c++_source_cmake_vscode_mac.md
Last active March 21, 2022 03:16
Multiple seperated C/C++ sources build, compile, debug using CMake at VSCode on mac.

Multiple Seperated C/C++ Manually CMake VSCode on Mac

workspace environment:

Clang: 9.0.0;

Llvm-gcc: 4.2.1;

Visual Studio Code v1.63.2;