As opposed to… Giving up?
- 0 Posts
- 19 Comments
If you’re trying to say that both Firefox and Chromium are the same because Google has financial fingers in both projects, I would argue you’re throwing out the baby with the bath water.
I can both agree with the sentiment expressed here and say you should reconsider if for no other reason than Firefox is the only truly different browser left.
Everything else is just Chromium forks, and supporting chromium is supporting a Google monopoly on web browsing. Does nobody remember the nightmare that Internet Explorer was?
BluescreenOfDeath@lemmy.worldto
Linux@lemmy.ml•Any way to compress game files on linux?English
5·3 months agoYou’d get even more savings using something like
beesbecause it does block level deduplication.What
beesdoes is build a hash table of every block on your ssd, and compares them. If it finds any matches, it will delete one and just place a pointer to the other where the deleted one was, the pointer being much smaller than the duplicate data block.Functionally, any installed games with shared assets get space savings. It’s particularly helpful on with Steam games because of all the proton prefixes. Lots of opportunities for finding duplicate data blocks.
If you use snapshots, it can save even more.
BluescreenOfDeath@lemmy.worldto
Programmer Humor@programming.dev•Copilot can't exit vimEnglish
574·4 months agoWhat a weird way to spell
nano
BluescreenOfDeath@lemmy.worldto
Selfhosted@lemmy.world•A sneaky demonstration of the dangers of curl bashEnglish
2·6 months agoUsers are blameless, I find the fault with the developers.
Asking users to pipe curl to bash because it’s easier for the developer is just the developer being lazy, IMO.
Developers wouldn’t get a free pass for taking lazy, insecure shortcuts in programming, I don’t know why they should get a free pass on this.
BluescreenOfDeath@lemmy.worldto
Selfhosted@lemmy.world•A sneaky demonstration of the dangers of curl bashEnglish
19·6 months agoThe post is specifically about how you can serve a totally different script than the one you inspect. If you use
curlto fetch the script via terminal, the webserver can send a different script to a browser based on the UserAgent.And whether or not you think someone would be mad to do it, it’s still a widespread practice. The article mentions that piping curl straight to bash is already standard procedure for Proxmox helper scripts. But don’t take anyone’s word for it, check it out:
https://community-scripts.github.io/ProxmoxVE/
It’s also the recommended method for PiHole:
BluescreenOfDeath@lemmy.worldto
Linux@lemmy.ml•[OC] ramfetch is a fetch tool which displays memory info using /proc/meminfoEnglish
3·1 year agoLooks pretty neat.
Is there a way to have it run like a ram statistics monitor? I’d love to have this running in a terminal window to monitor my ram statistics.
https://www.pcmag.com/news/brave-browser-caught-redirecting-users-through-affiliate-links
I’m not going to defend Mozilla by any means, but if you care about privacy, you wouldn’t use a browser based on Chrome anyway.
You could replace “Brave Browser” with Firefox and the statement would still be true.
At least Firefox wasn’t caught hijacking affiliate links.
BluescreenOfDeath@lemmy.worldto
Linux@lemmy.ml•Trying to re-use some drives with no successEnglish
6·1 year agoIf you want to fully wipe the disks of any data to start with, you can use a tool like
ddto zero the disks. First you need to figure out what your dive is enumerated as, then you wipe it like so:sudo dd if=/dev/zero of=/dev/sdXFrom there, you need to decide if you’re going to use them individually or as a pool.
!< s
BluescreenOfDeath@lemmy.worldto
Linux@lemmy.ml•Is it me or Ubuntu secretly replaces DEB Firefox with Snap Firefox?English
3·2 years agoI’m not disagreeing with anything you’ve said?
I’m saying that just adding Mozilla’s PPA to your sources won’t change apt’s behavior when installing Firefox unless you tell apt to prefer the package offered by the Mozilla PPA.
As someone who uses Kubuntu as a daily driver, I’m well aware of the snap drama and have worked around it using the method I pasted above.
Even though it’s an underhanded move by Cannonical, I’m still glad the OS is open source since it makes the workaround so trivial.
BluescreenOfDeath@lemmy.worldto
Linux@lemmy.ml•Is it me or Ubuntu secretly replaces DEB Firefox with Snap Firefox?English
8·2 years agoIt takes a little more than just adding a different repository to your package manager, you have to tell apt which to prefer:
echo ’
Package: *
Pin: origin packages.mozilla.org
Pin-Priority: 1000Package: firefox*
Pin: release o=Ubuntu
Pin-Priority: -1’ | sudo tee /etc/apt/preferences.d/mozilla
BluescreenOfDeath@lemmy.worldto
linuxmemes@lemmy.world•Lol, they locked all the posts for the communityEnglish
3·2 years ago‘Bricked’ in this sense meaning not that you’d just trash your OS and need a reinstall, but that it could actually stop your computer from booting at all. So the system32 analogy doesn’t exactly fit.
It’s because some motherboards implement UEFI in a way that allows important variables to be overwritten by I/O processes. Executing
sudo rm -rf /*would recursively go into the EFI parameters folder where the kernel mounts EFI variables and attempt to delete things. Some motherboards allowed these delete operations to remove things in the motherboard’s firmware it needs to complete POST, thus rendering the motherboard useless.But that’s a problem with the motherboard, not with Linux or Windows. The same damage can be caused by Windows.
BluescreenOfDeath@lemmy.worldto
linuxmemes@lemmy.world•Lol, they locked all the posts for the communityEnglish
7·2 years ago‘Brigading’ would be if pro-Linux communities were organizing to specifically target another community.
The fediverse is likely to attract the kinds of people interested in Linux in the first place, and all the negative attention that community attracts comes organically.
I talked with the user a bit in Linux_vs_Windows before they were booted from the community, and it’s my opinion that they just have a hate-boner going for Linux. It’s possible to have valid criticism of Linux, but they go way past legitimate and straight into obsession territory. They tend to post in that community daily. So their points aren’t exactly great (though sometimes they hit on a good meme) and they get the points they get naturally.
It’s not a conspiracy, their arguments just tend to be shit.
BluescreenOfDeath@lemmy.worldto
Selfhosted@lemmy.world•TrueNAS boot drive dead? - *resolved*English
3·2 years agoThis is what I think is most likely as well. The capacity on the drive makes me think it’s a SSD and they can just spontaneously fail.
This is why you always need backups. It’s never a question of if, but rather when a drive will fail.
BluescreenOfDeath@lemmy.worldto
Selfhosted@lemmy.world•DNS trouble with pihole running with podmanEnglish
2·2 years agoAn inbound only DNS forwarding rule would be pointless. All DNS queries should be originating from within the network.
EDIT
I think I see what you’re getting at. Assuming that the firewall is running on the NAS vs on the router.
The OP doesn’t specify, but I would assume the firewall rule would be on the router, as that makes the most sense to force all DNS requests on the network to go through the pihole.
BluescreenOfDeath@lemmy.worldto
Selfhosted@lemmy.world•DNS trouble with pihole running with podmanEnglish
2·2 years agoI agree.
So the solution, OP, is to set the DNS settings on your NAS to your router’s internal IP so the firewall can redirect the traffic to your new port.

I do remember the Mr Robot incident.
I still use Firefox over Chromium.
You don’t think anyone would give up on Mozilla, but you’re going to be quick to point out any flaws or missteps they’ve made without any further elaboration.
Anybody can point at a problem.