Divers
Sommaire
Test
Google map embed générator : https://www.embed-map.com/
Todo
Piwik
https://www.codelibrary.me/2015/05/24/avoid-ad-blockers-with-piwik-analytics/
Domotic
Debian
http://pazpop.fr/surveiller-son-serveur-simplement-sous-gnulinux-debian/
http://pazpop.fr/speedtest-en-ligne-de-commande-sous-gnulinux/
http://www.tux-planet.fr/contrer-une-attaque-ddos-de-type-syn-flood-sous-linux/
http://pazpop.fr/mise-en-place-d-un-lvm-sous-gnulinux-debian-avec-webmin/
http://blupgnup.com/servers/ispconfig-3-installation-debian/
fail to ban
http://elliptips.info/guide-debian-7-partie-58-fail2ban-gardien-de-votre-serveur/
https://raw.githubusercontent.com/robinparisi/debian-scripts/master/firewall.sh
http://www.admin-debian.com/securite/commandes-iptables/
https://wiki.debian.org/iptables
http://elliptips.info/guide-debian-7-gerer-le-trafic-entrant-et-sortant-avec-iptables/
JS
http://elliptips.info/clmtrackr-suivre-les-expressions-dun-visage-en-javascript/
http://elliptips.info/instantclick-accelerer-la-navigation-de-son-site-web/
SEO
http://elliptips.info/un-guide-avance-du-seo/
SSH MANAGER
https://github.com/robinparisi/ssh-manager
http://elliptips.info/ssh-manager-script-gerer-connexions-ssh/
vpn
https://www.kali.org/downloads/
Linux
Fix log
- FIX user.log Message : Oct 20 05:22:59 froggdebian mpt-statusd: detected non-optimal RAID status
apt-get remove mpt-status
Folder open
cd /way/to/folder/ to be able to cd folder need x (excetue permission) to the user who try to CD
Général
- Free.fr
login : http://subscribe.free.fr/login
login pageperso : http://ftpperso.free.fr/
stats pageperso : http://statperso.free.fr/
webmail pageperso : http://imp.free.fr/
webmail configuration: https://subscribe.free.fr/login/login.pl?login={webmailWithout@}
supprimer pages perso / email : https://assistance.free.fr/contact/index.php
Virtual Box
- mount dossier partagé debian 7
mount -t vboxsf {nom du point} {répertoire Linux}
- invité sous debian 8
http://pazpop.fr/installer-les-additions-invite-de-virtualbox-sur-debian-8/
- CHANGE VIRTAL BOX DISQUE UUID
C:\Program Files\Oracle VM VirtualBox> VBoxManage internalcommands sethduuid D:\VM\KW-Official-Test-Server\Debian_X64_Web_UI.vdi
Sauvegardes
Norton Ghost
Cobian BackUp
SyncBackFree
Sécurité
KALI
CVE
SOFT
webalizer http://pkgs.fedoraproject.org/git/webalizer.git
awstats http://kb.gosi.at/content/33/88/en/how-to-install-awstats-70-on-debian-lenny_squeeze.html
ntopng
http://www.ntop.org/products/ntop/
http://www.tigracon.com/tutorials/tigra32/index.html
ESXI
ajouter les infos DNS + config
esxi unable to unmount nfs, must use SSH :
# list nfs esxcli storage nfs list
# remove nfs volume esxcli storage nfs remove -v {NFSNAME}
Apache
Apache 307 redirect keep post value http://stackoverflow.com/questions/13628831/apache-301-redirect-and-preserving-post-data
Nginx
- convert .htaccess to nginx
http://winginx.com/en/htaccess
Windows
Windows 7+
- fully remove IPv6
1. disable from network management 2. if exist disable IPv6 options in netword card advanced propreties 3. regedit HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ TCPIP6 \ Parameters and add a "DWORD (32-bit) Value" named "DisabledComponents" with "ffffffff" (8) as value
Excel VBA
- progress bar
http://www.excel-easy.com/vba/examples/progress-indicator.html
JS
D&D + sortable http://jsfiddle.net/petersendidit/YDZJs/1/