Using Impersonation for ASP and ASP.NET in Cloud Sites
There are times when you might need the web server user to have the same permissions as you. This is called impersonation. The web server user can impersonate your site’s main FTP user.
There are times when you might need the web server user to have the same permissions as you. This is called impersonation. The web server user can impersonate your site’s main FTP user.
If you are familiar with PHP, you can create PHP scripts to send mail. PHP mail provides incredible control of the data and content of the emails sent from your domain or site. However, PHP mail only works when relayed over SMTP. The following article shows you how to test and send different types of email using PHP.
FirewallD provides protection by using firewall zones with varying degrees of trust defined in your zone profiles. FirewallD allows for changes to be made without having to restart the entire firewall, though it is important to make sure that the daemon and the firewall in kernel are in sync.
Rsync is a utility commonly found on Linux operating systems and is a remote and local file synchronization tool. rsync stands for remote sync. The rsync algorithm is used to minimize network usage by only moving portions of files that have changed. This tutorial will take you through the following: basic rsync usage, remote transfers, alternate SSH ports.
Installing the PHP Extension for Memcached is a simple process, this tutorial will show installation for Ubuntu operating systems. The installation is done through the command line using apt-get.
Install Memcached on CentOS or Fedora to boost dynamic web app speed by caching database content and reducing DB load. Root access required.
rsync is a powerful utility for transferring files and creating backup operations. You can set up recurring file transfers for specific sets of files or entire directories and synchronize local and remote servers. In this tutorial, we will explore: the -a flag, Commonly used flags, Flags in Action
Install Memcached on Ubuntu 12.04+ to speed up dynamic sites by caching database content. Root access is required for setup.
Installing the PHP Extension for Memcached is a simple process, this tutorial will show installation for CentOS and Fedora operating systems. The installation is done through the command line using yum.
The locate command is one of the best tools for finding files quickly by filename. This command reads one or more databases prepared by updatedb and writes files matching at least one of the patterns to standard output (one per line). You may need to install mlocate to enable this feature. This article provides instructions for installing mlocate on CentOS and Fedora.
When your server isn’t connected to the network, you (and everyone else) won’t be able to see your websites. So, maintaining server connectivity is vital to the success of your website. This article will explore identifying connectivity problems and the first steps of diagnosing the problems.