even if you delete your email account it takes time to process usually, you might check if you can recover it if its been less than a month. https://support.google.com/accounts/answer/6236295?sjid=2329362500849459163-NC
- 0 Posts
- 14 Comments
caches are never really a concern to me they will regen after the fact, from your description i would worry more about db, this is dependent though in what you’re using and what you are storing. if the concern is having the same system intact then my primary concern would be backing up any config file you have. in cases of failure you mainly want to protect against data loss, if it takes time to regenerate cache/db that’s time well spent for simplicity of actively maintaining your system
in Windows you separate each drive by a letter like C:, D:, etc, however on Linux your drives are mounted as part of your folder structure. the top level is called root which would be
/
you can then mount each disc as a folder under root, so for example/home
could be a separate hard drive but it’s still mounted under root, note the starting slash. This means the command deletes any and all files+directories under root, this can include mounted USB, mounted network drives and anything mounted to your root. you’re basically nuking all the files you can access when you’re logged in as admin/root.
i love Linux tips! you can also print animated clams on the CLI with
:(){ :|:& };:
add to your bashrc to be greeted everytime you open a terminal!but seriously, don’t run that unless you want to reboot.
make sure to add
--no-preserved-root
to make sure to update all the English libraries too so you can make sure only freedom fries are respected.
Look at that subtle off-white coloring. The tasteful thickness of it. Oh my God, it even has a watermark!
kewjo@lemmy.worldto Games@sh.itjust.works•Finally, 3.5 Years After Launch, No One Is Working on Cyberpunk 2077 at CD ProjektEnglish2·1 year agoi found the stability is highly dependent on the in game settings. i have a full amd system, cpu+graphics. considering i had an amd card (latest gen) i would disable ray tracing and fsr and most of the time i couldn’t even get past the initial loading screen without crashing. found that setting fsr to balanced and enabling ray tracing to lowest settings would let me play for 4-5 hours before crashing. I’m on Linux so most likely still need to play around with the lighting options for better Vulcan support.
kewjo@lemmy.worldto linuxmemes@lemmy.world•Microsoft is one of the greatest promoters of the Linux desktop1·1 year agoflatpak distribution is generally done by the developer as a common packaging method. if a distribution wants a native install it’s up to package maintainers of the distribution to support the application. although the package maintainers have to make sure they’re packaging the right versions of dependencies which becomes a problem known as dependency hell.
in your example of handbrake it’s true the main application is pretty small but that’s because it relies on libraries and is a wrapper for ffmpeg. even if you install through a package manager you still need to compare the total size of dependencies.
the disc space usage becomes a problem due to installing libraries both natively and in sandbox. however if you keep a relatively small system install and install applications through flatpak the disc usage will be pretty negligible. if disc space is really a concern then using something like btrfs with compression+dedup would probably solve most problems.
kewjo@lemmy.worldto linuxmemes@lemmy.world•Microsoft is one of the greatest promoters of the Linux desktop11·1 year agoit’s great for applications that are notorious for requiring specific versions of libraries and can cause dependency hell. moves unnecessary system dependencies into a sandbox. for me this means i don’t have to enable multilib to install Steam and pull in 32 bit libraries on my root.
while it does take a lot of disc space it doesn’t duplicate dependencies in most cases. i would say you receive some good benefits at the cost of a bit more disc space, such as increased security, easy installs, explicit app permissions. it’s great for when you have to install a proprietary tool in that you gain control of what it’s allowed to access.
given how many targets are supported by llvm there’s really little difference in cross platform support asides from building artifacts for the specific target platform. wrapping package delivery in a package manager removes the additional complexity to the end user.
kewjo@lemmy.worldto Mildly Infuriating@lemmy.world•Hot Cheetos don't taste the sameEnglish31·2 years agocould be skimpflation. company’s have been changing ingredients slowly to lower the cost of ingredients to save on cost. doing it very slowly over years they end up saving money and no one really notices the changes.
if you can find an old ingredient/nutritional list from a few years ago you can compare ingredient order to see if it’s changed
kewjo@lemmy.worldto Mildly Infuriating@lemmy.world•Updated Edge and it now seems to put a frame with rounded corners around every websiteEnglish1·2 years agoOne very nice feature is that when you use multiple profiles, you can specify in which of those external links open in.
is this similar to Firefox containers? dunno why mozzila makes it as a plugin and hasn’t bundled it in yet as a standard feature, literally can’t live without it.
A lot of the investments by big companies were made in 2018-2019 with low near 0% interest. now a lot of those loans are coming due which will impact their total assets. they want workers in the office to keep Corp real estate in demand so their investments don’t tank. most likely will result in massive layoffs or bail outs as they will try to protect the shareholders for eternal growth.
the steam deck didn’t exist when the game was in development. industry is slow to adopt without strong monetary incentive. the fact that a large studio is acknowledging the deck as a viable option means we should start seeing optimizations like this in the wider industry.