linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

phoenixz, in Why do you use the terminal?

Because I can do things in 30 seconds what two windows admins take 15 minutes to do with their point and clicking. Not even making this up, this happened.

nomecks, in Why do you use the terminal?

Because when you’re screwing with important systems it’s generally better to write scripts.

lorty, in Why do you use the terminal?
@lorty@lemmy.ml avatar

Because every IDE implementa a different git interface and I can’t be bothered to figure out where they hid the commit, push, pull etc. buttons this time.

richieadler,

Damn I hate with a passion the IDE interactions with source control software. I may make use of the visual information they give me, but I still execute the commands in the console.

c10l,

Same. Git GUIs can be great for examining commit trees, visualising patches, etc. For any write operations (this includes things like fecth and pull which write to .git), it’s all in the shell.

azimir,

When teaching programming classes it’s awful trying to figure out every IDE’s git interface that my students are using. Each IDE puts the buttons in very different layouts and they even change the names of the buttons because they don’t like the way git itself named operations. It’s untenable to know them all and actually be efficient and helpful as the instructor.

Instead, I say they’re welcome to use the IDE, but the class materials use the canonical underlying command line tools and terminology. They just need to search for how to translate the real git interface to however their chosen tool does the same operation, but it’s up to them to figure it out.

When they do ask for help, I bring up the terminal (usually even inside the IDE) and run the git commands just like we went over in class.

bionicjoey, in Why do you use the terminal?

Pipes are OP

kpw,

tar + netcat are really nice. Not very secure but gets a folder from A to B using standard tools.

bionicjoey,

ssh is probably better than nc for that.

azimir,

I live and die by ssh and scp. Sometimes rsync for larger moves.

Once you’ve got ssh for terminals (used to be x sessions too!), then port forwarding and socks proxies, add in scp for file moves, and layer in sshfs for whole file system mounts it’s a potential combo for remote work and network tunnels. Such a phenomenal toolkit.

bionicjoey,

Isn’t sshfs defunct now? I used to use it a lot.

xycu,

SSHFS is shipped by all major Linux distributions and has been in production use across a wide range of systems for many years. However, at present SSHFS does not have any active, regular contributors, and there are a number of known issues (see the bugtracker).

The current maintainer continues to apply pull requests and makes regular releases, but unfortunately has no capacity to do any development beyond addressing high-impact issues.

When reporting bugs, please understand that unless you are including a pull request or are reporting a critical issue, you will probably not get a response.

bennieandthez, in Why do you use the terminal?
@bennieandthez@lemmygrad.ml avatar

This is like asking why do you use a hammer to put nails.

gerryflap, in Why do you use the terminal?
@gerryflap@feddit.nl avatar

For tasks that I know, I’m faster in the terminal. For tasks where I’m less familiar or that are very important (like disk partitioning) I prefer a GUI because with a GUI I can usually see a bit better what I’m doing.

Terminal tasks for me include copying stuff, setting folder permissions, uncompressing or compressing folders, quick edits in vim, etc.

Kushia, in Why do you use the terminal?
@Kushia@lemmy.ml avatar

You use it because you like to be efficient your use of a computer.

I use it because I’m a bossy arsehole and I like telling things precisely what to do.

We are not the same.

Leecifer, (edited ) in Looking for a WYSIWYG note taking app that is not Electron.
@Leecifer@lemmy.world avatar

The only one I can think of off the top of my head would be Zimwiki.

I don’t know about any Android compatibility for Zim. It has been a long time since I have used it.

tdawg, in MacOS Accessibility Cursor

Such an underrated feature

Centillionaire,

Apple software team is on another level. You don’t even have to try to find the feature. We all instinctively shake the mouse to locate the cursor, so it just happens.

Landless2029, in Promoting Linux: An End-User Manifesto

I’ve decided to run Linux as my main os next PC build… I said that two years ago and still haven’t built my new rig.

I’m terrified of switching. There’s just way too much information out there. So many options.

I’m used to being in a box with just one or two ways of doing things.

Does anyone know a good series to help windows users adapt?

Just need web surfing and gaming including steam vr

HubertManne,
@HubertManne@kbin.social avatar

just go zorin os. it attempts to simulate the look and feel of windows while also having a lot of pre installed applications including playonlinux/wine sot that once its installed you can just go.

Landless2029,

I’ll definitely look into zorin thanks

NOOBMASTER,
trivial_wannabe,

Honestly, just go with Debian Stable (bookworm) with KDE or Linux Mint. It is pretty stable and a windows like experience.

I have not tried VR on it tho, so can’t speak to that.

c10l,

I second Debian. Stable is excellent.

Testing has newer packages and is generally almost as stable.

