linux

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

AlecSadler, in How do y'all deal with programs not supported on Linux?

For Visual Studio Enterprise, Adobe PDF editing, native Office apps, SSMS, and RDP thin clients, I use a Windows VM.

niisyth,

For occasional use of a Windows specific software, how feasible is it to keep a VM handy? Not too much of a drag or a bit of a hassle.

Been on the edge of turning the main OS to linux on the gaming rig.

AlecSadler,

I have a 2TB SSD and a 1TB SSD. My Windows VM is allocated 100GB, so it really isn’t bad at all. I use VirtualBox and it starts up basically instantly.

I just realized I have an oldish laptop with Windows on it though so I’m thinking maybe I should just remote into that instead…derp

HubertManne, in How do y'all deal with programs not supported on Linux?
@HubertManne@kbin.social avatar

Ill do my usual name drop of zorin os linux distro. its maine thing is windows compatibility and comes with play on linux and wine preinstalled and setup. Also comes with many linux applications installed out of box. I think its the best shot for an easy move over but if it does not work that does not mean it can't be done but its gonna be a bit of work more than likely.

princessnorah, in How do y'all deal with programs not supported on Linux?
@princessnorah@lemmy.blahaj.zone avatar

CrossOver is also made by CodeWeavers, but includes paid support as well. Maybe it might suit your use case?

www.codeweavers.com/crossover

Steamymoomilk,

Does anyone know how well this actually works? Ive been fighting with fusion 360 to work on linux. Yes i know about bottles and it works okish but it lags alot.

princessnorah,
@princessnorah@lemmy.blahaj.zone avatar

Are you looking to run games, or other software? ProtonDB has details of what games do and don’t work using it. Proton is also maintained by CodeWeavers, I think it’s basically the gaming support from CrossOver.

calzone_gigante, in How do y'all deal with programs not supported on Linux?

My advice is segregatting work and personal environment, your company’s computer isn’t safe for general usage.

About stuff you use for yourself, don’t focus on which program you want to use, but on the task you must accomplish, most software that is made to mimic a Windows workflow are not great, sometimes you think you need a msword alternative, but you just need to create a document, there’s many ways to manipulate documents on linux that are so much better than text processors like word or libre/wps/only, and you will miss it by straight up looking for alternatives.

On Window’s software are usually bound by a lot a comercial bullshit, they have to bloat to be able to be forever at development and pushing new versions, Linux usually follows into Unix philosophy, aiming for small high quality software that are easy to compose into a bigger workflow, even when not using cli tools that operate on text streams, a gui linux application usually work with standard formats, don’t try to overlap features and are easy to replace if needed.

And about transition, i like the dual boot approach, have a linux partition, and use it for what you can do better on linux when you want to, as you get better with linux, you will be wanting to use window’s less and less.

0xtero, in How do y'all deal with programs not supported on Linux?

Sometimes customers want me to use a specific piece of software so I have a QEMU Windows installation I use.

cosmic_slate, in How do y'all deal with programs not supported on Linux?
@cosmic_slate@dmv.social avatar

You could always run Linux in a full screen VM. I do this from a Mac so I get some flexibility.

Alternatively, run Windows in a VM on Linux.

JackGreenEarth, in How do y'all deal with programs not supported on Linux?

Are they like proprietary business programs? What programs can’t run on Linux even though WINE?

constate368, (edited ) in Sell Me on Linux

It’s about being in the free software ecosystem, which is really a licensing issue.

Forcing people to contribute their modifications to software when they are editing free software ensures we’re never dependent on the decisions of one entity. This is what the GNU General Public License (GPL) is all about.

If we don’t like what someone did, we can take that part out and redistribute a better version that we can continue to modify. This might not matter to someone who doesn’t program, but it should.

You don’t have to be the one to get your hands dirty with code. Just being a user in the ecosystem opens you up to these benefits. Other people are going to take advantage of them, and you can just piggyback on their work.

I, personally, think it’s always just a matter of time before businesses make products worse by charging more/giving less. Look at Adobe. Look at Microsoft. Look at Apple. All of them want to lock people into endless subscriptions because they’re dependent on their ecosystem. What happens when Adobe decides they’re not charging enough for photoshop? They charge more, and everyone just has to deal with it. Same goes for Office. Same goes for Apple, they just do it the old-fashioned way by charging for the latest versions and making you buy new hardware.

LinusWorks4Mo, in What is the best distro for gaming?
@LinusWorks4Mo@kbin.social avatar

Garuda or endeavourOS

QuazarOmega, in I made an IPA keyboard for fcitx on Linux!

That’s really cool!
The screencasting of the keys also caught my attention, may I ask what you used for that?

yukijoou,

i used ShowMeTheKeys!

