There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

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

yak , in Before your change to Linux
@yak@lmy.brx.io avatar

Windows 98

yuri ,

aww xp was so charming though!

ByteBovine OP , in Developing GUI app on Immutable Distros

Dioxus desktop and fullstack worked out of the box. Bevy isn’t working because some Nvidia libraries aren’t in the container. I might need to switch to a different ‘GPU enabled’ image.

DieserTypMatthias , in [SOLVED] Using clangd with vscode to develop a flatpak
@DieserTypMatthias@lemmy.ml avatar

Just make a build script and then write a flatpak build file that’ll package it as a flatpak. Here’s an example.

unionagainstdhmo OP ,
@unionagainstdhmo@aussie.zone avatar

Not sure I follow. I’m talking about using the clangd language server to give me code completion, etc. when developing a flatpak application. I’ve already got it making the package and running it through the vscode debugger

DieserTypMatthias ,
@DieserTypMatthias@lemmy.ml avatar
GlenRambo , in Before your change to Linux

Win 10.

Slowly have been moving odd big tech platforms. Recently got a Fair Phone. Read win11 disasters. Trying Linux for the 20th time.

Its been longer than 3days now so that’s something.

Been making these moves over 5 years or so. Slow and steady.

unwarlikeExtortion , in Before your change to Linux

