File Transfer

I need to revise file transfer over TCP/IP. This article consists of links on encryption, sftp man pages, restricting shell escapes, sshd, ssh keys, restarts and scp.

Read more

Open SUSE

Recently I have been working with Open SUSE, this has some interesting and frustrating differences to the Linux versions I am used to. These notes talk about Samba, Services and the Firewall.

Read more

Virtual Box

This page has been live for a long time. Sun Microsystems bought Innotek the authors of Virtual Box, an opensource virtualisation product in 2008. It permits Windows/Linux/Solaris guests on the same operating system. I probably started this page slightly later, my first oracle blog on it was dated May 2008. It mainly describes any guest…

Read more

Shell Programming

At some point, I wrote. “This page never seems to age, …” it just contains some idioms I like to use in my .login and/or .bashrc files. I don’t do this so often as when I started the page but the MAC keeps it in the house, and I have installed cygwin on nearly all…

Read more

Discovering Linux ‘Distro’ Facts

This article documents my version of whatdistro,  I needed a User Procedure to report certain distro facts.  I wrote a script called showdistro which works on a bunch of distros with varying verboseness. This is now implemented as a function on github : https://github.com/dfl1955/ubuntu-tools/blob/master/dfl1955_functions implemented as whatdistro.

Read more

Amazon Web Services

I created this article in 2011, it was copied across to the wordpress wiki in the summer of 2013, and then amended in November 2013. I returned to it in Feb 2015, to document my adventures with wordpress. In 2017, I wanted to return to VNC/RDP and so came back to this page and I reviewed the…

Read more

Samba

Not just for file sharing, but also supports printing and name services. I now make it part of my standard Linux builds within Virtual Box but it is a pain in the arse with Ubuntu, it never seems to work out of the box.

Read more

Snipsnap & Ubuntu

I decided to make an install of Snipsnap on my favourite Linux. I am using Ubuntu 9.0. This snip talks about how to, and configuring the rc.d files. It must be pretty useless now, and I have marked it deprecated and is another page that points at my mirror and thus needs to acknowledge that…

Read more

LAMP & Ubuntu

This should be easier, but I think made harder because I corrupted my Firefox applications helper list, and then chose the wrong way out My problem, the browser tries to download index.phtml, in retrospect because, I believe that the module wasn’t properly installed into apache. Using Ubuntu 9.04 The Right Way This page, Apache MySQL…

Read more

LLTD on Linux

It seems this is possible, and would be useful for work where all the laptops are Vista machines. This is deprecated, but if you want to see my notes, made in 2009, then read more …

Read more

Implementing a DHCP Client with BT Home Hub 2.0

The BT Home Hub supports dynamic and static i.e. file IP acquisition strategies for networked systems. It also permits the “fixing” of addresses to a dynamic client. I have implemented dynamic but fixed addresses on my three servers.  So note, we now have dynamic, fixed and static addresses. One needs to be clear when asking…

Read more