Linux.com

Home Learn Linux

Learn About Linux: Free Linux Support


Find answers to other user's Linux questions or post your own!

 

Comprehensive Linux documentation found here.

In this section, find Linux tutorials and Linux how tos.

Browse our library of publications to see what the Linux Foundation has learned. 

Linux New User Guides provides detailed articles introducing Linux and explaining the best path for migration.

Get expert Linux training and advice on how to stay current in your job.



Transfer files securely with SFTP

File Transfer Protocol (FTP) was once the most widely used protocol for transferring files between computers. However, because FTP sends authentication information and file contents over the wire unencrypted, it's not a secure way to communicate. Secure Copy (SCP) and the more robust SSH File Transfer Protocol (SFTP) address this security concern by providing data transfer over a fully encrypted channel. You can use these alternatives for transferring files securely over the Internet or any other untrusted network.

Read more... Comment (4)
 

Advanced SSH security tips and tricks

By Anže Vidmar

In this article I'll show you some simple tricks to help you tighten security for your secure shell (SSH) service.

Read more... Comment (2)
 

Handling RAR and 7-Zip archives in Linux

The RAR and 7-Zip file compression formats originated on Windows, so support for them on Linux is not as automatic as it is for old Unix holdovers like Gzip and TAR. But with the right software, you can handle these compressed files without much trouble.

Read more... Comment (0)
 

Vim tips: Using tabs

Before Vim 7.0 was released last May, I usually had six or seven xterms or Konsole windows open, each with a single Vim session in which I was editing a single file. This takes up a lot of screen space, and isn't very efficient. With Vim 7.0, users now have the option of using tabs within Vim. With Vim's tab features you can consolidate all your sessions into one window and move between files more easily.

Read more... Comment (3)
 

SELinux: Comprehensive security at the price of usability

By Mayank Sharma

Operating system security revolves around controlling access. Linux distributions subscribe to the Discretionary Access Control (DAC) mechanism that lets resource owners decide who gets to access the resource and how. People soon realized that DAC is not an ideal solution, as it gives applications the same privileges of the user running them. One compromised application running as root effectively compromises the full system. This led security experts to develop Mandatory Access Control (MAC), which grants access to resources as defined by a security policy, regardless of the user running the application. The Security Enhanced Linux (SELinux) project is the first mainstream implementation of MAC.

Read more... Comment (0)
 
Page 372 of 374

Who we are ?

The Linux Foundation is a non-profit consortium dedicated to the growth of Linux.

More About the foundation...

Frequent Questions

Join / Linux Training / Board