Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

sun_is_ra, to linux in I made a mistake **RESOLVED**

in many cases you could simply move the directory that is taking too much space to different directory then either make softlink or if that didnt work you can use mount --bind

for example if directory /var/cach/mygame is too big, move my game to /mnt/part2/mygames

then either do ln -s /mnt/part2/mygames /var/cach/ or mount --bind /mnt/part2/mygames /var/cach/mygames

the miunt option is not permanent so if it works, u will need to add it to /etc/fstab to make it permenent

sun_is_ra, to lemmyshitpost in Northern star gang

nah I need to check my compass every 3 seconds or I go crazy

sun_is_ra, to linux in What's the best way to remote into a linux machine?

vnc works on windows on linux

sun_is_ra, to archaeology in 73 pre-Incan mummies, some with 'false heads,' unearthed from Wari Empire in Peru

Some of the male and female bodies were buried wearing masks of carved wood and ceramic, which are known as “false heads,”

here, saved you a click

sun_is_ra, to linux in Broke a partition. Is there any way of saving it?

depends on what you mean by “broken”. If broken means has bad sector or other hardware issue, then yes OP should transfer data to healthy partition and work from there. though it certainly won’t hurt if he attempted to recover data from broken partition (worst the HD dies and OP restore the backup on healthy HD) However he said “i broke my partition” which make me think its software issue, not hardware. in which case, would be faster to recover data directly after taking backup

sun_is_ra, to linux in Broke a partition. Is there any way of saving it?

this clones one parition to another which is fine if you have free partition with enough space lying around. My code was for taking compressed backup of the partition to be restored later if needed. Its less convenient but doesnt require as much space nor does it require an entire partition

sun_is_ra, to linux in Broke a partition. Is there any way of saving it?

use dd and save the whole drive to a bigger drive or maybe compress it with gzip while using dd to save it to a slightly smaller one

command would be something like this:

dd if=/dev/…/myparition|gzip status=progress > /mnt/external_hd/mypartition.gzip

sun_is_ra, to privacy in Am I running the risk of getting my Google account banned for logging into the Aurora Store or a custom rom like GrapheneOS?

I have been using my google account with Aurora store for couple of years now. I also use degoogled phone (lineageos) with no problem

do with this information what u wish

sun_is_ra, to memes in Oof ouch

For anyone taking this comment seriously like I did, its just a joke. There is no such thing as dorcelessness syndrome .

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #