F5F Stay Refreshed Software Operating Systems These two videos are super useful for beginners learning Linux. I hope they provide valuable insights.

These two videos are super useful for beginners learning Linux. I hope they provide valuable insights.

These two videos are super useful for beginners learning Linux. I hope they provide valuable insights.

Pages (2): Previous 1 2
T
TheBurntSteak
Member
187
08-11-2023, 10:00 AM
#11
Use the command to remove temporary files: rm -rf /
T
TheBurntSteak
08-11-2023, 10:00 AM #11

Use the command to remove temporary files: rm -rf /

M
Micel002
Member
153
08-13-2023, 11:16 AM
#12
I really don’t understand what defrag does.
M
Micel002
08-13-2023, 11:16 AM #12

I really don’t understand what defrag does.

F
Frankette44
Posting Freak
809
08-13-2023, 06:45 PM
#13
F
Frankette44
08-13-2023, 06:45 PM #13

H
HoundLynx
Member
233
08-20-2023, 06:14 AM
#14
Yes, executing the command sudo rm -rf --no-preserve-root / removes files recursively without retaining root directory structure.
H
HoundLynx
08-20-2023, 06:14 AM #14

Yes, executing the command sudo rm -rf --no-preserve-root / removes files recursively without retaining root directory structure.

E
EtAlien
Member
172
08-28-2023, 02:30 AM
#15
I recall hearing about it on Quora... some individuals seem to be...
E
EtAlien
08-28-2023, 02:30 AM #15

I recall hearing about it on Quora... some individuals seem to be...

A
amkli
Member
197
08-28-2023, 10:58 AM
#16
Additionally, you don’t really need to defrag Linux filesystems if you’re using Linux-based storage. Systems like ext4 handle themselves efficiently as data is added. The NTFS format used by Windows requires periodic defragmentation. The main issue is that Windows can’t directly read Linux file systems, so you’ll likely need to use NTFS on your external drives if you want compatibility with both platforms.
A
amkli
08-28-2023, 10:58 AM #16

Additionally, you don’t really need to defrag Linux filesystems if you’re using Linux-based storage. Systems like ext4 handle themselves efficiently as data is added. The NTFS format used by Windows requires periodic defragmentation. The main issue is that Windows can’t directly read Linux file systems, so you’ll likely need to use NTFS on your external drives if you want compatibility with both platforms.

F
Futsal_xo
Member
144
09-04-2023, 07:50 AM
#17
I only glanced at parts of the video, feeling a bit disinterested because of the way he spoke. It didn’t really grab my attention. To be honest, I’ve only ever used one PC that didn’t run Linux, after about fifteen years of learning about it. I haven’t tried installing Linux on most machines over the years—except that one that refused to do so. I ran Linux on many systems for others, but I’m not familiar with anyone searching specifically for a Linux machine before. Some distros avoid certain graphics cards, which might have been the reason for that particular setup. Sometimes you have to push through to get things exactly the way you want them.

On the flip side, for those who just need a fast boot-up, minimal RAM, and want to browse, listen to music, or use open-source tools without hassle, Linux is perfect. I often recommend it to friends and family. I’ve even helped people who still rely on Microsoft products—like MS Office—for work or school, explaining how they can access files without issues.

I’ve had to chat with representatives over the phone when they needed help getting documents open, trying to guide them through the process. It’s frustrating when people stick to familiar options even when alternatives exist. I’m not going into that much detail because it makes me annoyed that some still think that way. Sometimes they just want a quick solution they know works, rather than exploring new possibilities.

I’ve had to adjust my language a lot lately—sometimes using simpler words or shortening phrases. It’s hard to find the right terms, and I sometimes have to rely on a few words I remember. But I’m trying to adapt and make it work as best as possible. This isn’t about being rude; it’s just how I communicate when things get tricky.
F
Futsal_xo
09-04-2023, 07:50 AM #17

I only glanced at parts of the video, feeling a bit disinterested because of the way he spoke. It didn’t really grab my attention. To be honest, I’ve only ever used one PC that didn’t run Linux, after about fifteen years of learning about it. I haven’t tried installing Linux on most machines over the years—except that one that refused to do so. I ran Linux on many systems for others, but I’m not familiar with anyone searching specifically for a Linux machine before. Some distros avoid certain graphics cards, which might have been the reason for that particular setup. Sometimes you have to push through to get things exactly the way you want them.

