Categories
- Blog (1)
- Grandstream UCM (1)
- IP Telephony (45)
- KVM (1)
- Linux (54)
- Microsoft (5)
- Mikrotik (14)
- Network (16)
- Paloalto Firewall (1)
- Uncategorized (197)
- Vicidial (6)
- VMware (67)
-
Recent Posts
- How to Import PNETLab OVA into Proxmox VE 8 Successfully: Complete Step-by-Step Guide (Fix Hard Disk Not Found & Virtualization Issues)
- 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
Author Archives: Gkhan
auto login in Windows 2003
auto login in Windows 2003 Use Registry Editor (Regedt32.exe) to turn on automatic logon, follow these steps: Click Start, and then click Run. In the Open box, type Regedt32.exe, and then press ENTER. Locate the following subkey in the … Continue reading
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