Comment obtenir le chemin VIMRC :echo $MYVIMRC La Source
Continuer la lectureCatégorie : shell
Réponse de code «WRK install»
WRK Install sudo apt-get install build-essential libssl-dev git -y git clone https://github.com/wg/wrk.git wrk cd wrk sudo make # move the executable to somewhere in your […]
Continuer la lecture«Git Submodule Update all (pull)» Réponse de code
Git Submodule Update All (Pull) git pull –recurse-submodules
Continuer la lecture« Installez GLFW sur Ubuntu » Code de réponse
Installation GLFW Debian version= »3.2.1″ && \ wget « https://github.com/glfw/glfw/releases/download/${version}/glfw-${version}.zip » && \ unzip glfw-${version}.zip && \ cd glfw-${version} && \ sudo apt-get install cmake xorg-dev libglu1-mesa-dev && […]
Continuer la lecture«Ajouter le compositeur global Global Installer sur le chemin sur Mac OS» Réponse du code
Ajout d’installation globale du compositeur sur le chemin sur Mac OS export PATH=~/.composer/vendor/bin:$PATH La Source
Continuer la lecture« Format de nom d’utilisateur Ubuntu » Réponse de code
Format de nom d’utilisateur Ubuntu Ubuntu only accepts usernames based on the following rules: – Must start with a lowercase letter – May only contain […]
Continuer la lecture« CLONE GIT AVEC SUBREPOS » Code Réponse
CLONE GIT AVEC SUBREPOS git clone –recurse-submodules -j8 git://github.com/foo/bar.git cd bar La Source
Continuer la lecture« DPKG: Traitement des erreurs Archive /Var/cache/apt/archives/inffluxdb_1.8.10-1_amd64.deb (-unpack): » Réponse du code
DPKG: Traitement des erreurs Archive /Var/Cache/apt/archives/influxdb_1.8.10 -1_amd64.deb (-unpack): The error that you are getting is: dpkg: error processing archive /var/cache/apt/archives/cuda-cublas-9-1_9.1.85.3-1_amd64.deb (–unpack): trying to overwrite ‘/usr/local/cuda-9.1/lib64’, […]
Continuer la lecture« Création d’une succursale dans Git » Code de la réponse
Git Créer une nouvelle branche // Example for creating a new branch named myNewBranch git checkout -b myNewBranch // First Push git push –set-upstream origin […]
Continuer la lectureRéponse de code «Ringchange the Current Directory»
RingChange Le répertoire actuel ChDir(cNewPath) La Source
Continuer la lecture