On the flip side, for those who just need a fast boot-up, minimal RAM, and want to browse, listen to music, or use open-source tools without hassle, Linux is perfect. I often recommend it to friends and family. I’ve even helped people who still rely on Microsoft products—like MS Office—for work or school, explaining how they can access files without issues.

I’ve had to chat with representatives over the phone when they needed help getting documents open, trying to guide them through the process. It’s frustrating when people stick to familiar options even when alternatives exist. I’m not going into that much detail because it makes me annoyed that some still think that way. Sometimes they just want a quick solution they know works, rather than exploring new possibilities.

I’ve had to adjust my language a lot lately—sometimes using simpler words or shortening phrases. It’s hard to find the right terms, and I sometimes have to rely on a few words I remember. But I’m trying to adapt and make it work as best as possible. This isn’t about being rude; it’s just how I communicate when things get tricky.

T
Titanwolf14
Member
70
09-05-2023, 11:26 AM
#18
I don't fully agree with everything he says, and it's wise to question claims with "X things" labels. Such videos often miss subtleties, though simplifying can help reach the intended audience. It's clear that having a Linux-compatible computer will provide a smoother experience, but Linux should generally work with standard hardware. If issues arise, they should be addressed.

Regarding graphics, older AMD cards not supported by the AMDGPU driver may cause problems, while newer ones should function better. Nvidia handles 3D graphics well but struggles with Wayland and can lead to screen tearing. I share similar views on Intel—opt for it if you prefer a smoother desktop without heavy 3D work.

With distros, I have minor concerns; separating Ubuntu from Ubuntu MATE isn't ideal, but dual-booting is safe with a straightforward installer.

My main concern is the guide's push to avoid hands-on work, yet it ends by encouraging exploration. Be mindful of challenges ahead, plan accordingly, and feel free to follow what interests you most. Compiling from source is just as risky as installing a third-party app—just ensure you have the right packages and run the necessary steps.
T
Titanwolf14
09-05-2023, 11:26 AM #18

I don't fully agree with everything he says, and it's wise to question claims with "X things" labels. Such videos often miss subtleties, though simplifying can help reach the intended audience. It's clear that having a Linux-compatible computer will provide a smoother experience, but Linux should generally work with standard hardware. If issues arise, they should be addressed.

Regarding graphics, older AMD cards not supported by the AMDGPU driver may cause problems, while newer ones should function better. Nvidia handles 3D graphics well but struggles with Wayland and can lead to screen tearing. I share similar views on Intel—opt for it if you prefer a smoother desktop without heavy 3D work.

With distros, I have minor concerns; separating Ubuntu from Ubuntu MATE isn't ideal, but dual-booting is safe with a straightforward installer.

My main concern is the guide's push to avoid hands-on work, yet it ends by encouraging exploration. Be mindful of challenges ahead, plan accordingly, and feel free to follow what interests you most. Compiling from source is just as risky as installing a third-party app—just ensure you have the right packages and run the necessary steps.

I
INSERTCOlN
Member
57
09-13-2023, 10:17 AM
#19
He seems targeting users less familiar with technology, recommending a more refined distribution initially. Later, he encourages those who are more comfortable to dive in and experiment freely. That’s exactly what tech-savvy people crave. For me, I find the whole setup journey—installing, tweaking, fixing things and restarting—interesting. It’s enjoyable and offers valuable insights into software and Linux systems.
I
INSERTCOlN
09-13-2023, 10:17 AM #19

He seems targeting users less familiar with technology, recommending a more refined distribution initially. Later, he encourages those who are more comfortable to dive in and experiment freely. That’s exactly what tech-savvy people crave. For me, I find the whole setup journey—installing, tweaking, fixing things and restarting—interesting. It’s enjoyable and offers valuable insights into software and Linux systems.

I
i3z___
Senior Member
559
09-20-2023, 05:55 PM
#20
Looking for those dots? I'll add them up for you right now! /s Yeah, many people face this issue too. Let's see if we can fix it together.
I
i3z___
09-20-2023, 05:55 PM #20

Looking for those dots? I'll add them up for you right now! /s Yeah, many people face this issue too. Let's see if we can fix it together.

Pages (2): Previous 1 2