linux

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

penquin, in How to update the BIOS on a Dell laptop running Linux
@penquin@lemmy.kde.social avatar

This is way too long and complicated for just a bios update. Dell laptops actually have a “update bios from flash” option in the boot menu. So all you need is a USB stick formatted to FAT32, copy the bios update file (that you download from their website) into it, boot into boot menu and choose “update bios from flash”. I have done this so many times and even made a YouTube video about it.

terminhell,

Mostly on the newer bios machines. Older ones don’t. Same for hp. Lenovo is all over the place.

thespezfucker, (edited ) in Looking to switch to Linux in the somewhat distant future

update: currently testing mini cinnamon on a VM at the moment

Looks pretty good, tho I haven’t really gotten in the setup yet (really close tho!)

files.catbox.moe/twr0yl.png (image link dw)

thespezfucker,

I’m currently using typing on said vm? pretty cool right?

files.catbox.moe/tj9gli.png (image link, i should probably switch to imgur lol)

lenan, (edited ) in Firefox Sidebar Addon like Brave or Vivaldi?

I use Tree Style Tab for the sidebar and Simple Tab Groups to get workspaces. They work quite well together. Customize userChrome.css to get rid of the sidebar header and other things and you get something like this

Corr,

I’m very non-adept with CSS. Any chance you could share the code you use to remove the header? Thanks either way!

Corr,

Never mind, someone else linked something that worked for me.

GustavoM, in Xorg – Wayland Transition Thoughts…
@GustavoM@lemmy.world avatar

Eh, “it just werks” just like Xorg – don’t know why folks still make such fuzz regarding this subject.

t. Managed to install Sway on a single board computer with zero Linux support – Orange pi zero 3.

GustavoM, in How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?
@GustavoM@lemmy.world avatar

Does a single board computer counts as a phone? Then a Orange pi zero 3. (Not like theres anything else to do other than read/lurk online communities, code and the occasional cloud gaming nowadays, so eh.)

MigratingtoLemmy,

I completely agree with your statement (that’s how my day goes too), but I wanted a mobile device. Thanks

v81,

Can it make phone calls?

savvywolf, in Stat command shows birth *after* modify time?
@savvywolf@pawb.social avatar

I don’t know what exact situation could have happened here but I imagine a copy could have also copied the metadata into a new file. So it creates a new file as the destination (setting the birth date), then as part of copying the file it copied the access and modify times.

merthyr1831, in December Updates: The Spirit of COSMIC

The text editor that’ll be coming with Cosmic looks pretty slick! I’ve got a loooong way to go with learning rust so maybe I’ll take a look at the iced/pop libraries when Cosmic comes out 👀

mmstick,
@mmstick@lemmy.world avatar

You can start with the libcosmic repository, and the examples contained within. We’re going to work on revamping our design demo application soon, which will be a learning resource for COSMIC application development

cbarrick, (edited ) in Stat command shows birth *after* modify time?

FWIW, the stat structure in Linux does not include birth time [1]. It only gives you:

  1. atime: The time of last access.
  2. mtime: The time of last modification.
  3. ctime: The time of the last change to the inode.

I assume the stat command is using a filesystem-specific method to get the birth time.

Anyway, I don’t think any of these stats is guaranteed to be consistent with the rest (or even correct). For example, it is common to disable atime tracking to improve I/O performance.

Assuming the data is accurate, I think the other comment about the file being a copy is the best explanation.

duncesplayed,

The stat command is using statx, which gives you a slightly different struct. statx is the cool new Linux-only system call for stat-ing. Not every filesystem will support the new btime field. (And, as you correctly say, many of those time fields are wrong, anyway)

cbarrick,

Ooo neat. I was not aware of this syscall. TIL!

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

The struct returned by stat doesn’t, but statx contains creation time as well as well. I believe ext4 is already tracking the creation time even if stat can’t provide it.

The stat command on modern distros should get you this additional metadata, unless you use an FS that doesn’t track or expose it, of course.

Patch, in openSUSE Logo Contest Concludes With Winners Selected

I’m not enormously bothered by the designs themselves; the new logos look fine, although I preferred the old logo.

But what really bothers me is that they’ve gone with a whole disjointed mess of different designs for each of their sub-projects. Why on earth wouldn’t you take this opportunity to design a coherent family of logos? Bizarre missed opportunity.

pathief, (edited ) in How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?
@pathief@lemmy.world avatar

I’d love to run a system without Google but it’s hard. I tried to run LineageOS with microg for a week or two but eventually had to install Google Play Services. Lots of hurdles with push notifications and unfortunately some apps really refused to work when they detected no play services installed. It really sadden me, to be honest. Really wanted to make it work.

Never gave Linux phones a chance, I rely too much on apps that wouldn’t be available.

