Top Bands of the moment in no particular order
- Senses Fail
- Underoath
- Rise Against
- Lostprophets
- The Red Jumpsuit Apparatus
- Breaking Benjamin
- Anberlin
- Finch
- Thursday
- The Fray
- Thrice
- Linkin Park
Top Bands of the moment in no particular order
I’ve been listening to tons more music than I did before. I’d like to point out one of my favorite albums
Vheissu by Thrice
This album surprised my by it’s sheer diversity in musical style, from the chain-gang chorus of
The Earth Will Shake , to the hardcore style of Hold Fast Hope. This album is a fantastic purchase
worth every penny spent.
As I’ve said many times before, I’m a die-hard Linux fan, but what about those times when you just can’t avoid using Windows
Here are a few things you can do to make yourself more at home.
This post cross-posted at Daemon Diaries
I recently installed FreeBSD on my laptop … here is how it went:
Linux Audio Tip #1 , how to use ssh public key authentication
transcript>
Hey , this is mike with quick linux tip
SSH Public Key Authentication
This will allow you to ssh into any machine , without a password
We can do this in three steps
one , generate a key , to do this just type *ssh-keygen*
two , get the public key , we do this by typing
cat ~/.ssh/(id_rsa.pub) then copy that to your clipboard
three ssh into your host machine , type echo -ne ”
then paste the key then a ” then type >> ~/.ssh/authorized_keys
now next time you ssh into that machine , it won’t prompt you for a password
well , thats all for now , check out my blog at http://mikedonaghy.org