Sponsored Content
Full Discussion: Following Cables for Fun!
The Lounge War Stories Following Cables for Fun! Post 302883598 by gull04 on Wednesday 15th of January 2014 10:55:58 AM
Old 01-15-2014
Following Cables for Fun!

Hi Folks,

I came accross this picture taken a number of years ago now, I just thought I'd share it with you guys. We were in the process of removing equipment from the Data Centre and had followed the cable through to this area, where one of the old patch areas had been.

When we lifted the floor tiles to access the void which I should point out was 24" deep, we found this - the pair of cutters in the picture may let yo know what happened next.

As an aside, after disturbing the tiles I had to leap up and down on them to get them to go back down. So, this is what 45 years of cumulative cabling looks like for anyone that want's to know.

Regards

Dave
Following Cables for Fun!-20100626_002jpg
This User Gave Thanks to gull04 For This Post:
 

9 More Discussions You Might Find Interesting

1. Solaris

Scsi cables - which ones?

Is there any specific scsi cables that you need to get when connecting a tape drive or external storage or does one type of cable fit all? ie. I can buy the following: HD68 to HD68 with Ferrites supports S-E Ultra/Wide transfer rates. But will this work for tape drives and storage? I... (1 Reply)
Discussion started by: frustrated1
1 Replies

2. IP Networking

fc cables

hi friends, we are using fc cables and fc switches,u might be aware of the cost factor of it so just wanted to know that Why do we need FC switches and fiber-optic cables? Is it not possible to use, say, twisted-pair copper cables instead of fiber-optic cables, and achieve almost comparable... (3 Replies)
Discussion started by: mxms755
3 Replies

3. Solaris

1 or 2 Fiber cables?

Hi Community, I'm working on Solaris 10 installation with 1 Server V490 and 1 StoredgeTek 3510 (Standalone configuration). I'd connect the Server to the Storedge with a fiber cable but I' m in doubt becouse I don't know if using 1 or 2 fiber cable. Could you provide me any solution? ... (2 Replies)
Discussion started by: Sunb3
2 Replies

4. What is on Your Mind?

fun scripts

Lets get a list of everyones funny scripts (8 Replies)
Discussion started by: JamieMurry
8 Replies

5. Shell Programming and Scripting

Fun with awk

uggc://ra.jvxvcrqvn.bet/jvxv/EBG13 #!/usr/bin/awk -f BEGIN { for (n=0;n<26;n++) { x=sprintf("%c",n+65); y=sprintf("%c",(n+13)%26+65) r=y; r=tolower(y) } } { b = "" for (n=1; x=substr($0,n,1); n++) b = b ((y=r)?y:x) print b } ... (0 Replies)
Discussion started by: colemar
0 Replies

6. Shell Programming and Scripting

More fun with awk

#!/usr/bin/ksh ls -l $@ | awk ' /^-/ { l = 5*log($5) h = sprintf("%7d %-72s",$5,$8) print "\x1B ls command with histogram of file sizes. The histogram scale is logaritmic, to avoid very short bars for smaller files or very long bars for bigger files. Screenshot: (4 Replies)
Discussion started by: colemar
4 Replies

7. Solaris

SUNFIRE V240 procedure to shutdown with safety in order to replace power cables

Question: Which commands to use to shutdown with safety the server; (2 Replies)
Discussion started by: doudou2012
2 Replies

8. Hardware

Flat cables vs normal circular cables

Do flat cables have any advantage over normal circular cables? I was looking at this. 6ft 2M Flat USB Sync Data Cable Charger Cord for iPhone4 4S 3G iPad1 2 3 Orange | eBay (2 Replies)
Discussion started by: cokedude
2 Replies

9. IP Networking

What RJ11 Cables Should I Use?

Hello All, I have a project I'm working on which involves a linux PC and a USB (*dialup) Modem in a remote location for telnet'ing to that PC by phone when the Ethernet connection is down. I have already purchased the USB modems I need and some dumb phones for line testing... Now I'm trying... (7 Replies)
Discussion started by: mrm5102
7 Replies
AN(6)								   Games Manual 							     AN(6)

NAME
an - Anagram generator SYNOPSIS
an [-w] [-c string] [-d dictionary] [-l number_words] [-m word_length] [-u string] [-n number_anagrams] [-h] [-v] [--words] [--contain string] [--dict dictionary] [--length number_words] [--minimum word_length] [--used string] [--number number_anagrams] [--help] [--ver- sion] PHRASE DESCRIPTION
an finds all anagrams which can be made from the letters in PHRASE, using words in the specified dictionary. The default is to use /usr/share/dict/words. OPTIONS
-w, --words Print words that the letters in PHRASE can make, then exit. -c, --contain string Only print anagrams which contain string. -d, --dict dictionary Use dictionary file to find words which the letters in PHRASE can make. -m, --minimum word_length Only include word which are at least word_length long. -u, --used string Considers that letters in string have already used when analyzing letters in PHRASE. Like --contain but doesn't print out string. -l, --length number_words Finds anagrams which have a maximum of number_words words in them. This is very useful when number of anagrams which are output is large. -n, --number number_anagrams Stops after finding number_anagrams anagrams. -h, --help Print a usage message on standard output, then exit. -v, --version Print version information on standard output, then exit. EXAMPLE
an -c imp 'Paul Martin' Finds anagrams for Paul Martin which contain the word imp. AUTHOR
Paul Martin <pm@debian.org> THANKS
Richard Jones (richard@deep-thought.org) - Coding and algorithm design of original version. Julian Assange (proff@suburbia.net) - Algorithm design of original version. Please note that the email addresses for Richard and Julian are from over ten years ago and probably no longer work. COPYRIGHT
Copyright (c) Paul Martin 2012. All rights reserved. AN(6)
All times are GMT -4. The time now is 09:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy