server

Client/server networks


 

Setting Up Stored Procedure on SQL Server 7.0 AN DORacle is same?


  1. From the Programs

     

setting FTP server in Linux EC2

If you want to install FTP server in EC2 Then you can just use

 

DNS resolvers


 

Telnet (Telecommunication network)

Telnet (Telecommunication network) is a network protocol used on the Internet or local area network (LAN) connections. It was developed in 1969 beginning with RFC 15 and standardized as IETF STD 8, one of the first Internet standards. Typically, telnet provides access to a command-line interface on a remote machine.

telnet also refers to software which implements the client part of the protocol. Telnet clients are available for virtually all platforms.

 

starting stoping and restarting server services in linux

We can use service command for common functions related to processes.

[root@indiapoly.com ~]service httpd restart

[root@indiapoly.com ~]service httpd start

[root@indiapoly.com ~]service httpd stop

we can also use direct like for sendmail:-

[root@indiapoly.com ~]/etc/init.d/sendmail restart

[root@indiapoly.com ~]/etc/init.d/dovecot restart



 

FTP(File Transfer Protocol) port 21 and 20 overview and description

The File Transfer Protocol (FTP) is used as one of the most common means of copying files between servers over the Internet. Most web based download sites use the built in FTP capabilities of web browsers and therefore most server oriented operating systems usually include an FTP server application as part of the software suite. Linux is no exception.

This chapter will show you how to convert your Linux box into an FTP server using the default Very Secure FTP Daemon (VSFTPD) package included in Fedora. 

  • FTP relies on a pair of TCP ports to get the job done.

     

Syndicate content