I’ve also made the switch from win10. There are a lot of “small” things that add up. The constant nag messages. Updates. Start menu ads. That was mist of it on Win10. I’ve had some experience in win11 at work, and I can say the new UI is abysmal (honestly I couldn’t care less about the UI as far as look/textures go, but one thing I can’t stand is slow animations for every little thing. If I open the start menu, I want it open as soon as I press the keyboard button, not 0.5s later. When I snap a window, I don’t need 0.5s of my life wasted on watching the “beautiful” animation. I just want it on half the screen instantly. Whenewer I close a window, I don’t want to have it fade out and distract me, I want it either gone or a popup asking me wether to save, discard or cancel show as soon as I tried to close the window. I want the Control panel back. I knew how to use it, and navigating menus wasn’t animated to consume 0.5s for every screen change. The animations were what pushed me away the most. I assume you can turn the off, but I never bothered since I changed computers often and would just rather put up with it rather than spend time tweaking each and every computer I wanted to use. The UI is why I don’t like win11, and the MS requirement is why I won’t let it touch my computer.

I have to say, switching to Linux was very frustrating as I had to google every little thing and most sites are filled with ad garbage even with uBlock on Firefox turned in with most of the lists, so that was frustrating. But now, after just under 2 years of Linux use, I can say the switch has paid great dividends. I can do a lot of menial tasks much faster (highlights are fike conversion with ffmpeg, combining PDFs with pdfunite, navigating folders using cd and tab completion (I’m the type to have a lot of folders in one parent directory to whkch I know the names, so typing the name is faster than looking for it manuakly and clicking on it), not to mention all the programs I used that are on Linux open 3-5 times faster.

Another big quality of life improvement are updates - updating apt packages with one command and Flatpaks with another, not having to reboot while doing it and not having programs prompt for updates individually is all something I never knew was possible before switching over. Linux has really impressed me with how well it works and how much of a laid back attitude it resembles, as opposed to the whiny Windows forcing its will upon you with its updates, ads and bloat.

Diana , in if you could standardise a file format for a specific task what would you pick and why

MKV It supports high-quality video and audio codecs, allowing for lossless compression and high-definition content. Also MKV supports chapter and menu functionality, making it suitable to rip DVD to MKV and store DVDs and Blu-ray discs.

Turbo , in Before your change to Linux

I’ve been a fan of the dual boot option (sometimes separate hard drives)

Boot PC. Press F8. Select Windows drive and boot to windows 10 for gaming.

Most of time it defaults to Linux and that’s where i live the other 97% of the time

I have the same setup on my laptop. There’s always something easier on Windows whether I like it or not and it’s good to have the option.

Never had an issue with them coexisting.

Turbo , in how can I route all my traffic through tor on debian 12.6?

If you can, set this up on your router and then specify which devices should route through.

You may also want to use pihole for ad blogging and as your DNS server. and in pihole use your VPN server’s DNS such that you don’t have DNS leak.

And if the VPN is down, your computer won’t work until it comes back up.

Helpful if you run the network at your house

fin , in Before your change to Linux

I’m trapped in Adobe’s ecosystem because my school contracts with Adobe to provide their softwares. Since Adobe stuff only works on Windows, I’m still on Windows.

SitD ,

Similar situation here. My binbows software is now stuck in a padded room (VM) while I’m enjoying the freedom 😎 my condolences if you’re on less than 16GB RAM though

xylogx , in How can I go about using the tty only on my system

What are your use cases?

theshyprisoner OP ,

Messaging, reading, school work, watching anime, music, web browsing (may not be able to do this one nicely though). My use cases are very simple to implement on tty-only I think.

steeznson ,

It is possible to watch movie files rendered in ascii with ffmpeg but I wouldn’t recommend it. Playing videos any other way requires a graphical interface.

Web browsing is possible with links, w3m and eww-mode on emacs.

You will struggle with school work. Eduroam is hard to connect to using the CLI for example.

theshyprisoner OP ,

I was able to use mpv to watch some anime I had downloaded on tty. Does this mean this was only possible because I already had xorg installed and running (I was using qtile prior to that)? I’m not sure if that’s how that works though.

steeznson ,

Yeah you’ve got xorg running if graphics are being drawn, like windows or specifically windows with borders

MonkderDritte , in How can I go about using the tty only on my system

I’ll just dump this here.

shell tools

github.com/rust-unofficial/awesome-rustzaiste.net/posts/shell-commands-rust/

alternatives

  • fd: simpler find
  • bat: nicer cat
  • lsd: ls with NerdFont icons
  • broot: smarter tree
  • ripgrep: better grep

GUI alternatives

Task Management:

  • dun: note-taking & task manager
  • cubby: encrypted note taking to cloud, with markdown
  • girok: TUI calendar

Services:

File Manager:

  • clifm: nice shell file manager with tagging
  • nnn: cli fm with split-view file preview
  • TUIFI Manager: cli fm with rendered images in 2D layout
  • xplr: hackable, minimal, TUI fm

Login Manager:

  • CDM: shell login manager with history
  • Qingy: directfb login manager

Others:

ease of use

  • edir: rename with text file
  • mdcat: Sophisticated Markdown rendering for the terminal
  • clipboard: shell clipboard manager & more
  • portal: cli file transfer agent between computers
  • croc: simple file transfer tool via local server, Android Appp too
  • transfer.sh: cli file sharing via cloud
  • detox: file name cleanup
  • ouch: simple de/compressor
  • mnamer: intelligent video renamer
  • gum: bells and whistles for shell scripters
  • pytermgui: bells and whistles for python scripters

specialist tools

  • erd: Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.
  • LiteCLI: A command-line client for SQLite databases that has auto-completion and syntax highlighting.
theshyprisoner OP ,

Great list, thank you!

theshatterstone54 ,

I’d like to add MPV. It’s a video player that works from the tty using a framebuffer. So if you run “mpv path/to/video/file” it will play the video! Just learn the keybinds first so you’re not stuck with it. In fact, that applies to all of the framebuffer programs.

theshyprisoner OP ,

Yes I’m familiar with mpv. I thought I needed to have xorg or a display server running for it to work, thanks!

noughtnaut , in Before your change to Linux
@noughtnaut@lemmy.world avatar

Personally, XP.

Professionally, I’ve been subjected to Windows 10, but promptly installed Linux (and win 10 in a VM). I have refused job offers that insist on windows 10, and will refuse Mac centric press as well.

kureta , in Before your change to Linux

Early Windows 7. I was fed up with Windows and switched to hackintosh. 6 years ago I switched to Linux only.

just_another_person , in Some windows help please

Installing Windows will always nuke the existing bootloadet with the Windows one. You can install Linux just fine now, then Windows, but you’ll need go back and set the bootloader back to grub or whatever your distro prefers. If you don’t know how to do this yet, just look it up. You’ll need to know how to do it in the future, since Windows Updates will randomly do this again in the future.

HumanPenguin OP ,
@HumanPenguin@feddit.uk avatar

Thanks. That was exactly what I needed. I’ll look it up.

just_another_person ,

Also make sure you leave empty space on the drive for the windows partition when partitioning for Windows. You can resize later in Linux, before installing Windows if that’s easier.

rozodru ,
@rozodru@lemmy.ca avatar

also just a heads up to potentially avoid the random “windows update will fuck shit up” problem look into ReviOS. If you’re just using it on a hobby box thing then that might be an option that will work out for you. it removes Edge, copilot, onedrive, all the bloatware removes the anti-privacy shit and lets you choose the updates.

before I switched to Linux that’s what I was using over instead of just regular windows 11. I mean the preformance improvments wasn’t anything I would say was groundbreaking but it was noticibly faster than regular win11.

skullgiver ,
@skullgiver@popplesburger.hilciferous.nl avatar

If you’re buying a new SSD, you probably won’t need to worry about this. Just make sure to boot the installer in UEFI mode (usually the default). In the worst case, you’ll need to go into the motherboard settings and put Linux above Windows in the boot menu.

skullgiver ,
@skullgiver@popplesburger.hilciferous.nl avatar

Only in MBR mode. On computers less than 10 years old, you can go into the UEFI settings and put Grub above the Windows bootloader in the boot order list.

Some broken computers only boot the “flash got wiped, let’s hope this one works” fallback bootloader. Windows and Grub will fight for that one, but that should only happen if your motherboard’s UEFI settings got reset or if the firmware is buggy.

wildbus8979 , in Some windows help please

Why wait for a copy of windows when you can just download the ISO from Microsoft?

Honestly, now a days USB pass through is so good that a virtual machine works well enough for firmware upgrades. Especially true if you have a separate usb controller and you pass the whole PCIe device! It’s extremely rare I ever need bare metal.

-73

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines