- Joined
- Mar 17, 2019
I assume their interview questions are about what material is best for dilators.I've heard Canonical is one of the worst open source companies to apply at for a job.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I assume their interview questions are about what material is best for dilators.I've heard Canonical is one of the worst open source companies to apply at for a job.
IRL it must be a man with a relative gunt with big beard, beady eyes and """difficulties""" to shower.New troon-coded Linux mascot just dropped (archived), this time for Ultramarine Linux:
View attachment 7359366
They're the Microshit of open source.
K8S is kinda shit to run on actual bare metal hardware. It's not really suited for it, and for public application you need to stick some kind of load balancing proxy on top of everything.I did build an OpenStack cluster out of Raspberry Pis once. Totally useless but a fun exercise. I'm not nearly bored enough these days to try it with Kubernetes.
I found this guide a while back. I haven't actually tried it, but the guy has some autistic level of detail and runs Gentoo. I have my root on ZFS now, which is really easy to just snapshot and send.Does anyone here have any experience with "copying" a Gentoo installation from one machine to another, including to and from x86 and ARM architectures? Right now I have one "main" installation with all the packages I reasonably need, and I was thinking of compiling my own binaries to just port and install to my other computers, including a Pi 5 & Radxa Rock B+. AFAIK Gentoo does support ARM stuff, though I am not exactly sure if x86 packages will function on ARM.
The first text in this article, "I'm a real girl!"New troon-coded Linux mascot just dropped (archived), this time for Ultramarine Linux:
Does anyone here have any experience with "copying" a Gentoo installation from one machine to another, including to and from x86 and ARM architectures? Right now I have one "main" installation with all the packages I reasonably need, and I was thinking of compiling my own binaries to just port and install to my other computers, including a Pi 5 & Radxa Rock B+. AFAIK Gentoo does support ARM stuff, though I am not exactly sure if x86 packages will function on ARM.
perceived vulnerabilities withsudo
Nobody in modern FOSS can just do a simple and effective mascot anymoreNew troon-coded Linux mascot just dropped (archived), this time for Ultramarine Linux:
Does anyone here have any experience with "copying" a Gentoo installation from one machine to another, including to and from x86 and ARM architectures? Right now I have one "main" installation with all the packages I reasonably need, and I was thinking of compiling my own binaries to just port and install to my other computers, including a Pi 5 & Radxa Rock B+. AFAIK Gentoo does support ARM stuff, though I am not exactly sure if x86 packages will function on ARM.
I crosscompile often from x86_64 to MIPS and RISC-V. Less so with arm. The x86 packages will not function unless your board can emulate x86 (often with a heavy perf penalty) since the ISC is different. Copy the installation packages via a script to crossdev is your best choice imho.Not sure, the hardware even if identical will have UIDers that fuck with low level logic. You could do it the hard way and make it a bootable image? Even then porting an entire system state to a different system is a nightmare. Just copy the folders.
about:config
I can set that stops it? Writing and writing that much is not exactly the best thing for any type of storage (HDD overworked, write limit on SSD).Linux is preferred by many "on the spectrum" (this thread is called "The Linux Thread - The Autist's OS of Choice"), and autists seem to be more likely to go "transgender"?Why is Linux so full of troons anyways? Not even a company like Microsoft has this many, but they have Jeets instead which may be worse.
Unfortunately, the smelly computer nerds tend to decay into troons given the right environment (a discord). Every autistic nerd hobby is getting transed at roughly the same rate, Linux is no different.Why is Linux so full of troons anyways?
Is this that 'art with a soul' I have heard so much about? If the distro I used switched to a DeviantArt mascot I would honestly consider hopping for that reason alone, because holy shit. The only other time I have seen someone make a cartoon girl their mascot is for this copy paste Japanese fork of Arch Linux called AlterLinux and it's sister project SereneLinux. She has a name and an entire page dedicated to her with lore, maybe this shit is just normal in Japan though? At least it looks professionally drawn, and apparently they also sell a "dress up game" with the character too. And how old is the character? 15. Well there's no way they condone anything gross though in their guidelines right?New troon-coded Linux mascot just dropped (archived), this time for Ultramarine Linux:
View attachment 7359366
I am so glad that Tux became the mascot instead of that retarded furry. I feel like I am taking crazy pills in any other FOSS community when they all whine about how it should have won. But speaking of good simple mascots of yesteryear, I would say that Beastie is still my favorite FOSS mascot even though I don't have the brain and sanity to daily drive FreeBSD. His design is solid and he is also a daemon which actually says something about the system which the vast majority of mascots don't. Most mascots are either just random or increasingly just coomer bait.Nobody in modern FOSS can just do a simple and effective mascot anymore
I know mullvad works pretty well on arch. I've never used protonvpn.Fresh format of Arch. Why the fuck is it such a headache to install ProtonVPN (WG) with a killswitch without it making Networkmanager sperg out about DNS resolutions. Like fuck me, I just want a bare bones nftables ruleset that's overridden by the VPN anyway because it'll always be on.
I just want to seed torrents with open ports without paranoia.
I don't know if I want to use Arch btw
IDK what other distros you were using before. But i would be pretty surprised if you will have any meaningfully different experience with doing things out of another systemd distro.
Why is Linux so full of troons anyways?
Like what? Genuinely curious.
sudo
to doas
happened in 2015. Wayback Machine archive of the rationale at the time.allows you to run the commandfdisk($ doas fdisk sd1
This file gives users in the wheel group no password root-level accessto all commands, with the environment variables PKG_PATH, ENV, PS1, andSSH_AUTH_SOCK passed through to the program you are invoking.The user will be asked to verify their password before the command isrun.permit keepenv { PKG_PATH ENV PS1 SSH_AUTH_SOCK } :wheel
While the "nopass" option makes using "doas" very easy, it can also beinvoked by any script or program, without the user's knowledge orpermission.For this reason, systems used as general purpose workstations shouldprobably not use the "nopass" option, if using doas(1) at all.The alternative is using su(1) and the rootpassword to use the root account.permit nopass keepenv { PKG_PATH ENV PS1 SSH_AUTH_SOCK } :wheel
permit nopass keepenv { \
FTPMODE PKG_CACHE PKG_PATH SM_PATH SSH_AUTH_SOCK \
DESTDIR DISTDIR FETCH_CMD FLAVOR GROUP MAKE MAKECONF \
MULTI_PACKAGES NOMAN OKAY_FILES OWNER PKG_DBDIR \
PKG_DESTDIR PKG_TMPDIR PORTSDIR RELEASEDIR SHARED_ONLY \
SUBPACKAGE WRKOBJDIR SUDO_PORT_V1 } :wsrc
Now, anyone who is in the wheel group can become "admin" with just oneentry of their password, and then admin can run the commands they wishwithout a password until they drop back to their normal user.permit :wheel as admin
permit nopass admin
It's writing stuff to your profile directory. One possibility is that there's a permissions problem with one of the files in there - prefs.js, for instance. It might be trying and failing to write to that. If you haven't already, inSo on a Linux system I use, I have determined that Firefox is writing many GB of data per month. Not just the newer "pozzed" FF, but an older one. I've disabled tracking, I turned off caching, and it still writes and writes every time I use it. Even when offline (although less). Seems to be writing to hidden temporary files (like "anon_inode") and/or virtual memory. But what the hell is it writing? It's not reading nearly as much. And more importantly, how can I disable that BS? Is there some hidden miscellaneous preferences inabout:config
I can set that stops it? Writing and writing that much is not exactly the best thing for any type of storage (HDD overworked, write limit on SSD).
about:config
, set browser.sessionstore.enabled
to false and see if that changes anything.Thanks for info, and tried it. Firefox didn't have that preference, so I had to add it as a boolean, and yet it didn't work. Firefox just wrote around 40 MB in a few moments after that. I also set browser.sessionstore.dom_storage_limit to 0 and that idea doesn't work either. Sometimes, FF writes KB, sometimes a few MB, other times huge chunks of MB. Maybe it's virtual memory? And how would that permissions problem be fixed? Oh yeah, and I do not want to use Chrome, because Chrome has caching that cannot be disabled.If you haven't already, inabout:config
, setbrowser.sessionstore.enabled
to false and see if that changes anything.
According to (old, probably superseded itself) Firefox documentation the 'sessionstore.enabled' setting was deprecated before Firefox 3.5, about two decades ago. You could try toThanks for info, and tried it. Firefox didn't have that preference, so I had to add it as a boolean, and yet it didn't work. Firefox just wrote around 40 MB in a few moments after that. I also set browser.sessionstore.dom_storage_limit to 0 and that idea doesn't work either. Sometimes, FF writes KB, sometimes a few MB, other times huge chunks of MB. Maybe it's virtual memory? And how would that permissions problem be fixed? Oh yeah, and I do not want to use Chrome, because Chrome has caching that cannot be disabled.
set the preferences browser.sessionstore.max_tabs_undo and browser.sessionstore.max_windows_undo to 0.
For me. I do generally have a better time with openresolv. But I hate dealing with dns at all. I swear half the time when I have issues with internet, it comes down to some dns thing. I can't think of anyone, using any OS, doing anything that likes dealing with dns though.Mint with ExpressVPN, though I remember having similar DNS resolution issues with NM and I think I even removed systemd-resolved.
I also have an ISP-issued router so either way I'm retarded.
Because changing genders wasn't enough attention for them, and trannies are usually co-morbid autistic, they insist on standing out by making Linux part of their personality.
Maybe it's related to this bug opened 9 years ago and still active, if that setting is indeed depreciated then it probably doesn't do anything. The solution according to this guide is to just set the interval higher. If you haven't already tried that maybe that might help?Thanks for info, and tried it. Firefox didn't have that preference, so I had to add it as a boolean, and yet it didn't work. Firefox just wrote around 40 MB in a few moments after that. I also set browser.sessionstore.dom_storage_limit to 0 and that idea doesn't work either. Sometimes, FF writes KB, sometimes a few MB, other times huge chunks of MB. Maybe it's virtual memory? And how would that permissions problem be fixed? Oh yeah, and I do not want to use Chrome, because Chrome has caching that cannot be disabled.