Pseudo |
Code |
Nouveau ici |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias bw='brew' | |
alias bwd='brew doctor' | |
alias bwi='brew info' | |
alias bwo='brew outdated' | |
alias bws='brew search' | |
alias bwu='brew update' | |
alias cd..='cd ..' | |
alias dfh='df -h' | |
# alias la='ls -lhA' | |
# alias ll='ls -lh' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
divvy://import/YnBsaXN0MDDUAAEAAgADAAQABQAIAXABcVQkdG9wWCRvYmplY3RzWCR2ZXJzaW9uWSRhcmNoaXZlctEABgAHVHJvb3SAAa8QRgAJAAoAMABIAEkAUABXAFgAYABhAGkAagBxAHIAegB7AIQAhQCMAI0AlQCWAJ8AoACnAKgAsACxALkAugDBAMIAygDLANMA1ADbANwA5ADlAO0A7gD2APcA/wEAAQgBCQERARIBGgEbASMBJAEsAS0BNQE2AT4BPwFHAUgBUAFRAVkBWgFiAWMBawFsVSRudWxs0gALAAwADQAOViRjbGFzc1pOUy5vYmplY3RzgEWvECEADwAQABEAEgATABQAFQAWABcAGAAZABoAGwAcAB0AHgAfACAAIQAiACMAJAAlACYAJwAoACkAKgArACwALQAuAC+AAoAFgAeACYALgA2AD4ARgBOAFYAXgBmAG4AdgB+AIYAjgCWAJ4ApgCuALYAvgDGAM4A1gDeAOYA7gD2AP4BBgEPdADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AAsAPQA+AD8AQABBAD4AQgBDAEQAQABGAEIAR18QEnNlbGVjdGlvbkVuZENvbHVtbl8QEXNlbGVjdGlvblN0YXJ0Um93XGtleUNvbWJvQ29kZVdlbmFibGVkXWtleUNvbWJvRmxhZ3NfEBRzZWxlY3Rpb25TdGFydENvbHVtbltzaXplQ29sdW1uc1pzdWJkaXZpZGVkV25hbWVLZXlWZ2xvYmFsXxAPc2VsZWN0aW9uRW5kUm93WHNpemVSb3dzEAUQABAMCRIAGAAAEAYIgAMJEASABFZhbGxfdXDSAEoASwBMAE9YJGNsYXNzZXNaJGNsYXNzbmFtZaIATQBOWFNob3J0Y3V0WE5TT2JqZWN0WFNob3J0Y3V03QAxADIAMwA0ADUANgA3ADgAOQA6ADsAPAALAD0APgA+AEAAUgA+AEIAQwBUAEAAPQBCAEcJEgAYAAAIgAYJgARTY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server 0.fr.pool.ntp.org | |
server 1.fr.pool.ntp.org | |
server 2.fr.pool.ntp.org | |
server 3.fr.pool.ntp.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/csh | |
set ruby_version='2.5.9' | |
# Mise à jour quotidienne de sécurité | |
echo '#' >> /etc/crontab | |
echo '# Added by PostInstall - Applying Security Patches' >> /etc/crontab | |
echo '@daily root freebsd-update cron' >> /etc/crontab | |
# Programmes indispenssable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# $FreeBSD: branches/2016Q2/www/nginx/files/nginx.in 340872 2014-01-24 00:14:07Z mat $ | |
# PROVIDE: nginx | |
# REQUIRE: LOGIN cleanvar | |
# KEYWORD: shutdown | |
# | |
# Add the following lines to /etc/rc.conf to enable nginx: | |
# nginx_enable (bool): Set to "NO" by default. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/csh | |
set ruby_version='2.7.4' | |
# Mise à jour quotidienne de sécurité | |
echo '#' >> /etc/crontab | |
echo '# Added by PostInstall - Applying Security Patches' >> /etc/crontab | |
echo '@daily root freebsd-update cron' >> /etc/crontab | |
# Programmes indispenssable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
#-------------------------------- | |
# Dans une fenêtre de Terminal | |
#-------------------------------- | |
# mkdir -p ~/tmp && cd ~/tmp && curl https://gist.githubusercontent.com/papilip/b69ee2f630a32ec0f1f2093e145312e0/raw > osx_post_install.sh && chmod +x osx_post_install.sh && ./osx_post_install.sh | |
#-------------------------------- | |
# Installation de HomeBrew |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/usr/local/etc/nginx/servers/phpmyadmin.conf | |
server { | |
listen 80; | |
server_name localhost; | |
root /usr/local/share; | |
index index.php; | |
#error_log /usr/local/var/log/nginx/phpmyadmin.error.log; | |
#access_log /usr/local/var/log/nginx/phpmyadmin.access.log main; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ne pas oublier : | |
# git config --global core.excludesFile '~/.gitignore' | |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o |