Check the official documentation for the latest version: https://protonpass.github.io/pass-cli/get-started/installation/
# Verify installation
pass-cli --versionCheck the official documentation for the latest version: https://protonpass.github.io/pass-cli/get-started/installation/
# Verify installation
pass-cli --version| #!/bin/bash | |
| set -e | |
| set -o pipefail | |
| # -- Configuration ------------------------------------------------------------ | |
| readonly VIM_SYSTEM="/usr/share/nvim" | |
| readonly NVIM_PLUG_DIR="/usr/local/share/nvim/plugged" | |
| readonly NVIM_AUTOLOAD_DIR="$VIM_SYSTEM/site/autoload" | |
| readonly NVIM_CONFIG_FILE="$VIM_SYSTEM/sysinit.vim" | |
| readonly VIM_PLUG_URL="https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim" |
| #!/bin/bash | |
| set -e | |
| set -o pipefail | |
| # -- Configuration ------------------------------------------------------------ | |
| readonly INSTALL_DIR="$HOME/.local/share/JetBrains/Toolbox" | |
| readonly SYMLINK_DIR="$HOME/.local/bin" | |
| readonly TMP_DIR="/tmp" | |
| readonly JETBRAINS_API_URL="https://data.services.jetbrains.com/products/releases?code=TBA&latest=true&type=release" | |
| readonly DEPENDENCIES=(curl wget jq tar) |
pacin php php-apcu php-gd php-intl php-ldap php-mcrypt php-tidy xdebugwget -qO- https://raw.githubusercontent.com/CHH/phpenv/master/bin/phpenv-install.sh | shgit clone git://github.com/php-build/php-build.git $HOME/.phpenv/plugins/php-buildphpenv rehash| # Filename : logoff.ps1 | |
| # Date : January 18, 2016 | |
| # Author : Nicolas JOUBERT | |
| # Description: Logoff script | |
| # ***************************** | |
| $strName = $env:username | |
| $strProfile = $env:userprofile | |
| $srvName = "srvweb" | |
| $atomProcess = Get-Process atom -ErrorAction SilentlyContinue |
| # Your init script | |
| # | |
| # Atom will evaluate this file each time a new window is opened. It is run | |
| # after packages are loaded/activated and after the previous editor state | |
| # has been restored. | |
| # | |
| # An example hack to log to the console when each text editor is saved. | |
| # | |
| # atom.workspace.observeTextEditors (editor) -> | |
| # editor.onDidSave -> |
| #Creation d'un gist |
| <?php | |
| $this->get('session')->getFlashBag()->add( | |
| 'notice', | |
| array( | |
| 'type' => 'info', | |
| 'class' => 'alert alert-info fade in', | |
| 'title' => 'Message flash :', | |
| 'dismissible' => 'alert-dismissible', | |
| 'buttonClose' => '<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>', | |
| 'message' => 'La page de contact n\'est pas encore disponible, merci de revenir plus tard.' |
| # installer les paquets suivants | |
| pacin php php-apcu php-gd php-intl php-ldap php-mcrypt php-pear xdebug | |
| # Modifier le fichier /etc/php/php.ini | |
| sudo vim /etc/php/php.ini | |
| ## Definir votre timezone | |
| date.timezone = Europe/Paris | |
| ## Modifier la variable open_basedir | |
| open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/:/usr/bin/php:/dev/null:/usr/local/bin/ | |
| ## Activer les extensions suivantes | |
| extension=exif.so |