View Articles by Category

There are no sub categories
Add an article to this category

Category » Linux Serversrss button

Documentation for Linux-powered servers

There were 3 articles found in this category:

  1. questionHow-to Flash Supermicro X8SI6-F LSI SAS 2008 Controller with LSI IT Firmware Guide
    First convert the motherboard to IT mode from IR mode: c:>raid\ittool\ph7\smc2008 Then navigate to 92118i folder and run: sas2flash -o -f 2118it.bin -b mptsas2.rom http://www.servethehome.com/howto-flash-supermicro-x8si6f-lsi-sas-2008-controller-lsi-firmware/
  2. questionSSH Basics
    What is ssh? To quote the README file: Ssh (Secure Shell) is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and secure communications over unsecure channels. It is in ...
  3. questionFTP basics
    File Transfer Protocol (FTP) is a method used to transfer files from one machine to another. You can use the command line, the most common commands which are noted below, or an FTP program. There are many free applications for this. A popular one for Mac OS X and GNU/Linux is FileZilla. Read the ...