linux

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

d3Xt3r, (edited ) in How do y'all deal with programs not supported on Linux?

Web apps (for MS Office/Teams), Wine (mostly for games and random apps), and for everything else, an optimized Tiny11 Core VM + WinApps for seamless windows/integration with Linux. My Tiny11 only uses 0-1% CPU and 600MB RAM on idle so I’ve got no issues running it in the background, besides it takes only a couple of seconds to launch, if I wanted to start it on demand.

I’ve also got a portable SSD with a copy of Windows installed on it, just in case I need it for some firmware updates or something (although I’m on a Thinkpad so pretty much everything can be updated via LVFS, but I keep it around just in case + it’s portable so there’s no harm in having it around).

Steamymoomilk,

Winapps is pretty cool! Thanks for sharing. I didnt know that existed till now.

mateomaui,

I’ve been looking at Tiny10 and 11, have you run into any particular problems using it?

d3Xt3r,

I only use it to run productivity apps inside a VM (Adobe Reader etc), so no issues here.

I think the most problems people have with it is running it on real hardware, since it lacks drivers and stuff.

mateomaui,

hmmm, good to know I may have to track down drivers for a regular install, I missed that. Thanks for the feedback!

shapis, in How do y'all deal with programs not supported on Linux?
@shapis@lemmy.ml avatar

It would be easier if you told us specifically what programs you need that aren’t supported.

Valon_Blue, in Amazon Building its Own Linux-Based OS to Replace Android
@Valon_Blue@sh.itjust.works avatar

All I’m hearing is that we might be able to hack these devices and put full Linux on them.

xia,

All I’m hearing is a subscription to remove the adverts on the command line.

Valon_Blue,
@Valon_Blue@sh.itjust.works avatar

See, that’s the situation where we just don’t use them. I’m talking about wiping the original OS and putting something that’s really FOSS in its place.

FierroGamer, in Sell Me on Linux

It’s not windows.

Any bonus points for a concise answer?

vettnerk, (edited ) in Sell Me on Linux

I have exactly zero experience in what work a law office does, but I would think it’s mostly paperwork and email? If so you can do that at no startup costs.

Pick a distro (pop, mint, whatever), and install libreoffice or one of its many variants for offfice integration.

A common misconception is that linux involves a lot of coding. Sure, it can if you want to - all the hooks for programatical access are there, for example if you want to build shell scripts for automation. But you don’t need to. It’s just an option many linux users, myself included, like to take advantage of.

When it comes to convincing you, all I can say is this: It costs you nothing to try.

Sage_the_Lawyer,

Yes, mostly paperwork and email for sure. Some basic spreadsheet stuff for tracking clients and payments and whatnot, but there’s also programs for that.

One less common, yet essential, thing I haven’t gotten a specific response on yet, is converting word docs to PDFs with searchable text. Not sure if you know things about that, but it popped into my head while responding here so hopefully someone who sees this knows something.

And, a generic thank you to everyone who has responded, this has all been very helpful. Even if I don’t respond to you specifically, I appreciate it.

JustEnoughDucks,
@JustEnoughDucks@feddit.nl avatar

The one thing that I would look into is digital signing and change tracking

If you use that, I am not sure how it works between linux office programs and Microsoft office.

valkyrie,

I’m pretty sure you can print to PDF or save as a PDF in libreoffice.

FrostyPolicy,

LibreOffice has a builtin pdf export functionality.

drem, (edited )

you can export to pdf and the text is searchable (in firefox with ctrl f)

bismuthbob,
@bismuthbob@sopuli.xyz avatar

On my distro, hitting print in the Office365 web app autogenerates a searchable pdf. As mentioned by others, it is trivial to generate a searchable pdf from LibreOffice as well.

sweng, in Newbie with questions about Debian

Number 2 is by design. Running as root is extremely dangerous, and passwordless sudo is not much better. You can, of course, allow sudo without a password by editing the /etc/sudoers file, but be concious of the security implications (any program you run would essentially have full access to everything, without you ever knowing).

starkzarn, in Have I successfully blocked ssh logins to root?

That all sounds correct to me. The random port you’re seeing in the logs is a high port, often referred to as an ephemeral port, and it is common for source ports. All good there.

cyberwolfie,

Ok, thanks - so if I understand correctly then, it is listening on port 22 as a default, and not accepting traffic on any port.

That brings of the question: wouldn’t I be better off changing the SSH-port? And is that so easy as to uncomment the #Port 22 line in the config file and changing the port number to something random, and saving that somewhere? Would I then be able to connect by running ssh myuser@mydomain.com:, or would I need to do anything else to successfully connect?

siph,

You would need to specify the new port when using ssh (using the -p$PORT option). Just keep in mind that security through obscurity is not considered secure in itself. You could instead consider a service like fail2ban that automatically blocks connections from certain sources depending on your set parameters.

Tanoh,

