Very concise, condensed, and informative tutorial. Well done.
@edc50688 жыл бұрын
Great explanation! There are even some interesting trivial stuff like what a TAR file is and it's options, and how to use sshfs, etc. These side explanations worked well in the video because I can always rewind back to those factoids.
@BenRangel9 жыл бұрын
Great explanation. I love how you fold in quick explanations as you go (like what tar stands for) Very helpful for people who are not used to Linux but still don't want to get too boggled down in details
@thysdp11 жыл бұрын
Great tutorial! I got it all running without any problems, testing node v0.11.1 now, it compiles in about 3-4 hours.
@gimposer9 жыл бұрын
Boss, yours is the one of the top most (top 5%) explanations I have heard ever... Thank you for such a brief, sharp and to the point tutorial. It was superb and yet covering so many things with such good explanation.
@therealmanolis11 жыл бұрын
Awesome tutorial! Learned so much more than just running node.js on raspberry Pi!
@salmander9 жыл бұрын
Dude, you are very good. Even though I thought I knew how to install node.js on RPI I was still hooked to your video till the end. It was very informative. Thank you.
@chthirith9 жыл бұрын
Thanks for sharing! Your video is really descriptive and easy to follow. It gets me start up fast.
@agorafobicoMusica7 жыл бұрын
This happens when someone really wants to share his knowledge! Thanks!
@HermanWillems9 жыл бұрын
Wow, wonderfull explanation. I am working with tar for a while. But didn't knew it was tape archive. haha, also the SSH is very clear and understandble, why u use screen is understandable. How to make a shell script. Even this is a small movie, u explained alot basic Unix stuff. And it's about NodeJS and Raspberry Pi. Are u a teacher? because you got skills. I directly understood all. :)
@Dash199t9 жыл бұрын
***** I think 99% of the teachers in the world can't explain good :D But I have to admit, that he is good!
@emeckle8611 жыл бұрын
Well done. I hope that after a two hour compile, I will be able to make an image of the SD card and have a backup with Node.js already compiled so that it will only take 10-15 mins to recover if I mess something up. Thanks for doing such a good tutorial.
@cellularmitosis29 жыл бұрын
You can speed up dd by specifying a block size. Think of dd as moving water from a well to to trough, one bucket at a time. If you use a bigger bucket, you make fewer trips (less overhead). dd if=foo of=bar bar=1m
@this.is.lapc5068 жыл бұрын
Advanced users or those who have already setup a connection to their own Raspberry Pi, can jump over to 7:50 and jump directly to the node.js installation.
@luxxtek11 жыл бұрын
Great job, well done, thanks for taking your time to explain this. It helped me a lot setting up Node.js
@LordFunzo12 жыл бұрын
Thank you so much, you can run a SHH using putty for windows if you dont have a Mac for anyone struggling.
@ryanoc33311 жыл бұрын
Great tutorial, thanks! This process will take.. forever!
@顏御軒9 жыл бұрын
wow , i learn a lot from this video ,i'm new in Rpi & node.js thanks for the tutorial ^_^
@allannaranjojimenez11 жыл бұрын
Very good... Just what I needed.... Thanks a lot.!
@unusuario51738 жыл бұрын
You should consider making courses for a living. This was thoroughly explained. Give it a try.
@andersinperson10 жыл бұрын
Thank you! This worked out great! However, for me, it took almost 4 hours to compile the nodejs source code. As another user suggests, use the precompiled Linux tar.gz's available on nodejs.org for a faster installation. :)
@StephenPaulraj9 жыл бұрын
Thank you so much for sharing!! you save lot of my time
@marcosFA110 жыл бұрын
A very good tutorial! Well done! Thumbs up for the "This process will take.... forever. " LOL! Very good tutorial :-)
@ChrisEllerby11 жыл бұрын
Very helpful, thanks so much!
@AshwinThakur12 жыл бұрын
Excellent tutorial! Nicely explained.
@bobtony60369 жыл бұрын
looks like the node guys may have added official support for ARM after the code merge with IO, think you may be able to just do sudo apt-get to get the latest version. I know "sudo n stable" works for keeping it up to date.
@Bentonrochester11 жыл бұрын
"I'm alive!" ~My Rpi
@DarthStand11 жыл бұрын
Excellent tutorial! Very helpful! thx
@AdolfoBarreto7512 жыл бұрын
Nicely done...Thank you!
@ambaiste11 жыл бұрын
Excellent! Well done.
@bobtony60369 жыл бұрын
very good tutorial
@kebman9 жыл бұрын
I can haz passwords! :D Thank you for this great tutorial!
@TechHackerKa11 жыл бұрын
thanks :) very very helpful :)
@rafaelortiz65618 жыл бұрын
That´s cool, but how do i install a Mongo database?
@BureauForFreshness8 жыл бұрын
+rafael ortiz If your project is small enough to run on a raspberry pi, it's likely also small enough to not need a database. So, I recommend to just use the file system which is really easy in node. Make sure to take a look at async functions (via babel) and fs-promise. But if you think you need a database, the simplest way is to just connect to one via the network. You could even use a SaaS solution like mongolabs.
@this.is.lapc5068 жыл бұрын
how about SQLite?
@willx29179 жыл бұрын
Cool
@benavnon1010 жыл бұрын
####### *PROBLEM FIXED* ###### When I tried to install screen using apt-get I received a few perl errors which also resulted in the Node installation not running correctly, I guess a few of you may have tackled the same problem so I'll post my fix below: SSH to your RBPi type the following command: apt-get install locales output should be like follows: Reading package lists... Done Building dependency tree Reading state information... Done locales is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 57 not upgraded. now input the following commands: export LANGUAGE='en_GB' export LC_ALL="en_GB.UTF-8" sudo dpkg-reconfigure locales after a few seconds you should be greeted with a blue GUI. tap return key on 'All locales' tap return key on en_GB.UTF-8 the apt-get installation should work just fine now. *IMPORTANT*: if you already installed screen and then did the following steps above, be sure to uninstall it using the following command: sudo apt-get --purge remove screen
@lucianocaldas696 жыл бұрын
well done thanks ;)
@josemauricio93377 жыл бұрын
Very Good!!
@vedprakash-yq9vc8 жыл бұрын
Thanks ..!!
@MarkLazarides10 жыл бұрын
For puTTy Key Generator users trying to recreate the password-less login using public/private key encryption: When you come to save the private key, make sure the key passphrase remains blank. The downside is that the private key file remains un-encrypted on your windows machine. Have fun.
@hereticstanlyhalo69165 жыл бұрын
Found this tutorial for windows but without nodejs and instead a simple web server: kzbin.info/www/bejne/rKvSm6p9bLR1bcU I am going to attempt to fuse this with that just to the part to get everything setup b4 this vid.