Category: networking
- 
		 Malware & P%$nKeeping Malware and Adult content away from your kids can be a near impossible task. You either need to sit with your kids while they’re online or just accept that they will come across things you might not want them to see, & things that will most certainly infect your device. There isn’t a lot… 
- 
		
		
		Setting Up Wake On LanScenario: Work LAN. Target PC is running Win XP My PC is running KUBUNTU Target MOBO = P5L-VM 1394 Changed BIOS to allow WOL (PCI and PCIE enabled in APM) Open Device Manager in Target, Find Network card. Change Wake settings to magic packet and enabled. I install etherwake sudo apt-get install etherwake I have… 
- 
		
		
		Connecting to MySQL via MySQL Administrator on a Local NetworkI have a dev server rack in my home, and being the geek that I am I have PC’s everywhere throughout my house all networked according to their jobs. My command centre (Office and Gaming centre) is where I do most of my work, but my files and sites are stored on a dev share… 
- 
		
		
		Tethering HTCSudo route del default Sudo nmap -sP 192.168.42.192/24 To find phone ip Sudo route add default gw Sudo nano /etc/resolv.conf Comment out old dns. To revert: Sudo service networking restart 
- 
		
		
		Finding PCs on a linux networkJust installed Kubuntu on my Work PC, Server is linux, dev server is linux, 3 other PCs are different versions of Windows. sudo nmap -O ipaddress/24 This will list all ips alive and their ports and guess the OS. there is a version of Nmap available for Windows, having not used it though, I cannot…