Simple Tasks in WINDOWS 11 vs LINUX MINT

  Рет қаралды 387,108

CHM Tech

CHM Tech

Күн бұрын

Пікірлер: 1 000
@hopelessdecoy
@hopelessdecoy Жыл бұрын
Key thing to remember though is Mint (or any Linux OS) is NOT Windows, it has its own set of strengths and weaknesses. Some try to help you transition by being similar with a lot of functions but Mint has a lot of very good and bad differences to Windows. If anyone gives Linux a try because of videos like this go in with an open mind that this is a new eco-system with it's own history and design decisions that can be different than you are used to.
@mikem9536
@mikem9536 Жыл бұрын
Mac is easier to learn than Linux and all it's "flavours".
@MIO9_sh
@MIO9_sh Жыл бұрын
@@lindenreaper8683 Funny enough, my first acceptance of macOS is actually by using it like a Linux, which it does since it's also a POSIX compliance OS.
@univera1111
@univera1111 Жыл бұрын
​@@lindenreaper8683when Linux can run auto CAD I'll switch.
@univera1111
@univera1111 Жыл бұрын
@@lindenreaper8683 I hear u
@univera1111
@univera1111 Жыл бұрын
@@lindenreaper8683 there has been a lot of talk about Linux better than windows I don't see that. No windows pull the Gpt card out. That Linux community won't allow in the command line interface. Wait till windows 11 is stable. Power tool is just the beginning of it.
@Pyro-Moloch
@Pyro-Moloch Жыл бұрын
8:04 worth noting, there's also an ability to "kill" process in the right-click context menu. This command gives a 100% guarantee that the process will stop.
@joshplaysdrums2143
@joshplaysdrums2143 Жыл бұрын
I also added a tool to my menu bar that kills processes you click on. I think mint calls them snippets ? I forget the name but it's useful!
@Pyro-Moloch
@Pyro-Moloch Жыл бұрын
@@joshplaysdrums2143 don't know what snippets are, but there's the xkill command, which you can set to a keyboard shortcut, and it lets you kill programs you click on. Perhaps that's what you're referring to?
@joshplaysdrums2143
@joshplaysdrums2143 Жыл бұрын
@@Pyro-Moloch I got the name wrong, mint calls them applets, pretty much the applets in was thinking off gives a cursor to kill the process with. Helpful for me as its taking me a while to learn keyboard shortcuts lol
@Pyro-Moloch
@Pyro-Moloch Жыл бұрын
@@joshplaysdrums2143 oh, that's right, there is an applet like that. But setting a shortcut is not that hard either. You open the corresponding menu, select custom shortcuts (you can see it in the video where he shows how to set up a shortcut for the system monitor) and just enter "xkill" in the command line. I set mine to Ctrl+Del. There are guides on this on the internet to.
@milkom2021
@milkom2021 Жыл бұрын
With the next update Windows will have the option to end a task added in the app's jump list
@gragogflying-anvil3605
@gragogflying-anvil3605 Жыл бұрын
Another simple tasks that come to my idea would be: installing software, compressing and decompressing files, workspace organization (virtual desktops, overview of open windows, etc.) and maybe customizations (although that's its own rabbit hole).
@cigmorfil4101
@cigmorfil4101 Жыл бұрын
And updating software/the OS itself.
@aonodensetsu
@aonodensetsu Жыл бұрын
​@@cigmorfil4101that's like only a good experience in linux, though winget is a good first step
@carloseltopoquegira7454
@carloseltopoquegira7454 Жыл бұрын
This is missing on video because SUDO for installing a simple program is just a pain in the and that's the reality of linux users.
@cigmorfil4101
@cigmorfil4101 Жыл бұрын
@@carloseltopoquegira7454 Less of a pain than Windwos when I've just deliberately downloaded software and being asked if I really want to run it when I click on it. But if I just want to install it for my user only then I don't need escalated privileges and no need for SUDO. Because Windwos is really a single user system by backward compatibility design, you need admin rights to install any software. Linux was designed as multi user from the outset and so understands the need to separate OS files from application files. That's why escalated privileges are required to install software for everyone - you are bring a system administrator instead of just a user, and the Linux method helps you understand the difference. It also means it is much harder for malware to install itself without your permission.
@gragogflying-anvil3605
@gragogflying-anvil3605 Жыл бұрын
@@carloseltopoquegira7454 It's neither a pain (it's literally just typing those four letters), nor is it required… All of the things I listed can also easily be done with a few clicks. Go spread your FUD somewhere else!
@Jtretta
@Jtretta Жыл бұрын
A subtle snapping feature in Mint not mentioned is that there is a slight bumper-snap between floating windows. If you bring two windows together and overlap slightly then it will perfectly butt them up against each other. It also allows sliding the two windows against each other. This can let you butt the moved one up against a third window. A perfectly screen filling floating patchwork of windows can be made this way.
@mar2ck_
@mar2ck_ 9 ай бұрын
It's called window edge snapping and I really really really wish Windows had it. It's such an amazing feature for desktop organization.
@mallusaih
@mallusaih 7 ай бұрын
i love edging my windows to one another
@tato-chip7612
@tato-chip7612 Жыл бұрын
i really hope linux mint devs look into this video because i really like their desktop environment. I hope you point out even more issues where the desktop can improve in the future.
@astrolight5708
@astrolight5708 11 ай бұрын
Linux Mint has apparently been around since 2006 which will make it a retro Operating System but I want more iconic Windows computers and I am a retro computer collector. I turned one side of our basement into a makeshift retro entertainment center and a retro computer lab almost like how Schools set up their computers. I will eventually be putting every model gaming console known to man down their it will eventually feel like a makeshift museum for retro electronics.
@krisclem8290
@krisclem8290 Жыл бұрын
Need a April fools day follow up where you do the same tasks but strictly in the terminal on Linux.
@ovi1326
@ovi1326 9 ай бұрын
ok but when you compare bash/zsh and cmd/powershell windows loses on all fronts
@AkashPalukuri-tc5tt
@AkashPalukuri-tc5tt 9 ай бұрын
@@ovi1326I just tried Linux for the first time today. what’s the difference, I thought cmd uses bash also? Bc l commands like ls and cd are the same
@ovi1326
@ovi1326 9 ай бұрын
@@AkashPalukuri-tc5tt bash comes from unix shell while windows cmd comes from dos. they don't share much in ways they can be scripted, instead of ls you have dir on windows, in bash you can do actual ifs, loops and functions while cmd offers goto statements. you can use bash on windows (ie. mingw has one) the thing that sucks is most scripts expect a posix environment and it'd hard to make one in windows. Nowdays microsoft offers WSL though but I wouldn't call that a windows terminal since it's actually running a full linux vm. Also powershell is kinda cool but 1) it's not posix shell compatible, it does things in it's own way 2) almost no one writes scripts for that 3) check out nushell, it's just better
@PatricioGonzalezCabrera
@PatricioGonzalezCabrera 9 ай бұрын
Thats like saying french and spanish are pretty much the same they both have si and la
@AkashPalukuri-tc5tt
@AkashPalukuri-tc5tt 9 ай бұрын
@@PatricioGonzalezCabrerano i genuinly didnt know then lmao
@FlameSoulis
@FlameSoulis Жыл бұрын
6:20 About renaming: you can also click on the name of the file in Windows, and this will allow you to edit it from there. This wasn't the case in Linux Mint until the latest update, where it now mirrors that functionality.
@roundabout-host
@roundabout-host Жыл бұрын
It was always a setting
@seanfaherty
@seanfaherty Жыл бұрын
It has been possible on raspberry pi’s for at least 4 years and on mint for at least 2 years. Before that I do not have personal experience but I know for a fact you are mistaken, it happens
@генераторимен-ы7х
@генераторимен-ы7х Жыл бұрын
I don't know man, I've always pressed F2 to rename, so I can't tell.
@mage3690
@mage3690 Жыл бұрын
I just want to point out for anyone used to Windows file searching: Linux file search is _fast._ When I say fast, I mean that on my system, it managed to find a file down in the depths of a 1TB external hard drive in about 20 seconds flat, presumably _after_ searching through my 500GB main SSD. Try doing that on Windows, and you'd be sitting there for 5 minutes, minimum, before anything resembling a useful result came up. I have no idea why the difference is so big, but it is, and it's one of the reasons I switched.
@sen7826
@sen7826 5 ай бұрын
It may have something to do with indexing, and the fact that Windows doesn't just look in the metadata, but also the file contents. So if you search for "London", Windows will not only list files and folders with "London" in their names or details, but also all text files and maybe some PDFs with the expression "London" in them.
@memastir
@memastir 4 ай бұрын
i use "everything" app on windows and it's much faster than stock search thing, it finds anything *I N S T A N T L Y* on any stupid laptop hdd amd on pretty slow PCs
@GG22n
@GG22n 4 ай бұрын
Well cuz it works differently in Windows.
@rednexie
@rednexie 3 ай бұрын
use the tool called "everything"
@Nitish-Rathod
@Nitish-Rathod 3 ай бұрын
Use tool everything
@Draconicrose
@Draconicrose Жыл бұрын
It's worth noting that you will be using the system monitor a lot less than you would the task manager. Apps on linux very rarely hang or stop responding to commands. In Mint, specifically, if you stick to the applications in the software center then you are extremely unlikely to have those issues. It is a very stable distribution. This changes if you start tweaking and messing with the configs and generally experimenting with the freedom linux gives you but you know what they say, with great power comes great responsibility. :)
@Triro
@Triro Жыл бұрын
Lol true! Unless you're using wine / proton to play a game, then it might hang.
@Draconicrose
@Draconicrose Жыл бұрын
@@Triro Hasn't been my experience in the last few years of playing tbh
@mikem9536
@mikem9536 Жыл бұрын
@@Triro Yeah, when I used to game on Linux, the launcher to my game would "hang" and fail to halt.
@Triro
@Triro Жыл бұрын
@@mikem9536Huh weird, only time that happens is when I play cities skylines, it will hang for a bit then come back.
@MIO9_sh
@MIO9_sh Жыл бұрын
I always has random stuff hanging, but not the problem with linux, it's me squeezing the specs down to an unreasonable level for my workload. And, it's still just hang not straight up crashing the entire OS
@Christobanistan
@Christobanistan Жыл бұрын
Note the Windows Task Manager has one simplified main tab showing apps on the task bar so that normal people can kill apps easily. The Processes tab is a secondary tab showing all processes, similar to what Mint has.
@FullMetalGladiator
@FullMetalGladiator 9 ай бұрын
However - it almost never kills apps easily. Which is the problem.
@Christobanistan
@Christobanistan 9 ай бұрын
@@FullMetalGladiatorYes, it does. What are you talking about?
@doggo_woo
@doggo_woo 6 ай бұрын
@@FullMetalGladiator Excuse me but what? Task Manager has a 100% assassination completion rating.
@Person01234
@Person01234 5 ай бұрын
That main screen is pretty much useless though nowadays, even when using windows 10 the first thing I would do when opening task manager is go to the processes tab. People saying that task manager is good at killing tasks must not know/have forgotten how it used to be. Task manager has become extremely poor at it's job. The moment a crash happens that is outside the normal it kind of loses it's ability to deal with it. The fact that it's a normal window makes this even worse. I do remember a time in windows where using the ctrl alt delete option would just hard kill any program, now you have to go through task manager and it's not very good by comparison.
@doggo_woo
@doggo_woo 5 ай бұрын
@@Person01234 You can change the default screen it opens to. Task Manager > Settings > Default start page
@danboy12342
@danboy12342 Жыл бұрын
Oh please let this channel become a Linux channel
@TheNJK57
@TheNJK57 Жыл бұрын
I'm all for it Let's gooo
@ratlinggull2223
@ratlinggull2223 Жыл бұрын
...and change the name to Chmod Tech!
@moltony
@moltony Жыл бұрын
​@@ratlinggull2223xd
@rizkyadiyanto7922
@rizkyadiyanto7922 Жыл бұрын
nah, i prefer it to be linux propaganda for windows user.
@LocalHumanYT
@LocalHumanYT Жыл бұрын
Nah, just a general OS channel, so Linux, Windows and Mac
@Zefar77
@Zefar77 Жыл бұрын
For screenshot. You can just press the Printscr button alone and it'll give you 3 options on what you can do. No need to hold down the Windows key.
@GinanjarUtomo
@GinanjarUtomo Жыл бұрын
this was not the case until recently on Windows.
@Zefar77
@Zefar77 Жыл бұрын
@@GinanjarUtomo Just pressing printscr will take a picture of the whole screen on any Windows version since at least 95 or 98. Windows 11 just added 3 options at the top on what you want to do after you press Printscr. I remember this because when you wanted to prank someone back in the days you just took a printscreen, pasted it into Paint, saved it and used it as the desktop while removing all real icons. Then you also just hide the start menu. I have never tried it on multiple monitors but it always worked like this with 1 monitor.
@sunofabeach9424
@sunofabeach9424 Жыл бұрын
@@GinanjarUtomo it was the case since forever
@fawkesito
@fawkesito 11 ай бұрын
@@sunofabeach9424no
@fatoldhikki4837
@fatoldhikki4837 10 ай бұрын
​@@GinanjarUtomo Это было всегда, сама кнопка об этом как бы говорит
@Stilllife1999
@Stilllife1999 Жыл бұрын
I think it might be interesting to see a 'cool' features in Linux mint video
@wpochert
@wpochert Жыл бұрын
I've been using Linux full time since the windows 8 atrocity. I play all manner of high end games, routinely handle office files, edit photos and videos, and of course browse the internet. Have yet to find a single thing that I cant do on Linux that i could on Windows. Of course there are varying degrees of learning required to accomplish that at times, but this makes the computer fun to use again. The idea that I am in control of everything my computer does at all times is quite appealing :)
@wombatdk
@wombatdk Жыл бұрын
I have a few. There's no equivalent (not even close) to Photoshop. If you need photo editing, you're SOL. Same for good video editing. There's a few, but they're vastly inferior. If you need accounting software, you're screwed. If you need to use banking software, you're screwed. If you play games that use anti-cheat, you're usually (but not always) screwed. I could go on for a few hours. I do use Linux since Kernel 0.96, and pre-KDE/Gnome on Enlightenment. It's good for some things, good for the average illiterate grandparents, not so great in any serious office environment. Admittedly, gaming (via Wine/Proton/Steam) has improved a ton in the last 5ish years. The whole X11/Wayland mess on the other hand has just devolved the desktop into an infernal hellscape.
@wpochert
@wpochert Жыл бұрын
@@wombatdk if you are speaking of software.from Adobe or Intuit that require subscriptions to use them I'll pass everytime. If you absolutely MUST use them in a professional setting then get a Mac...they work better there anyway. I'm not speaking about the tiny percent of users who have those needs, I'm talking about the 95% plus who do not.
@wpochert
@wpochert Жыл бұрын
@lindenreaper8683 exactly.. I've never had a person I brought into Linux ask to go back 🙂
@wpochert
@wpochert Жыл бұрын
@lindenreaper8683 one side effect is many of my customers never call me again because their Linux machines do not crash and don't get viruses
@wpochert
@wpochert Жыл бұрын
@lindenreaper8683 I don't mind.. they trust me with anything else needed :)
@mcerny04
@mcerny04 Жыл бұрын
It might be cool to compare a KDE Plasma distro to windows as well. KDE does many things even better than Windows, not on par like Mint Cinnamon. I suggest either KDE neon, or OpenSUSE Tumbleweed.
@supercellex4D
@supercellex4D Жыл бұрын
Tumbleweed had kernel sads with my Wi-Fi driver I compiled every time I updated and it rolls kinda fast, but yeah
@Pyro-Moloch
@Pyro-Moloch Жыл бұрын
Cinnamon might be simpler, but it's not a buggy mess like KDE. Don't ever suggest Windows users to use KDE, unless you want them to hate Linux.
@kiwihuman
@kiwihuman Жыл бұрын
@@Pyro-Moloch As someone who daily drives Arch Linux with KDE no new user should use KDE, Sure it looks good by default and still has plenty of customization but you need to be willing to fix things when they break. Cinnamon was the first DE (in Linux mint) that I used when I permanently switched to linux.
@JohnSmith-gd2ws
@JohnSmith-gd2ws Жыл бұрын
​@@sus-ln1nmThe 'old man' is right though. I love KDE but it still needs a year or two of polishing until i would be willing to recommend it to people that ain't into modifying (and fixing) their desktop. It might work good on some hardware, but more often than not KDE ends up being a painful hell on most systems for most users. No need to deny this fact... Unless you want to be an ignorant butt about it. Everything that has to do with the discover program in KDE crashes if you look at it too hard this day, also it's slow as hell.
@Wilker_uwu
@Wilker_uwu Жыл бұрын
i love that on KDE i can configure to zoom in the screen on command by just pressing Super+(= or -), no questions asked, or that to kill a window i can just press Ctrl+Super+Escape and then click the window i wanna forcibly close. while the start menu is way better than Cinnamon because of KRunner, i still find it to be laggy when loading up long lists of programs available as i hover through the categories in it. i'll be happy to recommend KDE when the team eventually publishes their version 6. Cinnamon is still a solid choice tho.
@Verbalaesthet
@Verbalaesthet Жыл бұрын
Very useful. A simple task that gave me some trouble at first was getting different language input running. Like when you want to type Japanese, Chinese or Korean.
@JediMB
@JediMB 9 ай бұрын
As someone who's planning to at least partially transition over to Linux Mint in the near future, I'm very happy to see that batch renaming feature. I recently updated the names of a bunch of old music files to add artist names, and ended up having to look up PowerShell commands that could do it efficiently. Just having it built into the context menu sure is a lot more convenient.
@Maisonier
@Maisonier 5 ай бұрын
Thank you, I learned a lot of this video, including how to rename a lot of files in Mint.
@onkelhiphop
@onkelhiphop 5 ай бұрын
Keep making these videos because all of us is moving to Linux as soon windows 10 Is not supported anymore, Great work keep it up 🤘😎
@fineman1064
@fineman1064 Жыл бұрын
It'd be nice if you also compare Gnome DE and windows.. I find it one of the easiest environment if one's not blaming it for not working as windows
@el_benja
@el_benja Жыл бұрын
There’s only TWO reasons why I still using windows in my daily routine. Office and gaming. Although for office I’m using wps, it’s a very compatible tool and all but still lacks some of the ms office components. And for gaming I just have to search for the Linux compatibility list in Steam. But for now that’s ok.
@андрей_свиридов
@андрей_свиридов Жыл бұрын
​@@lindenreaper8683the problem is that single player games aren't the problem. Otherwise I wouldn't dualboot Win and Lin on the same PC just to Game and Work. I just don't want to pirate Office 365.
@андрей_свиридов
@андрей_свиридов Жыл бұрын
@@lindenreaper8683 are you an AI bot or something? I saw you text like this under other comments lol. Tell your developer to fix your text recognition or switch your theme of a talk. "Keep Windows offline", "MS Office is trash" stop spamming pls.
@Kanbei11
@Kanbei11 Жыл бұрын
​@@lindenreaper8683MS Office may be shit but one doesn't have much choice when your employer demands it or you have to keep fixing compatibility issues with your colleagues using office and don't care that it's crap Similar to how WhatsApp is inferior to signal I'm stuck using it because my contacts don't care enough to switch
@rainbowspeedy
@rainbowspeedy 10 ай бұрын
7:40 you can also end tasks directly from the task bar by enabling the kill feature in the developer settings
@patrickcardon1643
@patrickcardon1643 Жыл бұрын
Great snapping in Mint works as expected, Win10 and 11 imposing you fill the space that is left while you didn't ask for it bugged me endlessly
@ent2220
@ent2220 Жыл бұрын
Yeah agree. Sometimes it's convinient, sometimes it's not. In Linux (I use GNOME), I just use Super and arrow key like the uploader showed and to get another window resized, Alt+Tab and then super + arrow key again. It's almost as fast when you get used to it and you have much more control. And if I want complex tiling, I have multiple tiling extensions that far surapass what Windows offers, as they essentially emulate and full blown tiling window manager.
@ratamacue0320
@ratamacue0320 Жыл бұрын
You can disable that (in Win10, at least). Settings -> Multitasking (Or type "snap settings" from the Start menu) uncheck "When I snap a window, show what I can snap next to it"
@patrickcardon1643
@patrickcardon1643 Жыл бұрын
@@ratamacue0320 Nice, thanks! Never thought of looking for it in there (then again not much is where it's supposed to be in the control pan... sorry, settings)
@ratamacue0320
@ratamacue0320 Жыл бұрын
@@patrickcardon1643 welcome 🙂
@TrebleKnight
@TrebleKnight 9 ай бұрын
Kinda surprised you don't mention making a rich text document or extracting an archive. Both are very common tasks if you ask me. I do them almost every day lol
@Girgoo
@Girgoo Жыл бұрын
Photo viewing and send it somewhere, maybe to a friend. Change wallpapper. Change time for sleep mode/screensaver. Installing Microsoft Teams or play a popular game. Setup backup to external drive.
@bhavyakukkar
@bhavyakukkar Жыл бұрын
"Photo viewing" has nothing to do with the OS though on the off chance to do with some proprietary media codecs, that Mint provides to you during the installation. The wallpaper itself is a window in the XOrg display server that Mint flavours use, and is completely exposed to a protocol called EWMH, meaning you can do much more than have a photo or video wallpaper. Theoretically you could make a live mathematical graph, rendering in real-time, be your wallpaper. Do you see any reason why "Microsoft" Teams is difficult to install on an OS that isn't "Microsoft" Windows? It's developed in Electron which is a cross-platform framework so what difficulty could there even be?? oh maybe it's the fact that they dropped linux support last December. In Valve's own words with association to their development on ProtonDB, "80% of Steam's top 100 games are now playable within Linux". is that a good enough metric?
@m4sterred853
@m4sterred853 Жыл бұрын
@@bhavyakukkarI’m a Linux user and I enjoy Linux, but for the gaming part, I need to be realistic. 80% is not enough, especially if like 90% of the remaining 20% consists of online multiplayer games, aka the big hits that the vast majority of gamers care about.
@Girgoo
@Girgoo Жыл бұрын
​​@@bhavyakukkarI tried to mention some tasks that the average user might do with a computer. Will it be easier or harder to do on Mint? Teams is pretty common for work, Slack as well. With wallpaper I meant just setting a photo as the wallpaper, people like to see a photo of their loved ones on the Desktop. How easy is it to share a photo to a friend? Utilize the applications installed or do you have to search and install extra software to archive this?
@bhavyakukkar
@bhavyakukkar Жыл бұрын
@@Girgoo ah I see, that's embarrassing. people usually pick some of the things you mentioned to criticize linux and the instinct to defend kicked in. I apologise
@philklc
@philklc Жыл бұрын
An interesting feature to compare would be on file operation conflicts, when copying or moving things to somewhere that already has the same stuff with the same name. From my previous use of Linux, I think Windows and most Linux distros work quite similar, bit macOS, mind bogglingly, gives the option to REPLACE the destination folder, instead of merging them.
@Mr-Sinister
@Mr-Sinister Жыл бұрын
I've been using Void Linux for years. But I appreciate the fact that there are distributions like Mint that are friendly to newcomers. I wish there was Linux Mint without systemd.
@arianitonline8748
@arianitonline8748 Жыл бұрын
what's wrong with systemd?
@Mr-Sinister
@Mr-Sinister Жыл бұрын
@@arianitonline8748 it's bloated, it's not following UNIX philosophy, it complicates things, and just personal preferance not to use it. There always should be an alternative, but systemd became a 'system layer', and grown to be so mainstream that people bareley have any alternative. I prefer simple init scripts as opposed to 'services'. It's becoming more and more Windows'ish and less UNIX-like. Average GNU/Linux user shouldn't care though. Until it gets in their way somehow. But I've been running GNU/Linux distributions for over 17 years, and I like the older approach without systemd. Good thing that there is a big community that thinks the same, so here I am running one of the distributions that suits my purposes AND doesn't have systemd.
@skinwalker69420
@skinwalker69420 11 ай бұрын
@@arianitonline8748 it does everything. Seriously, not only does it handle startup, but it can handle stuff like NTP through systemd-timesyncd and serve as a bootloader through systemd-boot. It does too many things.
@ADeeSHUPA
@ADeeSHUPA 10 ай бұрын
@@arianitonline8748 あっぷ
@slavic_commonwealth
@slavic_commonwealth 7 ай бұрын
well systemd is the mainstream choice even for advanced distros like Arch or NixOS so if you want non-systemd I doubt there's a newbie-friendly distro for you
@mano_rex
@mano_rex Жыл бұрын
Note: if you hit Win+PrtScr on Windows, it will automatically save the screenshots on the Pictures/Screenshots folder
@asdasx392
@asdasx392 Жыл бұрын
1. the screen capture tool in Windows 11 seems horribly buggy with multiple monitors at different screen resolutions, and it is slow. And I think it worked in previous versions. 2. Does Ctrl-Insert and Ctrl-Delete work with the clipboard in Linux Mint? 3. Does Linux Mint have tabbed file manager windows? 4. For my 25+ years of Windows experience, the search feature has been horrible. I swear it has a less than 50% success rate and I assume MS knows this from all the metrics data I must be sending back to the mothership.
@akashsahu933
@akashsahu933 Жыл бұрын
Yes Linux Mint have tabbed file manager windows
@bartek1887
@bartek1887 Жыл бұрын
1. On linux mint screenshotting will screenshot every screen 2. I don't think so, but I don't know what these shortcuts are supposed to do. 3. Yes
@gragogflying-anvil3605
@gragogflying-anvil3605 Жыл бұрын
2: idk what ctrl+ins is supposed to do but Ctrl+del does work (deleting words to the right of the cursor, instead of single letters. 3: yep. Mint's default file manager is named "nemo", which supports tabs. Other file managers like nautilus and dolphin also do. 4: can confirm and relate
@wallace8637
@wallace8637 Ай бұрын
Years of using windows and just now I know batch renaming.
@patrickschannelyt
@patrickschannelyt Жыл бұрын
On Windows 11 if using a touchpad you can also show all windows with 3 fingers swipe up and select the window you wanna switch to. Touchpad gestures are really nice. I know GNOME has them though but not sure about Cinnamon.
@motoryzen
@motoryzen Жыл бұрын
Touchegg
@MODEH7
@MODEH7 Жыл бұрын
Yeah Linux mint have gestures it got added in 21.3
@firebout7675
@firebout7675 6 ай бұрын
I am glad somebody is talking about it, thanks for making this video. Maine bhe aise he sabko dekh kar MERN stack sikha tha, now i am in my 3rd year, almost katham hai, what should I do now? Next.js? Devops? How to get a carrier??
@AEKfootball
@AEKfootball Жыл бұрын
excellent! plz make a whole series of these videos comparing win 11 to linux mint.
@shireenakter5349
@shireenakter5349 3 ай бұрын
After trying out Nobara OS and Pop OS for almost a year now, I think I've finally settled on Linux Mint for my home distro (for now)
@jackieAZ
@jackieAZ Жыл бұрын
As an avid Linux hater (I might end up switching anyways because windows is trying its best to become bad) I wanted to share some notes: - you showed what essentially looked like a gui-implemented script utility for the mint batch renaming, (which admittedly is nice and tidy) but then for some reason didn’t show a power shell on windows which could definitely do the same thing? Yeah it’s probably a bit more tedious but to be fair few people will likely use batch naming anyways imo so seems like an odd omission especially since it would be a convenient place to show windows ‘open terminal here’ context menu item -someone correct me if I’m wrong but doesn’t win+printscreen auto save to the screenshots folder? I think the copy to ms paint thing is kinda a mark of the past outside of doing it to actually edit the photo in there (which definitely still has its place) also on a tangent I’ve had weird issues with the snip tools markup feature on my multimonitor setup at work, granted that’s win10 not 11. But yeah as someone begrudgingly thinking of switching to Linux as a daily driver I appreciate the comparison. I probably will go with Ubuntu over mint just because of popularity (aka more resources and support from things) but regardless a nice video. Ok now a fun rant for those who are curious about my self prescribed anti Linux label: I like open source and free software as a concept; so I love Linux in that respect- however what frustrates me endlessly about Linux is that it’s community (and because it’s open source thus the devs themselves) will tout how Linux is definitely easy to use and an obvious choice while in the same breath criticize people for wanting Linux distros to…be simple and easy to use. The year of the Linux desktop is a meme for a reason, and it’s not just because of the power Microsoft’s wallet and influence- it’s also because there are 10 billion Linux distros, more of which naturally are poorly maintained, rather than people actually making a single really solid distro or two. And when people are in good faith trying the ecosystem out, forum dwellers are quick to shit on them for not scouring for 30 pages of forum posts somewhere else as well as not just knowing better automatically. Anyways I’m still maybe switching because holy fuck Microsoft stop with your forced updates, ad and telemetry shoves and anti consumer lack of legacy support. I hate how perfectly functional hardware becomes sketchy to use just because windows has either arbitrarily decided you can’t use it or actually can’t simply because the os is too fucking bloated to run decently on older hardware So yeah if you can be bothered switch to Linux tbh, make a dual boot ideally especially for gaming/productivity since that is generally a better experience on windows
@nealgoogs
@nealgoogs Жыл бұрын
thank you, thought i was going crazy, linux is mad overrated, windows just works out of the gate and is just easy and accessible
@happygofishing
@happygofishing Жыл бұрын
@@nealgoogs Windows is israeli spyware.
@nealgoogs
@nealgoogs Жыл бұрын
@lindenreaper8683 gargle Linux balls more. You Linux lovers are lunatics
@jackieAZ
@jackieAZ Жыл бұрын
@lindenreaper8683 yes Ubuntu is the basis for many distros mint included, but my point is to go with the big one since it has the most support. Also, it seems like you didn’t quite get the spirit of what I was saying, which is fair tbh cuz I posted and rant wall- but I did end that with “anyways yeah probably just run both”. I already run Linux on a tertiary device because it’s too low spec to handle modern windows. Legacy compatibility is obvious a massive W to Linux over windows in a lot of situations. However for many myself included their just isn’t really a way to run the software I want on Linux- wine is great but obviously it’s usually a performance hit at least and a buggy and/or not working mess at worst. I’m a musician and DAWs are generally, unfortunately, just not made with Linux in mind. And again like people keep saying with good reason- the game support is just less. It’s getting better, it’s come a long way, but it ain’t it chief. In other words, a dual boot is the strat for most people still, even if the full switch is looking less painful over time
@jackieAZ
@jackieAZ Жыл бұрын
@lindenreaper8683 ah yes the classic Linux argument: “What’s that? The software you use isn’t supported? Just get different software 5head!” No.
@Hexhammer
@Hexhammer Жыл бұрын
Took two Linux classes but haven’t used it outside of there, been wanting to change that. Seeing that selection screenshots can still copy to the clipboard might finally do me in, that setting has become crucial to my entire existence LOL
@AyushBakshi
@AyushBakshi Жыл бұрын
Windows no longer feels snappy though. Like.. you click on a ss notification.. the snip window first appear small.. then it pops to bigger size.. Just be responsive and snappy
@silvy7394
@silvy7394 Жыл бұрын
You can literally disable animations if you're weird and think animations makes the PC feel slow.
@AyushBakshi
@AyushBakshi Жыл бұрын
@@silvy7394 animations are fine. Even when disabled current windows (10 n higher) are no longer as responsive as windows 7.
@benjamindourney7716
@benjamindourney7716 Жыл бұрын
is that really weird though? it helps speed things up a bit as well and even if you like the animations, you don’t even notice after like a day
@startingbark0356
@startingbark0356 24 күн бұрын
You will notice believe me ​@@benjamindourney7716
@chris122380
@chris122380 5 ай бұрын
What icons and theme are you using on your Linux mint?
@ipshitshaha7244
@ipshitshaha7244 Жыл бұрын
Loving your videos, need more content on daily usage of linux.
@Space_Reptile
@Space_Reptile Жыл бұрын
fullscreen screenshot of the current screen you are on that goes to your clipboard: ALT + PrntScr
@philiphandforth4390
@philiphandforth4390 11 ай бұрын
I'm wondering if you did any comparisons in usb handling, I switched to linux mint on an old Samsung all in one and noticed that usb 3 speeds had gotten a pretty decent boost when transferring files from my external ssd and I'm wondering if you noticed any difference between the two.
@raphaelkyembe4407
@raphaelkyembe4407 5 ай бұрын
The only down side in Cinamon for me is lack of feature system wide search
@stargazer7644
@stargazer7644 5 ай бұрын
Learn to use locate or find.
@Kneedragon1962
@Kneedragon1962 Жыл бұрын
I haven't watched every moment of this, but I would point out, that's Windows v Mint + Cinnamon. I'm a Mint + Mate user, have been for a very long time. There's also an XFCE version. Windows only has one desktop. Linux has about 8 common ones and a few that are obscure. Many major distros have a selection of desktops you can install them with. Cinnamon is designed to be (far as I understand it) a soft landing for people who just got here from Windows. If you're an older Windows user, like '95 / 2k / XP stuff, then Mate is a very familiar experience. There are also a number that mimic the Apple desktop very closely. If you don't LIKE the way Windows does things, tough luck. But if there's something you don't like about your Linux distro a) there are over a hundred others, and b) you can very likely change it yourself. [edit ~ 8 months later] 3:55 or so ~ I'm not on Cinnamon, I use Mate. Shortcut for the terminal is Cntr + Alt + t (or T). Shortcut for opening a file manager (Caja) is Cntr + Alt + e (or E). I didn't know about the screenshot shortcuts. Thanks for that. I did put a launcher / shortcut up on the top panel, which opens the screenshot tool, and I use that often enough to justify the placement on the 'task bar'. Yes, I have a lot of gadgets and widgets lined up on the top panel, like a network throughput tell, like a cpu clock-speed tell, and a cpu core temp tell, along with the text editor, calculator and the system monitor (Task Manager analogue.) And a workspace switcher with 4 desktops, 2x 1080p monitors each. And launchers for Chrome and Firefox. Yes, I have both. At this point, I'm primarily using Firefox but that's subject to change depending on mood and whim and which one glitched most recently. My current grudge with Chrome is the recent change to using their own themes, and the hell with what your desktop looks like ~ we're Google and you will be assimilated. Ok ~ you do you. I'll do Firefox. There's a question. This box is an i7-6700. It's due to be replaced in 3 or 4 months by an AMD R9 9950X. I will be running the same Linux Mint on that. I can have 4 temperature tells on the top panel, that all fits neatly, but I don't think there's room for 16 of them... I think I might have to do 16 for a few days, and get a feel for what I need to keep an eye on and what I don't. Hmmm ~ Ok, little experiment then. I can add another panel, top bottom or side, and I can stack some or all the gadgets in that one, then just load all the cpu temps across the new one ~ I'm not about to run out of panel real-estate. What I was trying to do, was put another panel at the bottom of the secondary display. Have to research how to do that.... Seems panels go in the primary display. That's why it's primary ~
@f0rg
@f0rg Жыл бұрын
What about Win+V, that uses clipboard history, that in theory should work between multiple devices with the same account?
@Koffiato
@Koffiato Жыл бұрын
You might want to compare KDE as well, as it's also very similar.
@user-tc9tb3a
@user-tc9tb3a Жыл бұрын
0:30 which audio visualizer is it? I see it very often on KZbin
@k3salieri
@k3salieri 11 ай бұрын
Largely the only thing thats been keeping me from going to Linux is the gaming. Which I've been told has gotten a lot better thanks to Valve. I hope that it's has gotten even better by the time that support for Win10 is dropped.
@skinwalker69420
@skinwalker69420 11 ай бұрын
Windows 10 IoT LTSC, it's officially developed by Microsoft, comes debloated, and has support until 2032.
@slavic_commonwealth
@slavic_commonwealth 7 ай бұрын
@@skinwalker69420 you can't get it legally though, that could be a problem for someone
@maodebo3301
@maodebo3301 Жыл бұрын
I haven't tried in a while so I might be wrong but one thing that bothers me in Mint is deleting stuff from a USBstick or an external harddrive because regardless of the method of deletion with will not delete the file but create a directory in the USBstick or external harddrive where it stores the deleted file, basically like it's creating a recycling bin from scratch
@laurencefraser
@laurencefraser Жыл бұрын
@lindenreaper8683 ... because you told it to? You plug in a USB stick with a file on it, you decide you don't want that file anymore, you tell the OS to delete the file... this... should result in the file being deleted, one would expect?
@Mr.JesseR
@Mr.JesseR Жыл бұрын
i thought you had to do ctrl + delete or something
@bullshitman155
@bullshitman155 Жыл бұрын
rm (-rf if necessary)
@TheCzele
@TheCzele Жыл бұрын
I would love to see tasks in the video but in comparison with KDE and GNOME vs Windows, since those DEs are leading in desktop linux
@steventechno
@steventechno Жыл бұрын
Definitely so, but I see why OP chose to use Cinnamon, as a newcomer would likely have mint recommended to them. I’d personally recommend Mint to noobs too.
@iQuickGaming
@iQuickGaming Жыл бұрын
@@steventechno i usually recommend Fedora because it is stable and has the GNOME desktop environment which has great support and looks very polished. I installed it on my gf's laptop
@ettoreatalan8303
@ettoreatalan8303 Жыл бұрын
While KDE and GNOME lead the Linux desktop, Windows leads the entire desktop market.
@iQuickGaming
@iQuickGaming Жыл бұрын
@@ettoreatalan8303 well not really, if you look at the stats you'll see that a portion of the market belongs to Apple, BSD, Linux and other variants
@skinwalker69420
@skinwalker69420 11 ай бұрын
@@ettoreatalan8303 that's because they bribe every desktop maker to preinstall it, and defaults matter.
@hundvd_7
@hundvd_7 5 ай бұрын
6:20 On Windows you can also rename by "slowly" double-clicking the name. As in, first selecting the file, and then single clicking it and waiting ~0.2 seconds.
@joshplaysdrums2143
@joshplaysdrums2143 Жыл бұрын
I just switched to mint from windows a few weeks ago!! Cant recomend it enough, if you have a spare hardrive i can easily recomend flashig mint on it. Now im already thinking of reclaiming my windows harddrives for linux lol. Also gaming is very easy (if you have amd gpu). I have nvidia and it is now running just as well as it did on windows but freesync is goddam jank, im hoping xorg gets some fixes eventually but theres always workarounds in the meantime. In reality it just means ill get an amd gpu when i next upgtade though thats no time soon
@gragogflying-anvil3605
@gragogflying-anvil3605 Жыл бұрын
@lindenreaper8683 The Steam Deck also still uses X for the Plasma desktop.
@vladyslavdiumin4124
@vladyslavdiumin4124 8 ай бұрын
Great video.🎉🎉❤❤Thank you very much for sharing all the Information about the Linux mint and the overall comparison between Linux mint and windows 11🎉🎉❤❤I have actually learned how to create a screenshot, a selected screenshots on the screen in Linux mint.🎉🎉❤
@mauriciojcYT
@mauriciojcYT Жыл бұрын
The search of files in windows (at least for me) is sometimes very slow, is that the same in mint?
@SpaceCadet4Jesus
@SpaceCadet4Jesus Жыл бұрын
Seems you might need a hard drive checkup as the Windows search feature mechanics called indexing, pre searches your computer and sometimes file content then displays it super fast. If that isn't working for you out of the box, I'd suspect you have either hardware issues or system file corruption.
@Codyslx
@Codyslx 8 ай бұрын
Buy an ssd
@slavic_commonwealth
@slavic_commonwealth 7 ай бұрын
On Windows there's the "Everything" program that searches your files pretty fast And yeah, natively Linux mint searches files a lot faster for me. I can also recommend "Catfish" search program, it's nice
@guyman1570
@guyman1570 3 ай бұрын
​@@SpaceCadet4Jesus No, win10 and win11 are much slower than its precedessors even after indexing.
@SpaceCadet4Jesus
@SpaceCadet4Jesus 3 ай бұрын
@@guyman1570 I've not experienced that at all.
@KTSpeedruns
@KTSpeedruns 5 ай бұрын
The Windows 11 window layouts feature is nifty... But I still haven't met anyone who even wants it. In fact, everyone I know with Windows 11 uses Windows 11 against their will.
@Dragon_Chicken
@Dragon_Chicken Жыл бұрын
5:29 Don't use a DE if you want tiling, use a tiling WM!
@guyman1570
@guyman1570 3 ай бұрын
Can you explain what the different experience will be like when using tiling in a VM instead? Just asking out of genuine curiosity
@Dragon_Chicken
@Dragon_Chicken 3 ай бұрын
​@@guyman1570 I don't see why it would be any different in a virtual machine compared to a regular installation, from my knowledge it should be the exact same
@5hort3
@5hort3 5 ай бұрын
When renaming multiple files in windows, you can cycle through selected files with the tab key.
@Daniel-wb4wc
@Daniel-wb4wc Жыл бұрын
Simple taks: Watch a movie in Dolby Digital Audio Windows: does it without problem Linux: Cant do it
@damonperron-laurin9302
@damonperron-laurin9302 5 ай бұрын
Note for people new to Linux, this video only looks at the Cinnamon desktop environment for Linux Mint. There are many more desktop environment with different flavors. For example, Mint also support Xfce and MATE, but I don't see those in the wild quite often anymore. Gnome or KDE are where its at right now. They are more modern, visually appealing and imo better for new users.
@prinzexisalowqualityytber
@prinzexisalowqualityytber Жыл бұрын
nice video this video makes me wanna switch to linux mint
@RayOfSunlight984
@RayOfSunlight984 Жыл бұрын
Switching to linux requires time getting used to, a good advice would be dual booting, but you decide
@m4sterred853
@m4sterred853 Жыл бұрын
@@RayOfSunlight984An even simpler solution is to make a virtual machine. Sure, performance will suffer due to the virtualization overhead, but day to day tasks won’t make people notice that.
@johnettipio
@johnettipio Жыл бұрын
You could also install it on a USB 3.0 flash drive if you are very limited on disk space. You have three different ways to give Linux Mint a shot with losing Windows, each with it's own advantages. Good luck! 🐧
@RayOfSunlight984
@RayOfSunlight984 Жыл бұрын
@@johnettipio That works too
@lilacpenguin5329
@lilacpenguin5329 9 ай бұрын
@@johnettipio replying so that OP can see, i recommend this, booting from a USB flash drive. this is what got me to try linux with no strings attached, and then i could go back to my computer without having anything changed. it's what charmed me to linux.
@CaptPatrick01
@CaptPatrick01 3 ай бұрын
Today I learned about the snipping tool. Much easier than cropping screenshots using paint.
@alisdair42
@alisdair42 Жыл бұрын
Printers, Drivers, and Capture Cards are imo a good way to show the differences between Windows and Linux
@Hydridity
@Hydridity Жыл бұрын
That does very much depend on manufacturer, some will work without any issue, some wont because vendor does not bother supporting them or they use some kind of never ever before seen protocol for printing From my experience on managing Linux workstations at work, printers we bought with Windows users as priority, do work basically just plug & play on linux too (not literally plugging the cable, but discovering and connecting to them over network) We even did manage to connect them to SafeQ
@LaughingOrange
@LaughingOrange Жыл бұрын
Printers either work flawlessly out of the box, or not at all. I have yet to use one that doesn't just work, but have heard of people having issues. Drivers depend on hardware. AMD GPU drivers are included in the kernel, while Nvidia needs a proprietary blob driver (for now). Other devices are hit and miss, some just work, others need manual installs, and some don't exist. Capture cards are known to be problematic.
@m4sterred853
@m4sterred853 Жыл бұрын
@@LaughingOrangeI have an Epson ET-2750 at home and it worked on Ubuntu, but not on EndeavourOS. I installed the driver, so I have yet to find the cause of the issue.
@michalsvihla1403
@michalsvihla1403 11 ай бұрын
Can you name any printer brands that you've had good/bad experiences with when it comes to Linux driver compatibility? Just so I can have some idea for when the time comes around and I need a printer.
@stargazer7644
@stargazer7644 5 ай бұрын
@@michalsvihla1403 Pick a popular brand and you'll have no problems. Pick one nobody has heard of, and it might be an issue.
@jamesreid6778
@jamesreid6778 11 ай бұрын
23H1 now has the option to use the win print sc to automatically open the snipping app. Which is now set to be defaulted on. Making it, imo the best all rounded print screen. Really nice.
@jamesreid6778
@jamesreid6778 11 ай бұрын
@@lindenreaper8683 don't be so quick to bash windows, it's not like the original print screen had no use. For one I'd say it was easier for regular people to understand than the new snipping tool. People are quick to ignore that not everyone is as smart as they are. As a support technician I can say the average user would still prefer the old method.
@Bromon655
@Bromon655 10 ай бұрын
@@lindenreaper8683 least toxic linux user
@skelebro9999
@skelebro9999 Жыл бұрын
Make a video on the current situation of the Internet and many sites and companies suddenly paywalling their services e.g Twitter, Reddit, Unity etc. and how can deal with it.
@bhavyakukkar
@bhavyakukkar Жыл бұрын
Mastodon Lemmy Godot
@skelebro9999
@skelebro9999 Жыл бұрын
@@bhavyakukkar I was asking for a deeper analysis but ok.
@ps5hasnogames55
@ps5hasnogames55 9 ай бұрын
​@@bhavyakukkarlemmy is garbage, run by pro-CCP people who censor all criticism
@yash1152
@yash1152 Жыл бұрын
8:30 hmm, that (searching for individual settings) come a lot handy in windows 10. but that's partly 'cz it is fragmented in soo so many dialogs. i have heard that linux settings app are much more coherent, and most all things are available in that app itself - so, this won't be too much of an issue in that land either.
@supercellex4D
@supercellex4D Жыл бұрын
Linux mint doesn't have Wayland support, X does stuff like scale incorrectly and lag out, as well as security issues. KDE or something would be considerable instead
@yogakumi
@yogakumi Жыл бұрын
x11 works on my nvidia card prefectly, but wayland doesnt scale my screen up to 1920x1080, idk why but x11 works better by me than wayland. maybe it is a gpu problem
@MiteBlueRuby
@MiteBlueRuby Жыл бұрын
@@yogakumi nvidia cards are known to have issues with wayland and linux in general, so stay with X until either you do an upgrade or bugfixes get added to the linux drivers
@JohnSmith-f5g
@JohnSmith-f5g Жыл бұрын
Kubuntu has given me some issues on my gaming laptop, Mint does gpu switching so much nicer too with the icon on the task bar and only having to logout instead of actually restarting the pc.
@m4sterred853
@m4sterred853 Жыл бұрын
Mint is working on adding Wayland support to Cinnamon, but your statement is indeed true for now.
@CuteSkyler
@CuteSkyler Жыл бұрын
I don't know why all these youtube channels are shilling Linux Mint specifically, there are better options out there. At least Linus Tech Tips gave multiple distros a try.
@Romhec321
@Romhec321 Жыл бұрын
In rare cases your system may freeze. In Windows, if I remember correctly, you enter it with alt+ctrl+supr and in file explorer you click restart. In Linux Mint, if this happens, press Alt+F2, a small box will appear and type "r", and the cinnamon interface will restart.
@silvy7394
@silvy7394 Жыл бұрын
@MichaelDustter I mean not always. I've had systems with 2 or less GB of RAM lockup because of Linux's shitty RAM MM and you could still unfreeze them most of the time.
@Darwin-sd1gt
@Darwin-sd1gt 10 ай бұрын
> In Linux Mint, if this happens, press Alt+F2, a small box will appear and type "r", and the cinnamon interface will restart. only on Xorg sessions. this is not supported by Wayland.
@stargazer7644
@stargazer7644 5 ай бұрын
ctrl alt backspace will restart the window manager in Mint
@lmadar3
@lmadar3 Жыл бұрын
I haven't had a WIndows install where the search index wasn't corrupted in a few years, resulting in continuous indexing...
@alandunaway3000
@alandunaway3000 2 ай бұрын
Win+Print Screen in Windows will take screen shots of all monitors. WIN+SHIFT+S will take only in the monitor the mouse is currently at.
@ravenmadd1343
@ravenmadd1343 Жыл бұрын
I moved from Windows to Linux mint three years ago because I got tired of Windows approach to updates. I decided to give Linux a go for a year to see if i could "survive it" for that long. Never went back and never going back. I use Windows at work and those updates are still a killer,. Linux just get on with it and politely asks for a reboot only if the kernal has been upgraded. It won't force you though. A reboot on my system takes just 27 seconds with Mint so I don't mind doing one. As an added bonus when the system comes up it's using only about 800mb of memory! The applications are all free and also very memory efficient. Oh, and it never crashes, freezes or blue screens, even if you leave it running overnight or for a few days (yep i did that once) So Microsoft ... Why? ... just why ... why can't you do this?
@ridwannafi66
@ridwannafi66 Жыл бұрын
Why? -ans is profit
@Fataha22
@Fataha22 Жыл бұрын
I usually left my windows laptop sleep and rarely get blue screen Also nowadays you can just shutdown without installing updates on windows
@ravenmadd1343
@ravenmadd1343 Жыл бұрын
@@Fataha22 Two things about that, the first is that if you work in a corporate environment updates are pushed and not optional, the machine will shut down on you. The second it that if you don't take updates you're not addressing vulnerabilities in the system thereby leaving you open to attack and new and exciting viruses. So while you can on a private machine, it's not wise.
@Fataha22
@Fataha22 Жыл бұрын
@@ravenmadd1343 so shutdown when work is done and left!
@ravenmadd1343
@ravenmadd1343 Жыл бұрын
@@Fataha22 Well work sets the shut down time for the windows machine not me. Even if you do shut down and walk away there the "Applying updates" rubbish that's waiting when you turn it back on again, I had to wait over 30 minutes for that to finish one day while it took a security patch. Windows will also leave the remains of an upgrade all over your disks just taking up space and doing nothing. Linux is just better at updates and does everything I need so I run it on my own machines at home and the only Windows machine I have is the one I have to use for work.
@thetrickster1017
@thetrickster1017 Жыл бұрын
such a wonderful video for a guy thinking to shifting to mint. thanks a ton
@PascalHorn
@PascalHorn Жыл бұрын
6:12 To rename a single file in Windows, I click on the file name below the icon, wait half a second and click on the name again. I‘m not the only one, am I? 🤔
@Zefar77
@Zefar77 Жыл бұрын
You are not. I have a lot of use of that at work.
@OxygenMagnet
@OxygenMagnet Жыл бұрын
if i'm feeling lazy i'll navigate the file explorer with the arrow keys and rename with F2
@DarkusObscurius
@DarkusObscurius 5 ай бұрын
Linux is different, but in almost everything, better than any windows, and best of all, IT CAN BE THE WAY YOU WANT IT TO BE.
@imtiyaz_hasan_khan
@imtiyaz_hasan_khan Жыл бұрын
I just love Linux ♥️
@viktorkontra8684
@viktorkontra8684 5 ай бұрын
In windows file explorer you can group and sort files at the same time but there is not a single file manager in any linux distro that can do the same. You can not group files by type and sort individual groups by date modified in any linux file manager.
@r.razamhd
@r.razamhd Жыл бұрын
linuxmint gesture customization is great
@akashsahu933
@akashsahu933 Жыл бұрын
Customization is great, but gesture implementation isn't.
@gragogflying-anvil3605
@gragogflying-anvil3605 Жыл бұрын
@@akashsahu933 If you mean that they are not 1-to-1 gestures that's right. It's just an effect after the gesture has finished.
@akashsahu933
@akashsahu933 Жыл бұрын
@@gragogflying-anvil3605 i think they will make them 1:1 in some future release.
@AlghostUnit
@AlghostUnit 2 ай бұрын
Nice you showed me some cool stuff that I didn't know such as a new system monitor instead of the ugly task manager that I had and also tacking a picture of a selected square in the screen, I didn't know about it...
@ItsCOMMANDer_
@ItsCOMMANDer_ 10 ай бұрын
It doesnt really matter, just use what you find the best. Every os has its streghts and weaknesses
@ItsCOMMANDer_
@ItsCOMMANDer_ 10 ай бұрын
windows 10 still fine tbh, but win11 is $hit@MichaelDustter
@ItsCOMMANDer_
@ItsCOMMANDer_ 10 ай бұрын
@MichaelDustter i dont understand you points, you said "which it wasnt" but i never mentioned thta any os is something or isnt, just that every has its streghts and weaknesses. Also, like i said,it doesnt mattet which os someoje uses, as long it works for them. For me, windows is better, because i just like the ui more and installer executables are in my opinion better than apt or other pqcket managers. While package managers are good for installing cli tools on my server, for software with gui tho, it just isnt as good as the way windows does it (in my opinion from my experiences). But lonux is bettter in being lighweight and running on almost everything, development, server and many more.
@ItsCOMMANDer_
@ItsCOMMANDer_ 9 ай бұрын
@MichaelDustter on lonux, i am forced to look at the ui, and use apt, which in my experience is worse, also, i'm and will never be in windows 11
@ItsCOMMANDer_
@ItsCOMMANDer_ 9 ай бұрын
ah yes, easaly infectable, but i dont download random stuff from the internet, also the forced to look at ui depends on how much sombody likes the ui, and i dont like it, so whats your problem? @MichaelDustter
@mrbloodyhyphen-5657
@mrbloodyhyphen-5657 Жыл бұрын
For future videos comparing Linux to Windows you should use a distro that uses the KDE desktop environment instead of cinnamon. Way more configurable and customisable and also very very close to a windows like experience. It is the the most advanced DE on linux imo and it works great and even has Wayland support and because of that gesture support on touchpads on laptops which DEs that use X11 don't. Recommended distros for trying KDE are the KDE neon (straight from KDE devs based on ubuntu lte), Kubuntu, Tumbleweed and Arch (both Tumbleweed and Arch are rolling release distros so not recommended for new users). Both Kubuntu and KDE neon are great for new users
@First_Grafter
@First_Grafter Жыл бұрын
I don't fully agree OS video won't be future proof regardless of which you choose because although some stay the same for longer, change will happen and that goes for Windows too And when looking from the perspective of this video (a simple Windows user) Mint is easer to transition to because it was made for that and the KDE distros just aren't as good at that Don't get me wrong KDE is a good desktop and Wayland support is also useful but it's just not as seamless (especially for a Windows user) So while I agree that KDE is good and customizable, I think that Mint is a better choice for this video But if someone wanted to move from Mint or Cinnamon my recommendation would most likely be KDE
@m4sterred853
@m4sterred853 Жыл бұрын
KDE Plasma can easily be overwhelming for Windows users. The only thing that makes it that recommendable today is Wayland support and good fractional scaling, which are both lacking on Cinnamon.
@gragogflying-anvil3605
@gragogflying-anvil3605 Жыл бұрын
Then there's also Gnome with yet another drastically different way of doing things. With the focus on desktop environments it's more like a GUI comparison rather than an OS comparison.
@peterbayliss297
@peterbayliss297 5 ай бұрын
How about comparing the following 1. Set default program for general file types e.g. videos, photos etc 2. Add a different language keyboard 3. Use a new printer for the first time
@TomasRamoska
@TomasRamoska Жыл бұрын
PowerToys will unlock much more useful tools like power rename just like Linux mint.
@SpaceCadet4Jesus
@SpaceCadet4Jesus Жыл бұрын
You mean the FREE PowerToys. Gotcha.
@Mell0_64
@Mell0_64 2 ай бұрын
linux mint also has the option as a command called sudo xkill; its the main way to kill processes (in my opinion), and it works as so: type command, put in password, click the window you want to kill. and it will always work.
@K.Parth_Singh
@K.Parth_Singh Жыл бұрын
Day 3 of asking to make a video on how turning machine works
@BytebroUK
@BytebroUK Жыл бұрын
Hiya! I'm new to your channel - now subbed - like the content. I know everyone wants to be a critic, but just one thing... whatever microphone you are using seems to be losing all of the top-end, where I'm sat. Sounds very muffled. If no-one else is having the same issue, it's just me :)
@ner0p
@ner0p Жыл бұрын
The worst version of Windows since Vista is still better than Linux for general purposes. That won't change for the next 2 decades, but I do like the strides that Linux is making. There are a lot of things Linux is missing. I can't count the number of times that I had to use the terminal to install a driver or a library, while using a StakOverflow answer from 2012 which worked 50% of the way.
@Memecube
@Memecube Жыл бұрын
@lindenreaper8683 Yeah, no. I also ended up troubleshooting more often than not on Linux than on Windows. First day I used it, I precisely couldn't use the GUI manager because I was installing network drivers. It was a pain in the ass finding the right ones when on Windows it automatically booted up with a basic driver, and eventually Windows Update could find a more adequate one, or I could easily install another with the right exe. Nonetheless when I finally solved my network issue on Linux, it was overall a pretty snappy experience and felt smoother than Windows, until that didn't matter anymore because I had to do more troubleshooting and "doing" copying more complex commands into the terminal to solve them. I'd say I'm somewhat experienced when it comes to PCs, so if I'm had my share of trouble, imagine someone less knowledgeable. Linux might be here to stay and overcome Windows, and I really hope that considering how Windows is progressively getting worse, but its just not getting there anytime soon.
@ner0p
@ner0p Жыл бұрын
@lindenreaper8683 Again, Linux is fine for general purpose and power users, everyone in the middle is pretty lost when something needs troubleshooting. Not that Windows doesn't have its share, but anyway, I understand why someone who knows his way around Linux would not understand where I'm coming from.
@ner0p
@ner0p Жыл бұрын
@lindenreaper8683 Very mature, and also a perfect example of the typical Linux user with the passive-aggressive attitude towards any kind of valid criticism. Linux is great, so much so that less than 3% of people use it as a Desktop option, and if its popularity depends on people like yourself, it will stay that way for another 2 decades at the very least. But hey, at least you don't have to memorize dozens of terminal commands, oh, wait... I guess you win...
@ner0p
@ner0p Жыл бұрын
@lindenreaper8683 I see that you keep sperging out and liking your own posts with your alt accounts dreaper2087 or dreaper5813 or lindora6744, best regards from MichaelDustter lmao
@ner0p
@ner0p Жыл бұрын
@lindenreaper8683 Cry moar *mic drop*
@galla153xd
@galla153xd Жыл бұрын
idk why people still think u need to hold ctrl/alt/win + prtsc in windows, just a single tap of the prtsc btn has worked since xp or vista if i'm not mistaken
@stargazer7644
@stargazer7644 5 ай бұрын
Because each of those key combinations performs a different screen capture action.
@infeltk
@infeltk Жыл бұрын
Nobdy cares. There is no good bussiness software for Linux. Cost of Win Pro licence is too small to moving client app to Linux - the on of 300+ distributions.
@xiyangyang1974
@xiyangyang1974 4 ай бұрын
What Software do you mean? So much stuff is browser based nowadays.
@Gfish17
@Gfish17 9 ай бұрын
I took one look at Windows 11 and just switched to Linux Mint. Honestly I don't know if they still mess with private information but that's one of the reasons I switched to Linux.
@Bizarro69
@Bizarro69 Жыл бұрын
windows runs circles around mint, bro.
@aiexzs
@aiexzs 11 ай бұрын
he says, with 80% memory usage
@stargazer7644
@stargazer7644 5 ай бұрын
And that's why the vast majority of the systems on the planet run some version of linux.
@kittenfrompicture
@kittenfrompicture Жыл бұрын
And when you are not enough with Cinnamon, you go to kde or xfce if you crave these megabytes of ram. If you want something more you go to tiling managers or Gnome for clearly a brand new never seen before experience
@bananaman9869
@bananaman9869 Жыл бұрын
Linux users try to cope with criticism challenge
@bananaman9869
@bananaman9869 Жыл бұрын
@@lindenreaper8683 I love Linux, I daily drive it. I just thought it was funny how the video never really said much bad about mint and yet all the comments are defending it.
@54nnu
@54nnu Жыл бұрын
you are literally the shining example of what OP has said @@lindenreaper8683 here's my words: reminder, there's nothing wrong with using X over Y. they all have their drawbacks and benefits. which one you choose has most benefits and least drawbacks is up to you, but the more aggressively you do it, the more people can't stand you. one favors freedom while the other one favors stability and functionality. with everyone being scattered on their own project, it's hard to get a cohesive set of systems that do everything windows does. and with windows being a conglomeration and a corporation, you get everything you need but it's hard to get any creativity and freedom. human stubborn-ness is also a very large thing that can't be beat unless the person themselves hit a tipping point (like I did). this issue will not be remedied if you're intentionally pushing people away by having their first representation of Linux be "Because Linux is just better, and I said so. What? You have an issue? rtfm." or "What? You thought Linux was a choice? No. You're using what I want. Fuck you.", and then also proceed to intentionally bar people from decisions like using NVIDIA GPU's (no, the excuse of "just use another GPU lol" does not work. i can assure you most newcomers, especially LESS TECH SAVVY ONES will not end up buying a new $500 brick, installing it just to try out something new). little timmy does not need linux to play fortnite and you're not justified for saying that he should give up his favorite game just to switch OS and possibly deal with a new whole host of issues arising from it. this is stupid, and if you want to convert people from one side to another, you need to give them the same luxury or benefits that are above Windows to specifically THEM. the average poweruser that's also a programmer doesn't need to be confined to the restrictive, bloated and a snooping space that windows is. windows users should cope with the fact that a person has more preference and they sacrifice stability for freedom. complaining about it is stupid. for a platform designed for unified freedom and infinite customizability you're certainly narrow minded for not having that sort of mentality. i also daily drive Arch, have for like a year at this point and i've loved it. so far what i've gleamed is that the higher up you go, the more narcissistic garden-walled elitists you get.
@lexiath
@lexiath 10 ай бұрын
im a windows main user, recently back in nov i moved to nobara linux for gaming cause i saw a vid of it and it was pretty much plug and play, so far im ok with it to the point where if MS were like "you know what? we will put windows on a subscription base and only windows home with limited stuff will be free for everyone!" i could just switch to linux and keep gaming normally but what i feel hurts linux reputation is one of its greatest charactesitic and its there's a world of distros to pick from and if someone says "what distro should i use?" there would be people fighting over the best one
@CuteSkyler
@CuteSkyler Жыл бұрын
Why Linux Mint?
@johnettipio
@johnettipio Жыл бұрын
It is popular, so there is a lot of community support. The Cinnamon environment is simple and resembles Windows in a lot of ways, making it an attractive option for those coming from Windows. It is stable and highly unlikely to crash. It doesn't come with the privacy concerns that Ubuntu does (Canonical has a questionable history with privacy, still much better than Microsoft). What distribution would you recommend for newcomers?
@CuteSkyler
@CuteSkyler Жыл бұрын
@@johnettipio Ubuntu.
@bhavyakukkar
@bhavyakukkar Жыл бұрын
@@CuteSkyler Gnome is a large style-change for someone arriving from Windows
@stevethepocket
@stevethepocket Жыл бұрын
@@bhavyakukkar Yeah I still don't like the MacOS-style dock. When Apple introduced that, I was like "OK, I get it; you're desperate to be different from Microsoft by any means necessary." But then GNOME copied it and I was like "Wait, people unironically like using this?"
@bhavyakukkar
@bhavyakukkar Жыл бұрын
@@stevethepocket I think a lot of those people who unironically like the dock like it BECAUSE it has a macOS-ness to it; there is a sort of macOS-envy prevalent in the online desktop linux sphere, you see every other KDE user trying to get their desktop looking like Catalina or Big Sur. I get it though, Macs do generally outperform Windows and Linux PCs on the hardware front, a Mac is a pleasing (locked down) aesthetic/brand
@vlenddd
@vlenddd 9 ай бұрын
Any idea why print screen key on my Linux Mint doesn't make screen shot? Is there any option in system that i changed by default? i didnt change that on purpose.
@HeyokiaaTwitchGaming
@HeyokiaaTwitchGaming Жыл бұрын
I’m not gonna say it… FIRST
@RealJop
@RealJop Жыл бұрын
I mean it's the only comment I can see.
@d24
@d24 Жыл бұрын
I would love if you did a video for macOS vs Windows too
@Spectrulight
@Spectrulight Жыл бұрын
isnt there a bunch of compatibility issues for linux?
@aiexzs
@aiexzs 11 ай бұрын
@MichaelDustter you type like you argue politics on youtube
@BigOrangeMan
@BigOrangeMan 5 ай бұрын
You can SS in Windows just like in Mint by just pressing prtscr key, but theres no popup, you have to manually paste it in.
@Knuckles2761
@Knuckles2761 8 ай бұрын
The windows snapping thing is getting different on a systems with multiple displays. As far as I am aware Windows won't snap to the right side of left monitor, while Mint will.
@DrazenKlisuric
@DrazenKlisuric Жыл бұрын
Snipping tool is great if you don't know keyboard shortcuts or you are working on touch screen - does Mint have similar program?
@Xiefux
@Xiefux Жыл бұрын
i dont know about mint, but using KDE you have "spectacle". does the same thing, arguably even better
@stargazer7644
@stargazer7644 5 ай бұрын
yes, it is called snap or screenshot
@BytePix_
@BytePix_ Жыл бұрын
Thanks for clearing it up!
5 Things LINUX MINT Objectively Does Better Than WINDOWS 11
11:21
Windows & macOS can't do this, but Linux can!
15:55
The Linux Experiment
Рет қаралды 945 М.
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 43 МЛН
МЕНЯ УКУСИЛ ПАУК #shorts
00:23
Паша Осадчий
Рет қаралды 5 МЛН
Long Nails 💅🏻 #shorts
00:50
Mr DegrEE
Рет қаралды 14 МЛН
Ubuntu vs Linux Mint - Which is right for you?
11:12
ACI Learning
Рет қаралды 545 М.
Linux Mint 22 is great, but are they trying to do too much?
17:06
The Linux Experiment
Рет қаралды 155 М.
How and why I switched to Linux
12:22
Thoroughmas
Рет қаралды 251 М.
Linux Mint 22: Excellent Distro for Windows Users
23:36
ExplainingComputers
Рет қаралды 272 М.
Windows 11 vs Ubuntu vs Fedora 39 vs Arch Linux - Speed Test!
16:21
Why The End of WINDOWS 10 Could Be a Huge Problem
10:20
CHM Tech
Рет қаралды 1 МЛН
Linux Mint vs Ubuntu - Which is the Better Distro for 2024?
11:58
Gary Explains
Рет қаралды 120 М.
Linux Mint 22 - Cinnamon - New User Tips.
45:06
Linux for Seniors
Рет қаралды 27 М.
Linux Mint vs... Linux Mint (Debian Edition)
17:43
Veronica Explains
Рет қаралды 282 М.
NEVER install these programs on your PC... EVER!!!
19:26
JayzTwoCents
Рет қаралды 4 МЛН
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 43 МЛН