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
| SELECT | |
| Table_Catalog | |
| ,Table_Schema | |
| ,Table_Name | |
| ,Column_Name | |
| ,Column_Type | |
| FROM INFORMATION_SCHEMA.COLUMNS | |
| WHERE Table_Schema = "nom de la base à lister" |
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
| FILESYSTEM INFORMATIONS | |
| ----------------------- | |
| http://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/usr.html | |
| COMMANDES UTILES | |
| ---------------- | |
| du -hs /home Donne la taille du contenu de /home | |
| df -k Affic les taux d'occupation des systèmes de fichiers | |
| cp /home/fichier.html{,.bak} equivalent de cp /home/fichier.html /home/fichier.html.bak | |
| mount.cifs //serveur/partage /mnt/montage -o username=throud,password=pass Montage d'un partage samba |
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
| # For chromixium 1.5 | |
| # sh ./install.sh | |
| # rm ./install.sh | |
| sudo apt-get update -y | |
| sudo apt-get upgrade -y | |
| mkdir $HOME/bin |
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
| #phpstorm | |
| /.idea/ | |
| #netbeans | |
| /nbproject/ | |
| /build/ | |
| #composer |
NewerOlder