In Feburary 2016 30,
Navigate to the 'Start' menu and select 'All Programs,'Accessories' and 'Remote Desktop Connection.' The Remote Desktop Connection window appears.
Click the 'Options' button.
Select the 'General' tab. From the Logon settings settings, type the computer name and user name of the remote computer that you want to connect. If desired, select the 'Display' tab to modify the display configuration.
Select the 'Local Resources' tab and click on the 'More' under the Local devices and resources section. The Local Devices and Resources dialog appears.
Click the 'Plus' sign next to Drives to expand the available drives. Select the drives you want to copy files to and from by checking the desired drives. Click 'OK' when you have finished making your selection.
Click 'Connect.' The computer connects remotely. Log on to your remote computer by entering the user name and password. Click 'OK.'
Open 'Windows Explorer' in the Remote Desktop session by pressing the 'Windows' and 'E' keys simultaneously. Copy and paste the desired files between the computers.
In Feburary 2016 30,
Showing posts with label configuration. Show all posts
Showing posts with label configuration. Show all posts
Tuesday, 1 March 2016
Monday, 29 February 2016
How to Install FTP Server in LinuxIn Feburary 2016 29,
In Feburary 2016 29,
Download and install the Linux package vsftp. The exact procedure will vary depending on the type and version of Linux you are running. In most cases, for example with Red Hat, Suse or Ubuntu, vsftp is a stable package that is included in the repositories that are used to update your version of Linux. In many Linux installations, vsftp is installed by default, but not started.
Configure VSFTP. The exact location and name of the configuration file will vary slightly depending on the version of Linux you are using. In Ubuntu, the configuration file is 'vsftpd.conf.' Edit this file to change the following settings:
ftpd_banner: Edits the message that is displayed when someone connects to the server.
listen: Enables vsfppd to run in stand alone mode.
xferlog_enable: Enables a detailed log of uploads and downloads.
connect_from_port_20: Defines whether PORT style connections use port 20 on the server.
hide_ids: Hides user IDs, listing all group users as 'ftp.'
max_client: Defines the maximum number of connections allowed in standalone mode.
max_per_ip: Defines the highest number of connections allowed from a particular IP in standalone mode.
anon_root: Defines the root directory for anonymous FTP users.
anonymous_enable: Enables anonymous users.
anon_mkdir_write_enable: Allows anonymous users to create directories. For this option to work, the server must have anonymous uploads enabled, and the ftp user and group must have write permissions on the directory where the new directories will be created.
Once the file vsftpd.conf has been edited to your satisfaction, save the file.
Stop the vsftpd server by typing 'sudo /etc/init.d/vsftpd stop.' You should see a message confirming that the server has stopped.
Restart the vsftp server with the new configuration data in /etc/vsftpd.conf by typing 'sudo /etc/init.d/vsftpd start.' You should see a message confirming that the server has started.
In Feburary 2016 29,
Download and install the Linux package vsftp. The exact procedure will vary depending on the type and version of Linux you are running. In most cases, for example with Red Hat, Suse or Ubuntu, vsftp is a stable package that is included in the repositories that are used to update your version of Linux. In many Linux installations, vsftp is installed by default, but not started.
Configure VSFTP. The exact location and name of the configuration file will vary slightly depending on the version of Linux you are using. In Ubuntu, the configuration file is 'vsftpd.conf.' Edit this file to change the following settings:
ftpd_banner: Edits the message that is displayed when someone connects to the server.
listen: Enables vsfppd to run in stand alone mode.
xferlog_enable: Enables a detailed log of uploads and downloads.
connect_from_port_20: Defines whether PORT style connections use port 20 on the server.
hide_ids: Hides user IDs, listing all group users as 'ftp.'
max_client: Defines the maximum number of connections allowed in standalone mode.
max_per_ip: Defines the highest number of connections allowed from a particular IP in standalone mode.
anon_root: Defines the root directory for anonymous FTP users.
anonymous_enable: Enables anonymous users.
anon_mkdir_write_enable: Allows anonymous users to create directories. For this option to work, the server must have anonymous uploads enabled, and the ftp user and group must have write permissions on the directory where the new directories will be created.
Once the file vsftpd.conf has been edited to your satisfaction, save the file.
Stop the vsftpd server by typing 'sudo /etc/init.d/vsftpd stop.' You should see a message confirming that the server has stopped.
Restart the vsftp server with the new configuration data in /etc/vsftpd.conf by typing 'sudo /etc/init.d/vsftpd start.' You should see a message confirming that the server has started.
In Feburary 2016 29,
Labels:
change,
conf,
configuration,
Edit,
Edits,
ftpd_banner,
location,
settings,
VSFTP,
vsftpd
Saturday, 27 February 2016
How to Set Up an FTP Server in FedoraIn Feburary 2016 27,
In Feburary 2016 27,
Open the software management tool by clicking 'System' at the top of the Fedora desktop 'Administration,' then 'Add/Remove Software.'
Search for the FTP software by typing 'vsftpd' into the 'Find' box in the Add/Remove Software window, then click 'Find.'
Install the FTP server and configuration software by clicking the check boxes next to 'system-config-vsftd' and 'vsftd' in the Add/Remove Software list, then click 'Apply.'
Authenticate yourself, if prompted, by typing your password, then pressing 'Enter.'
Close the Add/Remove Software tool by clicking 'Close' in the Run New Application window, then clicking 'System' and 'Quit' in the Add/Remove Software window.
Open the FTP server configuration tool by clicking 'System,' 'Administration,' then 'FTP Administration.'
Disable downloading or uploading of files, if desired, by clearing the 'Enable Download Files' or 'Enable Upload Files' check boxes with a click on the 'General' screen in the Very Secure FTP Daemon Configuration window.
Disable access of local user accounts to your FTP server, if desired, by clicking 'Users' at the left side of the Very Secure FTP Daemon Configuration window, then clearing the 'Allow Local Users' check box by clicking it.
Disable anonymous access to your FTP server, if desired, by clicking 'Users' at the left side of the Very Secure FTP Daemon Configuration window, clicking the 'Anonymous User' tab, then clearing the 'Allow Anonymous User' check box by clicking it.
Disable viewing of directory lists by clicking 'Directory Options' at the left side of the Very Secure FTP Daemon Configuration window, then clearing the 'Allow Users to View Directory Lists' check box by clicking it.
Save your settings by clicking 'File,' then 'Save' in the Very Secure FTP Daemon Configuration window.
Start the FTP server by clicking 'Server Control' at the left of the Very Secure FTP Daemon Configuration window, then clicking 'Start FTP Server.'
Make files available over FTP by copying them to the /var/ftp directory on your Fedora system.
In Feburary 2016 27,
Open the software management tool by clicking 'System' at the top of the Fedora desktop 'Administration,' then 'Add/Remove Software.'
Search for the FTP software by typing 'vsftpd' into the 'Find' box in the Add/Remove Software window, then click 'Find.'
Install the FTP server and configuration software by clicking the check boxes next to 'system-config-vsftd' and 'vsftd' in the Add/Remove Software list, then click 'Apply.'
Authenticate yourself, if prompted, by typing your password, then pressing 'Enter.'
Close the Add/Remove Software tool by clicking 'Close' in the Run New Application window, then clicking 'System' and 'Quit' in the Add/Remove Software window.
Open the FTP server configuration tool by clicking 'System,' 'Administration,' then 'FTP Administration.'
Disable downloading or uploading of files, if desired, by clearing the 'Enable Download Files' or 'Enable Upload Files' check boxes with a click on the 'General' screen in the Very Secure FTP Daemon Configuration window.
Disable access of local user accounts to your FTP server, if desired, by clicking 'Users' at the left side of the Very Secure FTP Daemon Configuration window, then clearing the 'Allow Local Users' check box by clicking it.
Disable anonymous access to your FTP server, if desired, by clicking 'Users' at the left side of the Very Secure FTP Daemon Configuration window, clicking the 'Anonymous User' tab, then clearing the 'Allow Anonymous User' check box by clicking it.
Disable viewing of directory lists by clicking 'Directory Options' at the left side of the Very Secure FTP Daemon Configuration window, then clearing the 'Allow Users to View Directory Lists' check box by clicking it.
Save your settings by clicking 'File,' then 'Save' in the Very Secure FTP Daemon Configuration window.
Start the FTP server by clicking 'Server Control' at the left of the Very Secure FTP Daemon Configuration window, then clicking 'Start FTP Server.'
Make files available over FTP by copying them to the /var/ftp directory on your Fedora system.
In Feburary 2016 27,
Friday, 26 February 2016
How to Setup an FTP Server in UbuntuIn Feburary 2016 26,
In Feburary 2016 26,
Open a terminal window.
Install vsftpd. Vsftpd is the daemon, or server, that users will connect to. To install vsftpd, type 'sudo apt-get install vsftpd.' Ubuntu will ask for your password. Follow the on screen instructions to install the server.
Edit the configuration, or conf, file. To do this, browse to '/etc' using the Nautilus file browser. Nautilus is the default file browser on most Ubuntu installations. Find 'vsftpd.conf' and double-click on the file.
Enable or disable anonymous access. Anonymous access allows people to access your server by simply giving you their email address. If anonymous access is disabled, you will need to create an account for each person who you wish to access your FTP server.
Set the location for the root of the FTP file structure. This setting is controlled by 'secure_chroot_dir' in the vsftpd.conf file.
Restart the FTP server by typing 'sudo /etc/init.d/vsftpd restart.'
Place the files you want to share in the FTP root.
In Feburary 2016 26,
Open a terminal window.
Install vsftpd. Vsftpd is the daemon, or server, that users will connect to. To install vsftpd, type 'sudo apt-get install vsftpd.' Ubuntu will ask for your password. Follow the on screen instructions to install the server.
Edit the configuration, or conf, file. To do this, browse to '/etc' using the Nautilus file browser. Nautilus is the default file browser on most Ubuntu installations. Find 'vsftpd.conf' and double-click on the file.
Enable or disable anonymous access. Anonymous access allows people to access your server by simply giving you their email address. If anonymous access is disabled, you will need to create an account for each person who you wish to access your FTP server.
Set the location for the root of the FTP file structure. This setting is controlled by 'secure_chroot_dir' in the vsftpd.conf file.
Restart the FTP server by typing 'sudo /etc/init.d/vsftpd restart.'
Place the files you want to share in the FTP root.
In Feburary 2016 26,
Labels:
conf,
configuration,
Edit,
file,
Find,
Follow,
installations,
instructions,
password,
screen
Monday, 15 February 2016
How to Sell Server SpaceIn Feburary 2016 15,
In Feburary 2016 15,
Set up your web server. You can either build one, purchase one, or rent space on an existing web server. Next you will need to insure the server is connected to a high speed internet connection with a dedicated ip address. Then purchase a domain name and configure name servers such as ns1.yourdomain.com and ns2.yourdomain.com. This will allow those buying web server space from you to point their domains to your web server. Ensure the necessary programs and software are installed, such as the Linux Operating System, Apache Server software, PHP programming environment, and MySQL databases.
Select your administration software. One of the most automatic and easy to use web server administration software is the combination of cPanel and Web Host Manger (WHM). This will allow you to quickly and easily setup new web sites on your server, perform administrative tasks, as well as give limited control and configuration to your customers.
Set up hosting packages. You should create different price points for different packages which include different features and level of storage space and bandwidth. This can be easily done with WHM. Make sure to assign the correct package when setting up a new site for a customer. Changes or upgrades can be easily made as well.
Create a web site to advertise, display the pricing and details of each package, and to take credit card orders is an effective and helpful way to bring in new customers. Create language about support, terms of conditions, ways to order, information about your company, and more.
Set up a PayPal account to accept credit card payments. One of the most cost effective and easiest ways to accept recurring monthly billing through credit cards is with PayPal subscriptions. Creating a PayPal account is free with a 3 to 5 percent fee charged to each order. PayPal is a commonly used method and allows for purchase with a PayPal account, credit card, or debit card. When configured correctly the order will automatically bill each month, year, or whatever period you set up. You can easily email an invoice with a payment link or embed the payment link into your web site.
Create or rent a daily backup solution so that your data and those of your clients are protected from any viruses, hacker attempts, or hardware or software failures. Explain your backup policy to your customers in your terms of agreement and determine any potential problems or limitations ahead of time.
Set up a fee structure for additional services. This includes advanced support, site or data restoration, custom coding, custom configuration, web design, and more. By offering these additional services you can increase your income and continue to meet the needs of your customers.
In Feburary 2016 15,
Set up your web server. You can either build one, purchase one, or rent space on an existing web server. Next you will need to insure the server is connected to a high speed internet connection with a dedicated ip address. Then purchase a domain name and configure name servers such as ns1.yourdomain.com and ns2.yourdomain.com. This will allow those buying web server space from you to point their domains to your web server. Ensure the necessary programs and software are installed, such as the Linux Operating System, Apache Server software, PHP programming environment, and MySQL databases.
Select your administration software. One of the most automatic and easy to use web server administration software is the combination of cPanel and Web Host Manger (WHM). This will allow you to quickly and easily setup new web sites on your server, perform administrative tasks, as well as give limited control and configuration to your customers.
Set up hosting packages. You should create different price points for different packages which include different features and level of storage space and bandwidth. This can be easily done with WHM. Make sure to assign the correct package when setting up a new site for a customer. Changes or upgrades can be easily made as well.
Create a web site to advertise, display the pricing and details of each package, and to take credit card orders is an effective and helpful way to bring in new customers. Create language about support, terms of conditions, ways to order, information about your company, and more.
Set up a PayPal account to accept credit card payments. One of the most cost effective and easiest ways to accept recurring monthly billing through credit cards is with PayPal subscriptions. Creating a PayPal account is free with a 3 to 5 percent fee charged to each order. PayPal is a commonly used method and allows for purchase with a PayPal account, credit card, or debit card. When configured correctly the order will automatically bill each month, year, or whatever period you set up. You can easily email an invoice with a payment link or embed the payment link into your web site.
Create or rent a daily backup solution so that your data and those of your clients are protected from any viruses, hacker attempts, or hardware or software failures. Explain your backup policy to your customers in your terms of agreement and determine any potential problems or limitations ahead of time.
Set up a fee structure for additional services. This includes advanced support, site or data restoration, custom coding, custom configuration, web design, and more. By offering these additional services you can increase your income and continue to meet the needs of your customers.
In Feburary 2016 15,
Labels:
administrative,
configuration,
control,
easily,
give,
limited,
perform,
setup,
sites,
tasks
Wednesday, 10 February 2016
How to Make a VPS Out of a Dedicated ServerIn Feburary 2016 10,
In Feburary 2016 10,
Check to determine if your physical server meets the hardware requirement of the hypervisor that you want to use. A hypervisor is the operating system that manages the virtual servers. Some hypervisors require specific hardware to install at all.
Save the data and/or configuration of the appliance currently running on the physical server.
Put the disc in the reader and install the hypervisor. Hypervisors install like any other operating system.
Virtual Server
Once installed, you will be able to boot in the hypervisor console. Refer to your manual to create a Virtual Machine (VM). Choose what CPU power, memory and storage amount the VM will have access to. The CPU power, RAM amount and storage amount can be changed after creation if your appliance's needs go up.
Install the operating system using an ISO (image of a disk stored on a hard drive), a disk or the network. The installation and configuration is identical to an installation on a physical server. Install and configure the appliance.
Repeat the process for all of the appliances you want to install in virtual servers on the physical server.
In Feburary 2016 10,
Check to determine if your physical server meets the hardware requirement of the hypervisor that you want to use. A hypervisor is the operating system that manages the virtual servers. Some hypervisors require specific hardware to install at all.
Save the data and/or configuration of the appliance currently running on the physical server.
Put the disc in the reader and install the hypervisor. Hypervisors install like any other operating system.
Virtual Server
Once installed, you will be able to boot in the hypervisor console. Refer to your manual to create a Virtual Machine (VM). Choose what CPU power, memory and storage amount the VM will have access to. The CPU power, RAM amount and storage amount can be changed after creation if your appliance's needs go up.
Install the operating system using an ISO (image of a disk stored on a hard drive), a disk or the network. The installation and configuration is identical to an installation on a physical server. Install and configure the appliance.
Repeat the process for all of the appliances you want to install in virtual servers on the physical server.
In Feburary 2016 10,
Subscribe to:
Comments (Atom)