Skip to main content

DevOps Techie

  • Home
  • DevOps
    • Ansible
    • Python
    • ELK
    • Docker
    • Jenkins
    • Maven
    • Java
    • Nagios
  • Ansible
  • Docker
  • Python
  • PHP
    • Drupal
  • Linux Commands

Author: DevOpsTechie

How to Disable Server Signature in Apache server

November 14, 2017December 2, 2017 DevOpsTechie Leave a comment

Server signature is one of the easiest way to find what type of  operating system and Apache version is used in a web server. But this is also dangerous when coming to security,

Read More

Run Logrotate In Linux

November 14, 2017November 15, 2017 DevOpsTechie 2 Comments

Run Logrotate In Linux

Command:

Read More

Get all href links from a html content in PHP

April 3, 2013November 15, 2017 DevOpsTechie Leave a comment

TO get all href links from a html content in PHP using DOMDocument.

Here is the simple code snippet.

Read More

Most Popular Hostnames Serving jQuery Across Web

March 19, 2013November 25, 2017 DevOpsTechie Leave a comment

jQuery is great. It’s cross-browser, easy to learn, and makes adding interactivity to your website a breeze. It also comes with plenty of plugins to do almost whatever you need it to do.

Read More

Create User In MySQL With ReadOnly Access

March 11, 2013March 11, 2013 DevOpsTechie 2 Comments

To create a user in mysql with readonly access, following is the useful command.

Login with root access and use following commands.

CREATE USER ‘use’@’localhost’ IDENTIFIED BY ‘password’;
GRANT SELECT ON database.* TO user@’localhost’ IDENTIFIED BY ‘password’;

Read More

How to add a block in Drupal and how to configuring a block in Drupal

October 20, 2011November 30, 2017 DevOpsTechie Leave a comment

Blocks are the boxes of content that can be displayed in regions (such as footer or sidebar) on your page. Depending on your themes regions you may have the ability to include blocks in your right,

Read More

Syntax Highlighting in Drupal WordPress post and comments

October 3, 2011October 3, 2011 DevOpsTechie Leave a comment

If you want to highlight the code/syntax when making yor comments/post in Drupal and WordPress, just wrap it with the following tag.
[sourcecode language=php]
// Your Code Here
[/sourcecode]

The above piece of code will be highlighted with PHP code format.

Read More

jQuery & Cookies – How to get/set/delete cookies in jQuery

August 24, 2011August 24, 2011 DevOpsTechie Leave a comment

To get/set/delete cookies in jQuery, for this you can use jQuery Cookie plugin

Here is how to use jQuery Cookie plugin in your code:

Read More

How to get tables statistics / tables status in MySQL

June 21, 2011June 21, 2011 DevOpsTechie Leave a comment

MySQL tables statistics / MySQL tables status 

To get the MySQL table status and to get more information about table (size, engine, no. of rows etc.), following is the very useful command.

Read More

Popular Drupal Modules / Popular Modules In Drupal

June 16, 2011June 16, 2011 DevOpsTechie Leave a comment

Drupal Modules
The most popular Drupal modules

Here you will find a list of the most popular Drupal modules, a short description of what they do, a download link plus how to install instructions.

Read More

Posts navigation

1 2 3 Older posts

Popular Posts

  • How to get CPU utilization and Memory Usage in Python – psutil
  • Ansible: Install and Configure Ansible Tower On CentOS 7
  • How to install and create python virtualenv on CentOS
  • Creating custom dynamic inventory with Ansible using Python
  • Ansible: Manage Windows machine with Ansible by CredSSP

Latest Tweets

  • RT @avinash6784: Top 15 Docker Commands You Should Know by @Saurabhk1094 link.medium.com/GLXQEzyOH9

    February 27, 2021 1:32 pm

  • RT @CMOMaharashtra: Congratulations Team India for this historic win! https://t.co/P6M9HlHIfq

    January 19, 2021 9:11 am

  • RT @virendersehwag: Khushi ke maare pagal. This is the new India. Ghar mein ghuskar maarta hai. From what happened in Adelaide to this,… https://t.co/rlbm1vSQ74

    January 19, 2021 8:46 am

  • Rest in peace. Football will always remember you great Diego Maradona twitter.com/virendersehwag/sta…

    November 25, 2020 5:50 pm

  • RT @RRPSpeaks: अमेरिकेच्या पहिल्या महिला उपराष्ट्राध्यक्ष कमला हॅरिस यांनी आपल्या विजयाचं श्रेय आपल्या आईला दिलं. भारताची माती काय… https://t.co/JOQJyumQYU

    November 8, 2020 11:43 am

Tag Clouds

Adserver Ansible ansible-vault ansible playbook Ansible Role Ansible Windows Apache Apache Security Array Authentication Case insensitive Array centos CentOS 7 check jquery loaded or not Check Loaded JQuery CI Continuous Integration Convert URL into Link Cookies Core Modules In Drupal CSS Properties Database Delete Old Files DevOps DevOpsTechie Docker Docker CE Drupal CMS Drupal Modules Elasticsearch ELK elk stack File Httpd Jenkins Kibana Linux Logstash MySQL passwords python python virtualenv secrets virtualenv windows
  • About Us
  • RSS Feed
  • Contact Us
Copyright ©2019. DevopsTechie Theme by Colorlib Powered by WordPress