phoenixz, in This week in KDE: Wayland by default, de-framed Breeze, HDR games, rectangle screen recording

Any indication on if and when the desktop cube will return ?

Knusper,

Apparently, that will arrive with Plasma 6.

It says "Version Fixed In: 6.0” here: bugs.kde.org/show_bug.cgi?id=438883
And the last comment in there, does also specify so.

Apparently, this is now part of kdeplasma-addons, so this might be in a separate package, which may not be pre-installed by your distro. I really don’t know, if it means anything, but Nate felt it worth mentioning here: pointieststick.com/…/these-past-2-weeks-in-kde-wa…

GravelPieceOfSword, (edited ) in CUPS mirror image printer setup

Mission Accomplished! My printer driver now has a MirrorPrint Option, and selecting it enables Mirror Printing. For convenience (since I don’t see a client side option to flip mirror printing), I have a doppleganger of my regular printer, and I named it MirrorTest - screenshot below. When I need a mirror print, I just send it to the mirror printer.

https://lemmy.ca/pictrs/image/4be9b08a-01a2-4d67-871a-2caa391bff6d.png

Actual Changes

Here’s the relevant excerpt (added) in /etc/cups/ppd/MirrorTest.ppd (I added this UI option right below the Toner option). Excerpt adds a MirrorPrint Toggle (boolean) to the printer defaults setup. When enabled - the printer will print in mirror mode.


<span style="color:#323232;">*%=== Mirror Printing ================================
</span><span style="color:#323232;">*OpenGroup: General
</span><span style="color:#323232;">*OpenUI *MirrorPrint/Mirror Print: Boolean
</span><span style="color:#323232;">*OrderDependency: 110 AnySetup *MirrorPrint
</span><span style="color:#323232;">*DefaultMirrorPrint: True
</span><span style="color:#323232;">*MirrorPrint True/MirrorPrint: "&lt;>setpagedevice"
</span><span style="color:#323232;">*MirrorPrint False/Normal: ""
</span><span style="color:#323232;">*CloseUI: *MirrorPrint
</span>

For further convenience (making sure that a new printer installation didn’t mess up my custom changes, I also updated the relevant ppd file in /usr/share/cups/model/. Whenever you add a new printer - CUPS will use the corresponding model ppd as a base, and it will apply any settings changes from configuring default to the copied ppd file in /etc/cups/ppd/your_printer.ppd.

Hope this helps if someone else is also looking to do something similar!

TechieDamien,

Wow, CUPS is way better than I previously thought and I thought it was amazing!

GravelPieceOfSword,

It is certainly useful for some use cases such as network print servers (I have a dedicated lxc container on the network to do this) and custom conversions of pages (during my digging, I learned about companies using a CUPS network printer to watermark every document being printed).

I’m not an expert by any means: it is definitely a useful tool in certain cases, but oh man… the documentation was a bit hard to figure out for me!

danielfgom, in Any way of reinstalling Fedora 39 while on Fedora 38?
@danielfgom@lemmy.world avatar

I recommend you install Linux Mint and stop using that Fedora shit

jvrava9,
@jvrava9@lemmy.dbzer0.com avatar

Stop the distro wars bro

danielfgom,
@danielfgom@lemmy.world avatar

😁

yianiris,
@yianiris@kafeneio.social avatar

@danielfgom @redimk

They are all decorative flavors of the same system, IBM's systemd "Inside".

danielfgom,
@danielfgom@lemmy.world avatar

👍

penquin, (edited ) in Sell Me on Linux
@penquin@lemmy.kde.social avatar

Linux is stable if you use a distro that’s known to be stable, example: Linux mint. This is one of the “just works” distros. There are a couple, but I highly recommend mint. Linux can do all of what you need done, from documents, PDFs to viewing all kinds of videos. I’ve never once run into any issue doing any of that. You have libreoffice and onlyoffice that have amazing compatibility with MS office. If anything, you can use the MS office suite online and call it a day. Hell, you can use Google’s office suite, too. PDFs? Zero worries. Videos are good, too. We do have VLC which basically plays anything you throw at it. However, since you have a business and want to make sure things always work, I do recommend that you keep at least one windows machine in the office for just in case. I don’t have a business, but I’ve always had this one laptop that runs windows. I debloated the shit out of it. Blocked all of the telemetry using Microsoft’s own firewall and it’s sitting there for just in case.

Edit: forgot to mention that you are always welcome to come here and ask if you needed help. I find the Lemmy Linux community to be extremely helpful. Everyone jumps in to help every time I had a question.

HubertManne, in Sell Me on Linux
@HubertManne@kbin.social avatar

zorin os is an out of the box distro that will have all the applications from the start and maximum windows look, feel, and compatibility. https://zorin.com/os/

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