network protocol

Linux / UNIX FTP Commands Tutorial

by Vivek Gite on August 8, 2010 · 1 comment

I switched from MS-Windows to Mac computer running OS X UNIX systems. I need to transfer and download file using ftp for my personal website. Can you provide me a list of FTP commands that may be sent to an FTP server, to upload and download files using UNIX / Linux ftp command line client?

{ 1 comment }

Ubuntu Linux Set Iscsi Initiator

by Vivek Gite on July 2, 2010 · 6 comments

ISCSI is a network protocol standard that allows the use of the SCSI protocol over TCP/IP networks. How do I setup Iscsi Initiator under Ubuntu Linux? How do I format and connect to an iSCSI volume under Ubuntu Linux? How do I store VMware or Virtualbox virtual machine images using iscsi storage?

{ 6 comments }

Q. How do I install and configure iSCSI initiator service under FreeBSD server?

{ 15 comments }

How to Tunnel X Windows Securely over SSH

by Vivek Gite on November 20, 2007 · 4 comments

Q. How do I tunnel X Windows Securely over SSH? I’d like to run X program on my remote Linux server and get back display to Laptop computer connected by high speed internet? A. A tunneling protocol is a network protocol which encapsulates a payload protocol, acting as a payload protocol. Reasons to tunnel include [...]

{ 4 comments }

Q. Can you example how can I install telnet service or server under Linux or FreeBSD operating system? A. TELNET (TELetype NETwork) is a network protocol used on the Internet or local area network LAN connections. The telnetd program (telnet server) is a server which supports the DARPA telnet interactive communication protocol. Telnetd is normally [...]

{ 37 comments }