Tag Archives: Linux

Security enhancing your Ubuntu LAMP with Apparmor

sudo aa-genprof apache2 When you see the following message Would you like to enable access to the profile repository? (E)nable Repository / (D)isable Repository / Ask Me (L)ater Select E for enable. You’ll see the following message Writing updated profile … Continue reading

Posted in Computing Tips, Linux, Personal | Tagged , , | Leave a comment

Configuring a static IP address on Lucid Lynx

I didn’t know this, but seemingly you have to remove the network manager  before you set up a static Ethernet IP on Lucid Lynx. Remove Network Manager. sudo apt-get remove network-manager Then follow the instructions here. References: Ubuntuguide.com

Posted in Computing Tips, Linux | Tagged , | Leave a comment

Setting up Samba on Ubuntu LTS 8.04 Hardy Heron

Installing Samba The first thing to do if you havn’t done so already, is install samba and the associate tools. To install samba on Ubuntu Hardy Heron (I’m assuming of course that your linux box is connected to the internet). … Continue reading

Posted in Computing Tips, Linux, Personal | Tagged , | Leave a comment

Setting up NFS on a home linux box

NFS Server Installation I’ve built my own home server called (Orion) you can read the details here, currently, I’m in the process of installing NFS so that I can access my files from my Linux Workstation. Home network setup Server … Continue reading

Posted in Linux, Personal | Tagged , | Leave a comment

Setting up a static IP on a linux box

Setting up a static IP address My wireless gateway has a static external IP address (Provided by my ISP), this enables me to  have forward and reverse DNS resolution. Forward resolution is provided by dyndns.com and reverse dns resolution is … Continue reading

Posted in Linux, Personal | Tagged , | 1 Comment