CertUtil -hashfile [FILENAME] SHA256
or
fciv [FILENAME] -sha1 > filename.txt
Linux Tutorial and something else…..
I don't know what's the matter with people: they don't learn by understanding, they learn by some other way — by rote or something. Their knowledge is so fragile! (Feynman)
CertUtil -hashfile [FILENAME] SHA256
or
fciv [FILENAME] -sha1 > filename.txt
gpupdate /force
a) Shutdown /r /t 0
b) Shutdown /s /t 0
a) Restart after 0 second
b) Shutdown after 0 second
mount -t cifs //192.168.51.21/SWIFT-production/ /mnt/SWIFT-production -o user=foras,domain=farad.local
to give all permission
mount -t cifs //192.168.51.21/SWIFT-production/ /mnt/SWIFT-production -o user=foras,domain=farad.local,rw,file_mode=0777,dir_mode=0777
remove user tomcat from group root : gpasswd -d tomcat root
unmount with force a folder : umount -f -l /mnt/SWIFT-production/
In windows server 2012 : msg * In 5 minutes the server will be restarted
The Net Send command has the following syntax:
net send {username | * | /domain[:domainname] | /users} message
where
username – user name, computer name, or messaging name to which you want to send the message;
* – sends the message to all names in your domain or workgroup;
/domain[:domainname] – sends the message to all names in the computer’s domain or in the specified domain;
/users – sends the message to all users connected to the server;
message – specifies text of the message.