Thread #108629885
File: xp_devmanager.png (23.3 KB)
23.3 KB PNG
What's the Linux equivalent to device manager, without having to use a terminal? My Bluetooth radio sucks ass and on Windows I always have to power cycle it by rightclicking "Disable device" then "Enable device" in Device Manager.
329 RepliesView Thread
>>
>>
>>
>>
>>108629885
Linux solution to it is to figure out how to do this in cli, then write a bash script that does it, then make it automatic by creating a service that automatically runs your bash script. This all can be done in few minutes with zero experience if you just ask ChatGPT.
>>
>>
>>108629885
>without having to use a terminal
I don't know. If you need it, you should write it. The people who could write it for you don't need it, so here we are. Guess you're stuck with windows. Have fun with copilotOS psychologically profiling you for profit.
>>
>>
File: 1776347847471308.jpg (623.3 KB)
623.3 KB JPG
>>108629885
There are GUI tools, just depends on what distro you are using. Honestly its a thousand times easier to just alias a command on your shell and run it real quick.
>>
>>
>>
File: 1746808914212.jpg (308.8 KB)
308.8 KB JPG
>thread asking for the most basic functionality of an OS
>"URHM, USECASE?"
>"YOU DON'T NEED IT"
>"AND IF YOU DO THEN MAKE IT YOURSELF!!!"
You niggers never change
>>
>>
>>
File: 이미지403.png (166.1 KB)
166.1 KB PNG
>>108629885
YaST I guess, but in reality there isn't a truly comparable tool, same with group policy editor and a lot of other tools on Windows.
Linux developers have this strange mindset where you're either a complete retard, or you know enough to edit configuration files manually.
It's like they can't even fathom the use case for having GUI tools for basic tasks like toggling if a USB mouse can wake a PC from sleep or not.
Absolutely nothing has changed in that regard in the last 20 years btw.
>>
>>108630353
this follows naturally from >>108630201
windows and macos have such GUI tools because Microsoft and Apple had monetary incentive to create products that would appeal to wider audiences
there's no such incentive in the Linux world
btw, I'm fully aware Linux isn't all just volunteer work and there's both big money and big companies behind it, but these are focused on business use cases, and not the consumer side of things, with the only exception being Valve
at the end of the day, the free desktop is how it is and the end user can choose to either learn and adapt, and maybe contribute at some point, or just use something else
>>
>>
>>108630259
In a sense, efaggot is right. If you don't like something, either fix it yourself or don't use it. Of course, gnome used to be exceedingly usable, and they broke it significantly (and actually made it difficult to fix yourself), but there's alternatives, so here we are.
>>
>>
>>108629885
i have a motherboard with a built in intel AX210 wifi+bluetooth which works fine but in general for wifi/bluetooth under linux you might wanna look up morrownr
/ USB-WiFi on github. there's a list of wifi adapters and bluetooth adapters there with good support in the linux kernel.
just look up rtl8761BU on aliexpress/amazon and buy any of them and youll have good working bluetooth plug and play. there are ways to hack together adapters that arent supported in the kernel but the easiest most straightforward solution is to just get an adapter that is known to work especially since theyre like 5$
>>
>>
File: hardinfo-home-page.png (110.3 KB)
110.3 KB PNG
Hardinfo
>>
>>108630682
Spinning up a gui is a modest pain in the ass, especially if you're modifying a wide range of values sprinkled all over /etc. Most of the de's have some type of gui settings interface, but it's not going to have everything for everyone, because linux is a Frankenstein monster of 100's of different parts. Nobody is using their build the same way with the same stuff, so it's easier to enter a cli command or 2, or set up a cron job.
If you need a locked down system that only does a set number of things, there's alternatives.
>>
>>
>>108630259
linux has the functionality, you type lsmod to see the devices and then modprobe the device you want to prevent from loading
>I don't want to use the terminal
https://www.youtube.com/watch?v=_23dFb50Z2Y
>>
>>
>>108630259
Normies dont need to access any of that. Anyone capable of managing a GNU/Linux installation (sysadmins/devs) can already do it through the terminal, and don't need it. The "windows powerusers" who doesn't even know how to use powershell will fall into a void when using GNU/Linux because they don't actually understand tech at all and can't manage a system without a curated GUI.
As long as no one cares to develop anything for them this issue will persist and will cause them to go back to windows every time. They of course will never develop anything or even pay anyone to do it for them. They can only complain.
>>
>>
>>
>>
>>108631115
As a former Windows poweruser, adapting to Linux has taken me a very long time. I still have days where I wish there were a current version of Windows that wasn't shit. The closest that exists is LTSC IoT 2021.
>>
>>108629885
>What's the Linux equivalent to device manager, without having to use a terminal?
There really isn't one. There's apps that give you info on devices, but there isn't a direct replacement for Device Manager that gives you a GUI to actually manage all your devices.
>>
>>
>>108631226
>A terminal is more efficient and accurate than a GUI application
How is typing something in and grepping for the devname and whatever (+ entering the root password) more efficient than Right Click + Disable device?
>>
>>
File: Screenshot From 2026-04-18 19-19-22.png (52.6 KB)
52.6 KB PNG
>>108629885
In Gnome you have this menu where you can easily turn Bluetooth on or off.
>>
>>
>>
>>
>>108631390
Then you use the package manager.
It's similar to installing an app on iOS/Android.
And no, you don't have to use the CLI, there is also a GUI (simply called "Add/Remove Software" in Gnome), if you prefer.
>>
>>
>>
>>108631384
Read: >>108631483
>>
>>
>>
>>
>>
>>
>>
Linuxtroons when people joke about the terminal
>never ackshually it's not the fucking 90's anymore, you never have to use the terminal if you don't want to, it's just as easy as windows!
Also linuxtroons when someone asks how to do basic shit
>lmao just open up terminal and write a custom script you fucking techlet! Are you fucking stupid? Just use the fucking terminal!
And then they wonder why only autistic weirdos with too much free time use linux, the linuxfag brain is truly an anomaly.
>>
>>
>>
>>108630199
Is it really unreasonable to get a little upset when people download an entirely new operating system and then endlessly ask questions about how to turn it into an exact copy of the operating system they abandoned?
>>
>>
>>
>>108631713
>here is why x is more efficient
How is researching all that stuff, writing the script, debugging it, and then having to adapt it for each individual device you might want to disable more efficient than just right-clicking and hitting disable?
>>108631739
It's a hardware issue since I get the same problem on Linux
>>
>>108631731
It is reasonable for people to be upset when roundabout terminal stuff is needed to do things that really should be exposed via the GUI. Windows has similar problems, for instance you cannot see your battery health on Windows without using CMD. Terminal madness is a problem on Windows and it's a problem on Linux.
>>
>>108631809
>How is researching all that stuff, writing the script, debugging it, and then having to adapt it for each individual device you might want to disable more efficient than just right-clicking and hitting disable?
because the former you only have to do once?
>>
>>
>>108631827
>because the former you only have to do once?
I still have to click on the script on my desktop every time, so at the end of the day I'm still clicking shit and it ain't a one time thing. And frankly, consoles look ugly, whereas Device Manager is a lot less visually depressing. This exercise has not imbued me with a sense of superiority as it has to you, rather I feel an urge to install the Qt Toolkit and create a Device Manager clone so that other people don't have to put up with this shit.
>>
>>108630657
He didnt beratre linux at all
just asked if a gui program was available
mf'ers in this thread love using CLI so much, why do they themselves use a GUI at all? "Because its more convienent" So, the same reason OP is asking. hypocritical pretentious bullshit
>>
>>
>>
>>
>>
File: 3T0Xj.jpg (36.3 KB)
36.3 KB JPG
>>108631880
This you?
>>
>>
>>108631886
You're the elite hacker that's going to make a device manager and lead retards that can't ctr-alt-t to the promised land.
I believe in you!
Wait till they complain that your interface is unituitive and doesn't work with their aliexpress rgb bluetooth buttplugs.
>>
>>108629885
Sorry OP, the answer is there is no easy way to do this without searching for esoteric commands to run in a terminal.
You cannot use linux without looking stuff up, it's not meant for that.
>>108631713
you didn't show it's more efficient
you assumed a GUI cannot be automated then bullshitted your irrational linux nonsense onto a post
>>
>>
>>
>>
>>108631927
>esoteric commands to run in a terminal.
They think these incantations mean they “know tech” or that they “understand how their computer works”. I’ve heard IT nerds call Physics PhDs retards because they didn’t know how to resolve a missing library. They are nothing but tech janitors.
>>
>>
>>
File: linux gamer.jpg (97.1 KB)
97.1 KB JPG
>>108631731
Would having the option of using a GUI really turn Linux into Windows?
>>
>>108631995
The beauty of Windows is you have a GUI method, and a terminal approach. Where the latter is useful for automation, or I suppose if you want to larp as a hacker like most of the lintards ITT.
>I typed in the commands, I’m no not normie. Look at me go!
In reality, this “skill” has already been replaced by AI. Above I called them tech janitors, really they’re nothing.
>>
>>
>>
File: 1650477183817.png (11 KB)
11 KB PNG
>>108629885
>What's the Linux equivalent to device manager
the /dev directory. no i am not shitposting
>>
File: 1760194250417282.jpg (201.6 KB)
201.6 KB JPG
>>108632193
What would happen if i did this as rootcat /dev/urandom > /dev/mem
>>
>>
>>
>>
File: 3iriwjv2rxv71.jpg (18.2 KB)
18.2 KB JPG
>>108632227
Why don't you give it a try then tell us how it goes?
>>
>>
File: file.png (65.9 KB)
65.9 KB PNG
>>108631689
>>108631685
I write powershell scripts on Windows to automate shit.
>t. winjeet
>>
>>
File: 1775389840756643.png (126.2 KB)
126.2 KB PNG
I was looking for a KDE equivalent and it has a neat app called the "Info Center" surprised no one mentioned this yet after so much shit flinging
>>
>>108630773
>Spinning up a gui is a modest pain in the ass
FALSE
Spinning up a GUI in a piece of shit ecosystem like freetards' is a pain in the ass. Windows chads just use winforms and get a usable UI to toggle and change shit in a matter of minutes
>>
>>
>>
>>
>>
>>
>>108632442
I sympathize cause I have to do something similar for my shitty pre-built computer. Have you tried making a script with modprobe like people have suggested? Probably would be more convenient anyways than clicking around in the device manager.
>>
>>
>>
>>108630259
>>108630259
>thread asking for the most basic functionality of an OS
That's called booting.
>>
>>108632536
Literally nobody. People said nope, you need to make your own if you want it, and laughed about his aversion to the terminal.
>hi, I'm using the terminal OS. How do I not use the terminal? I think linux is broken.
What type of response is expected? Dumb
>>
>>
>>
>>
>>
>>
>>
>>
>>108629885
>My Bluetooth radio
hold on
do you mean a radio, like the device that lets you listen to 101.9 Normie Hits FM, which connects to your computer by bluetooth?
or do you mean the antenna that plugs into your USB port and lets your computer connect to bluetooth devices?
>>
>>
>>108629885
IIRC Manjaro and Mint have a device manager-like thingie.
What I don't understand is my wasn't there an initiative by FreeDesktop or the Linux Foundation to at least make a "device manager" abstraction layer or API for DEs to easily implement??
Like NetworkManager but for kernel modules.
>>
>>
>>108631450
>the [...] should be studied
Also yeah I wonder why people would be mad that something they like is being made fun of. Really is a mystery. Guess I should tell /v/ that if they didn't make the game they have no right to get mad.
>>
>>108630259
>most basic functionality of OS
>refuses to use the command line
>>108630191
>>108630224
Correct.
GUI dependence for basic tasks is crippling.
>>
>>
>>108630441
The windows device manager is like 30 years old. 'Incentives' to make a usable OS haven't been relevant for decades. If they were, device manager would be greatly improved over what it used to be. Instead it's the exact same while everything around it has gotten worse.
>>
File: 1746395395404771.jpg (159.9 KB)
159.9 KB JPG
just type systemctl restart bluetooth.service
>>
>>
>>
>>108630259
I will defend Linux to the death because it is objectively a superior choice to windows for any and all computer users.
However, the reaction to this thread is embarrassing. It's not really that hard to just say 'No one made that yet', or at least not that you know of. Good chance someone did make it if you know where to find it. No need to have an autistic meltdown. I see why people hate Linux users now.
>>
>>108630353
>It's like they can't even fathom the use case for having GUI tools for basic tasks like toggling if a USB mouse can wake a PC from sleep or not.
there's a config flag for that, and what your GUI tool is doing is writing a flag into a config file. it's literally a text editor without text editing capabilities
>>
>>
>>
>>108634095
>Instead it's the exact same while
It stays that way because Microsoft has trained tens of thousands of IT pros on that tool, and there’s really no reason to change it. If some Windows programmer suggested it to his boss, the suit would lean over him and shout, “MONEY CASE?”… to be fair though, there’s an opportunity for Copilot powered Device manager… I’ll make some calls.
>>
>>
File: 움짤216.gif (500.5 KB)
500.5 KB GIF
>>108635693
See, this is the retarded attitude I was talking about.
>>
>>
>>
>>
>>108633963
>animate shit in a device manager
lmao
>offloading drawing from cpu to gpu is always a good decision
except when you actually have to write important utilities that should be guaranteed to run on anything
>>
>>
>>108636714
>>108635971
I just tested this with my usb drive and it doesn't cut the power
>>
>>108629885
>without having to use a terminal?
On Linux, there often is a GUI to complete a given task, but not always. But there is ALWAYS a CLI way to complete any task. Using the terminal gives you full control and it isn't even that hard to learn to use. Why wouldn't you want to use it?
>>
>>
>>
>>
>>108629885
Linux Mint and CachyOS KDE have something close to this. However, there isn't a 'try a different driver' thing for Linux. Support is added to the kernel and managed by the Bluetooth daemon your Distro uses. There is a power on/off feature in general, but I haven't tested Mint and CachyOS to see if the GUI let's you do it or not.
>>
>>
>>108635677
All threads like this are ultimately just bait threads to catch Linux users off guard because even if their Distro had this feature they wouldn't know because we're on a technology board full of heavy terminal users. If it is a genuine question it'll become a bait thread as other people post. After 10000 "why doesn't Linux work exactly like Windows lol Linux sucks" threads you stop giving OP the benefit of the doubt.
>>
>>108629885
Save a txt file as .ps1 and put this inGet-PnpDevice -FriendlyName *bluetooth* | Disable-PnpDevice | Enable-PnpDevice
You can launch it from any place or put it in task scheduler if there's a pattern to when you need to disable > enable the device. Ask chatgpt for a cmd command to get the syntax for that
>>
>>108636958
Yeah but just look at how fucking stupid the advice is
>just write a script
to someone who has never written code or opened a terminal before is saying:
>just learn conceptually what programming even is
>then reframe the way you understand computers
>then learn a skill which is about 3 levels of abstraction beyond what an average person would be capable of, and is a significant investment of time and mental energy even for someone capable
>then if you don't know what to do just read the man pages
>if you don't know what a man page is read the man page on man pages
>then after that it will be 2029 and it will only take you a few minutes
This is being offered as the alternative to 'click one button'. Maybe some of you guys grew up doing nerd shit on computers, but I didn't and was afraid of the terminal at first. Obviously once you get used to it it's fine, but it shows tremendous detachment from reality if you think that getting a beginner to understand what 'write a script' even means is equivalent effort to clicking one single button.
>>
File: images.jpg (37.5 KB)
37.5 KB JPG
>>108629885
There is a switch at the top right corner. Try clicking on it and see if it works.
>>
>>
>>
>>
>>
>>108636356
It can be done if you read the manpages, but with zero experience it'd be closer to several hours.
Someone with zero experience isn't going to know what terminology to look for, which makes even searching for the relevant information frustrating and near impossible without fuzzy search queries. This is why Linux has its user-unfriendly reputation despite technically giving you everything you need.
>>
>>
>>108637118
That simply isn't true. Do I need to go through this thread and highlight every reply telling him to write a script or something similar? Telling him to stick to windows is also retarded, he's already on Linux and it can presumably do everything he needs except this one thing.
This board is completely retarded though so that's what you get.
>>
>>
>>
>>108637070
scripting isn't programming, I don't know why you would boost about being incapable of learning new things. at some point in your life you managed to find the device manager, it's not something you you find in the settings panel, you didn't find it out of intuition to solve your bluetooth problem, you had to learn how to do it. you're pretending to be retarded but it only makes you look retarded.
>>
>>108636416
it has got a software renderer fallback
>that should be guaranteed to run on anything
If you want to take this to the autistic levels, you wouldn't use either of those. they both run on .NET. you would rather write a WIN32 utility in C++ or Rust
>>
>>
>>
File: 1673764010622360.png (195 KB)
195 KB PNG
>>108630259
gonna start bringing up the device manager any time a linux user gets uppity now
>>
>>108629885
>without having to use a terminal?
embrace terminal. i'm interested why you use linux but dont use terminal? using a touchscreen or disabled or something?
sorry i cant answer your question i understand how shit this makes me for posting an answer to a q you didnt ask
>>
>>
>>
>>108639775
>Device manager
>Active directory
>Excel
>OneNote
>Xlibre
>Systemd age-verification
>Nvidia support
I’m sure I missed some, but there’s a host of topics which cause a certain type of person to just lose their mind.
>>
>>
>>108630682
A CLI is the most efficient and reliable UI for most applications, given an end-user who isn't retarded. GUIs tend to get in the way as often as they help.
The catch is that retards make better customers so there's been a consistent and pervasive incentive in the software world to make users as retarded and dependent as possible.
This is a subcategory of the abstraction dilemma.
>>
>>
>>
>>108641387
Umm, yeah. In Windows. Linux doesn’t quite have a response yet, although I will say OpenOffice (being forked as EuroOffice) is extremely impressive. Probably good enough for all but the elite excel users.
>>
>>
>>
>>
>>
>>
>>
>>
>>108641451
>The Wine-based options limit you to Office 2016 or older and only the core apps (Excel, Powerpoint, Word) are working. Office 2016 is still mostly okay and quite similar to the newest Office versions, although you're going to miss out on some useful Excel function like IFS, MINIFS, MAXIFS, XLOOKUP, UNIQUE, and SWITCH https://bettersolutions.com/excel/functions/updates.htm
>VM-based - Integrate Windows apps running in a Windows virtual machine as native-looking in Linux
>The VM-based options means can run Office 2024 or Office 365 including all apps, but while the Windows apps themselves run flawlessly (as they're running on real Windows) there's various freerdp-related bugs you may encounter.
So not running on Linux, running in a VM aka on Windows KEK
https://gist.github.com/eylenburg/38e5da371b7fedc0662198efc66be57b
Why do Lincux cope so hard lmao
>>
>>
>>108641476
Loonix fans aren’t ready for this conversation, but Powershell is superior to Bash as well. Instead of parsing and stitching together inconsistent text from one app to another, PS lets you work with objects. PS is on linux these days too, hopefully it’ll become more popular.
>>
>>
>>108629885
>without having to use a terminal?
That's like asking to do things on Windows without opening a window. Yeah maybe someone took the time to make that for you but the terminal is the UI primitive on Linux like the window is on Windows.
>>
>>
>>
File: 1749767762264753.jpg (296.1 KB)
296.1 KB JPG
>>108629885
>What is the Linux equivalent to random windows garbage
New bait meta? I remember why I stopped coming here. Kill engagementfarmers. Behead engagementfarmers. Roundhouse kick an engagementfarmer into the concrete. On fucking 4cuck of all places. Fuck is there to gain? This shit goes 404 in a day or two max then what? (should be a minute or two max you dumb niggers who bump it all day)
>>
>>
>>
>>
>>
>>108630259
>>thread asking for the most basic functionality of an OS
its literally just (really shitty) hardware info and a space to click random shit in hopes of making your broken device drivers work which it never does and it only gives cryptic error codes too
devmgmt.msc sucks and so does diskmgmt.msc to the point I use diskpart and it's CLI and it still sucks because it's microsoft
>>
>>
>>
>>
>>
File: 1763781855205096.jpg (56.2 KB)
56.2 KB JPG
>>108635817
>good morning saar I am trained in devmgmt.msc I finished DURGASOFT DEVMGMT.MSC COURSE I am Professional Devmgmt.msc Random Shit Clicker
They would probably give an H1B to you for that saar.
>>
>>108637070
>Yeah but just look at how fucking stupid the advice is
>>just write a script
>to someone who has never written code or opened a terminal before is saying:
A shell script is literally just a list of commands in a text file that you would have typed into the terminal. The only reason people are afraid of the terminal is because they've been trained to be by people who profit from learned helplessness.
>>108630353
another obv troll but anyway
>It's like they can't even fathom the use case for having GUI tools for basic tasks like toggling if a USB mouse can wake a PC from sleep or not.
Not at all. Such a feature would be nice. The reason your point is retarded here is the windows method isn't convenient or intuitive either. You can't right-click your Windows desktop, open up the display settings, and find anything related to disabling mouse-wake. It just isn't there.
First you have to find the control panel.
Then you have to discover that the answer ISN'T in the power settings. The category that literally says "change when the computer sleeps" is the WRONG ONE.
You have to know to go to the device manager, the one with the shield in front of it warning that you're entering sysadmin territory.
You have to poke through the device manager to find the mouse, find the tab with the right checkbox, and you have to be careful to shut of ONLY the mouse and not the whole USB hub or else you'll be fucked next time you try to use your keyboard to wake from sleep.
So, both processes are a sysadmin-tier task. The difference is that the windows one is cumbersome every time you have to do it, while the linux one is only cumbersome the first time.
>>
>>108641710
>you have some phobia of white monospace text in a black box?
They literally do.
They are trained to be afraid of it.
I've been working with cli-phobic people for a long time. Granted, most of them are actual smart people (postdocs in science, etc.). But they ALWAYS find it easier than they thought it would be.
>>
>>
>>
>>
File: MUP htop.png (1.6 MB)
1.6 MB PNG
>>108641763
>But they ALWAYS find it easier than they thought it would be.
normies have been conditioned to think "lots of text on dark screen = hackerman" for so long I can't blame em for being a little fearful
but going to /g/ to bitch about a command line is inexcusable
>>
File: Device Manager.png (44 KB)
44 KB PNG
>>108641817
No, I've been conditioned to think that Aero Glass is the peak of UX, because it is. If your interface isn't as pretty as Windows 7's, you fucked up.
>>
>>108632414
>What functionality does the device manager provide besides updating drivers and turning them on/off
I have never even actually managed to update drivers with devmgmt
>>108632442
There should be a way to turn off specific USB ports in linux if reloading the kernel module doesn't fix it.
Also automating this would be piss easy, it's basically built in to the system, not like whatever the fuck hoops windows would have you go through.
>>
File: snowleo-090824-0.png (360.1 KB)
360.1 KB PNG
>>108641838
Snow Leopard was prettier but you won't catch me using that shit
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>108643187
GNOME at the moment.
Because it's the default for my distro.
I tweak very little (desktop resolution, shutting off the dock entirely, a few hotkey changes). I used to make the window top bars slimmer but they removed the ability to do that.
Alt-tab and super-tab for switching windows. Super-up/down to change desktop. Super-a for the launcher to start the handful of apps that I usually don't launch from the cli (browser, file manager, steam apps and virtualbox).
>>
>>
>>
>>
>>
>>
File: 이미지25.png (42.4 KB)
42.4 KB PNG
>>108641754
>everyone who disagrees with me is a troll
Oh fuck off
No, the Windows method isn't perfect, but you're fighting a strawman you created.
It's not a sysadmin-tier task, it's a poweruser task, something Windows at least lets you do via GUI, even if not particularly well.
By comparison everything in Linux assumes you're either a complete noob or a sysadmin, there's no poweruser middle ground.
>>
>>
>>
>>
>>
File: biggest boy.jpg (28.1 KB)
28.1 KB JPG
Nah. I am leet because I copied a bunch of commad from freebsd.org
>>
>>
>>
>>108641845
>I have never even actually managed to update drivers with devmgmt
I forgot about this too, it has never worked for me in updating a driver. So that feature is just a facade, the only thing then is how it lets you disable and swap different drivers.
>>
>>108646294
>It's not a sysadmin-tier task, it's a poweruser task,
Semantic faggotry.
Doing shit with the device manager is no more "power user" behavior than a linux power user running the equivalent command lines. You can seriously fuck up your windows system if you don't know what you're doing in the device manager.
Real Linux "sysadmins" if you're going to draw that distinction, aren't fucking around with wake-on-suspend settings.
>>
>>
>>
>>
>>
>>
File: boobles.jpg (13.9 KB)
13.9 KB JPG
>>108630824
>pushie butties
lel
>>
>>
>>
File: 움짤97.gif (317.9 KB)
317.9 KB GIF
>>108647504
Are you actually a retard or merely pretending?
No, toggling an option through a GUI and doing it via terminal is fundamentally different user experience, which is the point of the discussion.
>>
>>
>>
>>
>>
>>
>>
>>
>>108639794
>i'm interested why you use linux but dont use terminal?
It is extremely easy to understand that someone might enjoy having a faster operating system with a better desktop environment, lower RAM usage, fewer crashes, and no spyware.
>>
>>
>>
>>
>>
>>108649708
Of course not. The point you imagine you're making is stupid, though.
1. Cannot solve the captcha from terminal
2. It's an image board, meant to be browsed with images next to the text.
3. Downloading all the images in a thread is trivial from the console. Otherwise you have to install some HIV browser extension or click click click on every single one you want.
4. I'd at least use a keyboard-centric TUI for 4chan if there was a good and fast one that could display images without looking all fucked up. But I don't know of any browsers like that, that are still maintained. There was one called conquerer back in the day, there's emacs eww, but they can't handle most of the tardphone era web. I used to browse the web with Lynx from a terminal all the time.
>>
>>
>>
File: tui-chan.jpg (294.1 KB)
294.1 KB JPG
A while ago someone made a terminal client for 4chan.
https://github.com/tuqqu/tui-chan
Linux's GUI-less philosophy is really cool, even people who like Windows will tend to prefer DOS and its simplicity, however there should be a commitment to doing everything from terminal.
>>
i'll never understand dealing with absolutes when it comes to terminal vs gui when they both are better at specific things. I don't want to deal with process management in a terminal but I'm not gonna fire up a fully featured gui just to fetch the machine's ip either.
>>
>>
>>
>>
>>108629885
Linux is a kernel, it doesn't have graphical interface or even a shell desu.
What you want to ask is if your desktop environment has any graphical utility like that. And that entirely depends on your DE. You can go through it and figure it out maybe, but why bother instead of learning low level command to do exactly what you wish. This way you will have way more control and you will be able to automate it later on if you wish. If you do it frequently you might want to make an alias or bind it to a key combination for example.
>>
>>108637070
My nigger in christ I was able to understand what batch script did on windows very quickly when I was like 8
If you are the kind of person to get scared of writing 1 script then return the broken BT dongle and get one that doesn't have fucking defects!!!!!!
>>
>>108641899
>connect PS3 controller/PS eye to windows
>doesn't work
>read some posts on some old forum that you need to install some shady drivers from some shady website
>the website doesn't even have them anymore, you need to use some even more shady reuploads
>the drivers come with some weird GUI for some reason??
>plug PS3 controller/pseye into Linux machine
>it just works
>>
File: 1690741343281863.gif (539.4 KB)
539.4 KB GIF
>>108646294
Avatarfagging is verboten and you're being exceptionally faggy with it too
>>
>>
>>108653120
Unfortunately, my DS3 just werked (which cannot be said about the console that came with it)
I say unfortunately because it's so fucking shit it made my below average size white european hands hurt from how small it is so I demolished it. Well I didn't have a working PS3 at that point so whatever, now I use a wired 360 controller, much fucking better. What a fucking bitch of a system, absolutely hateful fat niggerbox, I mean I loved it, for the entire 3 weeks of light use I got out of it that is. I bought an Xbox 360 to distract myself from the fact that I broke it and the only way to fix it is by one fucking Romanian.
>>
>>
>>
>>
>>
>>108653144
Did you post this through a terminal? And as if Linux's abstraction isn't leaner than Windows's.
>>108653850
>Whatever comes with your desktop environment
Those tools disable the driver, which doesn't actually solve the electrical issue because you need to actually power cycle the device.
>>
>>108653074
>This way you will have way more control
No I won't, because the time it takes researching that shit is time I could have spent already having control over all my devices with a Device Manager-esque tool.
>automate it
For a specific device, sure, but what if I one day want to touch another device? Then I have to do more research and debug a new script. How is that better than just clicking on the fucking device and pressing "Disable"?
>>
>>108654310
>No I won't, because the time it takes researching that shit is time I could have spent already having control over all my devices with a Device Manager-esque tool.
Whenever you spent time already having something (whatever that statement even means) or not, does not change the fact that controlling devices from terminal gives you more control and opportunities for automatization than using GUI.
>Then I have to do more research and debug a new script.
You don't debug new scripts, you debug existing scripts. You can write new scripts and you can write them in a way that could support many different devices. You might even use dmenu or circular menu or something similar to make a quick access menu for these operations.
>How is that better than just clicking on the fucking device and pressing "Disable"?
I have already explained that to you.
>>
>>108654345
>controlling devices from terminal gives you more control and opportunities for automatization than using GUI
You say this like it's impossible for the GUI to have buttons that, upon being clicked, perform the same tasks as the CLI.
>>
>>
>>
>>108654590
Virtually anything you can type into the terminal can be scripted, trivially. The command you typed goes into your command history in case you need it later. It can easily be called by another program. So you can for example automatically shut off the device while running a particular program, then automatically enable it when you're done. No serious programming or anything here, just simple scripts.
With a gooey button, you are constrained into doing only and exactly what the gooey designer intends for you to be able to do. You must follow the exact same process every time to navigate through the gooey to click the button. And if the gooey implementer fucked up as they often do, you may be screwed with no feedback or error message or any clue as to what's wrong.
>>
>>108653060
You see only what you want to see, not what is really there.
The Linux users all know windows, many having started with DOS ages ago. They have used guis and windows and maybe even macs. They are masters of both domains and can choose whichever suits them. Meanwhile the winbabies literally cannot even at the very idea of typing in a command at a cli prompt.
>>
>>
>>108654755
>The Linux users all know windows, many having started with DOS ages ago
99% of you faggots started with windows xp at the earliest, and all you ever do on your troonbuntu machine is copy pasting commands somebody else gave you
>>
File: ka0Do000000lt1FIAQ_en_US_1.jpg (33 KB)
33 KB JPG
>>108654755
>Meanwhile the winbabies literally cannot even at the very idea of typing in a command at a cli prompt
Oh fuck off you prick, what is pic related? I've had to use the terminal MORE on Windows than I ever have on Linux.
>>
>>108654590
>how does typing a command into a terminal give me more control than pressing a button that does the same thing?
99% of time the GUI just executes the command. By the nature of GUI programs, they often can't include every supported flag and option that the underlying command supports. Even if they try to do so(which turns GUI into pic related) it often lags behind the updates to the cli tool and might not support newest features. You also can't bind GUI buttons to key combinations nor write your own scripts to invoke them in a reliable way.
>>
>>108654310
Disabling the device can be done with literally 1 command. Easier than navigating through the fucking labyrinth that is control-panel. The scripts are so that instead of having to type a command or click a thing, it disables the driver automatically. If you can't understand this basic concept, you probably shouldn't ever use computers cause you are retarded.
>>
>>108654800
Lack of standardization of means of such automatization. In order to accomplish the best intercompatibility that dropdown would have to just open command prompt because shells, commands and pipes is the standard way of making programs work together in Unix like systems.
>>
File: visibility2.jpg (47.9 KB)
47.9 KB JPG
>>108655853
>pic related
No pic
>>
>>
File: racist computers.jpg (22.6 KB)
22.6 KB JPG
>>108655895
We should just get rid of keyboards and only use touchscreens and AI voice agents.
>>
>>
>>
The CLI should be used by programmers and those wishing for a means to automate (although Apple has shown with their old “Automator” and “Shortcuts” that a GUI can help here too). Once you as a software designer require the end user to reach for the command line, you’ve failed.
>but muh ffmpeg
That’s an expert tool, and it has thousands of options, these days I use AI to lookup obscure ones for me. Obviously from a user interface standpoint, handbrake or commercial alternatives are better.
Obviously Windows/Mac has excellent command line tools, but due to better design, you seldom need them.
>>
>>
>>
>>108631226
>Writing assembly for a specific task is not.
sounds like a skills issue. there is no reason to not simply write yourself an assembler and program the computer directly through the console in assembly language. you don't understand tech at all, you're just parrot reciting known incantations in a scripting language.
either manually define set the registers yourself or go back to your anime tinker tranny.
>>
>>
>>108653120
>use wireless dongle for xbox controller on windows
>just werks
>use wireless dongle for xbox controller on linux
>have to hunt down random community made driver
>have to clone from github and compile/install the driver manually
>installing this driver disables the driver for 360 controllers so i have to install yet another random driver to get this functionality back
>pairing doesn't even work correctly half the time
not to mention i've had many times where plugging in an xbox controller manually inexplicably didn't work and required fucking around with xpad and other nonsense. one time i had a friend buy an xbox controller that wasn't supported in the kernel yet (i think it was a third party controller he bought accidentally, can't remember) so i had to help him patch his kernel himself.
>>
>>108655853
>By the nature of GUI programs, they often can't include every supported flag and option that the underlying command supports.
The overwhelming majority of flags and options in CLI programs tend to be obscenely specific, niche options that a tiny fraction of the users of that tool will ever need or use. If anything, a GUI can cut down on the cruft immensely and focus on the subset of options/workflows that are actually common, and present these options to the user immediately (or make them very easy to discover) so they have an idea of what the program can do, in contrast to a CLI program where you spend an hour scrolling past meaningless nonsense in a 5000 line man page.
>>108655890
That GUI might be ugly, but it looks like it's still more convenient and easy to use than a CLI tool. Moreover, there are about a million bulk rename tools out there that look prettier.
>>
>>108656952
>>use wireless dongle for xbox controller on windows
Both are made by the same company. Alsoyay -S xpadneo-dkms
>>108657022
>The overwhelming majority of flags and options in CLI programs tend to be obscenely specific, niche options that a tiny fraction of the users of that tool will ever need or use. If anything, a GUI can cut down on the cruft immensely and focus on the subset of options/workflows that are actually common, and present these options to the user immediately (or make them very easy to discover) so they have an idea of what the program can do, in contrast to a CLI program where you spend an hour scrolling past meaningless nonsense in a 5000 line man page.
Does not conflict with what I've said.
>That GUI might be ugly, but it looks like it's still more convenient and easy to use than a CLI tool.
Under which metric? Baby duck?
>>
>>108657022
you genuinely might be an autistic retard if you really think thats how it works. No. A command line tool will always take less resources (e.g. memory) than a graphical application even if the command has a million flags.
This is because graphical apps use much heavier toolkits e.g. GTK or QT to render, taking up much more resources than a command.
Not to mention the retarded shit Windows does like Webview and React, that are even less resource efficient.
>>
>>
>>
File: 61IZ57oqNlL._AC_UF1000,1000_QL80_.jpg (39.1 KB)
39.1 KB JPG
>>108656952
Now I'm reminded. Back in the day I had a dongle for Xbox 360 controllers, but it was a third-party dongle and so Windows couldn't recognise it. To make it load the driver, I had to go into Device Manager each time I plugged it in/turned on my computer, select the unrecognised device and manually assign a 360 wireless receiver driver to it. I wonder if these receivers work out of the box on Linux, or if there's any way to manually assign drivers to devices.
>>
>>
>>
>>108657625
It's not baby duck it's pathetically cucked. It means you can only ever do exactly what the gui constrains you to be able to do and nothing else. You are owned by the UI developer.
>>108656261
>Once you as a software designer require the end user to reach for the command line, you’ve failed.
This is why all your software sucks. Your standards are abysmal.
>Obviously Windows/Mac has excellent command line tools, but due to better design, you seldom need them.
This is simply not true.
I used windows 7 until 2023. But I had to install cygwin just to feel like I wasn't constantly handcuffed by retarded UI designs.
>ffmpeg
and imagick
and wget/curl
and grep
all archive/unarchive/compression tools are more effective from the command line, even zip.
>>108654800
>What's stopping buttons from opening a dropdown menu providing automation options?
That's just another step you have to tediously click through to get the result you want, and is constrained by what the UI decides to give you. It's also a place for more bugs. Many times I've had to deal with some retarded UI with a dropdown that wasn't giving me an option that I needed, but worked just fine through the CLI. The era of webshit UIs has made this sort of thing even more prevalent than before
>>
>>108657931
>gui constrains you to
If the GUI exposes the same options as the terminal, how is this even true? And I could just as easily say you can only ever do exactly what the CLI constrains you to be able to do and nothing else; you are owned by the CLI developer if you are not programming your own functions in x86 assembly.
>That's just another step you have to tediously click through to get the result you want
And typing isn't more tedious?
>>
>>108657022
>The overwhelming majority of flags and options in CLI programs tend to be obscenely specific, niche options that a tiny fraction of the users of that tool will ever need or use.
You're a retard who doesn't understand the nature of the long tail.
Maybe only 5% of users use a niche feature. But then a different 5% use a different niche feature. 10 features altogether and you're looking at 25%-50% of users who care about at least ONE of the niche features.
Funny how the GUI-addicted faggots don't even understand basic UI design concepts.
>>
>>108657763
https://man.archlinux.org/man/extra/bluez-utils/bluetoothctl.1.en#powe r
>>
>>108657992
>If the GUI exposes the same options as the terminal, how is this even true?
(a) it never does
(b) you still have to waste your life clicking through options and menus to reach the thing you want, instead of just typing a few letters.
>>
>>108657993
>GUI-addicted faggots
I take it you don't use a desktop environment?
>>108658003
>it never does
What am I missing out on by deleting a folder with a file explorer instead of using rm -rf /path/to/folder?
>a few letters
Utterly disingenuous.
>>
>>108629885
>My Bluetooth radio sucks ass
The 1Mii B04, which I can't find anywhere anymore, is very good as like "the bt my laptop shoulda had". Just werks on Windows.
The newer 1Mii B10 is rather different, it apparently shows up as a usb soundcard but pairs to bt headsets I guess idk.
>>
>>108657931
>It's not baby duck it's pathetically cucked. It means you can only ever do exactly what the gui constrains you to be able to do and nothing else. You are owned by the UI developer.
>>108657993
>Maybe only 5% of users use a niche feature. But then a different 5% use a different niche feature. 10 features altogether and you're looking at 25%-50% of users who care about at least ONE of the niche features.
Has it ever occurred to you autistic retards that you can use a GUI for some things and the CLI for other things? That maybe both are valid UI paradigms with their own strengths and weaknesses? Believe it or not, you can use a tool like, say, Handbrake if you just want to quickly convert an mp4 into a webm without digging into the ~2500 line ffmpeg man page to learn exactly what syntax and flags you need to use, but if you need that specific autistic feature that gets ffmpeg to work on your RAD750 space computer, you can always drop down to the CLI.
>>
>>
>>
>>
>>
>>
>>
File: Windows 2000.png (97.1 KB)
97.1 KB PNG
>>108658647
Yeah, Windows 2000 was flat. Everything was a pixelated sprite, all the buttons and windows were square, and you had monochromatic grey on every widget. Modern flatshit is essentially a regression into pre-Aqua UI's.
>>
File: 1707128219222.jpg (339.9 KB)
339.9 KB JPG
>>108658675
don't you dare call the win32 "3D" look flat, it has far more depth than modern uis
>>
>>108629885
Device Manager is way too feature rich. Old MS, SysInternals, and NirSoft have some good GUI tools that may become "necessary" as Linux desktop adoption grows.
>day 4 of loonix malding
Holy fucking shit...
No, you fucking faggot, your script doesn't cover even a tenth of what Device Manager does. It's not a toggle manager, retard.
>not a single one inspired to put some actual effort
the absolute state of /g/. Unemployed, yet busy.
I'll start a new project myself, update it in my free time, and post it here when it is good enough.
>>
>>108659415
>I'll start a new project myself, update it in my free time, and post it here when it is good enough.
Godspeed, I was going to make one myself with the Qt Creator, maybe we could work together? Do you have a github or something
>>
>>108636356
Those manpages are 50 pages long and instead of 1 fucking example i can copy and use they describe 300 different switches with the most common useful one on the bottom. Thankfully i never had to open a manpage ever since AI became a thing.
>>
>>
>>
File: file.png (16.5 KB)
16.5 KB PNG
>>108659875
>text rendering
what about everything else?
>>
File: Windows_XP_Luna.png (411.6 KB)
411.6 KB PNG
>>108659883
Monochromatic grey widgets and aliased icons. Aqua was an enormous wakeup call for Microsoft.
>>
>>
File: image.png (206.9 KB)
206.9 KB PNG
>>108658675
Having cool pixmaps, different UI color schemes and a 3D outline around buttons isn't "flat". It's more of a regression to Windows 1.0 when computers could only render very simple shape algorithms. Except now we have to do it because jeets are trying to vibecode the UI as a webapp.
>>
>>108658028
>What am I missing out on by deleting a folder with a file explorer instead of using rm -rf /path/to/folder
rm -rf /path/*/folder/*.webp
>>108658028
>I take it you don't use a desktop environment?
Another guitard proving they can't escape black&white thinking.
Plenty of things are better to do from a gui. The only time file management is better from a gui is if you want to see thumbnails and rename/sort pictures visually.
>>
>>
File: win11-flat.png (560.9 KB)
560.9 KB PNG
>>108658675
>flat
Moron. That's not flat. Picrel is flat. No definition on any of the borders. No buttons at all. The only dimensional feature at all is the slight shadow.
>>
>>
>>108660666
I can just use the search bar in the directory to pull up every .webp, recursively if I wish, and Ctrl+A then Shift+Del
>The only time file management is better from a gui is if you want to see thumbnails and rename/sort pictures visually.
ie literally all the time
>>
>>
>>108660892
>I can just use the search bar in the directory to pull up every .webp, recursively if I wish, and Ctrl+A then Shift+Del
You missed the glob in the middle. And that was as simple as I could make it, it's easy to extent a command to handle multiple different file extensions, regular expression matches, various bulk operations, and so on. The example was dumbed-down just for you, and you still couldn't replicate it.