electro1,
@electro1@infosec.pub avatar

deleted_by_author

  • Loading...
  • pathief,
    @pathief@lemmy.world avatar

    Yes, that is correct.

    electro1, (edited )
    @electro1@infosec.pub avatar

    deleted_by_author

  • Loading...
  • pathief,
    @pathief@lemmy.world avatar

    I think the apps would work without Google Play services but they refuse to boot without it. Unfortunately since these are banking and finance apps the only alternative is not to use them.

    I own a Poco F2 Pro, ROM support is somewhat limited. CalyxOS is insupported, it seems. When this phones starts dying I’ll probably give GrapheneOS a shot!

    MigratingtoLemmy,

    I’m interested in the problems you faced. I have realised that I will need GMS/MicroG for maps, and am unclear if I can get a FOSS app to host my local mail inbox without GMS. Other than that, everything else can be done in the browser (technically even maps can be used in the browser but I digress).

    Would like to know which services prevent you from leaving Google

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

    My first attempt was to flash the stock LineageOS and then install the microg packages from the fdroid store. I didn’t manage to get that fully working, the microg self-check would have a lot of fails due to version mismatches. I never figured out why. A lot of applications complained about the lack of play services and warned me they wouldn’t work, microg was clearly not installed properly.

    Then, I flashed the “LineageOS for MicroG” ROM, which is a LineageOS fork with microg already installed. I had to enable all microg services but the self-check was 100% successful out of the box. No warnings about the lack of play services, everything was mostly working. I installed all software from Fdroid when possible and Aurora Store when not possible.

    Push notifications were a bit of a struggle at first but they did work. I still didn’t get notifications to work on Telegram, but “Telegram FOSS” fork seemed to work okay. For GPS/Maps I used Waze (which is technically owned by Google) and it worked flawlessly. I assume you can use other GPS application, I just didn’t do my research on this one. For email I am using Proton Mail, which worked as expected.

    The problematic apps were banking/financial apps, which I guess most people can live without. I’m confident the apps would work with microg but simply refused to even start. In Portugal our interbank network developed an application called “MBWAY”, which is really ingrained in the portuguese population. Most people use it. It has a ton of cool functiontionality such as sending money to other people just by using the phone number (instantly and without fees), replacing your ATM/food cards for payments and generating virtual credit cards for online shopping.

    I use MBWAY way too much (pun intended), and just decided I didn’t want to live without it. I ended up flashing stock LineageOS and their GAPPS package, which contains the play services and play store app. I still install most stuff from the Aurora and Fdroid store. The banking/financial apps are now working.

    Nisaea,
    @Nisaea@lemmy.sdf.org avatar

    Never had such a problem with /e/ just with LineageOS, highly recommend!

    skullgiver, in Stat command shows birth *after* modify time?
    @skullgiver@popplesburger.hilciferous.nl avatar

    There are ways this can happen even without the technicalities of date tracking on the Linux file system. Take, for example, Microsoft’s decision to store local time in the system clock. If you dual boot, and don’t configure either Linux or Windows to be consistent with the other, your clock will be off by one or more hours, unless you happen to live at UTC+00:00. Every modern computer users NTP to automatically correct itself, but it’s not uncommon to see tons of files with weird timestamps after booting Windows.

    Even without dual booting, it’s possible your computer’s clock has drifted into the future when it was off, and got corrected later. That would explain seconds or minutes of differences.

    neonred, in Firefox Sidebar Addon like Brave or Vivaldi?

    addons.mozilla.org/en-US/firefox/addon/sidebery/

    I use Sidebery and am content with it so far.

    jennraeross, in What is a small .EPUB reader that is easy to install for my small Puppy remaster?

    Epy reader is command line, so not very discoverable, but I freaking love it

    tanakian, in How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?

    for about one year i used exclusively motorola droid4 as mobile device. it runs maemo-leste: mobile linux distribution with nokia’s hildon desktop (revived maemo fremantle sources) on top of devuan linux.

    i also myself maintain about ten packages in maemo-leshe repository.

    but most of the people won’t use motorola droid 4 and maemo-leste.

    they won’t tolerate small screen and they need their ‘apps’ for ‘banking’ or ‘twitter’ or whatever.

    i do not use banking apps or twitter or reddit or instagram or whatever they use, so i don’t care.

    i used pidgin on that device, even connected to ‘ms teams’ for work via pidgin.

    worked more stabre than real ‘teams’ client, but of course pidgin is not the mosh usable app on a small screen.

    today i use dino on it for e2e encrypted xmpp messaging. in devuan chimaera dino is old and buggy. well what can i do?

    it is okay.

    but how many people are ready to give up shiny androids or ioses for this cyberpunk device?

    even camera doesn’t work on it.

    well, it is normal for mobile linux distributions that camera doesn’t work ot most devices. if it works for photos then not for videos.

    well i carry an old small point and shoot with me. i think though it is crappy it makes pdotos better than many phones do.

    but i cannot recognize qrcodes with phone.

    recently i am trying to use pinephone.

    it is more powerful and it has more recent software in postmarketos. my environment is sxmo. it is hde best phone environment ever created, i think. but how many people will agree with me? even pinephone users prefer phosh or kde plasma or something more fancy.

    what i do with pinephone?

    first of all i charge it always. it is like tamagocci, if you don’t feed it it will die. so i carry a power bank with me.

    it runs about six hours if i dont touch it (without suspend) and about two hours if i run dino.

    in best case, if dino won’t make the device unresponsive.

    i have an open source program called songrec on it, it can use shazam api and it recognizes music played around. it is a very useful app. and it is adaptive, works in both portrait and landsgape modes.

    what else do i do with it? well, browse the web sometimes. but it is often a torture. and i wondur why dont i just do the same on laptop.

    yeah and podcasts with gpodder-adaptive.

    and radio with shortwave.

    i know why i do this: i want to use mostly libre software so i am ready for inconveniences. but not many people are ready to this.

    for many years i used sailfish. it is very polished. i would recommend it to ‘regular people’ instead of android.

    but i do not like that it doesn’t run on mainline on most devices, so proprietary linux kernel is necessary, the ui framework isn’t libre so we cannot use an app we used to on other platform most of the time. so u r getting locked to sailfish. it is hard to leave it because u cannot take your apps with you. in order to port apps written with their silica classes one needs to rewrite the ui completely.

    so i am a person who only used linux phones for years asd i know it is not easy foc regular people.

    for me it is ok. i do not need much more than sxmo as environment. i only wish pinephone to not hang as often because of dino. (:

    tanakian, in How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?

    for about one year i used exclusively motorola droid4 as mobile device. it runs maemo-leste: mobile linux distribution with nokia’s hildon desktop (revived maemo fremantle sources) on top of devuan linux.

    i also myself maintain about ten packages in maemo-leshe repository.

    but most of the people won’t use motorola droid 4 and maemo-leste.

    they won’t tolerate small screen and they need their ‘apps’ for ‘banking’ or ‘twitter’ or whatever.

    i do not use banking apps or twitter or reddit or instagram or whatever they use, so i don’t care.

    i used pidgin on that device, even connected to ‘ms teams’ for work via pidgin.

    worked more stabre than real ‘teams’ client, but of course pidgin is not the mosh usable app on a small screen.

    today i use dino on it for e2e encrypted xmpp messaging. in devuan chimaera dino is old and buggy. well what can i do?

    it is okay.

    but how many people are ready to give up shiny androids or ioses for this cyberpunk device?

    even camera doesn’t work on it.

    well, it is normal for mobile linux distributions that camera doesn’t work ot most devices. if it works for photos then not for videos.

    well i carry an old small point and shoot with me. i think though it is crappy it makes pdotos better than many phones do.

    but i cannot recognize qrcodes with phone.

    recently i am trying to use pinephone.

    it is more powerful and it has more recent software in postmarketos. my environment is sxmo. it is hde best phone environment ever created, i think. but how many people will agree with me? even pinephone users prefer phosh or kde plasma or something more fancy.

    ‘’‘’‘’‘’'what i do with pinephone?

    first of all i charge it always. it is like tamagocci, if you don’t feed it it will die. so i carry a power bank with me.

    it runs about six hours if i dont touch it (without suspend) and about two hours if i run dino.

    in best case, if dino won’t make the device unresponsive.

    i have an open source program called songrec on it, it can use shazam api and it recognizes music played around. it is a very useful app. and it is adaptive, works in both portrait and landsgape modes.

    what else do i do with it? well, browse the web sometimes. but it is often a torture. and i wondur why dont i just do the same on laptop.

    yeah and podcasts with gpodder-adaptive.

    and radio with shortwave.

    i know why i do this: i want to use mostly libre software so i am ready for inconveniences. but not many people are ready to this.

    for many years i used sailfish. it is very polished. i would recommend it to ‘regular people’ instead of android.

    but i do not like that it doesn’t run on mainline on most devices, so proprietary linux kernel is necessary, the ui framework isn’t libre so we cannot use an app we used to on other platform most of the time. so u r getting locked to sailfish. it is hard to leave it because u cannot take your apps with you. in order to port apps written with their silica classes one needs to rewrite the ui completely.

    so i am a person who only used linux phones for years asd i know it is not easy foc regular people.

    for me it is ok. i do not need much more than sxmo as environment. i only wish pinephone to not hang as often because of dino. (:

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