bluestarshield

joined 1 year ago
[–] bluestarshield@lemmy.ml 1 points 8 months ago

The problem with "de-bloat" (the one I am familiar with, the one Mental Outlaw spotlighted a few years ago) is that it's deprecated and Microsoft actively works against debloating software. If you're familiar with some script/software that works in 2024, I'd be glad to hear it.

 

I've realized that I need a calendar, and Calcurse seems like a good one, with easy handling of daily schedules (which is my main requirement). Is it possible to export that schedule to a Mint desktop background? That way I could see, at a glance, a graphical representation of my day whenever I boot up my PC.

Ideally, it should be a "Time-Block" type format, where it graphically shows the period of time the task is scheduled for out of the 24-hour calendar day. There obviously isn't anything in Calcurse that can do that, but are there any 3rd party applications that can do that by hooking into Calcurse's native scripting? If nothing works "out of the box" like that, maybe the raw data could be fed through a formatter, a .jpg gets generated somehow, and then automatically pasted as the desktop background? That sounds like it's a little outside my skillset, and also very specific so nobody is likely to have made it yet.

Are there any other calendar programs that would do what i want better? Sorting through dozens of different programs for the exact featureset I need can be a project in it's own right.

33
submitted 9 months ago* (last edited 9 months ago) by bluestarshield@lemmy.ml to c/linux@lemmy.ml
 

Welp, it's finally happened. Windows 10 has become so bloated, slow, and spooky that I finally have decided to bite the bullet and set up a VM on my linux Mint partition. Do you have any suggestions for a virtual machine? My PC is a relatively basic mid-range business laptop, 8gb of ram, no GPU, only a few years old. I'm a little concerned about performance impact, as I've heard that VMs take more system resources than the OS running natively. Any recommendations of software/configurations that would work best for me?

EDIT for clarity: The games i intend to run are, largely, older non-steam games. i obviously just use proton for all my steam games, but some weird older ones don't have a steam release/i don't have the steam version.

[–] bluestarshield@lemmy.ml 1 points 10 months ago

Man, those guys who down voted you have no sense of humor. You made a sex joke in response to my video game piracy joke!

[–] bluestarshield@lemmy.ml 6 points 11 months ago (3 children)

Alright, I've used your code, sudo mkfs.exfat -n LABEL /dev/sdb1

but the console returns this

exfatprogs version : 1.1.3
open failed : /dev/sdb1, Device or resource busy

exFAT format fail!

what's the problem here? I've cleared out all storage on the drive, and made sure that it isn't opened in the file explorer, and it shouldn't be reading/writing anything because it's empty.

thanks for the help btw

[–] bluestarshield@lemmy.ml 1 points 11 months ago (2 children)

Sorry if it's a noob question, but isn't a live session something you do with a USB stick without installing? The file is currently on the Mint install I used to torrent it, along with my other daily-driver things.

[–] bluestarshield@lemmy.ml 2 points 11 months ago

It was already split by a fit Latvian girl of a Yarr-harr, fiddle-dee-dee persuasion, if you catch my drift. I really am afraid of fucking something up, so I'll try other methods before splitting it further.

[–] bluestarshield@lemmy.ml 3 points 11 months ago (2 children)

When right-clicking the drive and selecting "properties", the filesystem type is stated to be MSdos

66
submitted 11 months ago* (last edited 11 months ago) by bluestarshield@lemmy.ml to c/linux@lemmy.ml
 

cross-posted from: https://lemmy.ml/post/9729797

I am needing to transfer a singular file of roughly 4.8GB from Linux Mint onto a thumb drive, so that I can transfer it to my Windows install on a separate partition on the same PC. However, it has repeatedly failed after 4.3GB, with an error message reading "Error splicing file: File too large".

How do I fix this issue, or get around it? I need that file moved.

EDIT: This issue has been resolved. It was caused by the thumb drive being formatted as MSdos, reformatting it to exfat seems to have done the trick. Just used right-click “format” on linux mint, no need for console or booting up windows.