blog.stefaniak.fr blog.stefaniak.fr
  • vSphere
  • Windows
  • Linux
  • Base de données
  • JEUX
  • Cuisine

Afficher les pilotes Réseau/HBA utilisé

Détails
Ludo
vSphere
14 janvier 2019

Read more …
Ecrire un commentaire (0 Commentaires)

Determining space used for each table in a SQL Server database

Détails
Ludo
Base de données
12 janvier 2019

Read more …
Ecrire un commentaire (0 Commentaires)

Commandes utiles

Détails
Ludo
Linux
12 janvier 2019

Display the 10 biggest directories in the current working directory

du -a | sort -n -r | head -n 10


Display the 10 biggest directories in the current working directory (Human readable)

du -hs * | sort -rh | head -n 10


Trouver un fichier a partir du dossier actuel

find . | grep nom_du_fichier
find . -iname nom_du_fichier

Afficher l'espace utilisé par les fichiers ou dossiers:

du -h

(disk usage)

du -h -d 1

(Permet de se limiter a un sous dossier)

Chercher dans less

/

Cherche vers le bas

?

Cherche vers le haut

n

recherche suivante

N

recherche precedente

Ecrire un commentaire (0 Commentaires)

Installer Cinnamon sur Debian 8/9/10

Détails
Ludo
Linux
12 avril 2018

Installer seulement Cinnamon:

apt-get update && apt-get install cinnamon cinnamon-l10n


Installer Cinnamon + muffin et zenity

apt-get update && apt-get install cinnamon-core cinnamon-l10n


Installer Cinnamon + common desktop softwares

apt-get update && apt-get install cinnamon-desktop-environment cinnamon-l10n
Read more …
Ecrire un commentaire (0 Commentaires)

Stop a hung service

Détails
Ludo
Windows
3 janvier 2018

To kill the service you have to know its PID or Process ID. To find this just type the following in at a command prompt:

sc queryex servicename

Replace "servicename" with the services registry name. For example: Print Spooler is spooler.

Identify the PID
After running the query you will by presented with a list of details. You will want to locate the PID. (Highlighted)

Run the Taskkill command
Now that you have the PID, you can run the following command to kill the hung process:

taskkill /f /pid [PID]

This will force kill the hung service. Exemple:

Taskkill /IM vpxd.exe /F
Ecrire un commentaire (0 Commentaires)

vSphere Pricing and Packaging

Détails
Ludo
vSphere
3 janvier 2018

vSphere 5.0 Pricing and Packaging White Paper
vSphere 5.1 Pricing and Packaging White Paper
vSphere 5.5 Pricing and Packaging White Paper
vSphere 6.0 Pricing and Packaging White Paper
vSphere 6.5 Pricing and Packaging White Paper

Ecrire un commentaire (0 Commentaires)
  • Début
  • Précédent
  • 1
  • 2
  • 3
  • 4
  • Suivant
  • Fin
Bootstrap is a front-end framework of Twitter, Inc. Code licensed under MIT License. Font Awesome font licensed under SIL OFL 1.1.