@Agility0971@lemmy.world avatar

Agility0971

@Agility0971@lemmy.world

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

Agility0971,
@Agility0971@lemmy.world avatar

It should be possible. I’ve just recently created a virtual hard disk in virtual box and mapped it to a physical ssd and installed windows on it. just change the settings of the virtual machine to match the target hardware and it should be fine I think.

Agility0971,
@Agility0971@lemmy.world avatar

curl cheat.sh/command is more useful because it just spits out common examples. man is only useful if you need complete documentation or need to build a complex oneliner.

I never remember hot to extract tar files. Would you dive into the documentation for that or look up a cheatsheet?

Agility0971,
@Agility0971@lemmy.world avatar

more photos of the components would be great. maybe even get shell access 😈?

Agility0971, (edited )
@Agility0971@lemmy.world avatar

“Installing APP does not require you to switch to it nor asking friends and family to use it. What it does is allowing them to reach out to you in a private way. By installing it you respect and support their choice of avoiding BAD_APP.”

On the sidenote: Just recommend Signal. It uses phone number as identifier, easy to grow by using phone book, has good track record when glowies have a warrant and most importantly it’s stable. It has flaws (no sms, not saving chat history) but there are no other alternatives available yet that beat signal for normies.

Agility0971,
@Agility0971@lemmy.world avatar

Seems like you’re fucked anyway then. This has to be solved politically.

State of gaming on linux?

I used linux in the past, both privately and work-related, but the last time was over 10 years ago, so I’m a bit out of touch. I am in need of a new PC, but it’ll be a good year before I have the funds, so for now I am making due with an i5 7500 and a gtx 1660. I do have 32 GB so there’s that. I finally feel confident...

Agility0971,
@Agility0971@lemmy.world avatar

That is a classical windows mentality. “gnome is cheap macos clone”. Gnome tries just to create a minimal and distraction free and polished DE. KDE tries to bulldose as many features as possible and that sacrifices stability and UX. Analogy would be similar to having a leaky water pipe in the roof. Gnome would fix the leaking pipe meanwhile KDE would give you a bucket and a few towels to clean that up in different ways.

Agility0971,
@Agility0971@lemmy.world avatar

Just using duckduckgo. I’m not happy with my search results as they heavily prioritize clickbait CEO blogs instead of showing official documentation / sources.

Agility0971,
@Agility0971@lemmy.world avatar

RAID? how can I check? I’m not using RAID as far as I know

Agility0971,
@Agility0971@lemmy.world avatar

<span style="color:#323232;">root@archiso ~ # lsblk
</span><span style="color:#323232;">NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
</span><span style="color:#323232;">loop0         7:0    0   673M  1 loop /run/archiso/airootfs
</span><span style="color:#323232;">sda           8:0    0 476.9G  0 disk 
</span><span style="color:#323232;">└─sda1        8:1    0 476.9G  0 part 
</span><span style="color:#323232;">sdb           8:16   0 119.2G  0 disk 
</span><span style="color:#323232;">└─sdb1        8:17   0 119.2G  0 part 
</span><span style="color:#323232;">sdc           8:32   1  14.4G  0 disk 
</span><span style="color:#323232;">├─sdc1        8:33   1   778M  0 part 
</span><span style="color:#323232;">└─sdc2        8:34   1    15M  0 part 
</span><span style="color:#323232;">nvme0n1     259:0    0 931.5G  0 disk 
</span><span style="color:#323232;">├─nvme0n1p1 259:1    0   511M  0 part 
</span><span style="color:#323232;">└─nvme0n1p2 259:2    0   931G  0 part 
</span><span style="color:#323232;">root@archiso ~ # btrfs check /dev/nvme0n1p2
</span><span style="color:#323232;">Opening filesystem to check...
</span><span style="color:#323232;">Checking filesystem on /dev/nvme0n1p2
</span><span style="color:#323232;">UUID: 145c0d63-05f8-43a2-934b-7583cb5f6100
</span><span style="color:#323232;">[1/7] checking root items
</span><span style="color:#323232;">[2/7] checking extents
</span><span style="color:#323232;">[3/7] checking free space tree
</span><span style="color:#323232;">[4/7] checking fs roots
</span><span style="color:#323232;">[5/7] checking only csums items (without verifying data)
</span><span style="color:#323232;">[6/7] checking root refs
</span><span style="color:#323232;">[7/7] checking quota groups skipped (not enabled on this FS)
</span><span style="color:#323232;">found 514161029120 bytes used, no error found
</span><span style="color:#323232;">total csum bytes: 496182240
</span><span style="color:#323232;">total tree bytes: 1464221696
</span><span style="color:#323232;">total fs tree bytes: 813809664
</span><span style="color:#323232;">total extent tree bytes: 57655296
</span><span style="color:#323232;">btree space waste bytes: 248053148
</span><span style="color:#323232;">file data blocks allocated: 4385471590400
</span><span style="color:#323232;"> referenced 512920408064
</span><span style="color:#323232;">btrfs check /dev/nvme0n1p2  4.15s user 1.66s system 62% cpu 9.316 total
</span>
Agility0971,
@Agility0971@lemmy.world avatar

