Author Archives: Gkhan

How to find windows uptime

How to find windows uptime Option 1: 1.  Go to “Start” -> “Run“. 2.  Write “CMD” and press on “Enter” key. 3.  Write the command “net statistics server” and press on “Enter” key. 4.  The line that start with “Statistics … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

MySQL Query Examples

MySQL  Queries Examples

Posted in Uncategorized | Leave a comment

Linux Commands Examples

find                                              Search files and folders crontab                                       Schedules the jobs ls                                                  Directory listing iptables                                       Firewall netstat                                         Connection status

Posted in Linux | Leave a comment

Cisco UCS important Links

Cisco UCS Site prepration Guide Download here Cisco UCS 5108 Hardware Installation Guide Download here Cisco UCS 6100 Series Fabric Interconnect Hardware Specs Download here Cisco UCS 6100 Series Fabric Interconnect Hardware installation Guide  here Cisco Data Center Infrastructure 2.5 Design … Continue reading

Posted in Uncategorized | Leave a comment

How to create NFS Share on CentOS

How to create NFS Share on CentOS NFS services should be install  check the services service nfs status which folder you want to share for Example /home/ISOFiles NFS share information kept in /etc/exports file so edit the file and add … Continue reading

Posted in Linux, VMware | Tagged | Leave a comment

How to transfer files between linux and windows over ssh

1- how to transfer files between linux servers over ssh #scp source  username@destination ip:/destination path For example :- I want to transfer files from local linux machine to remote linux server over ssh #scp abc.tar  root@192.168.1.1:/var/ How to transfer files … Continue reading

Posted in Linux | Leave a comment

How to get hard drive utilization report of remote computers

How to get hard drive utilization report of remote computers This script will get a list of computers and output the hard drive information to a pretty html file. You can also just specify the computer(s) on the command line … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

How to configure Microsoft iSCSI

How to configure Microsoft iSCSI The Microsoft iSCSI Software Initiator enables connection of a Windows host to an external iSCSI storage array using Ethernet NICs. This download can be installed on Windows Server 2003, Windows XP, and Windows 2000. For … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Windows update Troubleshooting

Windows update Troubleshooting Use below command for detecting windows updates wuauclt /detectnow Restart the services net stop wuauserv net start wuauserv wuauclt /r /ReportNow If things still aren’t working, the Windows Update log can be found at   ( %systemroot%\WindowsUpdate.log.) The … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

SSH Session recording script

SSH Session recording script If you want to record your root ssh session  create a file .bash_profile  . and copy below line by line change the email address where you want to recive the SSH log mail. nano /root/.bash_profile CURDATE=$(date … Continue reading

Posted in Linux | Tagged | Leave a comment