• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Do you use Linux?

Do you use Linux?


  • Total voters
    317
Joined
Nov 21, 2024
Messages
51 (0.32/day)
System Name Yes
Processor 8 core
Motherboard b650m-hdv-m.2
Memory 5600c36
Video Card(s) a2000
Display(s) 3: 34" curved vertical uwqhd, 32" 4k with 27" wqhd above it
Power Supply 400watt
Software arch,kde
man, this arch is so hard to install you do it in terminal, so as i got a new laptop i just rsynced my laptop install over WiFi using ssh.


Code:
rsync -aAXHv -e ssh \
  --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","/var/cache/pacman/pkg/*"} \
  root@192.168.1.100:/ /mnt

reinstall grub, regen fstab
 

Attachments

  • 2.jpg
    2.jpg
    128.3 KB · Views: 19
  • 1.jpg
    1.jpg
    106.5 KB · Views: 17
Joined
Apr 7, 2009
Messages
349 (0.06/day)
Location
Valencia, Venezuela
System Name Tropicaliente | A515-43-R19L
Processor FX-6300 | R3 3200U
Motherboard ASRock 970 Extreme 4 | Grumpy_PK
Cooling EVGA CLC120 | Stock
Memory 16GB DDR3-1600 | 16GB DDR4-2666
Video Card(s) PowerColor RX-570 4GB Red Dragon | Vega 3
Storage 256GB SSD (OS) + (512GB+256GB) SSD (Games) + 2TB HDD | 128GB NVME + 512GB SSD
Display(s) Asus VN247H-P | 15.6" FHD
Case Antec ONE
Audio Device(s) on board + Logitech Z623 | on board
Power Supply MSI MAG A600DN | Powerbrick ac/dc
Mouse MS Wired Desktop 600
Keyboard MS Wired Desktop 600
Software Win 11 x64 Pro | Win 10 x64 Home
I use linux from time to time on virtualbox vm just for fun. I mean it's like speak not your native language, it`s allways useful. 3 yrs ago I took free linux course at cisco net academy. Then I found this :)
 

bug

Joined
May 22, 2015
Messages
14,343 (3.95/day)
Processor Intel i5-12600k
Motherboard Asus H670 TUF
Cooling Arctic Freezer 34
Memory 2x16GB DDR4 3600 G.Skill Ripjaws V
Video Card(s) EVGA GTX 1060 SC
Storage 500GB Samsung 970 EVO, 500GB Samsung 850 EVO, 1TB Crucial MX300 and 2TB Crucial MX500
Display(s) Dell U3219Q + HP ZR24w
Case Raijintek Thetis
Audio Device(s) Audioquest Dragonfly Red :D
Power Supply Seasonic 620W M12
Mouse Logitech G502 Proteus Core
Keyboard G.Skill KM780R
Software Arch Linux + Win10
man, this arch is so hard to install you do it in terminal, so as i got a new laptop i just rsynced my laptop install over WiFi using ssh.


Code:
rsync -aAXHv -e ssh \
  --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","/var/cache/pacman/pkg/*"} \
  root@192.168.1.100:/ /mnt

reinstall grub, regen fstab
Arch used to be complicated to install, but these days there's archinstall.
 
Top