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.

kbin.life

Evil_incarnate , to linux in Updating BIOS via Linux ?

I had an Acer laptop once. I had Ubuntu on it. I had problems with random crashing after a few minutes, I ran memtest, it took a few hours for a full test and came back with a whole slew of faults. I sent it to Acer under warranty and they told me that Linux was the problem and I should leave windows on it.

gpstarman OP , (edited )

I called the “technical” support regarding this issue. And they said they’ll only support Windows.

Making your entire hardware reliant on particular proprietary software like Windows is just stupid.

Never buying Acer again.

At this point, I don’t even know which vendor to buy, when everybody is shit.

wfh ,

Tuxedo, Framework, Slimbook, System76, Starlabs are Linux-first vendors with an excellent track record.

gpstarman OP ,

I know and Framework is just mouth watering. And Chad76 created their own distro and DE.

it’s just sad that they are not selling on my country.

boredsquirrel ,
@boredsquirrel@slrpnk.net avatar

Framework uses proprietary BIOS. They ditched coreboot, which is pretty bad.

Afaik they were also a lot behind on updates.

boredsquirrel ,
@boredsquirrel@slrpnk.net avatar

3mdeb, Novacustom, Pine64

Minisforum is also said to work well.

darreninthenet ,
@darreninthenet@lemmy.sdf.org avatar

Any of these European or (even better) UK based…?

wfh , (edited )

Yes. Tuxedo is German, Slimbook Spanish, Starlabs British, NovaCustom Dutch… Framework is US/Taiwanese but sells within select EU countries and the UK. AFAIK S76 is US/Canada only.

Edit: most of these actually ship worldwide but won’t collect VAT and probably won’t honor warranty claims outside their territory.

darreninthenet ,
@darreninthenet@lemmy.sdf.org avatar

Thank you!

Churbleyimyam ,

Have a look at Starlabs. You can choose coreboot

Varen ,

Had something similar with ASUS…never again

umbrella ,
@umbrella@lemmy.ml avatar

reminder to myself to remove the ssd next time i need warranty repair

cRazi_man ,

A 128 or 256 GB SSD or NVME drive costs £10 to £15 on eBay used. I would buy one and put Windows on it when sending back for warranty repair. OP should actually just do this for the BIOS update and then swap out the SSD back to the Linux one after.

therealjcdenton , to asklemmy in What isn't illegal but should be?

Cigarettes

0stre4m ,

yea outlawing people’s drugs worked so well so far lmao

SupraMario ,

Yes… let’s create another prohibition era item… it’s a vice.

LarkinDePark , to asklemmy in What's an immediate turn off in a person?

Eating with their mouth open.

nickwitha_k , to selfhosted in Why do so many people use NGINX?

The only reason that I tend to use it is because of the included webserver. It’s not bad but the paywalling of functionality needed for it to be a proper LB left a bad taste in my mouth. That and HAProxy blows out of the water in all tests that I’ve done over the years where availability is at all a concern. HAProxy also is much more useful when routing TCP.

LarkinDePark , to asklemmy in What is a product you would never recommend?

Logitech mouse. They keep making them worse in order to sell more overpriced usb adapters. The software is hilariously bad. The world needs a Logitech alternative. Please China, I’m begging.

charliegrahamm ,

Exception should be made for the MX Master range. I have had all models: 2, 2s, 3 & 3s. They were always great, but have got better and better with each iteration.

MerchantsOfMisery ,

I feel like their MX series is still very good.

wuphysics87 ,

I swear by the marathon mouse. And I love the scroll wheel unlock of logitech mice. Scroll wheel goes brrrrrrrr

LarkinDePark ,

Yes I love that too. I got the MX Anywhere 3 to replace to 2 I had. I’ve had a bunch. They all fail in the same way, they start doing double clicks for single click. But usually after a couple of years, I’m fine with that part.

The bullshit is when they make the new mouse incompatible with the old USB adapter OR THE SOFTWARE! And you have to install Options PLUS! And doesn’t work often and needs to be reinstalled.

They make good stuff but the bullshit is bullshit.

tobogganablaze ,

My Logitech mouse is around 15 years old now. Still works perfectly. Pretty sure it has no software.

Blizzard , to asklemmy in Where to find reliable reviews/ratings for movies?

I’m using IMDB because it’s the biggest so it’s got the most ratings, hance should be the most reliable. But then I only treat it as a general indicator, not source of truth.

You might wanna find a reviewer that shares your preferences and follow them.

Extrasvhx9he ,

That’s some solid advice

bionicjoey ,

Unfortunately it’s owned by Amazon now so it inflates the ratings of their shows. But other than that it’s still quite good like you said for getting an overview

Hugh_Jeggs ,

IMDb balances out eventually

So many fake reviews to start with, but then ratings drop as real reviews come in.

If you’re patiently sailing the high seas, it’s reliable as fuck

MyNameIsRichard , to linux in Would being a Linux "power user" increase my chances of getting a job in IT/tech?
@MyNameIsRichard@lemmy.ml avatar

To give yourself a better chance, learn things like:

  • Bash scripting
  • Docker
  • Docker Compose
  • Kubernetes
  • Oauth2 and and an authorization server like Keycloak
  • Build and deployment tools like Jenkins

Also learn how to deploy database and web servers manually.

It sounds like a lot but they’re things you’ll be expected to use.

dino ,

No, dont learn docker, learn containerization and what tools can be used for it. No to Kubernetes that comes much later and/is VERY specific. No clue what keycloak is, but it sounds useful. Never hear about Jenkins. Id rather say get a grasp on python and skim what tools are used to administer servers -> ansible and puppet maybe.

delirious_owl ,
@delirious_owl@discuss.online avatar

Well you just got dismissed early in the interview

LeFantome ,

I almost want to agree with parts of this but I cannot imagine the downvotes for supporting a comment that includes “never hear about Jenkins” and “don’t learn Docker”.

Jenkins has about 50% market share for anybody keeping score at home. In many verticals, the market leader has about 35% market share so 50% gives Jenkins enough domination in the market that saying “never hear about” them is going to hurt your credibility.

I think most organizations using Kubernetes should not. However, most of those would still benefit from containerization and so knowing Docker is a good thing even if you use a different tech ( Podman is the same thing ). While I think people should not be using Kubernetes as much as they do, it is still going to help you to know it when you are asking those people to hire you.

Knowing Python is fantastic advice for DevOps and IT in general.

Ansible and Puppet are solid recommendations. I think Ansible is the market leader ( probably about a third ).

Keycloak is great but it had less than 5% market share and so not knowing it is not going to hurt.

dino ,

From wikipedia and their github it sounds like jenkins is mostly used for development/programming. So maybe thats why I never heard about it shrug.

SpiceDealer OP ,
@SpiceDealer@lemmy.world avatar

Deploy database? You mean something like SQL?

ByteOnBikes ,

Yep. You should absolutely know how all the pieces connect.

One IT responsibility is setting up servers. You should at least know how to get a website running off of a Linux machine at a basic level. But what we judge you on is your ability to manage and secure it.

MyNameIsRichard ,
@MyNameIsRichard@lemmy.ml avatar

Yeah, or a nosql database. The point is to know how to deploy and manage servers manually as well as using the tools to do it.

pastermil , to linux in Would being a Linux "power user" increase my chances of getting a job in IT/tech?

My personal experience: Absolutely!

I’ve always landed on jobs/projects that involve Linux server. Generally startups with not much expense to spare would go for this route. However, even bigger companies would opt for enterprise Linux.

I wouldn’t say that will work on every IT jobs out there, but when it does, you know you’re in for a fun ride!

drmoose , to asklemmy in What would you like to change about Lemmy culture?

more OC

AchtungDrempels ,

Yes. I sometimes wonder if i understood reddit (and i guess lemmy) all wrong, i mean it says it is a link aggregator, but i was really there for personal or OC stuff people were posting to niche commuinities. Many niche communities that i’d be interested in here have hardly any OC or very few people posting.

Blaze ,

Lack of people. With around 45k monthly active users, only a few dozen of those would create OC

There are a few in !gardening for instance

Cowbee ,
@Cowbee@lemmy.ml avatar

Move from generalist instances to more niche instances with active communities, easy solition.

Pooptimist , to til in TIL kobolds in Japan are dog-people because of a mistranslation in a copy of AD&D in the 80s

Where I live (a German speaking country) a kobold is more like a small humanoid being, more like a gnome

raef , (edited )

American, but I also think of them as like blue, spiky icy imps. I’m not sure where I got it, but seems like a Nintendo era RPG, maybe Final Fantasy

ameancow ,

Pretty sure they are germanic in origin, but I would have to double check.

Originally, in the middle ages miners experienced toxic gasses and other weird effects while mining iron, such as ore exploding when smelting. They attributed some of the problems to mischievous creatures they would call Kobolds hiding in the mines.

It was eventually discovered that these problems were caused by another whole element creating impurities in the ore, when separated and identified, it came to be known as Cobalt.

Wizard_Pope ,
@Wizard_Pope@lemmy.world avatar

Isn’t Kobold basically just German for goblins and gremlins and the like?

derbolle , to til in TIL kobolds in Japan are dog-people because of a mistranslation in a copy of AD&D in the 80s

that explains the kobold enemy from quest64. that one confused me for ages

PolandIsAStateOfMind , to asklemmy in What is the current state of Lemmy?
@PolandIsAStateOfMind@lemmy.ml avatar

What is the current state of Lemmy?

After reddit flood, Florida. Maybe Virginia.

superkret , (edited ) to linux in Would being a Linux "power user" increase my chances of getting a job in IT/tech?

Yes, because you’re already familiar with the command line. But for a job in the professional Linux world, also try out RHEL (not Fedora), and familiarize yourself with best practices in patch management. There’s a lot more to it than just dnf upgrade if you have applications depending on specific versions of packages, CVEs need to be mitigated ASAP, downtime needs to be minimized and reverting a borked upgrade (including the installed database) needs to work 100%.
Also, get familiar with containerization, SELinux, VMWare hypervisors, a version control system, the LAMP stack and Samba.

dino ,

Good advice here, although I would recommend going for debian instead, get a grasp how different package managers in linux do the same thing.

  • Containerization
  • KVM
  • webserver apache/nginx yatta (ceritifcate handling, god I hate this)
ex_06 , to piracy in I used to love Android but I want to move, and I don't know if it's the right thing.

The telegram thing is caused by telegram itself

Login with a pc and disable safety filters for your account and you’ll be fine

iirc the play store version of telegram is the same as the App Store version, but on android maybe you downloaded it directly from the telegram website (?)

Anyway, safety filter can be disabled

foremanguy92_ , to piracy in I used to love Android but I want to move, and I don't know if it's the right thing.

On mobile you have 4 choices :

  • Stock Android, the worst you can get, simply not use it
  • iOS, as worst as android but with better UI
  • Degoogled Android, good choice, avail able on many devices 👍
  • Linux phones, the best but in early development and only available on some devices only
  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines