macOS – Editing the Hosts File
KB ID 0001268 Another guest post from Daniel Newton Problem I’ve had windows for years; I knew the OS inside out. Recently, I switched to Mac. But I wondered how to edit the hosts file for my VPN connections and my servers. After some research, I found out how to do it and thought I will document it on PeteNetLive! 🙂 Solution Open a terminal session and type in the following command; Sudo nano /etc/hosts Note: I’m using nano for this...
Mac OSX and Linux – Quick and Dirty Web Server
KB ID 0001157 Problem I was clearing out some old emails yesterday, and saw one my colleague Steve had sent me. It was info on how to fire up a quick web server on your mac. It wasn’t until I took a look at it, I realised how handy it was. After some reading, I found that it was not only possible on a mac, but on other flavours of Linux as well, (as long as they support ‘python’ and have it loaded). WHAT USE IS...
Ubuntu – Joining / Logging into Windows Domains
KB ID 0000384 Problem You have a Linux client machine, and you want to authenticate to, and log into a Windows domain. I don’t have too much history with Linux, but from what I’ve read this used to be a nightmare. Using Ubuntu (10.10) I did have a couple of hiccups, but I did get there in the end. Note: The domain controller is a Windows 2008 R2 Server. Solution Notes 1. The commands needed to install the...