Last night whilst attempting to configure our Hyper-V cluster I managed to hit the following problem when trying to add additional VM’s, which were contained on the same Disk LUN and Server ‘an error was
Continue ReadingAuthor: Luke Smith
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” #
Continue ReadingASP 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 =
Continue Reading