Loading

Monthly Archive: September 2008

Sep
26

Installing SSH on the Linkstation

To install SSH run though the following useradd sshd cd <folder_for_compiling> wget ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-4.3p2.tar.gz tar xzvf openssh-4.3p2.tar.gz cd openssh-4.3p2 ./configure –without-zlib-version-check make make install Create the following statup script: ===== #! /bin/sh # export USER=”root” # NAME=ssh start() {     if [ ! -d /var/empty ]; then         mkdir /var/empty     fi�     /usr/local/sbin/sshd } stop() …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/26/installing-ssh-on-the-linkstation/

Sep
24

ASP SQL Nested Loop doing the Loop

Nesting the loop, Important thing to note make sure that you use recordset   <%@ LANGUAGE=”VBSCRIPT” %> <% response.cachecontrol = “Public” %> <%Response.Buffer = False%> <HTML> <HEAD> <TITLE>Title</TITLE> </HEAD> <% Set conn= Server.CreateObject(“ADODB.Connection”) conn.ConnectionTimeout = Session(“Support_ConnectionTimeout”) conn.CommandTimeout = Session(“Support_CommandTimeout”) conn.Open Session(“Support_ConnectionString”), Session(“Support_RuntimeUserName”), Session(“Support_RuntimePassword”) Set cmdTemp = Server.CreateObject(“ADODB.Command”) Set rs1 = Server.CreateObject(“ADODB.Recordset”) cmdTemp.CommandText = “exec sp” …

Continue reading »

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/24/asp-nested-loop-doing-the-loop/

Sep
18

MS release Vitualisation Platform Design and Planning Documents

MS have now released there vitualisation platform design and planning documents;   they can be found here: http://www.microsoft.com/downloads/details.aspx?FamilyId=AD3921FB-8224-4681-9064-075FDF042B0C&displaylang=en

Permanent link to this article: http://www.tsls.co.uk/index.php/2008/09/18/ms-release-vitualisation-platform-design-and-planning-documents/

Older posts «