You would need to specify the new port when using ssh (using the -p$PORT option).

You can put a host entry for it in .ssh/config specifying the port.

cyberwolfie,

Just keep in mind that security through obscurity is not considered secure in itself.

Do you consider it to not be a helpful measure to take at all?

I have fail2ban configured - since it is reading from the auth.log, I guess I would not have to make any changes to the configuration there to have it work with a new port?

siph, (edited )

It’s a mixed bag. Personally I wouldn’t use a non-standard port.

Consider that port numbers under 1024 are Privileged Ports. You would either have to make sure that no other privileged service is running on the port you want to use for SSH when using another privileged port or you need to make sure that no unprivileged program tries to use the same port as your SSH service when using a non-privileged. Overall it adds a bit of overhead and possible headaches for barely any gain.

Fail2ban should work with a different port without any further configuration but it might not.

cyberwolfie,

Alright, cheers - I’ll leave it be as well then :)

smileyhead, in Amazon Building its Own Linux-Based OS to Replace Android

Another not-Linux Linux based operating system. Can’t wait to argue same as with Android and ChromeOS that this is not like “real” desktop Linux looks.

We really should stick to calling it GNU or something.

jcarax,

Definitely not GNU, that’s even worse than calling it Linux. We should simply call it by it’s own name, Vega or whatever it ends up being. Android is Android. ChromeOS is ChromeOS. We can acknowledge they utilize the Linux kernel and some other open source code, and as such give some back. But they are not what we refer to as Linux, as that is a spirit as much as if not more than it is a collection of software.

LeFantome, (edited )

I completely agree.

An OS is defined by its ecosystem ( applications, users, and philosophy ). Everybody knows what an actual Linux distribution is and the kinds of desktop environments ( eg. GNOME, KDE, XFCE ) and applications that Linux implies ( eg. Docker, Podman, Emacs, GIMP, OBS, LibreOffice ). It does not matter if the C library is Glibc or MUSL. It does not matter if things were compiled with GCC or Clang. It does not matter who wrote the version of ‘ls’ installed. It is not confusing when somebody tells you they are using “Linux” on the desktop, the server, or the cloud. You know what they mean.

Saying GNU / Linux does not add any clarity in my view and could be confusing or wrong. If you use Alpine in the cloud, you are using Linux ( very clear ) but not GNU / Linux. If you are using Void on your desktop, you are using Linux ( but maybe not Glibc ). Is one version of Void Linux called GNU / Linux and the other one isn’t? It is not a useful label other than politically.

Android and ChromeOS use the Linux kernel but are not Linux distributions by any useful use of that term. If I switch you from Void to Arch, you could use it for hours without noticing the change. You might not notice until you went to update software. If I moved you to Android or ChromeOS, you would certainly notice right away. In some ways, Windows is a more similar environment than Android is.

If I say, “I use Linux”, you do not have to ask me if I mean Android or if I have a Chromebook. People that don’t “know” that these other systems use the Linux kernel would never make that mistake. The “confusion” is artificial.

As a non-Linux example, is there anybody that is confused that the XBox uses the Windows kernel? Even if I say “I game on Windows”, would you honestly wonder if I meant XBox? Or would it be super obvious that I meant on a PC?

If I say, “I game on Linux”, you again know that I do not mean Android or ChromeOS ( unless I am purposely trying to be arrogant or funny about it ). You might ask if I am using a Stream Deck but, guess what, the Deck also boots into KDE. It really is Linux.

My Nest thermometer and my IP camera both run the Linux kernel as well. Do we need a special name for them? No. Nobody is truthfully confused by that either. Would we call them GNU / Linux even if they use Glibc? I hope not. So what does GNU / Linux even refer to outside of the political meaning?

TheAnonymouseJoker, in GNOME Recognized as Public Interest Infrastructure
@TheAnonymouseJoker@lemmy.ml avatar

GNOME is well deserving as the most polished and optimally performant DE. GNOME is so good, Windows 11 copied its workflow, layouts and even the taskbar right-click menu with 23H2.

simple,

and optimally performant DE

Except it’s the worst DE in terms of performance. Using KDE instead of Gnome made a big difference in my weaker laptop.

TheAnonymouseJoker, (edited )
@TheAnonymouseJoker@lemmy.ml avatar

GNOME is the best performing modern DE outside of lightweight nice DEs. KDE is by far the worst alongside Deepin. KDE is so crap, I had to turn off all the animations and compositor to bring CPU usage from 70 to 10-15%. This was a stock Debian 12 KDE setup on i5-7200U. GNOME in comparison idles at 1-2%, max 3%. XFCE and LXQt sit around 0.5-1%.

KDE is an absolute mess and is a hobbyist DE in comparison to the professional GNOME.

simple,

GNOME is the best performing modern DE outside of lightweight nice DEs.

