F5F Stay Refreshed Software Operating Systems What can I learn from Linux?

What can I learn from Linux?

What can I learn from Linux?

Pages (3): Previous 1 2 3 Next
R
randomabby
Senior Member
476
12-04-2025, 10:50 PM
#11
It varies based on your goals, but you gain insight into how an operating system functions, its structure, and the command line environment. Windows is a single, fixed set of components that can't be changed or expanded, which often leads to more than necessary resources, reducing performance and increasing size.
R
randomabby
12-04-2025, 10:50 PM #11

It varies based on your goals, but you gain insight into how an operating system functions, its structure, and the command line environment. Windows is a single, fixed set of components that can't be changed or expanded, which often leads to more than necessary resources, reducing performance and increasing size.

J
JesseSSinger
Member
169
12-06-2025, 01:43 AM
#12
Often simplicity varies depending on the system you choose. As you mentioned, it also relies on the distribution you select. I haven’t used RPMs before, but a double click works for installing DEBs if a graphical installer is available, such as qapt or gdebi. The challenge with Linux for many comes mainly from lack of familiarity. Having spent most of my time on Linux, I see Windows as quite cumbersome. On Linux, most resources are already in repositories you can download directly, and updates are centralized. With Windows, you often have to search through everything. If you need to compile a program from source on Windows, finding dependencies can be frustrating. For gamers, Linux is usually more straightforward. Game drivers and support on Linux are generally better, though even optimized Linux games can have issues. For those who mainly browse with a browser, Linux tends to be easier. The experience of GUI design is subjective; I wouldn’t highly commend Windows for its interface since it feels disorganized. Windows 7 had consistent settings, but Windows 10’s layout is scattered and the appearance feels mixed between old and new elements. Compared to most Linux desktop environments, this isn’t the best.
J
JesseSSinger
12-06-2025, 01:43 AM #12

Often simplicity varies depending on the system you choose. As you mentioned, it also relies on the distribution you select. I haven’t used RPMs before, but a double click works for installing DEBs if a graphical installer is available, such as qapt or gdebi. The challenge with Linux for many comes mainly from lack of familiarity. Having spent most of my time on Linux, I see Windows as quite cumbersome. On Linux, most resources are already in repositories you can download directly, and updates are centralized. With Windows, you often have to search through everything. If you need to compile a program from source on Windows, finding dependencies can be frustrating. For gamers, Linux is usually more straightforward. Game drivers and support on Linux are generally better, though even optimized Linux games can have issues. For those who mainly browse with a browser, Linux tends to be easier. The experience of GUI design is subjective; I wouldn’t highly commend Windows for its interface since it feels disorganized. Windows 7 had consistent settings, but Windows 10’s layout is scattered and the appearance feels mixed between old and new elements. Compared to most Linux desktop environments, this isn’t the best.

B
BanjoTheBear
Member
68
12-06-2025, 04:07 AM
#13
I've started enjoying it a bit. I spent some time watching a few basic command tutorials and experimenting in the terminal—it's fun at first. But I'm aware that handling real software builds can be tricky. Do you have any recommendations for more guides? Also, the pacing of the one I follow seems inconsistent.
B
BanjoTheBear
12-06-2025, 04:07 AM #13

I've started enjoying it a bit. I spent some time watching a few basic command tutorials and experimenting in the terminal—it's fun at first. But I'm aware that handling real software builds can be tricky. Do you have any recommendations for more guides? Also, the pacing of the one I follow seems inconsistent.

B
brh2011
Junior Member
4
12-06-2025, 08:20 AM
#14
It's not necessarily true that you always need to download software through a browser. You can often install it directly using terminal commands or package managers, which simplifies the process. For Debian users, running `sudo dpkg -I package.deb` is straightforward and may be more efficient than browsing websites. Security-wise, keeping applications updated and requiring passwords adds protection against malware.
B
brh2011
12-06-2025, 08:20 AM #14

It's not necessarily true that you always need to download software through a browser. You can often install it directly using terminal commands or package managers, which simplifies the process. For Debian users, running `sudo dpkg -I package.deb` is straightforward and may be more efficient than browsing websites. Security-wise, keeping applications updated and requiring passwords adds protection against malware.

T
tippestwolf70
Member
227
12-26-2025, 04:42 PM
#15
Software compilation follows the developers' design. Ideally, they provide clear instructions on required packages and build commands. Common steps include `./configure`, `make`, and `sudo make install`. When issues arise, you may need to deduce package needs from error messages. If it’s unlikely to be worthwhile, installing multiple dependencies from source might be necessary.
T
tippestwolf70
12-26-2025, 04:42 PM #15

Software compilation follows the developers' design. Ideally, they provide clear instructions on required packages and build commands. Common steps include `./configure`, `make`, and `sudo make install`. When issues arise, you may need to deduce package needs from error messages. If it’s unlikely to be worthwhile, installing multiple dependencies from source might be necessary.

_
__NightFox_
Member
126
12-27-2025, 05:58 PM
#16
This seems more challenging because many individuals avoid using command-line interfaces.
_
__NightFox_
12-27-2025, 05:58 PM #16

This seems more challenging because many individuals avoid using command-line interfaces.

T
Turboshooter
Junior Member
4
01-17-2026, 05:06 PM
#17
I don't remember the most recent time I needed to build an app for Linux, aside from setting up a new SDK.
T
Turboshooter
01-17-2026, 05:06 PM #17

I don't remember the most recent time I needed to build an app for Linux, aside from setting up a new SDK.

R
rushshadows
Junior Member
19
01-17-2026, 05:24 PM
#18
Typing is generally more challenging than clicking.
R
rushshadows
01-17-2026, 05:24 PM #18

Typing is generally more challenging than clicking.

M
mjt2789
Senior Member
483
01-17-2026, 11:40 PM
#19
The phrase "you can't click to install" was mentioned in a Wiki context. To use the middle-click method into the terminal, type: `middle click install` followed by your installation command.
M
mjt2789
01-17-2026, 11:40 PM #19

The phrase "you can't click to install" was mentioned in a Wiki context. To use the middle-click method into the terminal, type: `middle click install` followed by your installation command.

R
Ridead
Junior Member
42
01-17-2026, 11:49 PM
#20
I enjoy using middle-click for pasting, and it's better not to open the package manager there.
R
Ridead
01-17-2026, 11:49 PM #20

I enjoy using middle-click for pasting, and it's better not to open the package manager there.

Pages (3): Previous 1 2 3 Next