Speeding Up Linux | A Newbie's Guide

  Рет қаралды 14,291

LearnixTV

LearnixTV

Күн бұрын

Пікірлер: 111
@cowmonke
@cowmonke 6 ай бұрын
first
@ZFCE1_1_1
@ZFCE1_1_1 5 ай бұрын
> be "first" commenter > be a 9 year old everyone who comments first is a 9 year old
@quadruplea0
@quadruplea0 6 ай бұрын
> Be me > Wake up > New LearnixTV video > this is gonna be a good day
@TronNerd82
@TronNerd82 6 ай бұрын
Always a good day when Learnix drops another video
@lilGyros
@lilGyros 6 ай бұрын
the wallpaper startup is still there 💀💀
@svendyy
@svendyy 6 ай бұрын
💀
@bbfh-yt
@bbfh-yt 6 ай бұрын
the ending IM DEAD 😭
@System64-Fumo
@System64-Fumo 6 ай бұрын
Honestly if you care about bootup times avoid systemd, Use an init system that can start processes asynchronously. elogind supports this however it's unstable and could cause issues with race conditions. I personally prefer sysV init though it's not for everyone. Another good tip for disks with low IOPS is compression, BTRFS with ZSTD compression (Set to it's default level of 3) does wonders.
@_Learnix
@_Learnix 6 ай бұрын
Yeah, that is very true! This video was intended for beginners and chiefly beginners who use Linux Mint, so I wasn't going to talk about init systems just yet
@System64-Fumo
@System64-Fumo 6 ай бұрын
@@_Learnix compression is nice though, I used to think compression makes things slower but nope, Turns out it makes things faster.
@_Learnix
@_Learnix 6 ай бұрын
@@System64-Fumo im gonna look into that!
@Sheikh-sz5gf
@Sheikh-sz5gf 6 ай бұрын
openrc made my system boot up in about 1 and a half seconds so this is factual (at least for me)
@vetrixfx9264
@vetrixfx9264 6 ай бұрын
runit gang
@copper4eva
@copper4eva 6 ай бұрын
Lol, which Luke Smith video was that? I forget how funny he could be at times. Great channel.
@AstrokiffWasHere
@AstrokiffWasHere 6 ай бұрын
Wake up LearnixTV made a new video.
@eelmcbean
@eelmcbean 6 ай бұрын
Great video :)
@lilGyros
@lilGyros 6 ай бұрын
when i was a kid (still am) i used to believe, that those "dad rages and destroys my xbox" videos were real ^^ boy was i naive and stupid... (still am)
@Voidsmoothie
@Voidsmoothie 5 ай бұрын
@@lilGyros In spring this year, mom pushed my PS4 from the table out of rage unrelated to me. I had to pay $100 to fix the HDMI port. Those videos are real.
@lilGyros
@lilGyros 5 ай бұрын
@@Voidsmoothie i am talking about "McJuggerNuggets" those videos are not real.
@Mr-Draxs
@Mr-Draxs 6 ай бұрын
remove the bootloader
@litheha_prog
@litheha_prog 6 ай бұрын
Perfect.
@dentureadventure1490
@dentureadventure1490 6 ай бұрын
I love this channel haha
@quickkennedy3226
@quickkennedy3226 6 ай бұрын
Plymouth broke and i remembered this video and now i can get rid of my broken boot screen AND make it boot faster...
@h-banii
@h-banii 6 ай бұрын
Me: intentionally slowing down my boot time by playing Shikanoko Nokonoko Koshitantan OP before showing the login screen. We're not the same. (I'm not even joking, I configured greetd+Hyprland to play the song with mpvpaper before loading the login screen with ags.)
@siz1700
@siz1700 6 ай бұрын
Whole op? 1min 30sec??
@h-banii
@h-banii 6 ай бұрын
@@siz1700 ah you're right, I should've used the 1 hour endurance instead, I'll change it 🦌 (just kidding). Yes, 1 min 30 sec, but it's not that bad since I don't shutdown my pc often
@shadow_absorber
@shadow_absorber 3 ай бұрын
browser.cache.memory.capacity -1 actually means it can use unlimited amounts of ram so leaving it as -1 should be fine
@Destide
@Destide 2 ай бұрын
Remove the French language package job done
@MrPJunior12
@MrPJunior12 4 ай бұрын
idk, debian trixie with KDE desktop on startup uses ~2,2 gigs of ram out of 16gigs, i think its not that bad, windows at ur machine did the same, but 2 gigs there was 50 % of course
@binja_
@binja_ 6 ай бұрын
From my understanding, 'profile' is used to diagnose boot time issues rather speeding up boot times and isn't something you really want to have set all the time.
@_Learnix
@_Learnix 6 ай бұрын
from a wikipedia page on Linux readahead: "Readahead is a system call of the Linux kernel that loads a file's contents into the page cache. This prefetches the file so that when it is subsequently accessed, its contents are read from the main memory (RAM) rather than from a hard disk drive (HDD), resulting in much lower file access latencies." Lower file access latencies, theoretically lower boot times.
@neelsb7889
@neelsb7889 4 ай бұрын
03:00 using systend? very easy to speed up your Lijux system boot up without messing around with everything you did by just switching to a system ("distro") which uses a decent, simole init (e.g. runit / OpenRC / sysVinit...). Your boot time will be DRASTICALLY improved and you will have way less bloat and less vulnerability risk (e.g. the xz vulnerability only "worked" with systemd, while distros using Unix style init systems as mentioned above were safe).
@draksolare
@draksolare 6 ай бұрын
Hi, great video, congratulations, keep making videos like this, what's your cursor term?
@gabrielkolletalves493
@gabrielkolletalves493 5 ай бұрын
I think zswap comes enabled by default
@a_maxed_out_handle_of_30_chars
@a_maxed_out_handle_of_30_chars 6 ай бұрын
subbed :)
@_Learnix
@_Learnix 6 ай бұрын
Thanks for the sub!
@Beetlebugoid
@Beetlebugoid 6 ай бұрын
Who cares about saving milliseconds? If you really want quick boot times, use an SSD. Everything else is a whole lot of effort for seconds at very best.
@_Learnix
@_Learnix 6 ай бұрын
these tips apply to any configuration, its not just milliseconds, lol
@brunoabad1027
@brunoabad1027 6 ай бұрын
So not to be an elitist or anything but most of this things you did are the default on arch, mainly because it aims for a minimal system. And most of what you did was disabling features you dont want.
@_Learnix
@_Learnix 5 ай бұрын
"A long awaited video I'm sure, this is a Linux tutorial video for Linux Mint (and others if they apply) on how to speed up your Linux performance"
@banks3388
@banks3388 6 ай бұрын
Linux could use more resources than Windows, I'd still use it...
@TheFellerHasAChannelGodDamnIt
@TheFellerHasAChannelGodDamnIt 3 ай бұрын
At least those resources aren’t spying on you and advertising
@bacalhau_seco
@bacalhau_seco 6 ай бұрын
if u install gentoo its gona be faster fr (i use archbtw)
@nikkis1173
@nikkis1173 6 ай бұрын
I have no idea why but for me windows 11 no matter what i did it used 8GB of ram just because it can. I have 16 gb
@flydiscohuebr
@flydiscohuebr 6 ай бұрын
Easy Linux Tips Project
@AdroSlice
@AdroSlice 6 ай бұрын
Three words. Memory context restore. Everything else has a minor impact on boot times by comparison.
@Sheikh-sz5gf
@Sheikh-sz5gf 6 ай бұрын
from a google search everything looks like its only for ddr5
@Sheikh-sz5gf
@Sheikh-sz5gf 6 ай бұрын
and for amd
@AdroSlice
@AdroSlice 6 ай бұрын
@@Sheikh-sz5gf Not trying to say everything else is irrelevant, but this should be the first thing to check if applicable.
@phillipanselmo8540
@phillipanselmo8540 6 ай бұрын
custom kernel and no mitigations user here 😎
@xccr2
@xccr2 6 ай бұрын
where kernel compiling
@ChiekoGamers
@ChiekoGamers 6 ай бұрын
How to undervolt CPU and GPU pls
@Rohambili
@Rohambili 5 ай бұрын
9:49 Why you would do this? Why dont lz4 ? O.o thats faster...
@bacalhau_seco
@bacalhau_seco 6 ай бұрын
put "these" options 8:57 in the description
@ztd0501
@ztd0501 10 күн бұрын
I’m about to subscribe just because of your personality and you obviously don’t give a fuck.
@kezcyp
@kezcyp 6 ай бұрын
i use arch btw
@dv_dream
@dv_dream 6 ай бұрын
linux ate my ram!!!!!!!
@_Learnix
@_Learnix 6 ай бұрын
reduce the eating!
@bacalhau_seco
@bacalhau_seco 6 ай бұрын
eat linux
@CorneliusCornbread
@CorneliusCornbread 6 ай бұрын
Put him on a diet >:v
@BombataIsReal
@BombataIsReal 6 ай бұрын
honestly i dont know if i should switch to linux, i just dont think its for me, i tried ubuntu and i had to constantly look up every command and allat, if i have to memorize every command that there is then im sorry but linux isnt for me :( also there arent a lot of apps that are supported on linux
@elijah44gd79
@elijah44gd79 5 ай бұрын
and when was that
@BombataIsReal
@BombataIsReal 5 ай бұрын
@@elijah44gd79 2 months ago
@Leverquin
@Leverquin Ай бұрын
I would remove DE.
@baseddisciple2000
@baseddisciple2000 6 ай бұрын
Hi dad
@Sheikh-sz5gf
@Sheikh-sz5gf 6 ай бұрын
learnix, what is the equivalent of profile in gentoo?
@_Learnix
@_Learnix 6 ай бұрын
i'm pretty sure it would be similar in gentoo if you're using GRUB. I could be wrong though.
@zanylyf
@zanylyf 6 ай бұрын
mine uses 3.6/3.7 gb in windows why?
@MCrex007
@MCrex007 6 ай бұрын
Bloatware, probably because it was a prebuilt PC. Go uninstall Norton and turn on Windows Defender.
@zanylyf
@zanylyf 6 ай бұрын
@@MCrex007 mine is a laptop bruh, ima move to linux, windows is laggy af!
@TheNeverPoet
@TheNeverPoet 6 ай бұрын
does it even matter why at this point bro ☠
@MCrex007
@MCrex007 6 ай бұрын
tl;dr tell your os to STOP FUCKING WITH THE MICROWAVE
@trustytrojan
@trustytrojan 6 ай бұрын
i have a really great tip for this video's topic: use arch
@moepikd
@moepikd 6 ай бұрын
No, use Gentoo.
@cowmonke
@cowmonke 6 ай бұрын
sorry I personally use LFS, very lightweight and great for beginners
@moepikd
@moepikd 6 ай бұрын
@@cowmonke I personally made my own operating system, kernel, utilities, etc from scratch that uses 0.01 bits of ram, very lightweight and great for beginners (if you can't tell this is a joke, I may be autistic but I'm not that autistic)
@szymonm5919
@szymonm5919 6 ай бұрын
bro disable nvidia
@8BitRetroRabbit
@8BitRetroRabbit 4 ай бұрын
2,2 gb ram windows? on empty win .... at a good used win its 9-12gb at idle! at a clean linux: 50mb-2,2gb ram depend on distro and linux.... at good used its 100mb-4,5gb botrh at a gaming system with much apps in background and oppened yt with 5 tabs at gaming win: 16-21gb at 1080p vs. linux 3,4-11,9gb at 1440p cpu speed windows "100%" vs linux 102-119%! 🤣 rip windows 10 and 11
@sampletext69420
@sampletext69420 6 ай бұрын
Guy with 2013 2GB Ram laptop
@SuperWiiGuru
@SuperWiiGuru 6 ай бұрын
Me with 1gb on a laptop
@DumDoDoor
@DumDoDoor 6 ай бұрын
Or get an SSD. :P Don't hurt me.
@TheNeverPoet
@TheNeverPoet 6 ай бұрын
you will be violated
@jmbf4191
@jmbf4191 5 ай бұрын
at this point just buy a better pc
@lucasf4rt523
@lucasf4rt523 5 ай бұрын
that's not the spirit
@RobotDude375
@RobotDude375 6 ай бұрын
“Windows sucks” *also windows not taking hours to optimize*
@_Learnix
@_Learnix 6 ай бұрын
People actually take very many hours to optimize Windows all the same, lol.
@bbfh-yt
@bbfh-yt 6 ай бұрын
1. All linux ditros (out of the box) have better performance than Windows, in the video it's simply a way to squeeze the maximum milliseconds out of runtime. 2. People are very obsessed with optimizing windows, there are countless scripts and custom ISO's for that exact reason that are very popular 3. Don't comment things you have no idea about, wincuck
@bacalhau_seco
@bacalhau_seco 6 ай бұрын
windows will never be optimized, and is actually much harded to optimize, u got run alot more commands and shit
@bacalhau_seco
@bacalhau_seco 6 ай бұрын
​@@_Learnixfor a worse result lmao
@TheNeverPoet
@TheNeverPoet 6 ай бұрын
*Could you repeat that*
@blueballsssss4198
@blueballsssss4198 6 ай бұрын
wow this guy kinda stinks
@bacalhau_seco
@bacalhau_seco 6 ай бұрын
true
@AstrokiffWasHere
@AstrokiffWasHere 6 ай бұрын
fr
@bacalhau_seco
@bacalhau_seco 6 ай бұрын
@@AstrokiffWasHere who tf are u. gtfo bro! we were here 5 days ago, ur late
@AstrokiffWasHere
@AstrokiffWasHere 6 ай бұрын
@@bacalhau_seco aw :(
@lilGyros
@lilGyros 6 ай бұрын
is that a car with an automatic transmission in the thumbnail 🤢🤢
@Kryst0v
@Kryst0v 6 ай бұрын
How do I delete someone else's comment?
@lilGyros
@lilGyros 6 ай бұрын
@@Kryst0v you also drive an automatic, eh?
@lilGyros
@lilGyros 6 ай бұрын
@@Kryst0v hol' up, you tell me the make and model of the car. if you know it, google the specifications of the car, tell me what you found. you're the car expert, aren't you?
@Kryst0v
@Kryst0v 6 ай бұрын
@@lilGyros Take your meds, I am not talking about your car knowledge but rather how cringe it is that you and other wannabe car lovers avoid automatics at all cost. I think there is absolutely nothing wrong with having an automatic, in fact I think it is at some point an upgrade, as most automatic cars have shifting pads so most automatics include the benefits of manual.
@Kryst0v
@Kryst0v 6 ай бұрын
@@lilGyros Buddy you prob not old enough to drive so why are you whining about someone else's car
Linux is a MAJOR Rabbit Hole
36:40
TechHut
Рет қаралды 696 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
7 Apps Better Than The Defaults Your Distro Ships
12:43
DistroTube
Рет қаралды 120 М.
Wubuntu, the Dubious Linux Windows
15:22
Action Retro
Рет қаралды 500 М.
I switched to Linux 30 days ago... How did it go?
28:46
Craft Computing
Рет қаралды 304 М.
The COMPLETE Linux Hardening, Privacy & Security Guide!
18:58
Techlore
Рет қаралды 166 М.
Linux Problems
11:39
Chris Titus Tech
Рет қаралды 169 М.
12 GREAT command line programs YOU recommended!
16:25
The Linux Experiment
Рет қаралды 313 М.
Secure BANKING on Linux with Linux Mint
29:31
Switched to Linux
Рет қаралды 27 М.
The Art of Linux CLIs
8:35
Mults
Рет қаралды 516 М.
Linux Crash Course - Easy Terminal Commands for Inspecting Hardware
19:39
Switch to these open-source apps...on Windows, macOS or Linux!
19:07
InfinitelyGalactic
Рет қаралды 26 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН