Windows server 2012 Hyper-v virtual machine getting shutdown after a while
Windows server 2012 Hyper-v virtual machine getting shutdown
Windows server 2012 Hyper-v virtual machine getting shutdown
Windows 2012 shutdown issue. Event logs for shutdown or reboot of windows 2012 servers.
How to get back your wireless password from windows 10
How to search text in Ubuntu Linux 1- Install ack-grep by typing #sudo apt-get install ack-grep 2- Change to the directory where you want to search # ack-grep yourtext it…
My Phone was showing One hour ahead in IST time . I configured below setting in SIPDefault.cnf. It was showing one hour ahead due to dst_auto_adjust: was enabled. I just disabled its worked fine.
How to record linux ssh terminal output and replay it for all users
we can get it done using script command .you can save all the session from all users login in to your server and there activity. this will help you to troubleshoot the issues .
1- edit the profile file ( /etc/profile )and insert the below code.
…………………………………………………… if [ "x$SESSION_RECORD" = "x" ] then timestamp=$(date +%d-%m-%Y-%T) session_log=/var/log/session/session.$USER.$$.$timestamp SESSION_RECORD=started export SESSION_RECORD script -t -f -q 2>${session_log}.timing $session_log exit fi ……………………………………………………
2- create a directory to record session
How to install Cisco Configuration Professional on windows 10 64 Bit
How to install ISSABEL PBX by USB flash drive
1- Download ISSABEL ISO from https://www.issabel.org/latest-iso
2- Download RUFS utility https://rufus.ie/
3- Convert ISO to USB and choose Write in DD Inamge mode
How to configure GoIP GSM SIP VOIP Gateway with ISSABEL PBX
1- Login in to GoIP
GoIP default IP address is 192.168.8.1 default user name is admin password is admin .
Step 1- Create trunk in the ISSABEL PBX to configure GoIP
Some time you want to take backup of your server including application and settings .below are the easy method a small example 1- The first step is to create a…