The paste command in a Linux terminal usually is Ctrl+Shift+V. Probably because Ctrl+V isn't map to anything in the terminal, it sends ^V to the shell.
@ashimdahal1822 жыл бұрын
@Aditya Wagh the terminal doesn’t follow this rule though. Its ctrl shift v for paste and ctrl shift c for copy
@ritchielrez16802 жыл бұрын
@Aditya Wagh That's your web browser, not standard terminal.
@DMSBrian242 жыл бұрын
@Aditya Wagh no, in a shell, ctrl+key are reserved for special operations such as ctrl+c being an interrupt, ctrl+d being exit etc. so to interact with the actual terminal emulator and paste text, you need to use ctrl+shift+v and it's obviously without formatting cause you can't have formatting in a terminal
@menkiguo78052 жыл бұрын
It surprised me he dont know this. It is almost in every linux distrp
@CaridorcTergilti2 жыл бұрын
THANKS!!!!! You just told me this after years of copy pasting with clicking on paste on the Linux terminal.
@carlcodes84222 жыл бұрын
Love the honesty of this video - you've done a huge amount to help us all feel at home
@AZisk2 жыл бұрын
Thank you so much!
@yusufdomun3032 жыл бұрын
@@AZisk Hey Alex , you should test Asahi Linux on the m1 macs !
@yusufdomun3032 жыл бұрын
@@AZisk I 've heard it's faster
@chachomynacho2 жыл бұрын
No joke, i’m just getting into programming and seeing Alex just copy and (attempt to) paste things without really grasping the reasoning helps me know i’m not alone!
@soulfabuk2 жыл бұрын
Alex, I'm laughing my ass off at the sound effects when you're trying to paste. Developer comedy right here 😂
@glyakk2 жыл бұрын
8:21 I feel this so much... I am also reinventing the wheel because I am always forgetting how I got something to finally work.
@bryans86562 жыл бұрын
This reminds me of when I got my first Raspberry Pi and started to learn to use Debian commands in the terminal. It was a vertical learning curve for me too.
@jsebrech2 жыл бұрын
Very entertaining, and very recognizable to anyone that struggled before with getting linux to work on unfamiliar hardware. Incidentally, on january 2, 1991 a young Helsinki student named Linus Torvalds went shopping for the most badass computer he could afford. He spent FIM 18,000 -- about $3,500 -- on a gray brick that came with a 33 megahertz processor and 4 megabytes of RAM. He used that computer to create and release linux to the world. This chromebook has a quad core 1.83 ghz cpu (as compared to single core 0.03 ghz in the 386), and it has 4 GB RAM (as compared to 4 MB RAM), so this "weak" computer is literally a thousand times more powerful than the first computer that ran linux. If it can't run linux well, that is more a criticism of today's software than it is of its computing prowess.
@ZacLangston2 жыл бұрын
I was falling all over my desk at 5:50 ow that was so funny!!!!
@analuiza26772 жыл бұрын
Me too XD... Chrome OS is based in the Debian Linux system. Debian is a bitch XD
@ZacLangston2 жыл бұрын
@@analuiza2677 I use debian
@VernonWhite2 жыл бұрын
I bought a new Windows education laptop at Microcenter a few months ago ($99 list on sale for $79). 11" Evolve 3 laptop, Celeron N3450 with HD 500 graphics, 4 MiB Ram, 64 GiB ECC HDD with a 1366 x 768 60 Hz display. I had to add an $12 Wi-Fi dongle as the internal cellular modem/Wi-Fi was windows only (not even the GitHub code "fix' from manufacturer worked). It easily loaded multiple versions of Linux. I ended up with Pop-OS! adding Python 3 and Visual Studio Code. The laptop works, I can code simple stuff, and work thought Linux admin basics. Converting this Windows machine was much easier converting to a Linux dev environment than getting my 15" HP Chromebook running Linux. I understand the frustration with "Can I get Linux running on this Chromebook." My conclusion was would I want to code on it as a real developer... probably not. Do I care if I completely brick it while I'm learning Linux administration, dealing with questionable GitHub repos, or learning some basics of security issues... Nope, don't care. So a cheap laptop has it's uses where I would not do any of this on my main machines. Great video for what we can do with cheaper stuff. Thanks!!
@darshandani12 жыл бұрын
The sound effects when you could not figure out copy-paste were hilarious !!
@markmahowald78662 жыл бұрын
I have been trying to pick a new laptop for development. This is actually really comforting to me because it means I can go pretty cheap
@SeuCanal10002 жыл бұрын
Definitely continue this serie
@luisminayagarcia99382 жыл бұрын
Awesome, that was what I needed to know about a chromebook for programming, thanks! PS: Greetings from Perú
@GameCornerYT2 жыл бұрын
Just found your channel, really fun video! Looking forward for more cheap laptop shenanigans
@sfhdoan2 жыл бұрын
You can install VS Code, Docker, Python on chromebook. These are nifty laptops for middleschoolers. Some of those $300 chhromebooks like the Acer Spin are pretty dope with HighDPU 3:2 ratio screens
@RomPereira2 жыл бұрын
I do agree. CB are very Nice indeed!
@albyx2 жыл бұрын
great video! I have a couple of Windows and Mac machines but always been curious to mess around with a Chromebook. I've got a cheap one but the most I've done with it is install some flavor of Linux, not much. More videos like this certainly spice up the channel. Thanks again, Alex!
@buck32132 жыл бұрын
1:52 **Crouton devs screeching in the distance**
@vasiovasio2 жыл бұрын
Dedication Level Infinity!
@Lorfv2 жыл бұрын
we need part 2! this was fun to watch
@yc98532 жыл бұрын
pasting is using shift with the ctrl button so ctrl+shift+v
@MachielGroeneveld2 жыл бұрын
Fun video! More cheap computer videos please
@ChristopheLereverend2 жыл бұрын
Great one Alex!
@TechdubberStudios Жыл бұрын
1. you can select text and then drag the selection in the terminal (works like copy-paste, but only with mouse) with windows side-by-side. 2. Try Control + Shift + V if Control + V does not work. 3. Right click on the terminal and choose "paste". There you go. 3 methods to paste things.
@thewiirocks2 жыл бұрын
Best way to get VS Code up and running quickly is by installing code-server. It will allow you to run VS Code in a web browser. Super easy and quick to setup. For the ultimate flex, setup your dev environment on a Raspberry PI (which won’t have all these crazy setup problems) and access it on your ChromeBook on the go. Developer mode not required! 😉
@danny_the_K2 жыл бұрын
I had to laugh when you hit the wall getting Node 16 installed and then when ahead with someone’s command… security no-no, but it’s what the average guy that is frustrated with poor documentation, half-built articles, and a trail of “try this” helpers. You did a could representation of me getting something “working”. I was surprised you got it up and running. I would like to see some performance comparisons between the Chromebook and a low end MacBook/Dell EPS 13 from 6-7 years ago, which can also be had for around $100 bucks these days. It might be fun to see.
@BillyBraga2 жыл бұрын
adding "sudo" in front of "curl xxx | bash -" won't change a thing if the error is in running the script after downloading it... You'd want to add the sudo just before "bash" (Not that you should install node as root)
@alexeiz2 жыл бұрын
"You can't program if you can't copy and paste" - that goes into my list of favorite quotes.
@trustedsource12732 жыл бұрын
I was dying laughing at this. I programmed for years on an AT&T 7300, UNIX System V,. 2MB RAM, 10Mhz 68010 processor, 20 MB hardrive. Programmed in C, KSH and AWK. Monochrome greenscreen. Note: MB not GB, Mhz not Ghz. So the Chromebook should be a monster comparitively speaking.I cracked up watching you try to do VIM on another video. I had the choice of vi or ed. Still have vi muscle memory.
@AndrewTSq Жыл бұрын
I've always wondered how Unix runned on hardware without MMU? Or did the 68010 have it? I know the 68000 did not anyway :)
@onilbautista2 жыл бұрын
this reminds me every time I have to set up local environments for a new company.
@lecheast12 жыл бұрын
More chromebook programming content would be awesome!
@robchr2 жыл бұрын
Ctrl is actually used on the terminal to do special commands. It's easy to get hung up on this if your GUI also uses Ctrl for actions. Terminal was around before cut and paste. In terminal you can use use Ctrl-U/Ctrl-Y but it's a completely different copy/paste buffer.
@analuiza26772 жыл бұрын
He says: Here's the MacBook M1... I hear: Here's a MUCH MORE POWERFUL computer with a screen 2 inches bigger and with the same body size
@mfdez9202 жыл бұрын
And for ~$1000 more
@RunForPeace-hk1cu2 жыл бұрын
@@mfdez920 m1 costs $849 refurbished if you find the right deal
@tassaron2 жыл бұрын
copy and paste in Linux terminals is ctrl+shift+c and ctrl+shift+v. I use nvm to install node. Apt is not great for dev dependencies sadly
@Watchandlearn912 жыл бұрын
I came here to say the same things.
@ahmedChebilahmed19chebil2 жыл бұрын
same here 👌
@ehvlullo2 жыл бұрын
Would it have been possible to just straight remove chrome os and install a linux distro? Maybe the toy laptop can can still be used.
@victordanielhernandezarzola2 жыл бұрын
You can on many older Chromebooks, however the Linux App support in ChromeOS is pretty good, the main limiting factor for most Chromebooks is usually RAM and Storage
@jasondrummond94512 жыл бұрын
yes Gallium OS
@DMSBrian242 жыл бұрын
@@victordanielhernandezarzola the linux app support is just running a virtual machine so it's always gonna be limited, in addition, only some of the newer chromebooks offer that functionality, but regardless chromeOS is just a spyware filled OS that really offers nothing that regular linux doesn't with the exception of coming preinstalled on the device
@victordanielhernandezarzola2 жыл бұрын
@@DMSBrian24 Yes it’s a VM, however it’s not limited to “newer” chromebooks as I said the Toshiba Chromebook 2 from 2015(broadwell) does support it and in newer Chromebooks like the Acer Spin S713 the experience is good; based on owning both devices. As for the App support the main problem was Audio and HW Acceleration. Nowadays it has come a long way with even Parallels launching a product for ChromeOS. The overhead from running in a VM isn’t that big (even more so if you consider the average spec of a Chromebook) As for the spyware stuff probably yes, but that also applies for Android with the play store or any Google product, including KZbin which we are using right now. It’s up to personal tolerances/preferences. ChromeOS is a very polished experience(it better be for what it offers); now if you’re going to work in Linux all day long it’s just better to get a machine from System76, Tuxedo, etc
@archimax082 жыл бұрын
@@jasondrummond9451 galliumOS is EOL
@TheRealTedNeal2 жыл бұрын
I’m currently using an 11” 2015 MacBook Air with 4 gigs of ram running Manjaro Linux for my C++ programming. It works fine but I can’t wait to upgrade to a newer MacBook.
@yangkinkoh95322 жыл бұрын
Subscribed for the damn nice voice. Keep it up.
@dtesta2 жыл бұрын
How can you NOT know that right-clicking is paste?? It's been right click for years and years. Amazing.
@AZisk2 жыл бұрын
in this case the touchpad sensitivity is off on this machine- which is what caught me off guard
@stevenhe34622 жыл бұрын
Alex desperately need to learn how to use a Linux terminal :D Also, as a developer you probably want to just wipe out the ChromeBook and install some lightweight Linux distro on it instead of running on a VM
@mentalmarvin2 жыл бұрын
You could have just flashed linux onto the dell toy. If you know vim, you can always just use a terminal to code.
@HuntingKingYT2 жыл бұрын
Compare Flutter 2 vs Flutter 3 for M1, it seems like a huge difference
@harleyspeedthrust40132 жыл бұрын
for the longest time in the windows shell (cmd), "ctrl+v" did the caret+V thing. to paste in cmd, you have to right click. i think they changed the behavior of ctrl+v now but i still right click because i'm paranoid
@KINTUALEXLADWONG2 жыл бұрын
Have been with you toe to toe. Just built my first Project on a MacBook pro Intel 2017 it took 10 seconds
@eructationlyrique Жыл бұрын
Why would it run on a virtual machine? it's the same OS. It runs in a chroot. Terminals predates copy and paste by decades, Ctrl+C was already used to interrupt commands and ^V is how the terminal interprets Ctrl+V. MacOS gets around this by using Meta+C,V for copy/paste, while windows and linux kept Ctrl+C,V. This means other keys need to be used to copy/paste in a terminal. In Linux, this is typically Ctrl+Shift+C,V.
@bisarothub164410 ай бұрын
just wondering if you have tried the cheap mini laptop like GPD or chuwi minibook or crelander p8 for coding?
@seantyler71402 жыл бұрын
If your chromebook allows the newer version of Chrome OS .. none beta version of developer… you can even load VSCode
@garynagle30932 жыл бұрын
Ow. Ow. Ow. I hurt myself laughing. Great video of your “experience” on the chrome book.
@pixel05772 жыл бұрын
Man really got my school chromebook frfr
2 жыл бұрын
haha...what a great video...I laughed and felt that way for you to try install some stuff on linux and fail with a simple basic command :D
@ilyakhalizov308 Жыл бұрын
Copy and Paste command should be the first class in any Developers Cources)
@AZisk Жыл бұрын
i know right? they didn’t teach it in the school i went to :)
@Cyber_Gas10 ай бұрын
@@AZisk it is just ctrl+shift+v
@bandito2412 жыл бұрын
That’s how I install nodejs on any Linux distro, using curl. I do it from the official nodejs though
@ardawanx2 жыл бұрын
Wish you could teach us how to turn galaxy tab S7 to programming machine. Docker, golang, nodejs etc.
@csharpiro2 жыл бұрын
You could try code on android phone? Or maybe iphone?
@93hothead2 жыл бұрын
I think we need every of these libraries to just work
@ulcuber2 жыл бұрын
ChromeOS is based on Gentoo and runs Debian-like virtual machine for dev-mode
@kenvererer2 жыл бұрын
Tip: middle mouse button click for paste works in iterm2. In old time X Window System environments, you copied simply by selecting, pasted by middle-clicking. No keyboard necessary at all. Anything you select is in a copyboard buffer. It still works in Linux (in addition to regular copy/paste).
@menachem_martinov2 жыл бұрын
It will be really interesting to see the comparison against the MacBook Air m1
@AndrewTSq Жыл бұрын
It would be slower. :) My Chromebook with an i3 sits around a Macbook Pro from 2019 in multithread and a little below M1 Air in single thread. but the chromebook was only $399 new with 8GB ram and 256GB SSD, backlit keyboard, big touchpad, and a 14" ips touchscreen. edit: forgot i also got a pen for the screen, but i never use it :)
@RomaKovalenko2 жыл бұрын
What about cloud development from chromebook or something else?
@koukiadem2 жыл бұрын
To open browser when running Angular serve, you need to type: ng serve -o
@ducky16812 жыл бұрын
I'm wondering if you could install Linux bare-metal on chomebooks
@FlopsPL2 жыл бұрын
Haha. "If you not have Ctrl+C Ctrl+V you can't program". So true :)
@iaindudman33492 жыл бұрын
😆😆That was me after I installed a Kali VM on my $100 HP, never ending rabbit hole that starts with a simple command.
@Ruptured_AU2 жыл бұрын
arnt the chromebooks using arm? so wouldnt you need to download arm versions of programs?
@AZisk2 жыл бұрын
this is an intel based chromebook
@KM-xo3tr2 жыл бұрын
You can also install all that stuff and much more even Docker on your samsung phone in DeX mode
@Chris-b4w8t7 ай бұрын
I have a used chromebook that was only 35 dollars and I can code on it, it’s great!
@seantyler71402 жыл бұрын
Acer Spin 713 is a cool little chromebook.
@lonniewatson91092 жыл бұрын
Watched this with great amusement, as I went through all this on my 4 gig Raspberry PI 400 some months ago. Though it was running a full fat Version of Ubuntu at the time though only 32 bit. Still it installed and ran the angular CLI bits a bit faster than 3 mins, not a barn burner but for 100$ what do you expect. On the plus side VS Code an most of its addons are readily available for that system...
@kevinwong28852 жыл бұрын
just wondering how's the development experience on a cheap chromebook compared to a old laptop, say, Dell E6400....
@marcelo86902 жыл бұрын
for copy paste try Shift+Insert
@lacika11252 жыл бұрын
Google should consider adding VIM as a default text editor to ChromeOS for a more seamless user experience.
@orkuncetin41952 жыл бұрын
In order to paste in Linux terminal use CTRL + SHIFT + V . But I don't know if it works on Chrome OS.
@florians6842 жыл бұрын
Can you install Linux programs and use their GUI in chrome OS? Firefox for example? Because, at least in the public version of Windows subsystem for Linux (WSL2), it does not support that.
@AndrewTSq Жыл бұрын
Yes it runs normal apps with GUI. I use Audacity, Visual Studio Code, Blender among others.
@komorebi33242 жыл бұрын
to paste stuff in linux terminal it's ctrl + shift + v
@michaellenson34402 жыл бұрын
Hi, thanks for the video. I was using HP chromebook (code name Falco) and I was using it with windows and Linux by installing custom bios. If you want I can share some resources or check if it is available on your chromebooks =)
@mateuszhaada68372 жыл бұрын
Waiting for the firefox video!
@LileshJadav2 жыл бұрын
This thumbnail looks like Young Alex clicked it from past.
@Therealmrdejay2 жыл бұрын
That issue where ^c showed when trying to copy. I've had that issues a number of times trying to use the cli on Linux inside a vm
@rafaelmartines2 жыл бұрын
Why you don't use docker? I mean the bad part its looking for a tutorial on how to do it, but it would have been less stressfull (?)
@haybail76182 жыл бұрын
to paste it is actually ctrl + shift + v
@alst48173 ай бұрын
I think in the first laptop you open it up, unscrew something then you can flash the BIOS and install Linux for real, not just in VM
@hanes22 жыл бұрын
"get linux on here"...? isn't ChromeOS linux to begin with? Gentoo or am I remembering wrong.... afaikChromeOS is the most successful Linux desktop... I'm confused?
@mentalmarvin2 жыл бұрын
It has a small Gentoo core, with a locked in monstrosity on top of it
@peeprensj1231 Жыл бұрын
Comparison video please
@Br0adCastYourS3lf2 жыл бұрын
Lenovo reccomends the GalliumOS distro for Chromebooks.
@Br0adCastYourS3lf2 жыл бұрын
In Big G's slit: Lenovo GalliumOS "Install Linux on a Chromebook". Select the link to the Lenovo website, and scroll to the last paragraph. Whenever I post the link to this webpage, my comment is obliterated / incinerated.
@AquaPoki2 жыл бұрын
I am just Trying so hard to be patient on him lol
@jkristia20112 жыл бұрын
I don't know why anyone would do this (use a chrome book) - but it was fun to watch.
@mintkatYT2 жыл бұрын
You could have used an external mouse to right click and copy and paste
@GT-20 Жыл бұрын
Ctrl+Shift+c to copy and Ctrl+Shift+v to paste in linux terminal
@samig8722 жыл бұрын
ok as much as i love laughing to this video, i can't stop crying over Copy/Pasta thing it supposed to be Ctrl + Shift + v for paste on Linux terminal
@noeldillabough2 жыл бұрын
You know what that means! What does that mean Alex?....oh so relatable lol When I talk to myself I call myself "self" :)
@_KDP Жыл бұрын
i unironically use my chromebook every day, i use it to program lots
@ayeminoo20672 жыл бұрын
Pls try ide like intellij or vs code as well
@LjupceAnastasov2 жыл бұрын
I wouldn't wish it on my worst enemy to compare the speed of the chromecast vs m1/m2 😂
@ivansostarec25642 жыл бұрын
yeah now add 10 dependencies to that angular app and the chromebook will combust in your hands :D
@jbjefe2 жыл бұрын
Tell me you've only used a terminal on Mac without telling me you've only used a terminal on Mac.
@ashish_more2 жыл бұрын
Your thumbnails are getting really cheesey 😂😂
@Roastercode2 жыл бұрын
Ctrl + ins (copy) // Shift + ins (paste) ;)
@ayushdhua29102 жыл бұрын
Interesting!!😃
@AZisk2 жыл бұрын
😎
@cyrilbischof78642 жыл бұрын
It is good to take to a place where the security is an issue like place you might get robbbed, i would rather lost 80USD than a mac which cost more than that!
@benygh9112 жыл бұрын
@Alex Ziskind Bro, just use or Build VSCodium instead of Vscode (M$ looking at you're CODE at Visual Studio) It's the SAME, BUT with *NO Telemetry* 😁✌ GreeTs and G0D➕Bless U-all
@eyeshezzy2 жыл бұрын
Do you code your own software for sale?
@mgdotdev2 жыл бұрын
what am I going to edit my code with, vim?? yes.
@davidtindell9502 жыл бұрын
BUT ... Can we program efficiently and effectively ???