I published my Debian gaming setup a few days ago. Haven’t tried VR on it either as I don’t have a headset, but I assume it works.

lemmy.world/post/9543661

ultra,

+1 for mint. It was my first distro and it made me love Linux.

Zamundaaa, (edited )

Sorry, but Debian stable is a terrible recommendation! They don’t even ship bugfix releases of KDE Plasma… It’s stuck with a months old version that has lots of known and long fixed bugs in it

trivial_wannabe,

Fair point, but for someone who doesn’t like tinkering and is afraid to make the jump to Linux, I still stand by the suggestion.

Different people value different things and that’s okay.

jack,

Get into the “variety is good” mindset. Having options is always better than not having options, even if it feels overwhelming at first. It’ll get easier with time

lhamil64,

One of the great things about Linux is that you can almost always just run whatever distro from the USB drive before installing (and just reboot without the USB drive to get back into Windows) So you can download a few ISOs and try each one for a bit before committing to anything.

This is nice if there’s anything specific that you need to work, you can try it and make sure it’s usable for you before making any permanent changes.

For example, I’m legally blind and use a screen magnifier. I tried a few distros to compare the built-in magnifiers before settling on one.

I’d also recommend using Ventoy on your USB. That lets you just plop ISO files on the drive and choose which one at boot.

Landless2029,

Great advice.

I’m already using git to gather my linux build notes and install commands I’ll need.

Eventually I’ll be able to USB boot a disto and run my custom setup script for my apps.

HATEFISH,

I made the dive into Linux mint last night. If you already have windows installed you can side load so you don’t have to completely commit right out of the box. I play games that would require windows so this was necessary for me but so far outside of hating middle mouse click to paste and some troubleshooting for my headset (I could hear myself quietly through my headphones when speaking into mic) Linux has been preferable to win11

princessnorah,
@princessnorah@lemmy.blahaj.zone avatar

That is not what sideload means my friend.

HATEFISH,

You’re right, but the point I was trying to get across to another layman is you can have windows already installed and not break anything with another install of Linux. Rather than get into partitioning and dual booting.

princessnorah, (edited )
@princessnorah@lemmy.blahaj.zone avatar

Sideloading an app on a phone doesn’t have the potential to wipe everything else off the phone. It’s bad advice to call dual booting that because you might cause someone to go into it without understanding the risks involved. In fact, the best facsimile, which doesn’t even require knowing how to get into the boot menu, would be to run a Virtual Machine instead. That way there actually isn’t any risk of erasing Windows. It’s also really simple these days, here’s some guides from ubuntu and fedora:

ubuntu.com/…/how-to-run-ubuntu-desktop-on-a-virtu…

fedoramagazine.org/install-fedora-virtualbox-gues…

Or if you don’t want to go through the hassle of installing Linux inside the VM yourself, you can download pre-built VMs for most major distros from here:

www.osboxes.org/virtualbox-images/

Added benefit that you can try multiple different distros without even rebooting your computer.

HATEFISH,

Sure, I’ll do that. But you’ve lost 99% of average people when you mention “virtual machine”.

Also at least for mint which I was directly talking about you actually boot via live USB first and have to install from an icon on the desktop so there really is no risk for erasing windows until your well into making decisions. Which again you have to choose to erase windows.

princessnorah,
@princessnorah@lemmy.blahaj.zone avatar

Yeah, so don’t say Virtual Machine. Say “you can sideload linux on windows to test it”.

catastrophicblues,

Linux Mint with Cinnamon. Easiest transition. If you want customization, use KDE. If you want your desktop environment to make choices for you, GNOME.

Landless2029,

Thanks. I loaded exactly that already on an older laptop just to get used to it and test some workloads.

Just regular web surfing is snappy as all hell.

jopepa, in Promoting Linux: An End-User Manifesto

Is this Mario San Serif?

Kjatten, in Why do you use the terminal?

It’s easier than going through 10 menus (that are different depending on DE), because its universal on Linux systems

Sina, in What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?

This is really is not a good idea for a backup.

LainOfTheWired, in Why do you use the terminal?
@LainOfTheWired@lemy.lol avatar
  1. It feels great
  2. Terminal programs run on a potato
  3. They are almost always way more powerful then their GUI counterparts
  4. They integrate with scripts and other tools for unlimited power and flexibility!
  5. You feel like a hacker man
  6. Your IT literate friends think you are cool
  7. You can really do things your own way

So yeah I love using the terminal for almost everything

theUnlikely,

Can confirm #6. Wife calls it dark screen and does indeed think I’m cool for using it.

exocortex, in Why do you use the terminal?

One could ask in return “why do you use a mouse”. The answer is probably “I’ve always done it this way” and not “after trying out different methods it’s the one that i prefer”.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #