Installing Linux The "Right" Way

2024 ж. 13 Мам.
599 306 Рет қаралды

Tired of Distro Hopping? Or looking for that perfect distribution? This is my guide on how I install Linux without downloading 100s of different installers. This can be applied to any major Linux install.
Timestamps:
00:00 Who should NOT do this!
01:50 How to Download
03:38 Making a Installation Drive
04:18 Install Process
07:20 Decide what your install will look like
10:00 First Boot Configuration
13:30 Making things faster and changing packages to be newer
16:20 Debloating your install .
►► Digital Downloads ➜ www.cttstore.com
►► Reddit ➜ / christitustech
►► Titus Tech Talk ➜ / titustechtalk
►► Twitch ➜ / christitustech

Пікірлер
  • For anyone who can’t find the weekly builds folder, you have to go back to the root directory and it’s right at the bottom. They moved it since this video was made

    @gabood@gabood11 ай бұрын
    • Allegedly Deb 12 added a lot of these files. I'll have to check later.

      @690_5@690_510 ай бұрын
    • cant find it, can u guide me to it

      @awpression7280@awpression728010 ай бұрын
    • @@awpression7280 cdimage/weekly-builds . exactly the same place it was before minus the obsolete non-free section

      @hallwayraptor2036@hallwayraptor20369 ай бұрын
  • Probably the most useful thing I've learned about Linux that has helped prevent distro hopping is that a distribution is simply a collection of packages. Literally. Just a collection. (I run Debian stable because it moves slowly.)

    @ProjectKneepads@ProjectKneepads Жыл бұрын
    • Yes, but each with their own update policy for those packages and it's kernel. Each user needs to know if they need the latest kernel to work with their hardware. They need to know where they land between bleeding edge and stability for their kernel and packages.

      @notcorrect@notcorrect2 ай бұрын
  • If you choose to install the desktop environment from within the install menu you'll get a very heavy version with a lot of bloatware like games. If you want a minimal desktop with the core utilities like your file manager, a video player etc you can do that by installing the core version of a desktop environment. As an example you can do that with gnome by just installing gnome-core trough the terminal by yourself.

    @FirstnameLastname-we6dh@FirstnameLastname-we6dh Жыл бұрын
    • Yeah, I remember the first time I installed Debian, I was awestruck by the 137 games installed that I will never play.

      @jesse7631@jesse7631 Жыл бұрын
    • i want to do something like this, do you know like a list of commands to install different DE like gnome and what they install specifically so i can choose the ones i really need (including commands like networkmanager which is very important) and leave out all the bloatware i wont need?

      @HDGamer923@HDGamer923 Жыл бұрын
    • @@HDGamer923 I don't know about the commands for minimal Gnome install but these work for KDE-

      @walter_lesaulnier@walter_lesaulnier Жыл бұрын
    • I like Linux bloat. Are you able to handle that?

      @Mocoso7@Mocoso7 Жыл бұрын
    • @@Mocoso7 I laugh at people who cry "bloat" but yet are running linux with 500gb or 1tb drives, and complaining about 30mb of files installed that don't run unless you want them.

      @tenfourproductionsllc@tenfourproductionsllc Жыл бұрын
  • This is a nicely done, useful video for those who have distro hopped for years but never found satisfaction. Debian is a rock solid starting point from which to further refine. Thank you for taking the time to show how possible this is for enthusiasts.

    @rcbrush99@rcbrush99 Жыл бұрын
  • 5:22 you skipped one of the most important part. When installing Linux, you should always use the manual method and have the partition /home separated. That way, no matter what happens with the system like you did something silly and need to reinstall it, your files will always be there. The next time you repeat the same process and uncheck "format", that will make the system to mount /home as it is or in another word, you can always reinstall Linux without loosing one single file. To avoid any conflict tho, I always do a: rm -rf /home/USER/.* That cleans your user partition to receive the new system being installed. If you are installing exactly the same version, you can skip that.

    @hakunamatata324@hakunamatata324 Жыл бұрын
    • What if you install Fedora then Debian? The apps with go crazy, even the config.

      @lovin_it.@lovin_it. Жыл бұрын
    • So how many partitions should a person have? Also how much space for each one?

      @messimer@messimer Жыл бұрын
    • @@messimer at least 2 for home users: the /home and / That allows you to reinstall Linux without losing anything. When it comes to server tho, you should have at least 3: /home, / and /var The last one is If some application goes wild and the logs get too big, it will crash the whole system because of no disk space left. By having /var as another partition, only that application will crash and not the whole system.

      @hakunamatata324@hakunamatata324 Жыл бұрын
    • @@lovin_it. You would only do this for personal files, like documents and pics. This is fine if you distro hop but I would never do this because i have backups.

      @idkau@idkau Жыл бұрын
    • I've never seen the need for a separate /home directory. If I "do something silly," I have all my data backed up (Restic with Backblaze B2). If I want to change to a different Linux distribution, I will buy another SSD, install the distro on it, and then copy what I want to transfer from the old SSD. Over time, hidden garbage accumulates in /home that I don't want to transfer to a new install. When I open a file browser (Thunar for me) and show hidden files, it is full of garbage config files of packages that I removed a long time ago (because I'm bad about removing without purging). The only other partition that I do have, though, is /boot, because I can't imagine not doing full disk encryption.

      @mikeg9b@mikeg9b Жыл бұрын
  • Hey Chris, FYI…allowing the installer to install the DE will result in every recommended application for every application to be installed. For maximum control, deselect everything in the DE menu. This will give you a truly base install similar to Arch. This is the Debian I love. Doing this eliminates much of the dependency hell associated with the DEs otherwise. For example, sudo is not tied to the DE doing it my way. Otherwise, uninstalling sudo will wipe out the DE. Try it. You’ll like it. ;-)

    @donaldmickunas8552@donaldmickunas8552 Жыл бұрын
    • Yeah, I generally build from terminal, but thought this would be a good middle ground. You can also install entire DEs from tasksel too. I'm still rocking bspwm with no desktop environment.

      @ChrisTitusTech@ChrisTitusTech Жыл бұрын
    • @@ChrisTitusTech I have moved from bspwm to dwm. Less is more. ;-)

      @donaldmickunas8552@donaldmickunas8552 Жыл бұрын
    • Interesting, Donald. Do you think that popOS had this weird bug (Linux Tech Tips removing the desktop-environment) because of this?

      @peterjansen4826@peterjansen4826 Жыл бұрын
    • @@ChrisTitusTech bspwm is pretty good, not as good as dwm though. 😜

      @peterjansen4826@peterjansen4826 Жыл бұрын
    • @@peterjansen4826 I don’t know. I’m pretty old school Linux personally. I prefer a wide open OS with no safety measures. Now, I am well aware that this is impossible when an OS wants to attract the typical user. Things need to be pretty well locked down to keep them from destroying their own system. Debian is used for both servers and Desktop operations. I simply discovered how to install Debian Desktop without all the lockdowns. The situation you refer to got a lot of attention. For political reasons, it might be explained away as a “bug” or maybe it was a real bug. I have no idea. I do know that the screen did show a list of packages to be removed. He failed to read it/ understand it. A typical noob mistake IMO.

      @donaldmickunas8552@donaldmickunas8552 Жыл бұрын
  • I installed debian testing on my VM per the instructions provided on this post. This distro ran flawlessly for 3 months till the linux kernel was migrated to 6.0. Bookworm would boot up but the videos would not load. I kept up with the weekly updates and lo and behold after 1 or 2 weeks the last update added the codex and audio packages. The distro was back to its old self. This has been a valuable learning lesson. Thank you Chris!!!

    @davidwright507@davidwright507 Жыл бұрын
  • You're not kidding about the download being the hardest part! I've never tried this method, so this video is (of course) great. Thanks Chris!

    @RandyHanley@RandyHanley Жыл бұрын
    • There is nothing wrong with his download method, but his latest download method is sometimes it's not what you want, because, in the latest version, it downloads a test version such as the debian 12 version

      @cxl520@cxl520 Жыл бұрын
  • That Debian download is so confusing & complicated if you're a beginner. If i first started learning about linux, i'd be so confused as well.

    @gx1tar1er@gx1tar1er Жыл бұрын
    • @@motoryzen he's just talking about debian regardless of whether this video exists or not though

      @shallex5744@shallex5744 Жыл бұрын
    • @@motoryzen He's talking about Debian Website, not the video. Even a Linux professional would get lost in Debian's Website. It's such a bad website for downloading ISO. No can argue that.

      @sifatullah7568@sifatullah7568 Жыл бұрын
    • @@motoryzen Who ever said your point is wrong? I'm just saying you replied totally different thing, which isn't related to Debian's website. @gx1tar1er said, the Debian download is so confusing and complicated. He didn't say this video is for beginners. Both are different.

      @sifatullah7568@sifatullah7568 Жыл бұрын
    • ​@@motoryzen bruh, You're being emotional over Debain or Linux. First of all, Who judged Debian or even the whole Linux world in this video or in this comment section? Can you please tell kindly? Right, NOONE! Did anyone say that Debian is a horrible distro and don't use it? Or did anyone say Don't use linux because Debain's website is horrible? I don't think so. Debian itself is very good. But I'm talking about their website. If a distributions Website is bad, is it wrong to say it is bad?

      @sifatullah7568@sifatullah7568 Жыл бұрын
    • @@motoryzen looks like you are the one that should pay attention you watched the video, great! you didnt actually read the comment, not great! please dont humiliate yourself online, the debian site is bad regardless if you are a noob or not, and it has nothing to do with the video before you try to prove someone wrong, make sure that you yourself are correct

      @arjix8738@arjix8738 Жыл бұрын
  • Debian Netboot Download Link: cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/ Debian Testing Distributions w/ Download ISOs link: cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/amd64/iso-cd/ Also many are mentioning this does install a good bit a bloat with games and other programs. You can just install the base system without the desktop environment. Then install the desktop environment manually, or use 'tasksel' to install a more limited program selection. I like this method the best, but didn't feel like it would be a great jumping off point from those that just moved from downloading ISOs of distros since they won't know the package names. I'll follow this video up with this more "advanced" method and a cheat sheet of all the DE packages that would be more beneficial than these stock package installs.

    @ChrisTitusTech@ChrisTitusTech Жыл бұрын
    • why testing And not Stable?

      @eqvaldi-deer@eqvaldi-deer Жыл бұрын
    • @@eqvaldi-deer Testing offers more up to date packages while not being as risky as a typical rolling release. It is a trade off.

      @donaldmickunas8552@donaldmickunas8552 Жыл бұрын
    • I don't recommend upgrading to Sid. You should only update to "Sid kernel" and install auto update for that kernel. That's up to you.

      @MichaelJHathaway@MichaelJHathaway Жыл бұрын
    • @@donaldmickunas8552 thank you.

      @eqvaldi-deer@eqvaldi-deer Жыл бұрын
    • @@eqvaldi-deer I like stable better, but I use a Sid kernel and I tell it to autoupdate. I use Flatpak and I make my own packages.

      @MichaelJHathaway@MichaelJHathaway Жыл бұрын
  • Much love Chris...as a relatively new user its nice to have a breakdown of this "whole installing the base" side of things...makes things so much easier....truly appreciated this content...Loving these new vids

    @julianstephen1303@julianstephen1303 Жыл бұрын
  • Debian updated their website June 2023 :P "UPDATE 10 Jun 2023: As of Debian 12 (Bookworm), firmware is included in the normal Debian installer images. USERS NO LONGER NEED TO LOOK FOR SPECIAL VERSIONS HERE."

    @gd6noob@gd6noob7 ай бұрын
    • was looking for this comment Thanks

      @rajparab5051@rajparab50517 ай бұрын
    • This comment is gold

      @justindouglas3659@justindouglas365925 күн бұрын
  • A few months ago I had one of my crazy ideas to mix things up. I generally use my Dell/Windows laptop for tax season. I have an older MacBook Pro 2011 that I really enjoy using for work. Over the past couple of months I have noticed that none of the software I use was getting current updates; Microsoft, Adobe, Zoom, etc. I decided to upgrade the hard drive to a non-Mac hard drive. I ended up installing Elementary OS 6 to see how things go. Since installing Elementary OS 6,; my MacBook has been brought back to life. I am back to using my MacBook Pro as a daily driver for work.

    @KennethJames7273@KennethJames7273 Жыл бұрын
  • Chris, I really enjoy watching your videos. I always learn something new and I also have a few laughs, and that is always a good thing. Cheers!

    @NebRadojkovic@NebRadojkovic Жыл бұрын
  • I'm really enjoying your series so far on this. It's encouraging me to re-visit and re-learn what I've used to get by. I think I really want to learn about booting from ramdisk and building my own version of what unraid does (with qemu/kvm, zfs, etc of course). If you have any knowledge to drop on us about boot to ramdisk I'd be all over that type of content.

    @rabid6449@rabid6449 Жыл бұрын
  • This is perfect for my impending windows dismount. Thank you.

    @BoyceBailey@BoyceBailey Жыл бұрын
  • Great episode, I've been thinking of rolling my own Debian, saving this for reference.. Thx

    @dragonsage6909@dragonsage6909 Жыл бұрын
  • Great tutorial. Just one thing, you probably want to "apt update/upgrade" AFTER debloating your system instead of before, so you don't have to download/upgrade unwanted packages. Cheers! ;)

    @Miguel_GM@Miguel_GM Жыл бұрын
    • You could always run "apt update", without it change any installed package. But I do agree with what you wrote about "apt upgrade". (IF one want to nit pick, you might want to upgrade apt and dpkg before installing/removing other packages, that is what you usually do when upgrade between stable versions, but that is still nit picking) 🙂

      @AndersJackson@AndersJackson Жыл бұрын
    • Any packages that need to be cleaned after a debloat just sudo apt autoremove -y

      @Nunya58294@Nunya58294 Жыл бұрын
    • It is possible to update before debloating and then upgrade after

      @Todija@Todija Жыл бұрын
  • Real solid suggestion. This is honestly the best "install Linux what should I do?" answer seen in awhile from my perspective. Debian has always been a good solid distribution, which is why so many others are based on it. The console installation method is flexible and has been around long enough to not break and there are no "gotchas" as you explained. Thank you for a sane and level-headed non-partisan recommendation.

    @nathanmiddleton1478@nathanmiddleton1478 Жыл бұрын
  • Hey Chris! Thanks for this awesome tutorial. Maybe you could do a video where you manual setup a secure installation with an LVM full drive encryption ? The guided one constantly fails and a bunch of tutorials say different things regarding the partitions and how to structure them secure. Much love to you!!!

    @theseolertm7086@theseolertm7086 Жыл бұрын
  • I did a bunch of distro hopping starting out with Linux until I figured out you can make whatever you want from any base. Your videos (and others) have been an invaluable resource. Finally, for me, I did the opposite, that you mentioned towards the last of this vid, by first installing Linux Mint, testing the installed apps, keeping what I liked, subtracting what I didn't and the obvious the bloat, then adding the packages with which I wanted to learn. Bottom line: ______________________ Thank you so much!

    @muddyexport5639@muddyexport5639 Жыл бұрын
    • That's pretty much what I do with my linux installs. I do a "normal" install that people like Chris like to scoff at, keep the programs I like, install new ones I want, and delete those I don't want. Far fewer steps than what Chris goes through.

      @Barrettfloyd82@Barrettfloyd82 Жыл бұрын
    • @@Barrettfloyd82 But your version is common sense, without any elitism and gatekeeping, and it doesn't make for a needless 18 minute video. I mean what he did here is install this...and then recommend to uninstall everything you don't want. It's literally no different than just installing Linux Mint Cinnamon, with the exception that it's unnecessarily very much anti user friendly. This is why Linux won't grow, dudes like this whose entire lives are based around distro hopping. What the hell was the point of selecting Debian and then installing Cinnamon and uninstalling all these apps you didn't want? My god.

      @overlord1995@overlord19953 ай бұрын
  • I highly recommend Ventoy to any distro hoppers out there, as an alternative to etcher or rufus. You create the bootable drive once with it, and after that you just copy whatever ISOs you want to the drive (yes, one or more!), and it will create a nice menu for you to pick which ISO you want to boot from

    @psz1@psz1 Жыл бұрын
    • i use ventoy only myself

      @ibm450@ibm450 Жыл бұрын
    • Interesting. I have not heard of it. I know I am tired of redoing my usb when I am needing to install some thing else.

      @aironwhite6533@aironwhite6533 Жыл бұрын
    • i tried this and got hit with the fact that nothing works past secure boot. Every single company ruins ventoy with secure boot.

      @jbear40@jbear40 Жыл бұрын
    • @@jbear40 maybe disable secure boot? What? Do you want to be only able to boot windows?

      @christiangonzalez6945@christiangonzalez6945 Жыл бұрын
    • @@christiangonzalez6945 i tried using this at work, and being able to get into customers computers and actually saving what i did to their computer needs to happen in secure boot in order to save any changes made to the hard drive. this renders ventoy/magickitty useless unless your testing memory or something, which could be used as a built in hardware tester in post. i know i just typed alot but most computers are too finicky to try and disable secure boot AND have everything run smoothly. I switched to really just using revouninstaller i bought on a holiday and it works amazing

      @jbear40@jbear40 Жыл бұрын
  • Chris, Thank you very much for the videos you make. I have learned so much by following you. You make IT fun again. I feel like a kid when I was first exposed to DOS 5.0\Win 3.11 on our Packard Bell.

    @mrderby0178@mrderby0178 Жыл бұрын
  • This was a totally awesome video, thank you Chris Titus Tech! I watched it a while back, then today had a chance to walkthrough the steps, extremely informative, great tips... thank you again!

    @enthusiast1@enthusiast1 Жыл бұрын
  • I just want to shout out Linux Mint Debian Edition; I don't use it personally, but it brings Linux Mint much more in line with the true source, while also offering a good experience. Obviously it's not the same as having a super bleeding edge Kernel, packages, etc, but with Flatpaks, the average user isn't likely to really care that much. Honestly, containerized apps have their issues, but it's pretty great to be able to run the newest software on any distro that has flatpak support, and it makes the choice of distro more of a "which design philosophy/desktop environment do I like the best".

    @adamsavard535@adamsavard535 Жыл бұрын
    • My very next video will be about Linux mint, the Debian Edition and all the confusion going 💪😌

      @ArniesTech@ArniesTech Жыл бұрын
    • @@ArniesTech Confusion with Linux Mint?

      @adrianteri@adrianteri Жыл бұрын
    • @@adrianteri yepp. The main line vs LMDE thing. Wait for it 😎

      @ArniesTech@ArniesTech Жыл бұрын
    • @@ArniesTech I bet it's all about it should be the default/popular offering? Spoilers spoilers ...

      @adrianteri@adrianteri Жыл бұрын
    • @@adrianteri Perhaps 😉🤫

      @ArniesTech@ArniesTech Жыл бұрын
  • For those coming here after June 2023, they have made a major change; Debian 12/Bookworm official images now include non-free firmware. So the part about needing unofficial non-free images is no longer relevant. (Wether to go with weekly or not is up to you. "Testing" is relatively stable, Debian standards are differrnt to most other distros. I'd stay away from it right after a major release, as things will be in flux for a while, there will be transitions etc. The closer to freeze/relelase, the more stable testing will be.) IMHO a good decision, as closed source binary blob firmware is sadly more or less the norm these days. BTW, if you for whatever reason need to keep your install image up to date regularly, jigdo is great! (To be clear, I dislike binary blobs as much as the next guy, and would of course prefer if my hardware didn't need them at all. I try to select hardware judiciously, but both getting the features you want/need and making sure all the ICs are not using non-free blobs is hard work/exhausting. Just being pragmatic and slowly transitioning to as free as practical.)

    @AnWe79@AnWe793 ай бұрын
    • Thank you! This is so helpful!

      @soccerskillzer@soccerskillzer3 ай бұрын
  • This was actually a good and very fresh video 😃 always wanted to know how Debian looked like and boom 💥 there it was. Thanks!

    @dimasveliz6745@dimasveliz6745 Жыл бұрын
  • Greetings, Chris Titus! Great video! Your knowledge-sharing attitude is greatly appreciated. Last year I started using Debian as my main distribution. Really, it's a great operating system.

    @sergiooseko1076@sergiooseko1076 Жыл бұрын
  • I have to say that starting the 'uninitiated' with Linux Mint is a great way to be introduced to Linux. There's so much help for the newer users for Mint, yet Fedora is also good. For me, I think I got into Mint at a great time in 2019, everything WORKED and worked very well. I've been using Fedora 35 [and should upgrade to 36 any day now] and there's been things that I loved that aren't working as I expected like they did in Mint. Could be the Wine changes but upgrades should be good, right? That or there's something that I'm missing. Maybe I'm homesick for Mint, so horray for backups if I end up hating Mint after a while lol!

    @Karla_Finch-Cluff@Karla_Finch-Cluff Жыл бұрын
    • I really like Linux Mint Mate 21 once it is booted from my Full Install USB connected to my laptop's. USB 2.0 port. The issue is that it takes 5 minutes to boot (5 minutes x 2 times a day x 300 days a year = 50- hours a year or more than a work week booting). So far haven't a clue why takes so long to boot, since both my Live demo and Live Persistent USBs boot in about 1 minute - which is just fine for me. Which brought me to this video. I figured since I like Mint Mate 21, so much I'd pick the "Mate" desktop option. Not a bad desktop and boots in 2 minutes, but not the Linux Mint Mate look. Next I tried the Cinnamon desktop and while much closer to Mint Mate, willing to use, but really prefer the Mint Mate desktop menu functionality and tools. It surprised me that the Debian Unofficial non-free images including firmware packages included so many games and other software that I don't want and not some of the ones that I do want like xed editor, Software Manager, Update Manager, Mint Mate menu system (Cinnamon is close), Pix image viewer, USB Image Writer that can create the Debian Install Tool USB from the ISO (strange have to switch to MX Linux USB Writer to create the Debian Install tool - odd to me, Linux Mints USB image writer creates a bootable Debian install tool but I think the partitioning of the Debian USB always fails and damages the Install tool in the process - not sure about this, but suspect.) So if I like Mint Mate so much - why just don't use that Full Install boot USB? - 5 minutes of boot time. Or maybe I should just be happy with the Mint Mate Live with persistence that boots in 1 minute - sigh wish I knew why the difference. Since Debian Mate, while didn't give me the look I wanted it does boot in 2 minutes - maybe I'll try using the light weight LXQT. Also, I need to review the configuration parts of the video again - seemed like there was a Software Manager GUI being used? Anyway, if any others are trying to create a Linux Mint Mate 21 look from a Debian Install, please let me know. Thanks!!

      @davebean2886@davebean2886 Жыл бұрын
    • @Dave Bean you can try installing mate-menu package, it's available in Debian repos, and you'll get your Mint MATE menu this way. for other elements, you'd have to experiment yourself

      @penguin2137@penguin2137 Жыл бұрын
    • Ubuntu is good for bigginers

      @lapinleikkipostilep7999@lapinleikkipostilep7999 Жыл бұрын
  • Hi Chris, If you consider this way to be the right way to install Linux (Debian in this case), it is strange that you go with the testing version and not the current one. Debian is known for its incredible stability and that is where you should go for the standard net-installer. LMDE (which you were effectively kind of building ex some extra packages) is built from the standard Debian line. Ubuntu is built from the testing line, and thus so is standard Linux Mint, which uses Ubuntu (=Debian testing) as a base. Setting up a Debian system for normal use should be done with the current release, that is the whole purpose of it. This way you will also be less bombarded with new packages, since you run a thoroughly tested distro. That said, you go for the testing release, a bit more cutting edge but not as hot as sid, which I would really only recommend for testing and never as a daily driver. I tried it all, including a mix of sid and testing, which works quite well. But for normal and solid use, you don't really need unofficial. You might though if your video card or other peripherals use libraries that are not in standard Debian. At this moment I use LMDE, both on a 64bit machine and on a 32bit netbook (yes, LMDE and Debian are both still available!). In both cases I dual boot them with Cloudready.

    @ericodijk@ericodijk Жыл бұрын
  • Good video. I always do a base install if possible on the distro I am using. Right now I'm using void linux. I like just having the base install and then being able to add what I want. I haven't run Debian in quite a while myself. I mainly use window managers myself, but I install a desktop environment on occasion. Great video. I always enjoy your videos.

    @zoinkshaggy@zoinkshaggy Жыл бұрын
  • This is a very interesting installation Christopher. And also for Linux beginners, it is a very good beginning to try achieve this way rather than environment install. Thanks a lot !!

    @yiannisserpico2646@yiannisserpico2646 Жыл бұрын
  • From the Debian site: UPDATE 10 Jun 2023: As of Debian 12 (Bookworm), firmware is included in the normal Debian installer images. USERS NO LONGER NEED TO LOOK FOR SPECIAL VERSIONS HERE.

    @adamduvick@adamduvick5 ай бұрын
    • Thank you!

      @user-hl9ey6qf3x@user-hl9ey6qf3x3 ай бұрын
  • Your expertise about Linux having only three main distributions [Debian, Fedora, and Arc], with hundreds of different desktop environments on top of them, was the exact frameshift I needed to understand what the heck was going on. I've held off of Linux for years due to the evangelical way it was introduced to me. I love it that you are agnostic and interact with different machine environments daily. Thank you for this...

    @busyrand@busyrand Жыл бұрын
    • It is quite literally tech religion

      @markymark9516@markymark951610 ай бұрын
    • I was the same for three reasons. 1- I never wanted to get involved in what I felt was the Linux "cult". 2 - I was overwhelmed by the number of distros out there, and 3 - If I'm using an operating system, I need to have a reasonably good idea how it works. But seeing these videos from Chris won me over. I've been using MS-DOS/Windows at a professional level for over 25 years so I'm not CLI-shy. This suits me down to the ground, it solved the "lack of understanding" issue to a decent extent.

      @steeviebops@steeviebops3 ай бұрын
    • @@steeviebops Awesome... Sounds like you're ready... I've been running Linux Mint for a couple years now. It' built on Ubuntu. I'd suggest Ubuntu if you like it, or Linux Mint because those the most widely used Distros and you'll be able to get answers when questions arise. So far Mint has only given me problems when I try to do intense things that involve Coding [I'm a Full Stack Web/Software Developer switching into DevOps and CyberSecurity].

      @busyrand@busyrand3 ай бұрын
  • I think this is your most informative video ever. This is just what I've been looking for. Thanks.

    @srdowns8816@srdowns8816 Жыл бұрын
  • Thanks for another great video! I've been doing music production on Bitwig Studio for some years now and I'm interested in installing a very bare minimum setup for at least my main workstation, but I'm skeptical as to how well this will be supported. I'm not that tech-savvy that I would know exactly which packages I'm actually using for doing audio production and at that point I would probably want to try and make it a low-latency kernel too. So that's already a bit out of my comfort zone but I would still appreciate less bloatware and a more focused system. What do you think I should do?

    @usualatoms4868@usualatoms4868 Жыл бұрын
  • First of all, thanks for the detailed explanation. Second, I am trying to install with this week's ISO (last modified: 2022-11-28 04:34 700M) as you suggested from the link you have provided in the comments. But while trying to install, it encounters an error. The error is not with the ISO file because the installation started, but after selecting the language and keyboard, it encounters an error. So I guess, this is the reason why they have the 'stable' version at the home page (as you were wondering at 2:30). Because the 'testing' version may not always be error-free. I guess.

    @Vaibik@Vaibik Жыл бұрын
  • Totally agree. Hey Chris, any recommendations for power backup APU. I get maybe not worthy of a video because of specificity but I appreciate your input and industry knowledge. Looking for something in the range of 1200 watts with 15 minutes draw down time.

    @daviddupoise6443@daviddupoise6443 Жыл бұрын
    • Anything from APC, CyberPower, or Tripp-Lite would be fine for home use. APC is the top dog for UPSes in the business world. Just like business computers, their stuff shows up on the used market all the time. Usually, the only thing wrong with them is that the batteries die, and since that's the expensive part of shipping, you'll see them sold without batteries. I picked up an APC Back-UPS Pro 1300 for $45 on Ebay, without batteries. A new battery pack is around $60, so for a little over $110 I have a pro grade 1300VA UPS that sold new for about twice that. I didn't realize it at the time, but the seller of the UPS did include the battery bracket/cable assembly. I can use aftermarket batteries in that bracket and rebuild the pack for about $45. If you do get a used UPS, check with the seller to see if the battery bracket is included. (It's often in the battery compartment.)

      @JamieStuff@JamieStuff Жыл бұрын
  • Pretty cool! I'm now 2 years into daily driving just Linux. I have been a long time Windows user. But I have no regrets. It'll help to cull my game purchases.

    @waynestewart1919@waynestewart1919 Жыл бұрын
  • Thanks for this video Chris, and for all of your great tutorials.

    @linuxlearnerlinuxlearner9207@linuxlearnerlinuxlearner9207 Жыл бұрын
  • The correct way to install Linux for me is to use the installer that is on the live USB of my favorite distro. It's easy and I don't care about "bloat". If for whatever reason I really don't want a built-in program (never happened yet), then I will just uninstall it. Easy peasy.

    @Barrettfloyd82@Barrettfloyd82 Жыл бұрын
  • UPDATE: Debian 12 has released, software is updated and nonfree firmware is included

    @kittenzrulz2314@kittenzrulz23146 ай бұрын
  • Great vid Chris! What sort of support will this have? Can you just keep upgrading in perpetuity?

    @l0pher@l0pher Жыл бұрын
  • hi titus awesome video, the steps are slow nd clear so this video is really for everyone . one question : are your wifi and Bluetooth working right away after first reboot or is there a work around if possible show us when its not working 😊

    @kenshin7440@kenshin7440 Жыл бұрын
  • The "weekly-builds" folder is missing now, any tips on which one to pick now?

    @GameActivated@GameActivated Жыл бұрын
  • Canonical also hosts ~50MBs netinstall mini ISO images for Ubuntu versions prior to 20.04, but nowadays they kinda replaced it with the bigger Ubuntu Server ISO images.

    @Supervideo1491@Supervideo1491 Жыл бұрын
  • I'm loving all the Linux content recently!

    @ibndiaye9129@ibndiaye9129 Жыл бұрын
  • Thanks, Chris! Debian 11 with KDE On VMware Workstation! Great knowledge for those looking into Linux!

    @HyperspaceQ@HyperspaceQ Жыл бұрын
  • Great video as always. This is my preferred install method as well.

    @joshferguson4660@joshferguson4660 Жыл бұрын
  • Could you update for the new debian site? :) They changed everything :)

    @MrBoboka12@MrBoboka124 ай бұрын
  • Great video! Especially for beginners, Linux Mint is the distribution to start with! I got into Linux since over a year because I bought cheap iMacs and Installed Linux on them and sell it for more. MacOS is what I hate the most and I'll also never change to Windows again. I installed a ton of distributions including Debian. With my recent laptop I have always ran into troubles with my graphics card except for Ubuntu. But that's not the distribution I want to use. I'll install Debian again and this time using Cinnamon. I hope everything goes well. I have a NVS 4200M graphics card. Do you know anything about this card to run smooth aside the Intel Graphics 3000 card?

    @notworththewatch8503@notworththewatch8503 Жыл бұрын
  • Terrific video, hopefully I'll get more friends into Linux thanks to your efforts. :)

    @marcus4368@marcus4368 Жыл бұрын
  • Nice video! I personally would recommend xfce as desktop envoirment and the stable version for an "normal" linux user who isnt a completly newcomer. I dont need the newest software, so i dont care having a bit outdated packages. I run my old lenovo laptop with debian 11 and a customized openbox envoirment, but i'll switch to debian on my main pc not later than win10 isnt supported anymore.

    @fredschredder209@fredschredder209 Жыл бұрын
    • And XFCE edition is the least bloated...there are no games. :)

      @sinisasinkovic4334@sinisasinkovic4334 Жыл бұрын
    • I love xfce too. But as I play with my computer I run debian testing, and use xanmod as kernel.

      @LtSich@LtSich Жыл бұрын
    • @@LtSich Don't use the Xanmod kernel, it is not stable and there is negligible gain. Use Sid kernel instead.

      @MichaelJHathaway@MichaelJHathaway Жыл бұрын
  • It's even trickier now to get that download

    @LarryJones-js6vh@LarryJones-js6vh5 ай бұрын
  • Great video, done with Ubuntu and feel confident enough to switch to Debian so this is great help

    @alexandercervantes9361@alexandercervantes9361 Жыл бұрын
  • Wonderful and great video, I simply love your way to teach all the Linux stuff!

    @urshartung7767@urshartung7767 Жыл бұрын
  • A couple months after this video, they made the decision to start including the non-free-firmware repo in the images starting with Bookworm (Debian 12)

    @user-lg4le8xr4s@user-lg4le8xr4s Жыл бұрын
  • I just went to the Debian download page and it says: "UPDATE 19 Feb 2023: As of the bookworm d-i alpha 2 release, firmware is included in the normal Debian installer images. USERS WILL NO LONGER NEED TO LOOK FOR SPECIAL VERSIONS HERE." I don't know how much of this was you're doing, but they did exactly what you wanted them to do! Firmware is now finally included in the regular packages!

    @Shikogo@Shikogo11 ай бұрын
    • This was the result of a community vote last year.

      @hallwayraptor2036@hallwayraptor20369 ай бұрын
  • awesome video, been messing with debian last few months, this video helped me a lot gona reinstall, THANKS Titus from Greece!!!!

    @runninglinux@runninglinux9 ай бұрын
    • just wanted to try out some new stuff from gnome!!!!

      @runninglinux@runninglinux9 ай бұрын
  • Saved my life. Ubuntu & Fedora wouldn't install from a live CD because of some EFI related issue, but this did very easily. Now have kernel 6.0 and Gnome 43 and very happy, thank you!

    @matthewholborow9942@matthewholborow9942 Жыл бұрын
  • Thank you for the video Chris! This video is meant to show newer users how to install Debian easily without a lot of post terminal installing. Yes it has more packages than a vanilla build, but it is easier and less likely to break. It is very difficult to find the downloads, very confusing. I posted live non-free cd's in the pinned message. Cinnamon can be modified to look identical to Windows. - Why use Debian instead of something like Linux Mint Debian edition? Because you can uninstall packages in Debian, where as you cannot uninstall in LMDE. For example, if you remove the calculator in LMDE, it breaks the system. You will find that many distrobutions work this way. It is because they share coding with other programs to make the overall packaging lighter. Pure Debian is more reliable, more customizable. Distrobutions come and go, Debian is not going anywhere. - - If you can install Linux Mint Cinnamon, you can install Debian from one of the live cd's.

    @MichaelJHathaway@MichaelJHathaway Жыл бұрын
    • Hm, it should work the same, as LMDE is based on Debian and not Ubuntu (which have recreated some packages and thus are different from the Debian testing it is built on top of). But I have not really used LM not LMDE for a long time now.

      @AndersJackson@AndersJackson Жыл бұрын
    • @@AndersJackson Chris and I were commercial sponsors of Linux Mint for a few years. I had a huge fight with one of the developers of Linux Mint over removing the packages which ended in removing the thread and them threatening to ban me from the website forever. I was writing debloat scripts for Linux Mint and LMDE. Mint is not just a DE slapped on Debian, no they have made major changes internally. Mint is awesome for new users who just need an operating system to work. But if you want to customize your setup by removing what you don't want, you are better off running one of these Debian installs.

      @MichaelJHathaway@MichaelJHathaway Жыл бұрын
  • The right way is the one that works for you. 💪 Just like there is no best distro, there is no right way. Some people are perfectly happy with being thrown bloat at cause they lack time and power of imagination or will to look it all up and install it. ☺

    @ArniesTech@ArniesTech Жыл бұрын
  • Hey Chris, Love your stuff! I was psyched to try this on an old Dell Inspiron. Everything went smoothly until the grub-install, and it would fail. Also, the non-graphical install went okay, except for when you choose the desktop environment, it's too easy to accidentally choose the wrong one, in that case the graphical install is easier to not make a mistake. I wanted to try the Gnome Flashback. I'm sure with a newer machine it would work fine. Good luck!

    @DominionMobile@DominionMobile Жыл бұрын
    • hi how did you fix the grub-install failing?

      @molly-tz5zy@molly-tz5zy4 ай бұрын
    • I ended up using MX Linux, which also stopped at the same point in the install but was able to get past whatever the problem was.@@molly-tz5zy

      @DominionMobile@DominionMobile3 ай бұрын
  • Nice videos Chris. Just found you few days ago. Congrats

    @tecnopadre@tecnopadre Жыл бұрын
  • I learn these skills by using Arch, first time I learn how Linux desktop could be, my mind was blown.

    @user-bc5vv1ug2g@user-bc5vv1ug2g Жыл бұрын
    • Arch is a fantastic learning ground.

      @ChrisTitusTech@ChrisTitusTech Жыл бұрын
  • Hey, Mr. Chris Titus, you should cover on how to install Ubuntu or Debian via the command line, like how you do on Arch!

    @JayCeeCreates@JayCeeCreates Жыл бұрын
  • Love Debian Sid. I always avoided it due to the "unstable" title but it is my favorite. Clean debian install with all the new stuff. Note updates will be frequent if your not into that.

    @jasonmarch1983@jasonmarch1983 Жыл бұрын
  • Thanks Chris👍🏻 very helpful video, got a great working Debian on my old 2nd PC now. You showed us where the best ISO was Debian's website is aweful.

    @UltimusShadow.@UltimusShadow. Жыл бұрын
  • I think someone from Debian have seen this video! 🥳 "UPDATE 19 Feb 2023: As of the bookworm d-i alpha 2 release, firmware is included in the normal Debian installer images. USERS WILL NO LONGER NEED TO LOOK FOR SPECIAL VERSIONS HERE."

    @sebi00@sebi00 Жыл бұрын
    • thank god

      @jikonaf9173@jikonaf9173 Жыл бұрын
  • Thank you sir Chris. I learned a lot from you. The one that sticks to me now is that there are only three Linux that matter. Arch, Debian and Fedora.

    @noel_curray@noel_curray Жыл бұрын
    • Replace fedora with redhat

      @vrixmorr@vrixmorr Жыл бұрын
    • @@vrixmorr correct me if I'm wrong but fedora is almost a testing branch for redhat, if you ignore centos

      @dexalan@dexalan Жыл бұрын
    • @@dexalan yes fedora is where they test the latest features. The research and funding is carried out by Red Hat. You could say that RHEL is based on Fedora. But Fedora's architecture is based on Redhat linux

      @vrixmorr@vrixmorr Жыл бұрын
  • Great video,as always!Well done!

    @yohaim@yohaim Жыл бұрын
  • When I started using Linux it was from my local Free Geek. I remember that non-graphical installer we used back in 2013-2015. It was an automated install off of the server so every computer would get the same installation by default. There was one point where we just had to wait for literally 20 minutes before anything would happen on screen. Some people called it "purple purgatory" (the background was purple). They were using hubs instead of switches which was why it took so long. Once they changed the hubs for switches the 20 minute wait went away.

    @jb888888888@jb888888888 Жыл бұрын
  • Hiyah Chris, although I'm a longtime user of Linux, I still learn from you every time. And I'm glad you don't try to persuade people to use just one distro. My personal all time fav is Debian, I always seem to come back to it. Next in line is Fedora as it is the closest thing to Red Hat. My daily driver is actually Fedora, as I'm trying to get some more hands on, as I want to develop myself into a Red Hat system admin. Currently working as a Windows sysadmin/helpdesk, but Linux has my love since 1999, even though I couldn't get it to work back then.

    @SebMcC2007@SebMcC2007 Жыл бұрын
    • You know that after RedHat killed Centos they allowed everybody to have a free license for one RHEL machine? The 'Red Hat Developer Subscription for Individuals' - average name, but it does the job. Thus you can, if you desire, run RHEL at home, free - if that will help with your development into your RHEL support role desire.

      @CalinDee@CalinDee Жыл бұрын
    • @@CalinDee tried that but won't get a license... and I've got at least 2 servers running it...

      @SebMcC2007@SebMcC2007 Жыл бұрын
  • 6:23 - Interesting. I'm using Manjaro, which is loosely based on Arch Linux - I'm still on 5.15. I could upgrade to 5.18, but 5.15 is shown as recommended. Kinda expected that a distribution based on Arch to be closer to the bleeding edge, but Manjaro does tend to intentionally be a bit behind Arch for the sake of better stability.

    @logicalfundy@logicalfundy Жыл бұрын
    • Lol, that's a myth and a scam selling point for Manjaro, and Arch is not 'bleeding edge'; it's rolling release as in not point release. Do a web search on 'what's wrong with manjaro'. A lot of criticism from Arch is from ~10 years ago when it was new and expected. People don't want Manjaro; they want Arch. -They were simply sold a lie.

      @madthumbs1564@madthumbs1564 Жыл бұрын
    • @@madthumbs1564 Can you substantiate your claims with evidence?

      @logicalfundy@logicalfundy Жыл бұрын
    • @@logicalfundy Do you know what a search engine is? Are you not capable of checking for yourself?

      @madthumbs1564@madthumbs1564 Жыл бұрын
    • @@madthumbs1564 Yup, and the results I got were inconclusive. Some people are in agreement with your criticism, some people are the opposite. Nothing I read convinced me that Manjaro's marketing is somehow a "scam."

      @logicalfundy@logicalfundy Жыл бұрын
    • when i used 5.18 my video drivers refused to work no matter what i did. i have Nvidia card tho

      @inconnn@inconnn Жыл бұрын
  • Thanks for this. I’d been running eos for a while but decided to give this a go with inspiration from your fedora build. Didn’t select a DE during the installer and just downloaded gnome core 👌🏻 runs pretty sweet and no bloat apps. Any recommendations for making the wifi faster?

    @richardnolet250@richardnolet250 Жыл бұрын
  • Chris as always very imformatrive and easy to follow. After seemingly a successful install, and inputting correct login details Debs won't launch and get stuck have tried playing with virtual box settings, but alas no dice tried looking for a solution and couldn't see one apart from the most basic which i think i covered. Have you come accross this issue before got a quick fix? thanks mate

    @albakriomar@albakriomar Жыл бұрын
  • Yes, please show a tutorial on how to setup your own mirror for Linux package management! I would love to see how to do it. Could you demo a Red Hat/CentOS one as well as Debian? Those would be perfect for me.

    @williamedds1@williamedds1 Жыл бұрын
  • As of May 21/23 weekly-builds is not available

    @jamesbrinn9701@jamesbrinn970111 ай бұрын
    • So what package do we download then?

      @TheOneTain@TheOneTain11 ай бұрын
  • I've known about Linux for years but a few days ago I randomly decided to install it on my Laptop for the first time ever, which is an half decent HP and it's only from 2021 😄 I went for POP and I really like it. Of course I haven't even scratched the surface with learning yet though.

    @androidash@androidash Жыл бұрын
  • When i see your video's , i want to install linux in my main pc. Good job!

    @eliansorin@eliansorin Жыл бұрын
  • Great video as always! I switched to linux 2 years ago. (But still need to learn more about Fedora and Arch). I recently created my own ,,after install.sh'' file which contains a lot of commands chained together with &&😀. (It's maybe silly, but I love it). Thank you for all the great content, greetings from Hungary!

    @richardthury5293@richardthury5293 Жыл бұрын
    • Thats the way 💪 You experiment and learn along the way 😌

      @ArniesTech@ArniesTech Жыл бұрын
    • Thats better than a bunch of lines of sudo

      @MichaelJHathaway@MichaelJHathaway Жыл бұрын
  • Debian 12 has fixed a lot of the hassles with downloading and installing Debian....maybe it's time for a Debian 12 video?

    @Matteo_68@Matteo_6810 ай бұрын
  • Great video. Thank you for doing Linux videos again.

    @runout74@runout74 Жыл бұрын
  • Looking forward to updating my debian stable install to debian sid using the info in this video. Thanks!

    @misterverloc@misterverloc Жыл бұрын
    • like to see kde version to this and compare it to mx linux kde plasma

      @ibm450@ibm450 Жыл бұрын
  • Took my production Arch system down last week and went with Fedora 36, Gnome & Material-Shell. Coming from Material Awesome, loving Material-Shell. Also nice being back on Fedora. Did the same for the laptop, but left Arch and only changed the DE to Material-Shell. Watching the video, almost makes me wish I would have gone with Debian 😎 Maybe I'll put Debian on the wife's laptop for fun!

    @craigw4644@craigw4644 Жыл бұрын
    • Fedora is my operating system to, and although I have distro-hopped so many times, I keep coming back to it. I am going to try out Material Shell again; I used it some time ago, but it bothered me that you can only have one screen for switching workspaces. My second monitor is always the same...

      @jesse7631@jesse7631 Жыл бұрын
  • Thanks

    @alkhadherahmed@alkhadherahmed Жыл бұрын
  • Great Debian installation walkthru, Chris Thanx, man

    @igrewold@igrewold Жыл бұрын
  • Great video, thank you. I followed you video and installed on an old laptop for testing. Might switch my main Ubuntu system over in the near future, thank you again.

    @fancylad2006@fancylad200628 күн бұрын
  • "I'll show you how to download it, you are gonna laugh" - that gets the Like immediately 🙂

    @weekendwarrior3420@weekendwarrior34204 ай бұрын
  • Vanilla Debian doesn't even come with "sudo" installed. It's literally a building block.

    @kakarroto007@kakarroto007 Жыл бұрын
    • That's true and is why the video uses a live install, because it comes with sudo preinstalled.

      @MichaelJHathaway@MichaelJHathaway Жыл бұрын
  • Learned something new....Thanks for sharing the knowledge.👨‍💻

    @BobBob-qm2bm@BobBob-qm2bm Жыл бұрын
  • Great video - Debian XFCE is my base - one think I really like that I wish Debian would do (or steal from XUbuntu) is the option during initial install for a minimal packages (no office, no additional stuffs - lemme add em if I want approach). Would still be on XUbuntu if they didn't start shoving Snaps down our gullets!

    @davidanderson2436@davidanderson2436 Жыл бұрын
  • 🧑🏽‍💻🤦🏽‍♂️ debian moved the unofficial nonfree link.. you must have upset them 😅...now where can I find this download...omg chris why does linux have all these little quirks...lol.makes it a fun puzzle but geez...😂😂

    @GrindAlchemyTech@GrindAlchemyTech11 ай бұрын
  • They removed weekly builds and weekly live builds

    @X11Guy@X11Guy11 ай бұрын
    • No they didn't, they're in the exact same place /cdimage/weekly/ they just made it so you don't need a separate iso for non-free

      @hallwayraptor2036@hallwayraptor20369 ай бұрын
  • It’s all fun & games until you hit the “An installation step failed. You can try to run the failing item from the menu, or skip it and choose something else.” error :(

    @genhen@genhen Жыл бұрын
  • Another great video Chris - thank you!

    @jesse7631@jesse7631 Жыл бұрын
  • For those looking to do this with an x86 Arch-based system (without all of the manual fiddly bits of native Arch), give Manjaro Minimal a try. I've been trying to set up Windows/Arch dual booting without success for a while, but Manjaro just worked.

    @JamieStuff@JamieStuff Жыл бұрын
    • Try archinstall helper script some day!

      @victornecromancer@victornecromancer Жыл бұрын
    • @@victornecromancer I did, when it first came out. Back then, it was written to be the only OS on the system. I don't know if they've added dual boot capability to it.

      @JamieStuff@JamieStuff Жыл бұрын
  • Mint is about as user friendly as it gets. Great Distro, especially their Debian Edition.

    @TheLinuxYes@TheLinuxYes Жыл бұрын
    • That's only 'arguable'. The AUR makes installing less popular software easy. Arch users don't ask questions like 'how do I debloat ***** distro' on a forum. -Then there's the Arch wiki. If it's for Grandma and she only wants an over priced WebTV, and was familiar with Windows, then sure. Some grandmas remember when computers didn't have mice and guis though.

      @madthumbs1564@madthumbs1564 Жыл бұрын
    • @@madthumbs1564 Arch is not a gateway OS, new users from Windows will run back screaming. Come back to reality.

      @MichaelJHathaway@MichaelJHathaway Жыл бұрын
  • Hey Chris, would love to see that video about creating a local mirror for packages!

    @Croesquared@Croesquared Жыл бұрын
  • Your videos encourages me to use and spread Linux awareness to many...!

    @NaveenResearchTamil@NaveenResearchTamil Жыл бұрын
KZhead