function isValidMacAddress() { macAdd=document.getElementById('mac').value; var RegExPattern = /^[0-9a-fA-F:]+$/; if (!(macAdd.match(RegExPattern)) || macAdd.length != 17) { alert("Invalid Media Acces… more →
Sourabh Jainwrote 2 months ago: In trying to get a functional Wake-on-lan (WOL) solution into production, I quickly found that we ne … more →
wrote 2 months ago: I recently discovered a cute little front-end to nmap called zenmap. Zenmap is installed by default … more →
wrote 3 months ago: We all know that Windows Powershell didn’t have any CMDlets for Managing the Windows DHCP Serv … more →
wrote 4 months ago: function isValidMacAddress() { macAdd=document.getElementById('mac').value; var RegExPattern = /^[0- … more →
wrote 4 months ago: I have been working on a small php app to perform a network scan and fill a database with the discov … more →
wrote 4 months ago: Hi, First of all our best wishes for the new year. Today was my first day back after almost 2 weeks … more →
wrote 4 months ago: Problem Wake-On-Lan (WOL) seems to be not working when a machine is hibernated, in standby or in sle … more →
wrote 4 months ago: You want access to your home computer wherever you are, whatever you’re doing, whether that … more →
wrote 4 months ago: Wake Your Computer from Anywhere with Your Web Browser The easiest way to issue a Wake-on-LAN comman … more →
wrote 4 months ago: Enable Wake-on-LAN in Windows To enable Wake-on-LAN in Windows, right-click My Computer (or Computer … more →
wrote 4 months ago: … more →
wrote 4 months ago: How do I find my PC’s MAC address? The MAC (Media Access Control) address allows us to identif … more →
wrote 4 months ago: Bilgisayarınızı açtığınızda WakeMeOnLan bağlı olduğunuz ağı tarayıp ağdaki bilgisayarların mac adres … more →
wrote 5 months ago: Next Friday, December 14th, A-Wol is holding a Circus Trapeze workshop with Deena Marcum. Sign up on … more →
wrote 5 months ago: One of the things I have wanted to do with my new build is to try to be more energy efficient. As my … more →
wrote 7 months ago: Recently I cascaded a desktop to my eldest daughter and in turn got her old desktop to use as a serv … more →
wrote 8 months ago: At the organization that I work at, we have over a hundred Dells deployed in open labs and classroom … more →
wrote 8 months ago: Macs are generally good at honouring power saving controls, but occasionally your Mac will either no … more →
wrote 8 months ago: As i was going back home this summer, i thought – why not do some applied networking at home? … more →