Convert a certificate into the cer,crt,der,

Other

Convert a certificate into the cer,crt,der,pem format

For different reason we need the different format of certificates for different operating system, many of sites offering you to convert the…

How To Install Webmin on Ubuntu 18.04

Command line

How To Install Webmin on Ubuntu 18.04

Webmin is open source control panel for linux machine, it is mainly use for server as file transfer, email configuration and other servers…

Flexslider Arrows Changed by arrow Images

CSS

Flexslider Arrows Changed by arrow Images

Flexslider uses the arrows of its own flexslider family icons, if you want to change or replace with yours images you can do using following css. .…

Load node and node fields using nid drupal 8

Drupal

Load node and node fields using nid drupal 8

Are you looking for how to load node and node fields using nid to into your custom work, then this article is helps you to achieveing this. Node is…

Bash tab-completion not working ubuntu

Command line

Bash tab-completion not working ubuntu

Hi, this article is related to bash tab completion is not working for specfic user on ubuntu/linux systems. are you also facing the same, then this…

Drupal 8 form Markup Element alternative

Drupal

Drupal 8 form Markup Element alternative

Hi Guys, today topic is markup element of form api drupal 8. As we know the form api is describe the how the actually it can we used under…

error: AH00558: apache2: Could not reliably

Command line

error: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using example.com. Set the 'ServerName' directive globally to suppress this message

Hi guys, Did you faced the this issue while configuring the apache on your server, then you are on the right totorial, Error: AH00558: apache2:…

Extract zip file to different directory

Command line

Extract zip file to different directory

To unzip the files in other directory on same folder or other folder destination you can use the command: unzip yourzip.zip -d /path/to/your/…

Render block and views block drupal 7

Drupal

Render block and views block drupal 7 programmatically

his is article is for Drupal 7 to render block in templates and custom blocks using php codes Actually there is very simple ways to render block pro…