A few points: 32GB for ram is way too overkill, I have 10 in a 24GB ram and never used it half of it. Especially if swap file can replace it and be more dynamic if your worry is not being able to hibernate fast enough. Balena etcher is great, but if you are watching this, chances are you are still testing linux in general, ventoy allows you to not install every single iso you go through, you can also have multiple OSes to test. Root partition could benefit from those other 32GB on the swap. Some applications are incredibly heavy on the system at first, and they get lighter as applications share the same libraries overtime. Getting a full root partition is incredibly annoying to fix. Note on the home partition: This will prevent you from needing to reinstall all your settings and personal files like you would need on windows. Keep that in mind in case you need to reinstall the system. NOTHING in this video (that i noticed) is inherently wrong, but he is following common instructions thrown on the internet without understanding or explaining the why. That is what happens when we first learn it, it is perfectly acceptable to do this, but do question those things and do your own research if this, it will help making decisions in things that (like this) aren't set in stone, and will help you being a better developer in general. Especially if this is your only machine.
It's good to have plenty of RAM if you plan on having VirtualBox. I use VMs to test my applications, to see if it runs, to see how it looks. I'm not sure what the point of a separate home partition is. Is it for backing up? I backup my files regularly.
Yeah I think I followed the same article or at least the same instructions and got my root full within about a month. Haven’t fixed it yet but yeah, it’s a hassle.
@@louistournas120 home partiton saves the user personal files and settings. If you reinstall a system, unlike windows, you just need to format root and boot. The system will recognize home and it makes repairing easier. You don't need to do any partitions, and the system will allocate automatically. But if you format your computer you'll lose anything not backed up just like windows.
Honestly, as a linux user that used ubuntu for almast 2 years, don't use it. Almost everything on the os, after the new update, is built with snap packages, which make it incredibly slower than other distros. Ofc if you like it stick with it, but just saying as a general piece of advice ;)
thats why i use pop os because even trying to install stuff on ubuntu is stupid af i couldn't install alacritty because i had to add a ppa just like everything else you can install on ubuntu i spent more time adding ppa's then actually using my computer 😒
@No_Name Honeslty many distros are good. Lately I have really been into Fedora, which is super clean and stable, or Manjaro for an "easier" arch experience. I would probably choose Fedora tho
I have a question ? :) how do you get away from distractions like social media when working from home.... How to stay productive with facebook, youtube and etc... hope you would share your thoughts in this... :D. Mean time your vlogs are interesting keep it up..
Use an RSS feed reader for your favourite channels and don’t actually open YT :) That way you can still watch new content from your favourite channels and avoid the trap of mindlessly surfing videos
Fun fact about Ubuntu 22.04 LTS on launch it had several bugs and issues and system76 released pop os 4 days later and all the bugs were ironed out with less bloatware present
Im an old unix guy, everyone googles everything. They just look smart when they remember the third time :D. Keep notes so you can do it quickly the second and third time.
For my C++/QT, Golang, Python tool chain I always maintain a setup script for the latest Ubuntu LTS machine. Should make this script public, because after a fresh install it just takes like 20 minutes, depending on internet speed to have a fresh machine with everything installed I need to just get on and find all the tools I'm used to.
This whole video looked like a Deja Vu to me lol because I'm a first year bachelor student studying computer science and just a few days ago I was setting up my development environment on my laptop. (Accidentally nuked my windows bootloader a couple of times in the process lol) and my roommate was watching Rick and Morty in the background. Really liked this video!! Please keep more of these videos coming. Wishes from India!! :)
If somebody would like to install ubuntu on an external hard drive use Virtual box Make a bootable USB In the Virtual box you don't need to create a new virtual machine just add the bootable USB for start + you can set Virtual box can notice 2.0 and 3.0 usb devices (external hdd/sdd) with the new pack nowdays, plug in the external hdd/ssd and in the setting you can add it in the USB settings then unplug it After the USB's ubuntu start click on "Try Ubuntu" Then plug in the external hdd/sdd The Ubuntu will notice the device Finally you click on Install Ubuntu and the best thing about this method is you just see one device for the Ubuntu installation So just one easy option "Install Ubuntu" or if the hdd/ssd have not important information you can choose "Erase Ubuntu amd reinstall"
You're not wrong, if you'd have setup a swap to file instead. Otherwise what happens is you won't be able to hibernate. Hibernate is most important for devs so as to not restart all their services up which can take up to half an hour from cold boot.
Recentely I ve heard that snaps are slowers than other types of packages (that is one of many criticizes that Ubuntu has been receiving), in your experience with this machine, have you noticed any unusual slowness ?
@gilkesisking I once had a machine with linux that I just formatted the usb and dragged it in and installed it on. I just had to go into the bios and adjust the boot sequence and then it installed. Was there something else that would've been affected by how I did it?
swap partition is no longer needed, we use swap file these days. You can modify its size straight from OS via terminal. Can also just create one partition set as / for everything, it will partition automatically, not the best practice but for regular use is probably fine, as I did that for years on my laptop. But for production desktop I still make a few partitions manually.
Whats funny is nowadays you don't need a swap bc most distributions use newer methods for swap. Also always check things arent in software either through the gui or otherwise. Android studio definitely shouldve been in the repos. That was a hard habit for me to break coming to linux to not check that first 😅
I don't wanna be negative here, but he first didn't know how to run a shell script, and next he installed vscode as a snap. I mean, ubuntu is shit because of snaps, and this guy just seems to love them
maybe you could help me , i also have samsung laptop(galaxy book2 pro ) and i try to install kde on my linux but when i install this i dont have brightness control(maybe because the oled panel) , i try a lot tutorial and none work so i stay with gnome, but maybe you stragalle with the same issue and solve it ?
Teach us how to compile software on Linux machine from their source. Like i downloaded a software called Zotero but it needed compilation in order to install. I don't know how to do it. My life will be in heaven if i learn compilation.
To be honest i had high expectation when i read the title of the video i thought there will be so much automating and dot files management and more considering you are one of the people who Introduced me to linux but its ok i wont go harsh on you these some recommendation for people who thinking of coming to the dark side of operating system (we have cookies btw) 1 - don't use ubuntu as your first linux distro , yes ik its popular and all but it had it's time now go with ether fedora or any archlinux based distro (you can ask me why in a comment) 2 - screw downloading packages from internet you're using linux (as an example i will show you how to install android studio on -ubuntu- ) I - sudo add-apt-repository ppa:maarten-fonville/android-studio II - sudo apt update III - sudo apt install android-studio i think this is much easier then what kalle did 3 - manage your dot files . for me dot files are the reason why i love linux the reproducibility of them is incredible just to make less confusion dot files are the configs of the software you are using for example at 12:49 kalle is editing a dot file called bashrc which allow him to customize the shell he is using if you can put your hand on that file you will be able to get the same bash shell as him i can go on and on but i think this is a friendly introduction to linux but sorry man you made somethings look harder then how its actually is and the cookie after the slap the editing is cool as always
This was such a great comment Haam! This is exactly what the youtube comment section is for! Good quality critique AND how to improve it, without being rude. I genuinely appreciate it!
@@glebyakovlev7098 this was faster then i expected the ubuntu desktop by default is going in direction against the linux philosophy (dont bother with it ) that means its slowly turning into something other then a linux distro as an example the snap thing that all the comments talking about is one of those mistakes ubuntu doing yes you can delete it but for new users it will be confusing and to be honest i dont think a new user will be comfortable with any of those decision why fedora first it kinda the most loved linux distro in the current time its more stable then the others (not like linux is not stable the most unstable linux is more stable then windows) its simple and so ease to use well documented and there community is just perfect why arch / arch based simple its the perfect linux distro all you can get in other distros you can get in arch its the most well documented software i can think of (bised gentoo linux but we don't talk that) it had something called *AUR* which is a place where devs put there software and make it more accessible to users (which all the others linux distros trying to copy but they cant that's just how awesome it is) and that make the arch linux at the top in the case of the software availability with more then 90000 packages it might be soooomle compare to windows but compare to linux its huge like ubuntu wich only have a round 1/3 of them or sometimes worse like open suse which have 14000 packages just to say arch may be scary when you look at it but lately they made a simple way to install it dont worry about it simply if you want something that just work go with fedora if you want everything linux have to offer go with arch
@@Hallden_ its not a huge thing we surly don't know every thing so doing something wrong is not a mistake he is just a human . providing instruction or documentation for that person to show him the light is the first step then if he make the same mistake again then he is a donkey so give it a month or so fix your mistakes and make a new video im waiting for it and don't use ubuntu
Hey everyone, I am facing a problem on ubuntu 22.04LTS. My problem is my headphone mic is not detecting as Input device so i can hear sounds from headphone but cant talk through headphone mic.I have installed Pulse audio still the issue not resolved, pls kindly help me someone.
So you the the bolesn something to pass Ubuntu or Linux? to a pen drive. I only understand half of the video. So maybe when you have time can you do the same but for beginner people .
You should really get a USB stick with ventoy installed ... Basically you could just copy multiple iso files on it and then choose wich one you want to install on boot ^^
I'm not a Ubuntu fan. I prefer finding a distro specifically for what I'm doing. Not that I use Linux much, but why use a generic distro if your going be doing something specific with it?
For Windows it's an easy answer, it is a major pain to setup for development. Getting something like postgresql installed on windows is something I'd never like to do again.
Really nice video, Kalle. Just want to know what Laptop you would advice to a Software engineering student who's on a really tight budget ? Trying to get a new laptop
@@mrbeanjr6910 For example, if you want to learn html just get a short pdf course, and start doing. then with a bit of practice with that, watch a short video tutorial, so now you can remember better with a bit of experience, then you could watch a more detaied video course while applyieng that to a project.
to answer you question i will divide it into two parts 1 - *am I missing out on features if I am coding on windows?* no you are not . but your are not using your computer to its limit ,linux is just more hardware optimized so it will take the most out of your computer (and can run on everything not kidding if it can connect it to internet then linux can run on it) 2 - *why do people prefer to use Linux for development over windows* the linux is based on the unix project which you can say its made for developers then there is kernel (you can say its the bridge between the hardware and the apps you are using) is accessible to the devs which make the software much faster much easier to interact with and much much easier to compile (you wont need to install 9GB of bload to compile a 400MB app) there is more but its not something i can explain in just a comment btw its just more stable the laptop im using right now haven't been shutdown in 8 day, 13 hours, 9 mins
might I add to the previous guy, which I agree with, when you want to install something for your program to run, you only need to write 1 sentence in the terminal to install it instead of looking at it and some scuffed download button on the internet. Linux also has better workflow especially on laptops, using Gnome (that's my opinion).
Many core developer tools are nowhere to be found or have bad ports (Emacs, spell checkers) for Windows, many tools like Kitty, Tmux doesn't have Windows port. NTFS is too slow, Windows Defender is horrible for compile times . msvc vs migw is too confusing (cross compiling from Linux to Windows is easier), QEMU port of Windows doesn't even have proper UI like Linux has Boxes/Virtual Manager or Mac has UTM/Virtual Buddy so testing/creating new architecture is pretty hard.
It's mostly preference. Linux CAN be easier to work with as a developer, but that doesn't mean you can't use windows to develop stuff. And linux is light and customizable, but you can also install a generic distro like Ubuntu or Fedora and use it as-is. And it's very helpful to be familiar with using linux if you work with servers since most servers out there run on linux. But it still all comes down to preference. Use what you need/want to get your work done, computers are just a tool afterall.
tbh at that price point you could get any laptop, which is good enough. most 'gaming' laptops are around 1.2-2k$ and they have insane specs. look at ROG, Alienware, HP Omen laptops. for business laptops, I'd suggest looking at Framework (Linus is invested in it), and System76 laptops, and Dell XPS, Latitude... I have a business laptop which is a Dell Latitude, I switched to Linux on it for university, and personally I lost some functionality, the Touch ID sensor has no drivers. Also if you are looking to use Linux, stay away from Nvidia for now, it works but it is a headache. My laptop has an intel i7 and AMD GPU, and no distro I tried gave me a headache. I'm currently using Fedora.
@@DarkZuckerberg I agree with you there, but it seems Emilio wanted buy in Sweden and framework is not available there yet, he could import from germany without any extra costs, but then if something breaks the service won't really work the same and it will be a hassle. So if the framework is interesting, please give them your email address on the swedish framework site to let them know you are interested. I am personally waiting for them to release to the nordic countries as well.
@@shirazoul yeah im sorry, im not from europe, I can't buy framework or system76 laptops. I can't even buy a steam deck, so I got no idea about availability, I was just giving a general suggestion and based on experience.
Hallden: "im gonna show you how to setup a dev environment"
Also hallden: "I dont know how to run an .sh file"
I actually loved the honesty there
Being a develloper and not knowing how to run a simple script is such a linux thing! You learn everyday.
This is me...I need to learn but the documentation is so daunting....esp for my choice of fish over bash 😆 😅
I use Arch btw
No one asked
Typical Arch User
Arch is not ideal for beginners bruh !!
@@novaimsh I never said that
'Was looking for this exact comment not to be alone in this :((()
Ps : you've gotta convince Kalle to run this distro :)/
A few points:
32GB for ram is way too overkill, I have 10 in a 24GB ram and never used it half of it. Especially if swap file can replace it and be more dynamic if your worry is not being able to hibernate fast enough.
Balena etcher is great, but if you are watching this, chances are you are still testing linux in general, ventoy allows you to not install every single iso you go through, you can also have multiple OSes to test.
Root partition could benefit from those other 32GB on the swap. Some applications are incredibly heavy on the system at first, and they get lighter as applications share the same libraries overtime. Getting a full root partition is incredibly annoying to fix.
Note on the home partition: This will prevent you from needing to reinstall all your settings and personal files like you would need on windows. Keep that in mind in case you need to reinstall the system.
NOTHING in this video (that i noticed) is inherently wrong, but he is following common instructions thrown on the internet without understanding or explaining the why. That is what happens when we first learn it, it is perfectly acceptable to do this, but do question those things and do your own research if this, it will help making decisions in things that (like this) aren't set in stone, and will help you being a better developer in general. Especially if this is your only machine.
Oh right, the terminal customization looks pretty cool, gonna go check if I can do it on Tilix
I think he shouldn't make such a video if he doesn't know anything about Linux.
It's good to have plenty of RAM if you plan on having VirtualBox. I use VMs to test my applications, to see if it runs, to see how it looks.
I'm not sure what the point of a separate home partition is. Is it for backing up?
I backup my files regularly.
Yeah I think I followed the same article or at least the same instructions and got my root full within about a month. Haven’t fixed it yet but yeah, it’s a hassle.
@@louistournas120 home partiton saves the user personal files and settings.
If you reinstall a system, unlike windows, you just need to format root and boot. The system will recognize home and it makes repairing easier.
You don't need to do any partitions, and the system will allocate automatically. But if you format your computer you'll lose anything not backed up just like windows.
Honestly, as a linux user that used ubuntu for almast 2 years, don't use it. Almost everything on the os, after the new update, is built with snap packages, which make it incredibly slower than other distros. Ofc if you like it stick with it, but just saying as a general piece of advice ;)
thats why i use pop os because even trying to install stuff on ubuntu is stupid af i couldn't install alacritty because i had to add a ppa just like everything else you can install on ubuntu i spent more time adding ppa's then actually using my computer 😒
@@hexisXz Pop os is probably my top 1 for ppl who start with linux for the first time I love it
Real Linux mint is better than ubuntu right now
@No_Name Honeslty many distros are good. Lately I have really been into Fedora, which is super clean and stable, or Manjaro for an "easier" arch experience. I would probably choose Fedora tho
Use ventoy to flash ISOs, it is just drag and drop and can have any number of ISOs without flashing the usb every time.
I had never heard about Ventoy before. Thank you for giving me a new solution 😍
I was also going to mention Ventoy but got me covered
Honestly I love how you do set ups and isntall stuff you must be a good coach !!
Lot of people recommend not to use snap to installation, it increases the loading time
I have a question ? :) how do you get away from distractions like social media when working from home.... How to stay productive with facebook, youtube and etc... hope you would share your thoughts in this... :D. Mean time your vlogs are interesting keep it up..
sign out
@@cru2006 yeah can do that with FB and instagram... must get away from you tube as well..
Use an RSS feed reader for your favourite channels and don’t actually open YT :) That way you can still watch new content from your favourite channels and avoid the trap of mindlessly surfing videos
@@beamishjames actually this is not a bad idea 🤔
I remind myself what a loser I'll be if I'm not successful and I use that kick in the ass to stay on track.
Much needed. I was planning to work on Linux, Currently coding on VSC.
Fun fact about Ubuntu 22.04 LTS on launch it had several bugs and issues and system76 released pop os 4 days later and all the bugs were ironed out with less bloatware present
Please remove snaps and replace them with apt packages, u will se great improvement in day to day usage in terms of speed and performance
Love Your Hard Work And Presentations
Im an old unix guy, everyone googles everything. They just look smart when they remember the third time :D. Keep notes so you can do it quickly the second and third time.
For my C++/QT, Golang, Python tool chain I always maintain a setup script for the latest Ubuntu LTS machine. Should make this script public, because after a fresh install it just takes like 20 minutes, depending on internet speed to have a fresh machine with everything installed I need to just get on and find all the tools I'm used to.
Would love to try this script
Same here
Me three. I'd love to have this
What is more calming than Kalle installing linux in a machine
This whole video looked like a Deja Vu to me lol because I'm a first year bachelor student studying computer science and just a few days ago I was setting up my development environment on my laptop. (Accidentally nuked my windows bootloader a couple of times in the process lol) and my roommate was watching Rick and Morty in the background. Really liked this video!! Please keep more of these videos coming. Wishes from India!! :)
then what you do after??
is making home partition a logical one is a right thing?
Questions can come in ⬆️...
If somebody would like to install ubuntu on an external hard drive use Virtual box
Make a bootable USB
In the Virtual box you don't need to create a new virtual machine just add the bootable USB for start + you can set Virtual box can notice 2.0 and 3.0 usb devices (external hdd/sdd) with the new pack nowdays, plug in the external hdd/ssd and in the setting you can add it in the USB settings then unplug it
After the USB's ubuntu start click on "Try Ubuntu"
Then plug in the external hdd/sdd
The Ubuntu will notice the device
Finally you click on Install Ubuntu and the best thing about this method is you just see one device for the Ubuntu installation
So just one easy option "Install Ubuntu" or if the hdd/ssd have not important information you can choose "Erase Ubuntu amd reinstall"
Fedora, Linux Mint, Linux MX or OpenSuse Tumbleweed are the Top for usability.
If I am not wrong, you don't have to set up swap partition if you have more than 8 GB RAM, or set it up the same RAM size
You're not wrong, if you'd have setup a swap to file instead. Otherwise what happens is you won't be able to hibernate. Hibernate is most important for devs so as to not restart all their services up which can take up to half an hour from cold boot.
@@SriHarshaChilakapati Thanks for information :)
I have 64 gigs of ram and i have a swap partition
@@hexisXz but the partition has 64 gigs?
never seen such an efficient way to install and setup a linux machine omegalul
Fedora with btrfs is the best thing currently.
Could also be Arch with BTRFS or even Linux Mint Debian Edition with BTRFS which I currently daily drive right now.
Recentely I ve heard that snaps are slowers than other types of packages (that is one of many criticizes that Ubuntu has been receiving), in your experience with this machine, have you noticed any unusual slowness ?
God please no snaps, lsblk is used to list block storage devices and not snap crap, just use flatpaks
snap is a crappy bloat
Well just install the deb package or flatpak of the software if you are using ubuntu or any ubuntu based disto.
Snaps arent fully foss so they suck
@@proro485 yeah there's just so many ways to not use snaps
I just did this yesterday and deleted Ubuntu today. Pop OS gets my vote. Ubuntu is so slow
Do not use Snap, one of my mistakes when I started using GNU/Linux
RIGHT
2:13 why do you have swedish captions?
1:51 Can someone explain why people do this? I always thought you just mount the image and then drag the files out and into your flash drive
@gilkesisking I once had a machine with linux that I just formatted the usb and dragged it in and installed it on. I just had to go into the bios and adjust the boot sequence and then it installed. Was there something else that would've been affected by how I did it?
made it simple, crazy, you forgot terms, oh borther, my job is all about terms and nothing gets done, we need to hire you
swap partition is no longer needed, we use swap file these days. You can modify its size straight from OS via terminal. Can also just create one partition set as / for everything, it will partition automatically, not the best practice but for regular use is probably fine, as I did that for years on my laptop. But for production desktop I still make a few partitions manually.
It just reminds me his Previous Videos about Garuda Linux and it also the first time, I knew his channel
Whats funny is nowadays you don't need a swap bc most distributions use newer methods for swap. Also always check things arent in software either through the gui or otherwise. Android studio definitely shouldve been in the repos. That was a hard habit for me to break coming to linux to not check that first 😅
yooo ive been needing this thanks a ton
I don't wanna be negative here, but he first didn't know how to run a shell script, and next he installed vscode as a snap. I mean, ubuntu is shit because of snaps, and this guy just seems to love them
Ventoy is super useful tool for creating bootable USB no need to flash all the time.
Why you installing flutter and vscode as snap
Questions can come in ⬆️...
Can you do a video on what software you have on your Laptop and what it is for.
What laptop are you using?
Hey man are you going to get one of those sleek new M2 Macbook Airs?
Which version is you Download
Fedora is crushing it
hey hallden, what laptop is that???
Samsung galaxy
@@RavenousFallen thanks
Article Link?
If mine has the option of 'install Ubuntu alongside windows boot manager', should I use it or I should still click on 'something else'??
I think you should stick with "something else". It's not that hard and you can partition it as you want to.
hey, can please tell any method to install Ubuntu if Intel RST is enabled?
Questions can come in ⬆️...
Why you set /home as Logical?
Questions can come in ⬆️...
maybe you could help me , i also have samsung laptop(galaxy book2 pro ) and i try to install kde on my linux but when i install this i dont have brightness control(maybe because the oled panel) , i try a lot tutorial and none work so i stay with gnome, but maybe you stragalle with the same issue and solve it ?
So, you did it?
Teach us how to compile software on Linux machine from their source. Like i downloaded a software called Zotero but it needed compilation in order to install. I don't know how to do it. My life will be in heaven if i learn compilation.
Did you ever made those workout videos?
Questions can come in ⬆️...
what does --classic do?
Questions can come in ⬆️...
To be honest i had high expectation when i read the title of the video i thought there will be so much automating and dot files management and more considering you are one of the people who Introduced me to linux but its ok i wont go harsh on you
these some recommendation for people who thinking of coming to the dark side of operating system (we have cookies btw)
1 - don't use ubuntu as your first linux distro , yes ik its popular and all but it had it's time now go with ether fedora or any archlinux based distro (you can ask me why in a comment)
2 - screw downloading packages from internet you're using linux (as an example i will show you how to install android studio on -ubuntu- )
I - sudo add-apt-repository ppa:maarten-fonville/android-studio
II - sudo apt update
III - sudo apt install android-studio
i think this is much easier then what kalle did
3 - manage your dot files . for me dot files are the reason why i love linux the reproducibility of them is incredible
just to make less confusion dot files are the configs of the software you are using for example at 12:49 kalle is editing a dot file called bashrc which allow him to customize the shell he is
using if you can put your hand on that file you will be able to get the same bash shell as him
i can go on and on but i think this is a friendly introduction to linux but sorry man you made somethings look harder then how its actually is
and the cookie after the slap the editing is cool as always
why fedora or arch based?
This was such a great comment Haam! This is exactly what the youtube comment section is for! Good quality critique AND how to improve it, without being rude. I genuinely appreciate it!
@@glebyakovlev7098 this was faster then i expected
the ubuntu desktop by default is going in direction against the linux philosophy (dont bother with it ) that means its slowly turning into something other then a linux distro as an example the snap thing that all the comments talking about is one of those mistakes ubuntu doing yes you can delete it but for new users it will be confusing and to be honest i dont think a new user will be comfortable with any of those decision
why fedora first it kinda the most loved linux distro in the current time its more stable then the others (not like linux is not stable the most unstable linux is more stable then windows) its simple and so ease to use well documented and there community is just perfect
why arch / arch based simple its the perfect linux distro all you can get in other distros you can get in arch its the most well documented software i can think of (bised gentoo linux but we don't talk that) it had something called *AUR* which is a place where devs put there software and make it more accessible to users (which all the others linux distros trying to copy but they cant that's just how awesome it is) and that make the arch linux at the top in the case of the software availability with more then 90000 packages it might be soooomle compare to windows but compare to linux its huge like ubuntu wich only have a round 1/3 of them or sometimes worse like open suse which have 14000 packages just to say arch may be scary when you look at it but lately they made a simple way to install it dont worry about it
simply if you want something that just work go with fedora if you want everything linux have to offer go with arch
@@haam7292 got it. thank you very much for the detailed explanation :)
@@Hallden_ its not a huge thing we surly don't know every thing so doing something wrong is not a mistake he is just a human . providing instruction or documentation for that person to show him the light is the first step then if he make the same mistake again then he is a donkey so give it a month or so fix your mistakes and make a new video im waiting for it and don't use ubuntu
Ubuntu 20.04 LTS is rock solid. The newer versions are still very buggy at the moment. 20.04 is supported until 2025
Nice video. What happened to the XPS 15?
Can I install ubuntu on my i3 4th gen pc? Ive got 8gb ram 240gb ssd, 2gb Graphics card gt 720
Questions can come in ⬆️...
Hey everyone, I am facing a problem on ubuntu 22.04LTS. My problem is my headphone mic is not detecting as Input device so i can hear sounds from headphone but cant talk through headphone mic.I have installed Pulse audio still the issue not resolved, pls kindly help me someone.
get pipewire, bro...?
It seems you weren't trying to get people to monkey your movements?
Nice Video!
Arch linux is still the best distro for development.
this feels like a GRWM >.
I installed arch btw, and then realized using it was just like using any other Linux distro so I switched back to fedora
So you the the bolesn something to pass Ubuntu or Linux? to a pen drive. I only understand half of the video. So maybe when you have time can you do the same but for beginner people .
hello, why he left 20gb?
Questions can come in ⬆️...
Why ubuntu? Why not a free opensource distro.
you should give 'ventoy' a try for multiboot usb disk os installations
Please show how to develop software in Kali Linux
You should really get a USB stick with ventoy installed ... Basically you could just copy multiple iso files on it and then choose wich one you want to install on boot ^^
Love these linux videos!
I love that there's a sofa right there but you're asian squatting anyway lmao
I'm not a Ubuntu fan. I prefer finding a distro specifically for what I'm doing. Not that I use Linux much, but why use a generic distro if your going be doing something specific with it?
Like Solus for example
What are the benefits of using Linux for dev rather than Windows or MacOS?
For Windows it's an easy answer, it is a major pain to setup for development. Getting something like postgresql installed on windows is something I'd never like to do again.
Questions can come in ⬆️...
Why don't you check the new Linux distro for retro console who loves retro games :)
What lap you are using pls tell
Samsung galaxy laptop
What do you think about Pop os for web development?
Any distro is fine for programming theirs no "best distribution" find one you like
Questions can come in ⬆️...
Can you give me the wallpaper that you used in windows 11
im pretty sure he meant to install arch when he said "install linux on a machine"
What laptop where you doing this on?
Thank you for making this
Good video. But I think that Ubuntu is nowadays slow. Ubuntu was great before. Firefox starts slowly etc.
yeah you're right, it has 1 problem, and the only one. The Snaps, if they remove it, I might use it again, it looks good and is stable.
On Windows I would rather go with Rufus than Etcher.
Hi my name is kaygee from south African your videos are awesome 🥳🥳🥳🥳
Questions can come in ⬆️...
What laptop do the Ubuntu installed in?
Questions can come in ⬆️...
Really nice video, Kalle. Just want to know what Laptop you would advice to a Software engineering student who's on a really tight budget ? Trying to get a new laptop
I major in Computer science, and got a dell xps 13 9370 for $500 on eBay, it's been great for me for what I do, let me know what's on your mind
What is that laptop?
Questions can come in ⬆️...
use ventoy for install the operating system without every time wipe out the pen drive
What laptop is that
Questions can come in ⬆️
Which laptop are u using
Questions can come in ⬆️...
which laptop are you using?
SAMSUNG
How would you programmers recommend me to start? I feel like i can't really learn through videos. Should i buy courses or books?
Questions can come in ⬆️...
@MardiTech i feel like i'm more of a visual/example learner. I understand things better if i see what exactly they do if that makes sense
@@mrbeanjr6910 For example, if you want to learn html just get a short pdf course, and start doing. then with a bit of practice with that, watch a short video tutorial, so now you can remember better with a bit of experience, then you could watch a more detaied video course while applyieng that to a project.
@@jguillermooliver thank you
i saw PKR. do you use Pak VPS or something?
really great video. i started using Linux after i watched your first linux video :)
Missed those videos
When you could try using Manjaro plasma kde seems almost perfect for developers
why do people prefer to use Linux for development over windows? just an honest question. am I missing out on features if I am coding on windows?
to answer you question i will divide it into two parts
1 - *am I missing out on features if I am coding on windows?* no you are not . but your are not using your computer to its limit ,linux is just more hardware optimized so it will take the most out of your computer (and can run on everything not kidding if it can connect it to internet then linux can run on it)
2 - *why do people prefer to use Linux for development over windows* the linux is based on the unix project which you can say its made for developers then there is kernel (you can say its the bridge between the hardware and the apps you are using) is accessible to the devs which make the software much faster much easier to interact with and much much easier to compile (you wont need to install 9GB of bload to compile a 400MB app)
there is more but its not something i can explain in just a comment btw its just more stable the laptop im using right now haven't been shutdown in 8 day, 13 hours, 9 mins
@@haam7292 thanks for the answer
might I add to the previous guy, which I agree with, when you want to install something for your program to run, you only need to write 1 sentence in the terminal to install it instead of looking at it and some scuffed download button on the internet.
Linux also has better workflow especially on laptops, using Gnome (that's my opinion).
Many core developer tools are nowhere to be found or have bad ports (Emacs, spell checkers) for Windows, many tools like Kitty, Tmux doesn't have Windows port. NTFS is too slow, Windows Defender is horrible for compile times . msvc vs migw is too confusing (cross compiling from Linux to Windows is easier), QEMU port of Windows doesn't even have proper UI like Linux has Boxes/Virtual Manager or Mac has UTM/Virtual Buddy so testing/creating new architecture is pretty hard.
It's mostly preference. Linux CAN be easier to work with as a developer, but that doesn't mean you can't use windows to develop stuff. And linux is light and customizable, but you can also install a generic distro like Ubuntu or Fedora and use it as-is. And it's very helpful to be familiar with using linux if you work with servers since most servers out there run on linux.
But it still all comes down to preference. Use what you need/want to get your work done, computers are just a tool afterall.
Do OpenBSD next.
Yeah that would be really funny, really cool.
im using windows but gonna use linux in next pc, (im starting programming, learnin python, will gonna learn smth after python)
How is this different from your old setting up video? I feel like some of your contents are just a repeat of what you already before.
you should use less then maximum memory rams ..... anyway you good enough for a software engineer 👍
whenever i see someone use linux ..😊they are pro man
Do a FreeBSD speedrun install next
Thanks for posting Kalle, what laptop for Windows .NET core is the best choice with budget aronund 2,5K-USD/EURO
From Sweden!
tbh at that price point you could get any laptop, which is good enough. most 'gaming' laptops are around 1.2-2k$ and they have insane specs.
look at ROG, Alienware, HP Omen laptops.
for business laptops, I'd suggest looking at Framework (Linus is invested in it), and System76 laptops, and Dell XPS, Latitude...
I have a business laptop which is a Dell Latitude, I switched to Linux on it for university, and personally I lost some functionality, the Touch ID sensor has no drivers.
Also if you are looking to use Linux, stay away from Nvidia for now, it works but it is a headache. My laptop has an intel i7 and AMD GPU, and no distro I tried gave me a headache.
I'm currently using Fedora.
@@DarkZuckerberg I agree with you there, but it seems Emilio wanted buy in Sweden and framework is not available there yet, he could import from germany without any extra costs, but then if something breaks the service won't really work the same and it will be a hassle. So if the framework is interesting, please give them your email address on the swedish framework site to let them know you are interested. I am personally waiting for them to release to the nordic countries as well.
@@shirazoul yeah im sorry, im not from europe, I can't buy framework or system76 laptops. I can't even buy a steam deck, so I got no idea about availability, I was just giving a general suggestion and based on experience.
Someone tell this guy about OBS (or any screen recorder)
Hey Kalle, What is the best Linux Distro for programmers ?
There is no best Linux distro for programming. Pick a poular one, install the needed tools and stick with it.
Arch or any Arch based distro. The package manager means a lot.
@@hvfx5739 pACMAN BabYbOyyyyyy