December 25, 201311 yr If you still can vote, I vote to move the fucking thing where it isn't seen for a week or two so that it won't get bumped up.
December 25, 201311 yr Not my cup of tea, but very clean and the price seems reasonable.different wheels.. totally different stereo.. and its me all day... im not into bags but.. what dont you like about it Pretty much everything. Most older vehicles I like stock.
December 25, 201311 yr Come on Ryan, I know you love the stereo and the steering wheel. Probably the uber thick tires as well, not to mention a mismatched wheel for the car. As for the idea of the car and what it could be, I also love. Probably not hard to get that one there either.
December 25, 201311 yr Just took a quiz that shows you the region of america you most closely talk like. Of course Texas was burning red. It said the place I talk LEAST like was Minneapolis/ St. Paul lolhttp://www.nytimes.com/interactive/2013/12/20/sunday-review/dialect-quiz-map.html?r=0jk0404014000060080200802000010k020l028000020l0400 The 3 most similar cities are Buffalo (where I am from), Rochester NY, or Milwuakee.
December 25, 201311 yr The turkey from the egg came out awesome. I thought it was going to be too smokey but it turned out great. If you Google.naked whiz turkey I followed that recipe. I made the gravy too but I found it a bit weird.
December 25, 201311 yr A guy at work gave me a Toshiba A215 laptop. He said he didn't know what was wrong with it but if I could fix it, it's mine. I ordered a $10 charger off Amazon, and plugged it in. I got a few blinking lights and that's it so I went tearing into it. I broke it all the way down and found one resistor (I think) that looks like it may have been burnt. does this look like something that is fixable? I am in desperate need of a laptop and if I can fix this on the cheap I'll roll with it. Link to full size: https://plus.google.com/107214661442313803427/posts/b4i5cQNaSRZ
December 25, 201311 yr A guy at work gave me a Toshiba A215 laptop. He said he didn't know what was wrong with it but if I could fix it, it's mine. I ordered a $10 charger off Amazon, and plugged it in. I got a few blinking lights and that's it so I went tearing into it. I broke it all the way down and found one resistor (I think) that looks like it may have been burnt. does this look like something that is fixable? I am in desperate need of a laptop and if I can fix this on the cheap I'll roll with it. Link to full size: https://plus.google.com/107214661442313803427/posts/b4i5cQNaSRZhttp://www.ebay.com/bhp/toshiba-a215-motherboard
December 25, 201311 yr another idea for a cheap laptop. http://stores.ebay.com/Gilco-4020 from what my friend told me this guy has a contract with the govt to sell off old hardware. most of the laptops will be missing the hdd but otherwise fine. core 2 duo is still a pretty strong cpu. http://www.ebay.com/itm/Dell-Latitude-E6400-Core-2-Duo-P8700-2-53GHz-4GB-RAM-INCOMPLETE-LAPTOP-/171194843023?pt=Laptops_Nov05&hash=item27dc01ff8f pull the os and hdd off that one and you got a pretty decent laptop on the cheap. there are few stores under similar names. gilco 4040 4030 4050 etc. Edited December 25, 201311 yr by lithium
December 25, 201311 yr we've bought multiple lcd monitors and shit from the guy. my friend got a nice lenovo that just needed an hdd.
December 25, 201311 yr Just took a quiz that shows you the region of america you most closely talk like. Of course Texas was burning red. It said the place I talk LEAST like was Minneapolis/ St. Paul lolhttp://www.nytimes.com/interactive/2013/12/20/sunday-review/dialect-quiz-map.html?r=0jk0404014000060080200802000010k020l028000020l0400wow was that dumb. Harvard my ass Newark / San Jose / Honolulu
December 25, 201311 yr A guy at work gave me a Toshiba A215 laptop. He said he didn't know what was wrong with it but if I could fix it, it's mine. I ordered a $10 charger off Amazon, and plugged it in. I got a few blinking lights and that's it so I went tearing into it. I broke it all the way down and found one resistor (I think) that looks like it may have been burnt. does this look like something that is fixable? I am in desperate need of a laptop and if I can fix this on the cheap I'll roll with it. Link to full size: https://plus.google.com/107214661442313803427/posts/b4i5cQNaSRZhttp://www.ebay.com/bhp/toshiba-a215-motherboardThat is cheaper than I expected, but I was hoping to be able to some how put in a new resistor and try it out. At $30 for the mobo I think I may just try to sell it on ebay for parts.
December 25, 201311 yr Hey Stefan, I have 2 seagate external HDDs (500gb each). I want to leave one connected to my ubuntu machine all the time. The other I want to be able to plug in and run a script or something that will auto-backup the other HDD (only files that changed). It seems like it should be really simple overall.
December 25, 201311 yr Hey Stefan, I have 2 seagate external HDDs (500gb each). I want to leave one connected to my ubuntu machine all the time. The other I want to be able to plug in and run a script or something that will auto-backup the other HDD (only files that changed). It seems like it should be really simple overall. This is an overview of the most common options: https://help.ubuntu.com/community/BackupYourSystem Scroll down to "backup utilities." So hdd1 will be in the computer with the linux partitions, and you want to be able to plug hdd2 into a dock and have it automatically backup hdd1? Do you want all the partitions copied so if hdd1 died you could simply plug in hdd2 and be on your way? Or do you want hdd2 just for backing up important files, like your porn collection?
December 25, 201311 yr If you just want to backup one directory (which could just be the entire partition if you did "/") then you could do:sudo rsync -azvv /home/importantshit /media/hdd2This would only backup files that have been changed.Oh and you can use rsync to backup files to a remote host via ssh. Edited December 25, 201311 yr by ssh
December 25, 201311 yr Then you could save that as "backup" or what ever you want to call it, chmod +x the file, and run it from the terminal like ./backup, or make a new item on the gnome panel for running it.
December 25, 201311 yr Hey Stefan, I have 2 seagate external HDDs (500gb each)I want to leave one connected to my ubuntu machine all the time. The other I want to be able to plug in and run a script or something that will auto-backup the other HDD (only files that changed).It seems like it should be really simple overall.This is an overview of the most common options: https://help.ubuntu.com/community/BackupYourSystem Scroll down to "backup utilities."So hdd1 will be in the computer with the linux partitions, and you want to be able to plug hdd2 into a dock and have it automatically backup hdd1? Do you want all the partitions copied so if hdd1 died you could simply plug in hdd2 and be on your way? Or do you want hdd2 just for backing up important files, like your porn collection?Keeping with you naming conventions.Hdd1 = Linux driveHdd2 = external always plugged inHdd3 = external for back upBoth are external drives and hdd2 has "important" files. I'd like to run a music server off of it so it would be nice if hdd2 failed I could plug in hdd3 and off I go, but at the basic level in only care that the files are backed up and I can store the HDD elsewhere until I want to run a backup.
December 25, 201311 yr Then you could save that as "backup" or what ever you want to call it, chmod +x the file, and run it from the terminal like ./backup, or make a new item on the gnome panel for running it.That would mean saving that as a "program" called back up that I could simply run by typing ./backup in terminal or making a "shortcut" in Ubuntu?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.