Feb
14
2011
5

Chi Flatiron Repair – Fix it Yourself – User Photos

My previous page seems to have generated quite a buzz with folks looking to repair their Chi Flat Iron. If you have not seen my original take-apart and repair guide, look here.

Here are some reader submitted photos of their Chi work. (more…)

Written by Joe in: Uncategorized |
Jun
10
2010
0

passwordless SSH on osx

Use at your own risk people!
For user:
ssh-keygen -t dsa
cat ~/.ssh/id_dsa.pub | ssh example.com ‘cat >> ~/.ssh/authorized_keys; chmod 644 ~/.ssh/authorized_keys; cat ~/.ssh/authorized_keys’
For Root:
sudo ssh-keygen -t dsa
sudo cat /var/root/.ssh/id_dsa.pub | ssh root@example.com ‘cat >> ~/.ssh/authorized_keys; chmod 644 ~/.ssh/authorized_keys; cat ~/.ssh/authorized_keys’
Written by Joe in: Uncategorized |
Jun
07
2010
0

Bash script to break apart a Mastery Manager Export

# This code is only for use under adult supervision. Proceed at your own risk. :)
#!/bin/bash
ORIGIFS=$IFS
# set $IFS to end-of-line
IFS=`echo -en “\n\b”`
if ( !$1 )
then
echo ‘usage: batch.command Name_Of_MM_Export_To_Process’;
break;
fi
for l in $(cat $1 )
do
if `echo ${l} | grep  ”Student” 1>/dev/null 2>&1`
#this line is the header, start a new output file
then
file=$(($file+1))
echo $l > $file.txt
echo -n ‘.’
else
# this line is not a header, write it to the current file
echo $l >> $file.txt
fi
done;  # end the loop
# return the original IFS
IFS=$ORIGIFS
plue a little one liner to rename the files using line 2, column 2 as the title.
n=0 ; for i in $(ls) ; do mv $i $(cat $i | head -n 2 | tail -n 1 | cut -d, -f2 | tr ‘ ‘ ‘_’ | tr ‘/’ ‘-’ | tr -d ‘”‘)–$n.txt ; n=$(($n+1)) ; done
Written by Joe in: Uncategorized |
May
18
2010
1

SSRS Expressions: Scope and Commenting Tips

In SSRS, Scope is confusing as hell. Below is an example of adding comments to SSRS expressions and how to probe scope. Adding a line like:

iif(inscope(“matrix1_dept”),”[d]“,”")

will display a “[d]” in cells that are in the scope of group “matrix_dept”, and nothing if it is outside that
scope. By adding multiple scope tests, you can see where cells lie in the scheme of things.
Written by Joe in: Uncategorized | Tags: , , , , , , ,
Sep
01
2009
35

Replacing The Fuse in a Panasonic TAU TV


Sure, this is a standard definition TV, and sure it is a CRT, but I love this TV. It has served us well for around 7 years and I still enjoy watching it. I take good care of the tv, use good cables, and keep it pluged into a power conditioner. However, yesterday when i turned it on to attempt to watch a little True Blood, the tv did not respond at all. I pressed the power button and saw no lights, no buzz, no hum. I checked all the power connections and power strips  that i could but no matter what i tried, the TV was dead.

After some googling i learned that this is a fairly common issue for this TV. I also learned that the problem may be resolved by simply replacing a fuse in the power supply. I was very happy to learn that I had a shot at resurrecting the TV without having to lift the monster to move it, and without having to take the main shell off of it.

(more…)

Jun
24
2009
0

Gaming setup


Just wanted to make note of my setup. it is not an amazing rig or anything, but it is not bad considering my “budget”. Click more for a breakdown of the gear: (more…)

Written by Joe in: Uncategorized |
May
16
2009
128

Attempting to repair a Chi Flatiron

The Chi Flat Iron is an expensive device. When my Wife’s Chi broke, a little web research showed that problems with the power cord seem like a pretty consistent complaint. However, i could not find any good tutorials on how to fix the cord problem.. or even how to take the Chi apart. In the end, my problem was not related to the cord. I took photos as I dissembled the Chi in the hopes that some other poor husband who takes this on can have an inside look at the Chi before deciding to ‘dig in’

(more…)

Written by Joe in: LifeHacking,Tutorials |
Jan
02
2009
0
Sep
24
2008
1

Custom Logo Inside Alien Prison Break

Hello gamers, my name is Joe. And yes, that is my face on that poster INSIDE that game. I am from the UltimateArcade.com team and I am really excited to tell you about our latest release. At Ultimate Arcade we are working hard to provide you with the best gaming experience possible. Today we have added yet another reason why Ultimate Arcade is simply the best place for online gaming.

Ultimate Arcade’s latest game release, Alien Prison Break is not only a great game, it is also a fantastic opportunity for webmasters. “How so?” you ask. Let me tell you…

(more…)

Written by Joe in: Uncategorized | Tags: , ,
Sep
23
2008
1

End junk mail

Hello good people,
I’ve decided to dedicate my first post to planet earth (and mailboxes full of crap nation wide).

I would like to invite you all to join a very important campaign that ForestEthics are promoting. Basically, eliminating non-voluntary marketing via mail, aka junk mail.

run little guy, run!

You can sign the petition here and hopefully with enough signatures, a bill will be passed banning junk mail. As a bonus, you can also use ForestEthich’s tool to generate a PDF that you can print and mail to marketing firms asking to be removed from their lists. Let’s face it, even if you would use any of those 1000 random coupons you’re getting, it’s easier to look for them on-line before you purchase something.

Enjoy your empty mailbox!

Nir

p.s – Unfortunately, bills will still arrive :)


Written by Nir Pagorek in: LifeHacking | Tags: ,

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes