linux - Troubleshooting With Syslog

Troubleshooting With Syslog

There are hundreds of Linux applications on the market, each with their own configuration files and help pages. This variety makes Linux vibrant, but it also makes Linux system administration daunting. Fortunately, in most cases, Linux applications...

svg - How to Upload SVG Images in WordPress

How to Upload SVG Images in WordPress

To upload SVG files (Scalable Vector Graphics) to WordPress you don’t need any additional plugin, simply add the following code to your theme’s functions.php file: /* Upload .svg images to WordPress */...

Wordpress background web design image in Backgrounds and Textures category at pixy.org

Detect if a website is using WordPress and which theme it’s using

Okay, first let’s find out if a website is using WordPress CMS, here is how: Detect WordPress by checking the page code Check the source code of the website, in Chrome go to View > Developer Options > View source or simply, right-click...

what is cpanel - Reset cPanel password for All users

Reset cPanel password for All users

Changes every cPanel password on the server and stores the credentials in ~/newCredentials $newPassword is a randomly generated password with 10 characters #!/bin/bash export ALLOW_PASSWORD_CHANGE=1 ls -la /home | awk '{print $3}' | grep -v root |...

screenshot 1 - How to change Contact Form 7 Placeholder Style

How to change Contact Form 7 Placeholder Style

Contact form 7 is one of the most used WordPress plugins nowadays for building simple or complex contact forms on your WordPress website. Here is some custom code you can use to change text color or upper case in cf7 forms. You can add the bellow...

chrome 2DFRuxe6qV - How to install Gridsome on cPanel shared hosting

How to install Gridsome on cPanel shared hosting

Gridsome is a Vue.js static site generaqtor that requires yarn, nodejs and NPM in order to generate website files. I recommend using two separate devices, one on which you develop the site and another where it will bi published. But, if you for some...