# Mind of tjiho # Lol lol wmic path softwareLicensingService get OA3xOriginalProductKey > KG2NM-3WRRC-VKX3W-H7Y72-MP2KC # Ciné 2021 - [x] drunk - [x] adieu les cons - [ ] balloon - [x] mandibules - [ ] Si le vent tombe - [x] Vers la bataille - [ ] Hospitalité - [ ] Il mio Corpo - [ ] annette - [ ] titane - [ ] drive my car --- Simon: - [ ] Harakiri (Seppuku) - [ ] nausicaa et la vallée du vent --- Other: - [ ] district 9 - [ ] Jungle Cruise - [ ] Le Goût des autres --- - [ ] house - [ ] pentipoule ## api ciné https://www.bdfci.info/ cineserie.com # Super Frigo ## Food recognition: ### Datasets - [https://www.kaggle.com/moltean/fruits](https://www.kaggle.com/moltean/fruits) - [https://www.tensorflow.org/datasets/catalog/food101](https://www.tensorflow.org/datasets/catalog/food101) ### Code - [https://github.com/neuronest/food-recognition-azureml](https://github.com/neuronest/food-recognition-azureml) # Commandes `grep -n `: search text in all file and display line `netstat -ltup`: affiche les connections actives [![](https://wiki.ppsfleet.navy/uploads/images/gallery/2022-01/scaled-1680-/image-1641251899365.png)](https://wiki.ppsfleet.navy/uploads/images/gallery/2022-01/image-1641251899365.png) ## wifi `sudo iw wlp3s0f3u2u2 set power_save off` `nmcli connection modify Clochette wifi.powersave disable` https://www.linuxtricks.fr/wiki/networkmanager-se-connecter-en-wi-fi-en-cli-avec-nmcli ## sound ``` wpctl set-default 58 wpctl status wpctl set-volume @DEFAULT_SINK@ .10- # decrease sound by 10% ``` ## Systemd ``` # Automatic start-up of systemd user instances loginctl enable-linger ``` # Git ## Merge - Merge: `git merge origin/architecture` - Squash (on remplace tout par un seul commit): `git merge --squash origin/architecture` - Rebase (un jolie merge): `git rebase origin/architecture` # grub option pour vieux pc - pci=nomsi - reboot=pci - acpi=force - apm=power\_off Dans /etc/default/grub puis update-grub http://mylinuxexplore.blogspot.com/2011/11/solved-ubuntu-doesnt-shutdown-properly.html # musique - Dès Que Le Vent Soufflera ( Renaud) - San Francisco (forestier) - j'ai demandé a la lune (indochine) - le chène liège (cabre) - Les Murs de poussière (cabrel) - je veux (zaz) # Snippets vscode `fichier > préférences > configurer les extraits de code` ## vue-js ```json { // Place your snippets for vue here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the // same ids are connected. // Example: // "Print to console": { // "prefix": "log", // "body": [ // "console.log("$1");", // "$2" // ], // "description": "Log output to console" // } "component": { "prefix": "