yes I’m sure.


<span style="color:#323232;">root@archiso /mnt/arch # cat ./etc/fstab 
</span><span style="color:#323232;"># Static information about the filesystems.
</span><span style="color:#323232;"># See fstab(5) for details.
</span><span style="color:#323232;">
</span><span style="color:#323232;">#      
</span><span style="color:#323232;"># /dev/nvme0n1p2
</span><span style="color:#323232;">UUID=145c0d63-05f8-43a2-934b-7583cb5f6100	/         	btrfs     	rw,relatime,ssd,discard=async,space_cache=v2,subvolid=256,subvol=/@	0 0
</span><span style="color:#323232;">
</span><span style="color:#323232;"># /dev/nvme0n1p2
</span><span style="color:#323232;">UUID=145c0d63-05f8-43a2-934b-7583cb5f6100	/.snapshots	btrfs     	rw,relatime,ssd,discard=async,space_cache=v2,subvolid=260,subvol=/@.snapshots	0 0
</span><span style="color:#323232;">
</span><span style="color:#323232;"># /dev/nvme0n1p1
</span><span style="color:#323232;">UUID=4BF3-12AA      	/boot     	vfat      	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro	0 2
</span><span style="color:#323232;">
</span><span style="color:#323232;"># /dev/nvme0n1p2
</span><span style="color:#323232;">UUID=145c0d63-05f8-43a2-934b-7583cb5f6100	/home     	btrfs     	rw,relatime,ssd,discard=async,space_cache=v2,subvolid=257,subvol=/@home	0 0
</span><span style="color:#323232;">
</span><span style="color:#323232;"># /dev/nvme0n1p2
</span><span style="color:#323232;">UUID=145c0d63-05f8-43a2-934b-7583cb5f6100	/var/cache/pacman/pkg	btrfs     	rw,relatime,ssd,discard=async,space_cache=v2,subvolid=259,subvol=/@pkg	0 0
</span><span style="color:#323232;">
</span><span style="color:#323232;"># /dev/nvme0n1p2
</span><span style="color:#323232;">UUID=145c0d63-05f8-43a2-934b-7583cb5f6100	/var/log  	btrfs     	rw,relatime,ssd,discard=async,space_cache=v2,subvolid=258,subvol=/@log	0 0
</span>
Agility0971,
@Agility0971@lemmy.world avatar

<span style="color:#323232;">root@archiso /mnt/arch # btrfs fi us .
</span><span style="color:#323232;">Overall:
</span><span style="color:#323232;">    Device size:		 931.01GiB
</span><span style="color:#323232;">    Device allocated:		 526.02GiB
</span><span style="color:#323232;">    Device unallocated:		 404.99GiB
</span><span style="color:#323232;">    Device missing:		     0.00B
</span><span style="color:#323232;">    Device slack:		     0.00B
</span><span style="color:#323232;">    Used:			 480.21GiB
</span><span style="color:#323232;">    Free (estimated):		 447.51GiB	(min: 245.02GiB)
</span><span style="color:#323232;">    Free (statfs, df):		 447.51GiB
</span><span style="color:#323232;">    Data ratio:			      1.00
</span><span style="color:#323232;">    Metadata ratio:		      2.00
</span><span style="color:#323232;">    Global reserve:		 512.00MiB	(used: 0.00B)
</span><span style="color:#323232;">    Multiple profiles:		        no
</span><span style="color:#323232;">
</span><span style="color:#323232;">Data,single: Size:520.01GiB, Used:477.49GiB (91.82%)
</span><span style="color:#323232;">   /dev/nvme0n1p2	 520.01GiB
</span><span style="color:#323232;">
</span><span style="color:#323232;">Metadata,DUP: Size:3.00GiB, Used:1.36GiB (45.45%)
</span><span style="color:#323232;">   /dev/nvme0n1p2	   6.00GiB
</span><span style="color:#323232;">
</span><span style="color:#323232;">System,DUP: Size:8.00MiB, Used:80.00KiB (0.98%)
</span><span style="color:#323232;">   /dev/nvme0n1p2	  16.00MiB
</span><span style="color:#323232;">
</span><span style="color:#323232;">Unallocated:
</span><span style="color:#323232;">   /dev/nvme0n1p2	 404.99GiB
</span><span style="color:#323232;">
</span><span style="color:#323232;">root@archiso /mnt/arch # btrfs device stats .
</span><span style="color:#323232;">[/dev/nvme0n1p2].write_io_errs    0
</span><span style="color:#323232;">[/dev/nvme0n1p2].read_io_errs     0
</span><span style="color:#323232;">[/dev/nvme0n1p2].flush_io_errs    0
</span><span style="color:#323232;">[/dev/nvme0n1p2].corruption_errs  19317
</span><span style="color:#323232;">[/dev/nvme0n1p2].generation_errs  0
</span>
Agility0971,
@Agility0971@lemmy.world avatar

