Pinned Loading
-
How to Install Varnish + Hitch Cache...
How to Install Varnish + Hitch Cache for Apache on CentOS/RHEL8 1# How to Install Varnish + Hitch Cache for Apache on CentOS/RHEL8
23- Varnish Cache is a free open source, modern and `high-performance` web application accelerator. It is a fast reverse HTTP proxy that caches content to speed up your web server performance, by storing web content in server memory – in a cache. It is configured to run in front of an origin server such as Apache `(HTTPD)` webserver.
45 -
The check file differs from the remo...
The check file differs from the remote server using ssh commands. 1# Compare remote server file using ssh commands
23# ssh user@remote-host "cat /home/root/file_remote" | diff - file_local
45# ssh -P<port> -l root <remote server ip> "cat /home/root/file_remote" | diff - /home/root/local_server_file
-
Postgresql connection exceeded issue...
Postgresql connection exceeded issue solve 1# Postgresql
2`Bash
3psql -U postgres -c 'SHOW config_file'
4psql -U postgres -c 'SHOW config_file'
5psql -U postgres -c 'SHOW max_connections'
-
Free-switch outbound calling through...
Free-switch outbound calling through Asterisk setup 1# Freeswitch outbound calling through Asterisk
2````bash
3[cloud]
4type=peer
5host=X.X.X.X
-
Auto-dial script not running getting...
Auto-dial script not running getting pycurl package import issue. 1# -- autodial scriprt not running getting pycurl package import issue --
23yum install openssl-devel
4pip install --compile --install-option="--with-openssl" pycurl
5 -
Resize root partition (or how to del...
Resize root partition (or how to delete the default /home partition) on CentOS 8 through SSH 1# Resize root partition (or how to delete the default /home partition) on CentOS 8 through SSH
2This requires you to be able to ssh into the instance using the root user account and that no services be running as users out of /home on the target machine.
34The examples are from a default installation with no customation-you NEED to know what you're working with for volumes/partitions to not horribly break things.
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.