Browsed by
Month: June 2016

Configuring Linux Samba (SMB) – How to Setup Samba (Linux Windows File Sharing)

Configuring Linux Samba (SMB) – How to Setup Samba (Linux Windows File Sharing)

Configuring Linux Samba (SMB) – How to Setup Samba (Linux Windows File Sharing) Resource sharing, like file systems and printers, in Microsoft Windows systems, is accomplished using a protocol called the Server Message Block or SMB. For working with such shared resources over a network consisting of Windows systems, an RHEL system must support SMB. The technology used for this is called SAMBA. This provides integration between the Windows and Linux systems. In addition, this is used to provide folder…

Read More Read More

Linux VI Command Editor

Linux VI Command Editor

Starting and Ending VI Starting VI vi filename Edits filename vi -r filename Edits last save version of filename after a crash vi + n filename Edits filename and places curser at line n vi + filename Edits filename and places curser on last line vi +/string filename Edits filename and places curser on first occurance of string vi filename file2 … Edits filename, then edits file2 … After the save, use :n Ending VI ZZ or :wq or 😡…

Read More Read More