background preloader

Linux Learning

Facebook Twitter

Fs setacl - Sets the ACL for a directory. SSH Tutorial for Linux - Support Documentation. This document covers the SSH client on the Linux Operating System and other OSes that use OpenSSH.

SSH Tutorial for Linux - Support Documentation

If you use Windows, please read the document SSH Tutorial for Windows If you use Mac OS X or other Unix based system, you should already have OpenSSH installed and can use this document as a reference. This article is one of the top tutorials covering SSH on the Internet. It was originally written back in 1999 and was completely revised in 2006 to include new and more accurate information. As of October, 2008, it has been read by over 473,600 people and consistently appears at the top of Google's search results for SSH Tutorial and Linux SSH. What Is SSH? There are a couple of ways that you can access a shell (command line) remotely on most Linux/Unix systems. An unencrypted telnet session SSH, which is an acronym for Secure SHell, was designed and created to provide the best security when accessing another computer remotely. An encrypted ssh session Getting Started OpenSSH can be obtained from.

Linux and Unix commands, information, and help. Vi - Linux Text Editor. LINUX CLASSES - TEXT EDITORS The vi editor comes with every version of Linux or Unix.

Vi - Linux Text Editor

It's a terribly unfriendly beast of an editor, but you should know about it because someday you're likely to find yourself on a system where you have no other choice but to use it. A friend of mine calls vi the Heart of Evil, but that might be just a bit harsh--you decide. Using vi is similar to using other editors in that you can see your file on the screen (this is not the case with a line editor, for example), move from point to point in the file, and make changes. But that's where the similarities end. Cryptic commands, a frustrating user interface, and the absence of prompts can all drive you up a wall. Command and Input Mode The hardest thing to understand about vi is the concept of modes. When you start vi, you're in Command mode. Here's how to create a file from scratch using vi. Vi cow.joke You'll see a screen that looks like this: Adding New Text to Your File Saving Your Work Common vi Commands.

Managing moduls on the Linux?kernel ? Tournas Dimitrios. Posted by tournasdimitrios1 in Linux, Linux course.

Managing moduls on the Linux?kernel ? Tournas Dimitrios

Trackback While Linux is officially a monolithic kernel, it does permit dynamic extensibility with loadable kernel modules. In this article, we’ll explore the various tools and processes that support dynamic kernel customization. We’ll also explore the various configuration mechanisms available for module configuration. Linux is a monolithic kernel, which means that the kernel runs in the supervisory mode of the processor.

Fortunately, while Linux is a monolithic kernel, it does provide the means for dynamic extension through the use of kernel modules. Linux kernel modules are also special in that they present two interfaces present only in modules. You’ll find kernel modules used in variety of ways that demonstrate how integral they are to Linux. Consider a monolithic kernel without loadable modules.

Linux kernel module programming

LXR linux/