Category: networking

  • Malware & P%$n

    Malware & P%$n

    Keeping 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 Lan

    Scenario: 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 Network

    I 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 HTC

    Sudo 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 network

    Just 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…