Skip to content

News

How to use the SSH find command to find files on your server.

There are several SSH commands that can be used to find files on a server. Here are a few examples: find: This command is used to search for files and directories on a server. Here are some examples of how it can be used: find / -name filename.txt: This command will search for a file named "filename.txt" on the entire server, starting from the root directory (/)....

read more

ChatGPT & AI in simple terms.

What does ChatGPT stand for? ChatGPT stands for "Chat" Generative Pre-trained Transformer. What does this actually mean? In short, it is an artificial intelligence-based chatbot. ChatGPT is a computer program designed to understand and generate human-like language. It has been trained on vast amounts of text data and can answer questions, provide information, and...

read more

How to harden your PHP installation on your server.

Most servers run a fairly default configuration with PHP. In addition, there are a lot of bad programming practices that we see. Here are some tips to harden and secure PHP: Keep PHP Updated: Keeping PHP updated to the latest version can help patch security vulnerabilities and reduce the risk of attacks. Use an automated task for this or an industry standard control...

read more

Some best practices for implementing HIPAA in Salesforce

Salesforce is a popular cloud-based platform for managing customer relationship management (CRM) and other business processes. Healthcare organizations that handle protected health information (PHI) need to ensure that their Salesforce instance is compliant with the Health Insurance Portability and Accountability Act (HIPAA). This article will outline the technical...

read more

Overview: Upgrading from Joomla 3 to Joomla 4

Joomla is one of the most popular content management systems (CMS) used to build websites. It is known for its flexibility, scalability, and ease of use. Joomla 4 is the latest version of this popular CMS and offers many new features and improvements that make it a must-have for any website. If you are currently using Joomla 3, upgrading to Joomla 4 is a great way...

read more

HIPAA, hospital & medical clinic web design best practices.

In the healthcare industry, protecting patient privacy and data security is of the utmost importance. HIPAA, or the Health Insurance Portability and Accountability Act, was enacted in 1996 to establish national standards for protecting the privacy and security of certain health information. HIPAA covers a wide range of topics related to patient privacy and data...

read more

How to compress all JPEGs on a server using JPEGOptim

JPEGOptim is a server side tool that can batch compress all files within a website, web application or the entire server. You will need to install: epel-release via our server's package manager. For Centos/RHL: yum install jpegoptim Ubuntu/Debian: apt-get install jpegoptim We typically will combine this with the find command to selectively find all files, strip out...

read more

Join Our Newsletter List!

* indicates required
Test