Raspberry Pi and Node.js

  Рет қаралды 92,501

BureauForFreshness

BureauForFreshness

Күн бұрын

Пікірлер: 46
@JeremyChone
@JeremyChone 11 жыл бұрын
Very concise, condensed, and informative tutorial. Well done.
@edc5068
@edc5068 8 жыл бұрын
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.
@BenRangel
@BenRangel 9 жыл бұрын
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
@thysdp
@thysdp 11 жыл бұрын
Great tutorial! I got it all running without any problems, testing node v0.11.1 now, it compiles in about 3-4 hours.
@gimposer
@gimposer 9 жыл бұрын
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.
@therealmanolis
@therealmanolis 11 жыл бұрын
Awesome tutorial! Learned so much more than just running node.js on raspberry Pi!
@salmander
@salmander 9 жыл бұрын
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.
@chthirith
@chthirith 9 жыл бұрын
Thanks for sharing! Your video is really descriptive and easy to follow. It gets me start up fast.
@agorafobicoMusica
@agorafobicoMusica 7 жыл бұрын
This happens when someone really wants to share his knowledge! Thanks!
@HermanWillems
@HermanWillems 9 жыл бұрын
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. :)
@Dash199t
@Dash199t 9 жыл бұрын
***** I think 99% of the teachers in the world can't explain good :D But I have to admit, that he is good!
@emeckle86
@emeckle86 11 жыл бұрын
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.
@cellularmitosis2
@cellularmitosis2 9 жыл бұрын
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.lapc506
@this.is.lapc506 8 жыл бұрын
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.
@luxxtek
@luxxtek 11 жыл бұрын
Great job, well done, thanks for taking your time to explain this. It helped me a lot setting up Node.js
@LordFunzo
@LordFunzo 12 жыл бұрын
Thank you so much, you can run a SHH using putty for windows if you dont have a Mac for anyone struggling.
@ryanoc333
@ryanoc333 11 жыл бұрын
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 ^_^
@allannaranjojimenez
@allannaranjojimenez 11 жыл бұрын
Very good... Just what I needed.... Thanks a lot.!
@unusuario5173
@unusuario5173 8 жыл бұрын
You should consider making courses for a living. This was thoroughly explained. Give it a try.
@andersinperson
@andersinperson 10 жыл бұрын
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. :)
@StephenPaulraj
@StephenPaulraj 9 жыл бұрын
Thank you so much for sharing!! you save lot of my time
@marcosFA1
@marcosFA1 10 жыл бұрын
A very good tutorial! Well done! Thumbs up for the "This process will take.... forever. " LOL! Very good tutorial :-)
@ChrisEllerby
@ChrisEllerby 11 жыл бұрын
Very helpful, thanks so much!
@AshwinThakur
@AshwinThakur 12 жыл бұрын
Excellent tutorial! Nicely explained.
@bobtony6036
@bobtony6036 9 жыл бұрын
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.
@Bentonrochester
@Bentonrochester 11 жыл бұрын
"I'm alive!" ~My Rpi
@DarthStand
@DarthStand 11 жыл бұрын
Excellent tutorial! Very helpful! thx
@AdolfoBarreto75
@AdolfoBarreto75 12 жыл бұрын
Nicely done...Thank you!
@ambaiste
@ambaiste 11 жыл бұрын
Excellent! Well done.
@bobtony6036
@bobtony6036 9 жыл бұрын
very good tutorial
@kebman
@kebman 9 жыл бұрын
I can haz passwords! :D Thank you for this great tutorial!
@TechHackerKa
@TechHackerKa 11 жыл бұрын
thanks :) very very helpful :)
@rafaelortiz6561
@rafaelortiz6561 8 жыл бұрын
That´s cool, but how do i install a Mongo database?
@BureauForFreshness
@BureauForFreshness 8 жыл бұрын
+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.lapc506
@this.is.lapc506 8 жыл бұрын
how about SQLite?
@willx2917
@willx2917 9 жыл бұрын
Cool
@benavnon10
@benavnon10 10 жыл бұрын
####### *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
@lucianocaldas69
@lucianocaldas69 6 жыл бұрын
well done thanks ;)
@josemauricio9337
@josemauricio9337 7 жыл бұрын
Very Good!!
@vedprakash-yq9vc
@vedprakash-yq9vc 8 жыл бұрын
Thanks ..!!
@MarkLazarides
@MarkLazarides 10 жыл бұрын
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.
@hereticstanlyhalo6916
@hereticstanlyhalo6916 5 жыл бұрын
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.
I Turned A Raspberry Pi Into A Node.js Web Server
7:50
PortEXE
Рет қаралды 113 М.
Node.js Ultimate Beginner’s Guide in 7 Easy Steps
16:20
Fireship
Рет қаралды 1,7 МЛН
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 98 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 3,5 МЛН
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 133 МЛН
So einfach ist Docker
16:14
c't 3003
Рет қаралды 164 М.
How To Setup a HTTP Web Server With Raspberry Pi Pico W (using WiFi)
9:23
Using Node.js for Everything
17:02
InfoQ
Рет қаралды 192 М.
Easy Raspberry Pi Projects for 2023!
10:03
Crosstalk Solutions
Рет қаралды 894 М.
What's the difference? Arduino vs Raspberry Pi
6:21
Tinkernut
Рет қаралды 1,8 МЛН
ThePrimeagen On Running Linux
9:40
Tech Over Tea
Рет қаралды 284 М.
Building a 4-node Raspberry Pi Cluster
18:41
Davy Wybiral
Рет қаралды 1,1 МЛН
PROOF JavaScript is a Multi-Threaded language
8:21
Beyond Fireship
Рет қаралды 291 М.
Raspberry Pi versus AWS // How to host your website on the RPi4
8:39
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 98 МЛН