Linux is an open source operating system, it mediates communication between applications and hardware, connecting all your programs to the physical resources that perform tasks
Category Linux
11 articles found
How to repair NTFS partitions in Linux. Chkdsk in Linux
At Terminal By Rudi Drusian Lange ✦Fix mounting issues, inconsistencies, and errors on NTFS partitions in Linux with the ntfsfix command. Prepare a full scan on the next Windows boot
What SSH keys are and how to use them instead of your network password
At Terminal ✦Learn how to generate the public and private key pair, understand their functions and the RSA and Ed25519 algorithms. How to transfer the key and authorize the connection without a password
Using Git to share and collaborate on a project
At Terminal ✦How to clone a project, make changes and merge them, customize history queries, name commits as versions and compare them, search using Git and more useful commands
Learning the basics of Git and the use of branches
At Terminal ✦An introduction to git: how to set up in a project, define basic configurations, manage branches, view histories and deal with conflicts
Commands to get information from the machine's hardware in Linux
At Terminal ✦List of commands to display hardware configurations on the Linux machine using the terminal: cpu, memory, usb, network, video cards, HD, SSD, DVDs, sata, partitions, free space
Checking machine hardware information in the Linux terminal with lshw
At Terminal ✦The lshw command is used in the Linux terminal to generate detailed reports about hardware. See memory, processor, HD, SSD, network, pci, usb, scsi, sata, all in one command
Change permissions only for directories or files recursively
At Terminal ✦Useful commands in the Linux terminal to fix permissions on large file and directory structures