Hello Reader! If you having the timestamp generated by Unix and you want it to be in format of time then you can use the example code below:- function MakeTime(TimeUnix) { var d = new Date(TimeUnix); ...
whoami: command tells you which user you are currently logged in as. This can be useful when working on a system with multiple users. If you start typing a command but change your mind, you can use ...
1. create a folder where you want to store the files of the server. 2. Open **server.py** and update the directory of **root** to where the folder is 3. configure the ips of the other two servers in * ...