45 private links
Une bonne nouvelle !
The table is pretty intelligible doing a mere, first comes the Main: and then Local:
cat /proc/net/fib_trie
or to see your network, IP addresses and netmask:
cat /proc/net/fib_trie | grep "|--" | egrep -v "0.0.0.0| 127."
|-- 193.136.1.0
|-- 193.136.1.2
|-- 193.136.1.255
|-- 193.136.1.0
|-- 193.136.1.2
|-- 193.136.1.255
grep '32 host LOCAL' -B 1 /proc/net/fib_trie | grep -Po '|-- \K(.*)' | grep -v '127.0.0.1' | sort | uniq | tr '\n' ' '
sinon via une commande propre : "hostname --all-ip-addresses || hostname -I"
Avis pertinent et intéressant sur l'offre fibre Orange.
How to shrink a VMDK: Shrinking a virtual disk in VMware ESXi
Posted in Computing, VMware
First open up Disk Management in Computer Management in your guest Windows environment.
Right click the volume on the disk you want to shrink.
Windows will inform you the maximum amount it can shrink the disk by. Choose an amount that you wish to actually shrink it by and click Shrink.
shrinkF
Windows will start the shrinking process and it might take some time and appear to be hanging as Windows will actually be defragmenting the disk in order to consolidate the free space towards the end of the disk before resizing the volume.
Once it is done and you are satisfied that the volume on the disk is the size you want it then you need to shut down the VM.
SSH into the host and copy the VMDK file to make a backup of it, just the descriptor file not the flat file.
cp vmname.vmdk vmname-original.vmdk
Open up the VMDK file in a text editor and find the line that describes the size of the flat file. Similar to the following
Extent description
RW 209715200 VMFS “vmname-flat.vmdk”
The number is the size of the virtual disk in terms of disk sectors, where each sector is 512 bytes. So a 100GB virtual disk is 209715200 sectors.
You will need to change this number to correspond to the new disk size where x = size in GB
vmdk_size = [x * (1024*1024*1024)] / 512
I have chosen to shrink my disk to 60gb, so my new Extent description now reads as follows:
Extent description
RW 125829120 VMFS “vmname-flat.vmdk”
You now need to clone the drive to get it to the new size:
vmkfstools -i vmname.vmdk vmname-new.vmdk
The bit we are interested in is the newly created vmname-new-flat.vmdk file.
Rename the old flat file from vmname-flat.vmdk to vmname-flat-old.vmdk
and rename the vmname-new-flat.vmdk file to vmname-flat.vmdk
Start the VM up and it should show the new smaller disk. When you are satisfied that everything is working you can now delete the old unneeded files from your datastore.
Heu... J'aimerai savoir pourquoi 4 SSD flanchent d'un coup ?
Ça paraît normal, mais il faut le rappeler.
Il va mourir pour la sixième fois cette année... Ça commence à faire beaucoup non ?
À lire aussi : sur les épaules de Darwin de JC Amesseine.
Ou screen.
Cool ! L'application est déjà pas mal mais en plus elle évolue !
-> QPC : un avocat attaque le nouveau délit de consultation de sites terroristes https://t.co/QLwNTo6bkN via @nextinpact
Et pour info, le survol de la souris sur un lien peut charger des éléments du lien (page, dns, etc). On vous aura prévenu.
En attendant, énormément de villes sont sous le monopole d'Orange qui fait payer la fibre à prix cher, voire détonnant. Bienvenue dans l'Internet à deux vitesses d'Orange...
Va y avoir des crampes...
Oui, je comprends bien. J'y pense tous les jours depuis déjà quelques mois. Et si le monde du travail pouvait un peu plus correspondre à mes attentes ? À mes convictions ?
Désolé mais pour les écouteurs, c'est fini...
http://www.securite-routiere.gouv.fr/medias/espace-presse/publications-presse/a-partir-du-1er-juillet-interdiction-du-port-d-ecouteurs-oreillettes-ou-casques-audio-en-conduisant2
Je pense que d'ici 23 ans, tu auras trouvé un nouveau modèle de voiture en corrélation avec tes besoins.
Énorme !
Et bim !
À noter que si j'ai loupé mon gratin hier c'est à cause des migrants, et que s'il pleut en Bretagne, c'est aussi à cause des migrants. Et la bombe nucléaire, c'est les migrants. La hausse de 40% des dividendes des actionnaires du CAC40, c'est aussi les migrants. On continue avec vos conneries ou c'est assez gros ?
Oui mais pas toujours. Grep sait via -P géré beaucoup d'expressions régulières et en comparaison avec awk, grep reste plus rapide sur la capture d'un ou deux groupe