The collected works of DraconianTimes

colin wrote: "CLEAR"
*WHOOMP*
Beep-Beep.....Beep-Beep.....Beep-Beep


heheheh :lol:

Last time I saw that was in a troll post on a *BSD article in Slashdot.
Comedy gold anyway!

:D
-Nick
I'm planning on a Yamaha YZF-R6 for sometime in 2007. Quite simply the sexiest piece of machinery I have ever seen in my life.

Image

However at £7,500.00 list in the UK (and insurance probably running at least £1,500.00 pa) it may have to wait. And no, the R1 is not an option as my death-wish is not *that* strong... ;)

Nick
Many congratulations!

Some tips for fatherhood here ... :lol:

Nick
I asked a question about a year or so back about making my own mirror of techpubs but was unsuccessful. In light of recent SGI developments, I'd like to create my own snapshots of all the current SGI & IRIX docs should they become unavailable in the future. I've got original IRIX CD media with various docs, but I'd really like to grab the newest document versions direct from SGI themselves and then burn them onto my own DVDs.

In my previous attempts I had tried using wget in various ways to grab the info, but this ended up giving me all sorts of issues with their CGI setup. Has anyone here got a sure-fire way of grabbing the docs (preferably PDFs) off of the SGI Techpubs site (in an automated fashion)?

Many thanks in advance!
Nick
I've tried the suggestions in the link but am having trouble getting it working.

Code:
$ cat grabdocs2.sh

#!/bin/sh
wget -r --accept="*.pdf,download.cgi*" \
--reject="browse.cgi,summary.cgi,init.cgi,help.cgi,feedback.cgi,shownew.cgi,listdocs.cgi" \
--domains=techpubs.sgi.com -nd -i techpubs.txt 2> log.txt &

$ cat techpubs.txt
http://techpubs.sgi.com/library/tpl/cgi-bin/browse.cgi?db=bks&coll=hdwr&pth=ALL
http://techpubs.sgi.com/library/tpl/cgi-bin/browse.cgi?db=bks&coll=0650&pth=ALL


It runs and dumps the html for each download's link page e.g.
Code:
...
-rw-r--r--  1 nick  nick  13641 May  9 22:16 download.cgi?coll=hdwr&db=bks&docnumber=860-0218-002
-rw-r--r--  1 nick  nick  13627 May  9 22:16 download.cgi?coll=hdwr&db=bks&docnumber=860-0219-002
-rw-r--r--  1 nick  nick  13549 May  9 22:25 download.cgi?coll=hdwr&db=bks&docnumber=860-0220-001
-rw-r--r--  1 nick  nick  13557 May  9 22:25 download.cgi?coll=hdwr&db=bks&docnumber=860-0221-001
-rw-r--r--  1 nick  nick  13505 May  9 22:26 download.cgi?coll=hdwr&db=bks&docnumber=860-0222-001
-rw-r--r--  1 nick  nick  13576 May  9 22:26 download.cgi?coll=hdwr&db=bks&docnumber=860-0223-001
...


Any ideas where I might be going wrong?

Thanks!
Nick
jan-jaap wrote:
Various Linuxisms (debian 3.1) may be hidden in here.


I changed /bin/bash to /bin/sh (ksh) here on OpenBSD and it seems to be working just fine. Am now downloading the needed 6.5 and Hardware docs to my local server.

Really great scripts - very much appreciated.

Many thanks again.

Nick
My real name is Nick and I am rapidly approaching thirty. My wife is called Nicola and on Sunday we celebrated our first wedding anniversary :D

I work as an information security consultant through my own company which I set up about 18 months ago after spending many years at the UK Ministry of Defence. Am currently contracted to a large US insurance firm working on UNIX hardening, SOX/HIPPA/FSA/DPA compliance, general incident response and risk assessment work.

I'm doing a part-time MSc in Information Security at the Royal Holloway and am due to graduate next year. After that I'd like to study Modern Arabic (recent holiday to Jordan made me fall in love with the language). My interests are archery, heavy metal, anime and I love old UNIX kit (esp SGI/SUN). I've been working with UNIX systems for about 12 years.

Nice to meet you all.

Nick
Probably too recent, but may offer something?? : Problem Solving and Troubleshooting in AIX 5L (pdf)

Good luck.
Nick
I did the CCNA last year, passed it and then had the good intentions of going on to study towards the CCSP (more my area of work), but have not found enough free time to study for it because I'm also doing a part-time MSc ( glutton for punishment here... :D ). What I do remember well from the exam is the need to know your calculations for working out the subnetting/no. of hosts etc etc - I clicked "Finish" with about 3 secs to spare, mostly owing to the fact that I panicked and fluffed up my calculations. Those who are more maths capable than me probably say "WTF, that stuff's easy" but I found it tough.

Good luck with your exam.

Nick
WolvesOfTheNight wrote:
Well, I took the test today and passed it! ... If I get an evil manager that refuses to let me use documentation then I am doomed, but I should otherwise be fine. Besides, I doubt that there are very many real life situations where you are given 5 variations of the same command and have to choose the one with the correct syntax ...


Congratulations on passing! One thing to remember is that for most tech jobs the expectation is that staff know a wide range of products (Good chances your network admin post will have you looking after some Juniper/Extreme/Foundry etc etc too). It isn't so much knowing every single undocumented feature or quirky wierdness out there, but knowing where to go to find that information. A manager doesn't need to know every single detail of the job function/team he is managing, but he does need to know which team members have the various skills to get stuff done, and you need to approach situations in the same fashion. Get to know the Cisco site layout, tech support areas, main independent support forums (start lurking and making note of answers to their FAQs) and how to go about searching for info. You'll find most CCIEs still having to look up references from time to time.

The Cisco books are very good, but as with anything nothing beats hands-on experience and time in the field. Start preparing now for the CCNP. Get the router sims, maybe even buy some cheap routers off eBay or from liquidation - setup a home network with various protocols, then maybe ask a mate to serial in and break something for you so you have to diagnose & fix. This is a great way of learning without having your salary on the line. :D

Good luck with the job hunt.

Nick
WolvesOfTheNight wrote:
I don't know if I will do a CCDP or not ...
I picked up a CCDA self study book thinking that it would be more interested in it than memorizing IOS commands ...


The CCDA/CCDP is more aimed at the sales and high-level architecture type people. If you want to get your hands dirty in techy network stuff, stick with the CCNP route. If you're interested in the security aspects & firewalls side, go for the CCSP. However, for the security route also be sure to get experience in Checkpoint's stuff too as many orgs use both.

Nick