Well I never set up any raid on my systems


<span style="color:#323232;">root@archiso /mnt/arch # btrfs device usage .
</span><span style="color:#323232;">/dev/nvme0n1p2, ID: 1
</span><span style="color:#323232;">   Device size:           931.01GiB
</span><span style="color:#323232;">   Device slack:              0.00B
</span><span style="color:#323232;">   Data,single:           520.01GiB
</span><span style="color:#323232;">   Metadata,DUP:            6.00GiB
</span><span style="color:#323232;">   System,DUP:             16.00MiB
</span><span style="color:#323232;">   Unallocated:           404.99GiB
</span><span style="color:#323232;">
</span>
Agility0971,
@Agility0971@lemmy.world avatar

It’s a KINGSTON SA2000M81000G. Here is a “datasheet”.

I’ve looked up some of the inode numbers in the logs and they point to some application state data in /var so reinstalling application could bring those files back.

I’ve never touched SMART before since I’ve assumed it’s an HDD thing. Anyway. I’ve installed smartmontools. nvme ssds don’t report smart stats like for hdds so this answer suggested looking for Percentage used in stead.


<span style="color:#323232;">root@archiso ~ # smartctl -a --test=long /dev/nvme0n1 | grep "Used"
</span><span style="color:#323232;">Percentage Used:                    2%
</span>

It could be true that the firmware is not optimal but I could not find any news about that like you have for the 980. gnome software should keep firmware up to date in the background but just for good measure I ran it in live environment as well. I will probably get a new ssd at some point in the future and maybe use this old one for non critical storage in the future.

Agility0971, (edited )
@Agility0971@lemmy.world avatar

Is this your modem? …net.au/how-setup-tg-789-broadband-gateway-nbn-ft…

Can you access 10.1.1.1 and log in as described? If so can you take a screenshot over that web site after you log in so we can see what settings are available to tweak? There might be a chance your modem-router will do just fine.

Agility0971,
@Agility0971@lemmy.world avatar

I found the manual Can you get on that web site using a laptop? https://lemmy.world/pictrs/image/2b067733-5336-4698-aca9-08546e1c75f8.pngCan you log in, click on Internet, and take a screenshot (from a laptop)? Make sure to remove your public ip address form the screenshot. In your case it means remove ip addresses that does not start with 192.168.xxx.xxx

tui programs over ssh dimension mismatch

I’m experiencing an issue with commands that provide a tui interface like journalctl, systemctl and vim. It feels like terminal dimensions are not matching up somehow. And this issue is present only some times. On host I’m using Black Box and I tile my windows using pop os tiler. I’m also frequently scaling the font with...

Agility0971,
@Agility0971@lemmy.world avatar

So you are certain there are massive performance overhead then?

Plan on getting a Linux laptop: any suggestions?

I’m considering getting a laptop for Linux and want to know a few things before I do. Some important info before I start: I don’t plan on using the laptop for anything too intense, mainly writing, digital art, streaming, browsing, and maybe very mild video editing (cropping at least and shortening at most). I would also...

Agility0971,
@Agility0971@lemmy.world avatar

I’ve had to borrow computers with fn and ctrl swapped. I understand shat you mean

Agility0971,
@Agility0971@lemmy.world avatar

If you can you should try to savve up for a framework laptop

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines