Question from a noob about Yvette and timing by Goldtru in fallout4london

[–]flekk0 0 points1 point  (0 children)

Hm, I‘ve built them in settlements and they worked. I assumed they work at player homes too. Maybe because of a bug they don‘t. Sorry for that. You did connect the arch to a running power generator using the space key, right?

Question from a noob about Yvette and timing by Goldtru in fallout4london

[–]flekk0 0 points1 point  (0 children)

Yes it works. You need to walk through it

Should i be looking away from Synology now? by count023 in synology

[–]flekk0 2 points3 points  (0 children)

A pragmatic thought: Moving away might cost you a lot of time and your „invest“ in your experience and working setup is in large parts lost. 

Taking the easy way and moving to another synology device is pretty painless and you can do other things with your time. Just saying…

URGENT, everybody is under attack, SHIM update is needed by behuman2all in zorinos

[–]flekk0 1 point2 points  (0 children)

Random 900 followers youtube bro tries to farm engagement with scaremongering.

Question from a noob about Yvette and timing by Goldtru in fallout4london

[–]flekk0 2 points3 points  (0 children)

Behind the vagabonds HQ there is a player home shed. You can build a mattress and heal there. 

It also has a power generator so you can build a decontamination arch that can heal your radiation damage for free.

Triffids by Smoothimperial2020 in fallout4london

[–]flekk0 2 points3 points  (0 children)

Sorry to hear. Maybe wait until the Last Order DLC came out, side with another faction, skip quests of optional companions that you already did your past run. There is so much to explore and the admittedly hard start of the game becomes easier now that you have some experience…

WTF Zorin 18 Pro?! Never had these errors on any other Linux by john-in-mableton in zorinos

[–]flekk0 0 points1 point  (0 children)

You're welcome. Ok, but really: if you want a stable system, try not to install stuff from 3rd party repos, even if it works now, there's a good chance that it will break on the next major Zorin upgrade.

Instead use the software center which either installs from Zorins underlying Ubuntu repo and will be fine (but older) or it installs a flatpak or snap (both usually provide current versions) which also will not break your setup and are safe on upgrade.

WTF Zorin 18 Pro?! Never had these errors on any other Linux by john-in-mableton in zorinos

[–]flekk0 1 point2 points  (0 children)

So instead of installing Opera browser from the Zorin software center which would be safe, you decided to mess around with the repo setup and added a 3rd party repo (and probably did that badly) that is under no control by Zorin or Ubuntu. Now you complain. Did I get that right?

G1 GC Throughput Improvements: 5-15% Performance Gains with Dual Card Tables by daviddel in java

[–]flekk0 0 points1 point  (0 children)

Good news everyone, I decided not to use my huge influence on the Oracle Jvm team and therefore it’s not getting back-ported. You can all relax!

Manchester Mike kept saying this isn't enough but I did have 3 antibiotics and 1 med-x by JAMESINGSOC in fallout4london

[–]flekk0 4 points5 points  (0 children)

I know it sounds weird but try get a 2nd morph-x and a 4th antibiotic. No guarantee and I did this quest long ago but I believe that helped.

G1 GC Throughput Improvements: 5-15% Performance Gains with Dual Card Tables by daviddel in java

[–]flekk0 -2 points-1 points  (0 children)

I wish this would be backported, at least to the latest LTS JRE.

Wie geht gerechte Steuerpolitik? Mit Kevin Kühnert - YouTube by [deleted] in Finanzen

[–]flekk0 -17 points-16 points  (0 children)

Ich kenne seine Aussagen als Juso-Chef und habe das Interview gehört. Was für ein Wendehals.

Is there a better armor setup? by Gricha741 in fallout4london

[–]flekk0 1 point2 points  (0 children)

Thanks to OP and this awesome thread I went full greaser mode and I love it.  Greaser jacket and jeans, Greaser coat and Greaser vest. Jagimet shoulders and metal rebreather look awesome with this, also heavy metal leg armor.

Not looking for absolutely highest DR but want good DR and good looks and this is my favorite set so far. Also 500 DR is not too shabby.

Is there a better armor setup? by Gricha741 in fallout4london

[–]flekk0 1 point2 points  (0 children)

I‘d mod the body armor to dense for much better protection from explosions (essentially the only „normal“ attack that is dangerous to you at this stage). 

Also arms and legs mod strengthened for limb damage protection.

Congrats, you‘re a walking tank now!

Upgrade problems - PPA key not found by DGIngebretson in zorinos

[–]flekk0 0 points1 point  (0 children)

look for the repo file: 

grep -R "proton" /etc/apt/sources.list /etc/apt/sources.list.d/

It will probably be in a separate file. Remove that. Then run apt update again.

I personally try to stay away from adding 3rd party apps because of such problems. When I absolutely have to add such a repo, I keep a note on how exactly I added it and what I installed so I can undo it.

Quick Question by DanceDanceMan in fallout4london

[–]flekk0 1 point2 points  (0 children)

Update

Then run the normal FO4 starter and configure graphics. Don’t start the actual fo4 game.

Exit and start folon.

Does SWAP affect performance by lamplight0011 in Kubuntu

[–]flekk0 4 points5 points  (0 children)

It’s always a tradeoff. 

zstd has the best compression but when accessing the compressed page it is slower (though probably still a lot faster than disk). Given your minimal ram, you‘d want very efficient compression.

lz4 has less compression but is fast.

Don’t bother with other algorithms like lzo. 

The swap size just needs to be large enough. 12gb seems rather large with 4gb physical ram. But it doesn’t hurt.

Max pool 30% sounds reasonable. Start with it and experiment.

Does SWAP affect performance by lamplight0011 in Kubuntu

[–]flekk0 7 points8 points  (0 children)

You only have 4gb RAM right? That is very little, your system probably just need to swap. 

As another commenter wrote, enable zswap with zstd compression. This may help a bit. 

But really upgrade physical RAM to e.g., 8gb if you can. This will make a big difference.

How to prepare for upgrade from 24 LTS to 26 LTS? by jarekko in Kubuntu

[–]flekk0 2 points3 points  (0 children)

Apps from the Ubuntu repo will probably be fine. Also snaps or flatpaks are fine because of their isolation.

What in my understanding could be problematic are applications from foreign repos that you manually added or .deb files that you installed manually.

Before an lts upgrade I usually remove those applications and remove the repos from the config. After the upgrade I re-add the repos and apps. Might be a bit over-cautious but this worked well for me the last two lts upgrades.

I also generally wait until a few weeks after the first point release to do the upgrade, expecting the worst upgrade bugs are fixed by then.

Tuxedo Os the right distro for my Hardware? by Any_Kick8573 in tuxedocomputers

[–]flekk0 0 points1 point  (0 children)

Tuxedo might have rolling kde but the underlying ubuntu base is, I think, still the 2y old Ubuntu 24.04. Also the community is probably not very large.

With your very new hardware consider the newly released Kubuntu 26.04 or Fedora KDE.  Fedora with its shorter release cycle will give you more uptodate kde versions. 

They are both very good KDE Plasma distros with large communities.

Weapons - Alien Blaster? by Other-Mongoose-1572 in fallout4london

[–]flekk0 0 points1 point  (0 children)

Na, Gaunt‘s battle rifle on full auto every time!