Inside Out Blog
How you do anything is how you do everything
  • Home
  • Technology
  • Money
  • Photography & Videography
  • Projects

Popular Tags

FusionPBX FreeSWITCH Security Clustering Linux VoIP MariaDB SEO Personal Load Balancing PHP High Availability Joomla Darktable Fail2Ban Nagios Mageia RPM DNS PowerDNS

Looking for RPMs? Set up our RHEL repo.

rpm

Works on CentOS6/7/8 & Alma/Rocky 8/9
Sponsored by OKay Inc

  1. You are here:  
  2. Home
  3. Technology

Better SEO by minimizing the size of your PNG files

Details
Category: Technology
  • SEO

It is well known that Google and other search engines give preference to faster sites. There are some techniques to have faster sites, but in this article, I will talk about only one: minimizing the size of your PNG files.

Having a better SEO is a must these days. The file minimization will allow your website to load faster, and as a consequence, it will rank better in the search engines.

Read more: Better SEO by minimizing the size of your PNG files

Improve your SEO ranking by Configuring an Inverse Proxy

Details
Category: Technology
  • SEO
  • Squid

An inverse proxy is a device that is between your browser and the final web server. As the name says, it works in the inverse way a common proxy does. The main goals of an inverse proxy are to speed up and bring security. Because they don't hold the content, they only take care of some matters such as:

  • Caching: inverse proxies can offload your main HTTP servers by frequently serving static content.
  • Load balancing: you can have a farm of HTTP servers, and your inverse proxy will do the load balancing among them.
  • Anti-DoS: inverse proxies are designed to manage a high load of TCP connections. Therefore, with the right configuration, they are the first line of defence for DoS attacks.
  • Authentication (if applicable): you can add security layers to your application.
  • Content alteration: you can change something without touching your WEB application.

In this article, I am going to focus on the Caching. As the title says, we are enhancing the SEO ranking.

Read more: Improve your SEO ranking by Configuring an Inverse Proxy

Stressing a FreeSWITCH to know how many CPS can be done

Details
Category: Technology
  • FreeSWITCH

After a VoIP server is installed, it is always an important thing to do a stress test. This will allow us to know the approximate number of simultaneous calls (aka CPS) the server can support before starts having issues. This kind of test allows you to do a metric about availability, as you can know how tolerant is your server to high loads of traffic.

The test result is not always exact; there are many factors involved, such as:

  • network conditions
  • destination to test
  • transcoding
  • other processes executing in the same server
  • XML handler configuration
  • database configuration (if apply)
  • authentication type and
  • others

Read more: Stressing a FreeSWITCH to know how many CPS can be done

Voptech 2006 and 2007 Factory Reset

Details
Category: Technology
  • VoIP

Voptech VI200X phones are very useful IP phones.

Sometimes, especially when recycling your phone, you do not have the password for the web console. However, the phone is fully recoverable by following these steps:

  1. Login to POST phone mode. Disconnect the phone and press # while reconnecting.
  2. Enter the code * # 168
  3. Reset the phone. At the end of the process, access is admin/admin.

Configure your .htaccess file for a better SEO

Details
Category: Technology
  • SEO

When you visit for the first time a website, your browser downloads many files (images, styles, javascript and much more) that we are going to call objects. In a misconfigured website, any object will be downloaded again and again each time you visit a page on that site. If you think a little, this harms your SEO ranking. Google will reward faster websites.

For a while, the modern web browser has what it is called the cache. A web browser cache is just space on your computer where you store your latest objects if those objects are requested your computer won't need to download them again, instead, it gets from the cache; local storage will be always faster than downloading from the Internet. Now think about your website, and think about all the CSS, JS and image files you are using (GIF, JPEG, PNG, WEBP, etc.); imagine all the time that can be saved when your guesses visit the second page on your website.

Apache has a very nice feature (turned off by default), that compresses the content of the page. Instead of sending the raw HTML file, it does a gzip or deflate compression and it sends a smaller file. It is faster to load a 2 kB file than a 10 kB. As a consequence, this improves your loading time.

Again, don't forget that Google rewards the fastest websites, in other words, it improves your SEO.

In this post, I'm going to show you how to configure the .htaccess file to maximize local cache utilization.

Read more: Configure your .htaccess file for a better SEO

  1. Conference Choppy Sound odd Issue
  2. Configuring Bind Style Zones in PowerDNS
  3. Using GRE tunneling to deploy a High Availability Environment in the Cloud
  4. Making a FusionPBX with FreeSWITCH to hold a High CPS Index

Page 8 of 35

  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12

Latest Articles

  • Protecting your PBX against Passwords Leaks
  • Installing Unifi OS on Linux
  • Understanding the E.164
  • Basic Protection against Telemarketing and Unwanted Calls with FreeSWITCH
  • OpenID Authentication (OKTA implementation)

Do you need some FusionPBX free support? Join this FusionPBX/FreeSWITCH Support Channel.

telegram logo

To know the rules, read the pinned post

Copyright © 2026 Inside Out Blog. All Rights Reserved.
Joomla! is Free Software released under the GNU General Public License.
  • Sitemap