Categories
- Blog (1)
- Grandstream UCM (1)
- IP Telephony (45)
- KVM (1)
- Linux (54)
- Microsoft (5)
- Mikrotik (14)
- Network (16)
- Paloalto Firewall (1)
- Uncategorized (196)
- Vicidial (6)
- VMware (67)
-
Recent Posts
- Integrating VICIdial with CRM: Solving Custom Field and Data Sync Issues
- How to Remove +91 / 91 from Incoming Caller ID in VICIdial (Fix Lead Matching Issue)
- How to Retrieve VICIdial Admin Password from MySQL Database
- How to Manage KVM Virtual Machines on Ubuntu Server Using virsh
- Palo Alto UNAT Configuration – Step-by-Step Lab Guide (LAN → DMZ via WAN)
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
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 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
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
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
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