This is straight up not true, GNOME is a memory hog and uses almost twice as much as KDE. I’m idling ~4% CPU usage on an i5 7300HQ, which is just barely better than yours. There’s a reason the Steam Deck opted to use KDE and not Gnome.

KDE is an absolute mess and is a hobbyist DE in comparison to the professional GNOME.

As someone who used gnome for two years, hell no. Gnome is trying too hard to be minimalist and is lacking basic features that you have to use extensions for. Extensions which, by the way, break each update and have their own bugs. I also had to use gnome tweaks for basic crap like disabling mouse acceleration. KDE is a much more polished experience for people who actually use computers, but gnome is okay if you’re just looking for something simple that looks smooth.

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

GNOME is a memory hog and uses almost twice as much as KDE

It is unfortunate that every GNOME critic lives in 2015, and stick to those unhinged biases.

Steam Deck’s decision to use KDE has nothing to do with performance, but with customisation of UI, which is also why they use custom compiled Arch to modify every nook and corner of what Deck runs.

7300HQ has about 1.7-2x the performance of 7200U, according to PassMark. cpubenchmark.net/…/Intel-i5-7300HQ-vs-Intel-i5-72…

KDE is a much more polished experience for people who actually use computers, but gnome is okay if you’re just looking for something simple that looks smooth.

Its cool and hipster to be delusional, but when things get professional and you want stability and performance, GNOME is unbeatable. Nobody in the real world cares about the fancy one zillion features of KDE outside hipster hobbyists.

astraeus, in Rename Files and Directories in Linux Command Line
@astraeus@programming.dev avatar

As basic as the instructions might be, super useful stuff for bulk operations in here. Thanks for the post!

nitrogenez, in Linux holds more than 8% market share in India, and it's on the upward trend
@nitrogenez@lemmy.world avatar

netbsd is just chilling somewhere in the corner, left to rot alone :(

OsrsNeedsF2P, (edited )

NetBSD’s license helps it get adoption, but much fewer public forks/natural contributors, so it’s gonna be pretty much impossible for it to catch up

possiblylinux127,

I think it actually hurts adoption as is allows companies to steal code

turkalino, in systemd 255-rc1 Brings "Blue Screen of Death" Support and New Tool To Spawn VMs
@turkalino@lemmy.yachts avatar

This is our chance to out-UWU the :( windows bsod

Come on all you Linux furries, bronies, etc. I know you can do it

ShittyBeatlesFCPres, in Fedora 39 Released with GNOME 45, Linux 6.5 + More

I’m pretty sure Fedora Core 4 was my first Linux daily driver. I love distro hopping but I always end up back on Fedora when I have a big project to work on and I just want vanilla Gnome, my developer tools, and no surprises.

uis, in New Plasma 6 Default Icon Theme Looks
@uis@lemmy.world avatar
LtLiana,
@LtLiana@startrek.website avatar

I don’t mind this.

uis, (edited )
@uis@lemmy.world avatar

There are even light and dark wallpapers with transparent version to build your own!

autumn64, (edited ) in I made it to Linux! What is your must-have FOSS or Free Software for linux?
@autumn64@lemmy.blahaj.zone avatar

Welcome! Some of my must-have FOSS software for GNU/Linux are:

  • ONLYOFFICE: Similar functionality to that of MS Office, but free and open-source, very nice compatibility with .docx documents and all the excel formulas I use are still there.
  • Boxes: If you like or need virtual machines, Boxes is one of the best FOSS solutions out there, I have made Windows, BSD and Linux virtual machines using Boxes and they work flawlessly, and the drag-drop feature to send files from the host to the guest machines is absolutely nice.
  • Konversation: In my opinion the best graphical IRC client, with HexChat also worth noting.
  • Kdenlive: I have used many video editors in my life, both FOSS and proprietary, but Kdenlive is the one who made me stay. I have even remastered old 80s Betamax videos using only Kdenlive.
  • TeXstudio: If you like LaTeX, this editor is absolutely wonderful and it works out of the box.
  • Prism Launcher: If you like Minecraft, this is the only launcher that actually worked on my Fedora installation, and it’s so easy to install mods, resource packs, shaders, etc. that I already consider it to be the best FOSS launcher for both premium and non-premium instances.
  • HandBrake: I just love this open-source video transcoder so much.
  • fre:ac: I have used this FOSS audio encoder since I was a kid when I wanted to convert mp3 music to a format that my DSi could read. Nowadays I still use it to convert from and to any type of audio and it just never fails.
  • RaccoonLock: A modern-looking and private password manager that is wonderful if you just want to store your passwords locally in your PC and you do not care about syncing them with other devices (although such feature is partially possible through the creation of backups).

It’s also worth mentioning other FOSS software like VLC, VS Code (though it’s not entirely FOSS, with Codium being an actual FOSS version), OBS Studio, GParted, PDF Mix Tool and FreeTube. Welcome to the GNU/Linux world! I hope you enjoy it and you find these utilities useful :).

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