In the IT Company, we are facing many Issue in FTP Server setup. I have to write my blog on easy setup of FTP Server, And easily use to our Employee. For that Implementation, i suggest to Install CentOS 7 Server, Because its Very good Performing and Scalable Server and Easy to configure. Lets start with Steps: Step 1: Open Putty.exe and Connect SSH (22) Protocol to CentOS 7 Server. Step 2: After Login Update OS Repository by yum -y update Step 3 : Install the VSFTPD for FTP Server. yum install -y vsftpd Step 4 : Start the service systemctl start vsftpd.service systemctl enable vsftpd.service Step 5 : Configure vsftpd package by edit /etc/vsftpd/vsftpd.conf you can do this with nano. nano /etc/vsftpd/vsftpd.conf File : # Example config file /etc/vsftpd/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to make the ftp daemon more usable. # Plea
Virtual Network Computing (VNC) is a graphical desktop sharing system that uses the Remote Frame Buffer protocol (RFB)to remotely control another computer. It transmits the keyboard and mouse events from one computer to another, relaying the graphical screen updates back in the other direction, over a network. VNC is platform-independent – there are clients and servers for many GUI-based operating systems and for Java. Multiple clients may connect to a VNC server at the same time. Popular uses for this technology include remote technical support and accessing files on one's work computer from one's home computer, or vice versa. X11VNC is the popular VNC server for creating remote desktop connection and access remote desktop. It works will almost all the desktop environment available for Ubuntu and Debian based systems. Using remote desktop connection we can connect any remote system and access graphical user interface and work. We can use any available vnc viewer