Rsync: What is it and How do I Use it?Rsync: What is it and How do I Use it?
What is Rsync? Rsync is a Linux-based tool that can be used to sync files between remote and local servers. Rsync has many options that can help you define the
What is Rsync? Rsync is a Linux-based tool that can be used to sync files between remote and local servers. Rsync has many options that can help you define the
What is a Traceroute? Traceroute is a network diagnostic tool that can be used to analyze the connection from one network device to another. Connections between computers are not instantaneous
What is a Parked Domain? So you registered the perfect domain name… but now you don’t know what to do with it or you don’t have a site to match.
An SSL Certificate can be installed on your site to create an encrypted link to your visitors. This helps keep information from being stolen during transit between the browser and
How to Serve Your Site Over HTTPS A site served over https is more secure. Since https uses the secure port 443, which encrypts outgoing information, it is much more
If you haven’t read the other installments in our MySQL blog series, we recommend you check them out: MySQL Basics: How to Create a MySQL User MySQL Basics: How to
What is a CDN? A Content Delivery Network, commonly referred to as a CDN, offers a way to cut down on bandwidth usage and site load time. How does it
What is curl? cURL, often just “curl,” is a free command line tool. It uses URL syntax to transfer data to and from servers. curl is a widely used because
Not familiar with MySQL? You may want to also check out our blog article, MySQL Basics: How to Create a MySQL Database. Why Would I Need Users in MySQL? Creating
What is FileZilla? FileZilla is an FTP/SFTP client. FTP stands for File Transfer Protocol, while SFTP is the more secure version of FTP. FileZilla is capable of using both FTP
What is SSH? SSH (Secure Shell) is a terminal program that allows you to securely connect to another machine – in this case, your server. This connection gives you the
How VPS Works A VPS (“Virtual Private Server”) is a physical server that is divided and sold as multiple virtual machines.Each virtual server has its own operating system and server
What is Varnish Cache? Varnish Cache is a web accelerator, which is used to speed up site loading times. So, how does it work? Well, a web accelerator acts as
An Introduction to Encryption Ever wonder how websites help keep hackers from stealing private information, like your credit card number or passwords? The answer: SSL. SSL, or Secure Sockets Layer,
So you want to start a WordPress site? Great! Now you have to decide how you want to host your new site. Figure Out What You’ll Be Doing Do you
What is a 301 Redirect? A 301 redirect reroutes site traffic from one place to another. If example1.com has a 301 redirect setup to send people to example2.net, all the
When we’re creating for the web, it’s easy to forget about making our content accessible for all audience types. With more than 36 million adults in the United States being
What is SQL? SQL, or Structured Query Language, is a language that helps you interact with databases. Using SQL, you can set up databases, tear them down, fill them up
Password Protect Your Site Whether the reason is to restrict access to your team, protect sensitive content, keep your in-progress content hidden, or all of the above, a password