Page 1 of 1 · 5 of 5 publications

MAY 29 2013

Bad capacitor in a Dell PowerEdge 860

The title says it all, but I'd like to share the whole story if someone else stumbles over a Dell server with a bad capacitor.

This server was brought to work by my boss, it was meant to be put in our rack here and do the work it previously did at the first location.

But he told me that he tested it before he left and then it didn't start. it had been running fine 2 hours earlier and had not been shut down in a long time before that.

So I began looking at the server, when I plugged the power…

Read more

20130527_003.jpg

Attachments

FEB 03 2012

Bash script to backup data to magnetic tape

This is a bash script I wrote in 2010 and have been using ever since.
It backups data from a network storage to a magnetic tape.
I don't backup much data every time so this script will continue the backup on the same tape, I backup about 600MB and the tape I use is 72GB so I dont need to erase the tape very often.
I guess doing like this wont tear out the tape as fast as if I would write the same data to the beginning of the tape every time I'm doing a backup.

I have looked at some other…

Read more

OCT 26 2011

MTR - My Traceroute

Det hela började för cirka ett år sen när jag hade lite problem med brandväggen på jobbet (pfSense), helt plötsligt bröts anslutning till internet och brandväggen förlorade alla paket från WAN.

Efter att ha pratat med supporten hos internetleverantören och jag gjort några ändringar i brandväggen så sa han att han skulle använda MTR över natten för att kolla svarstiden på ping och antal förlorade paket, han tipsade mej om att pröva programmet om jag får nätverksproblem.

Så jag kollade upp det…

Read more

mtr1.png

Attachments

SEP 28 2011

Linksys WRT54GL with SD-card

Denna guide skrev jag hösten 2010 och nyligen ville David att jag skulle slänga upp den här, det lät som en bra ide så här är den:



A guide of how to add a SD-card to your WRT54GL router and use it as root filesystem.


Add the card I use a A-Data 2GB sd-card (cost me 59 sek 2010-10-21) and it works good, write speed about 600kb/s.
This is how the card should be wired:
WRT54GL SD map source: http://www.adamkowalewski.com/linksys-wrt54gl/wrt54gl-sd-mod.html (404'ed last i checked: 2011-09-28)
I wont go into…

Read more

wrt54gl_sd_map.png

Attachments

SEP 04 2011

Skriva ut lite data på en DigiPoS WD-202A



Testar att göra ett litet blogginlägg, passar på att skriva om nånting ganska vettigt.












Satt å försökte skriva ut lite data på en display david kom hit med.Lyckades få den att skriva ut vad klockan är, temperatur i datorn och vilken låt som spelas in moc http://moc.daper.net/
här är två bash skript jag skrev:

Klocka och temperatur
#!/bin/bash
# Output on display:
# +--------------------+
# |12:23:34 +33.1°C    |
# |                    |
# +--------------------+
DEV=/dev/ttyUSB0…

Read more

DSCF0007.JPG

Attachments