F5F Stay Refreshed Software Operating Systems learning linux

learning linux

learning linux

Pages (3): Previous 1 2 3
K
keanyko
Member
160
08-04-2016, 03:01 PM
#21
This process involves using "sudo," which stands for "Super User DO." It functions similarly to running a program as an administrator on Windows, granting the ability to make changes across the system. Proceed with caution since misusing it can cause significant harm to your machine. On Linux, software is typically installed through package managers rather than manually searching online. These tools manage dependencies, download, and install packages—much like Windows does. Installing software here is also a privileged action, so sudo access is necessary. Keep in mind that not all package managers use the term "install"; for example, pacman on Arch Linux uses "pacman -S" to install packages. Common managers include apt (used by Ubuntu and similar distros), dnf (Red Hat family), and rm for file deletion. Exercise care when using sudo, as it can delete essential system files. SSH, or Secure Shell, is a protocol that lets you connect to remote systems securely. When you open a terminal in Linux, it communicates with the shell, acting as an intermediary for your commands. You can run commands on a distant machine via SSH. The command `ls -l` displays files and directories, optionally specifying a path with `ls /path/to/directory`. You can switch directories using commands like `cd` or `cd /path/to/directory`, which also support relative paths. The `man <command>` option provides manual documentation for a command. Linux documentation can be dense and less user-friendly compared to other Unix-like systems, but it often offers thorough details. A "directory" is essentially a folder, and using a file explorer to browse it is helpful. For quick guidance on commands, use the `-h` or `--help` flags. For instance, `ls --help` shows usage and available options.
K
keanyko
08-04-2016, 03:01 PM #21

This process involves using "sudo," which stands for "Super User DO." It functions similarly to running a program as an administrator on Windows, granting the ability to make changes across the system. Proceed with caution since misusing it can cause significant harm to your machine. On Linux, software is typically installed through package managers rather than manually searching online. These tools manage dependencies, download, and install packages—much like Windows does. Installing software here is also a privileged action, so sudo access is necessary. Keep in mind that not all package managers use the term "install"; for example, pacman on Arch Linux uses "pacman -S" to install packages. Common managers include apt (used by Ubuntu and similar distros), dnf (Red Hat family), and rm for file deletion. Exercise care when using sudo, as it can delete essential system files. SSH, or Secure Shell, is a protocol that lets you connect to remote systems securely. When you open a terminal in Linux, it communicates with the shell, acting as an intermediary for your commands. You can run commands on a distant machine via SSH. The command `ls -l` displays files and directories, optionally specifying a path with `ls /path/to/directory`. You can switch directories using commands like `cd` or `cd /path/to/directory`, which also support relative paths. The `man <command>` option provides manual documentation for a command. Linux documentation can be dense and less user-friendly compared to other Unix-like systems, but it often offers thorough details. A "directory" is essentially a folder, and using a file explorer to browse it is helpful. For quick guidance on commands, use the `-h` or `--help` flags. For instance, `ls --help` shows usage and available options.

A
AzoTax
Member
209
08-06-2016, 03:35 PM
#22
I thought we were talking about desktop versus server here. [Extra detail] Not all virtualization is happening across the entire web, and separating on-prem servers isn't really essential.
A
AzoTax
08-06-2016, 03:35 PM #22

I thought we were talking about desktop versus server here. [Extra detail] Not all virtualization is happening across the entire web, and separating on-prem servers isn't really essential.

W
Wollnie_Like
Member
83
08-11-2016, 02:38 PM
#23
Notice that due to the adaptability, the lines between desktop and server become less clear. You can run any server software on a desktop and a desktop on a server. What sets this apart from Windows is the licensing restrictions. I work with an Ubuntu 18.04 laptop for my job, using a Windows 10 virtual machine guest.
W
Wollnie_Like
08-11-2016, 02:38 PM #23

Notice that due to the adaptability, the lines between desktop and server become less clear. You can run any server software on a desktop and a desktop on a server. What sets this apart from Windows is the licensing restrictions. I work with an Ubuntu 18.04 laptop for my job, using a Windows 10 virtual machine guest.

_
_Scorch_
Junior Member
10
08-13-2016, 05:01 AM
#24
I understand this perspective—Linux has been my go-to for over two decades, and most folks online are helpful or at least willing to guide. If anyone claims they’ve mastered any operating system, you’re being unreal—Linux still challenges me sometimes, but it’s increasingly manageable. It’s become much smoother lately, especially with improvements like better wireless support. I recently assisted a colleague in moving to Linux, even though his motivation wasn’t to switch immediately. My approach focused on setting up a Plex media server on a Raspberry Pi, which is affordable (around $30). The benefits are significant: image backups for Android, streaming from anywhere, and learning command-line basics. Over time, handling file transfers and troubleshooting permissions (like chmod) helped him gain confidence enough to run his main PC on Linux.
_
_Scorch_
08-13-2016, 05:01 AM #24

I understand this perspective—Linux has been my go-to for over two decades, and most folks online are helpful or at least willing to guide. If anyone claims they’ve mastered any operating system, you’re being unreal—Linux still challenges me sometimes, but it’s increasingly manageable. It’s become much smoother lately, especially with improvements like better wireless support. I recently assisted a colleague in moving to Linux, even though his motivation wasn’t to switch immediately. My approach focused on setting up a Plex media server on a Raspberry Pi, which is affordable (around $30). The benefits are significant: image backups for Android, streaming from anywhere, and learning command-line basics. Over time, handling file transfers and troubleshooting permissions (like chmod) helped him gain confidence enough to run his main PC on Linux.

P
PumpkinDash08
Junior Member
8
08-13-2016, 05:22 AM
#25
Stay calm, especially with the file system. For beginners, start with the HOME folder first—most of what you need is there inside it. In the terminal, it’s usually shown as a tilde (~) or labeled "Home" in your file explorer. Get comfortable with the terminal; it’s your best tool for troubleshooting, though using a graphical interface is perfectly fine too.
P
PumpkinDash08
08-13-2016, 05:22 AM #25

Stay calm, especially with the file system. For beginners, start with the HOME folder first—most of what you need is there inside it. In the terminal, it’s usually shown as a tilde (~) or labeled "Home" in your file explorer. Get comfortable with the terminal; it’s your best tool for troubleshooting, though using a graphical interface is perfectly fine too.

Pages (3): Previous 1 2 3