Copy file from one server to another using scp on linux
If you have to copy any files from one server to another, you normally copy the same using FTP or wget. But some time wget function is disabled on server…
If you have to copy any files from one server to another, you normally copy the same using FTP or wget. But some time wget function is disabled on server…
राम मंदिर में सूर्य तिलक के लिए किस प्रकार के ऑप्टिकल लेंस का उपयोग किया जाता है? “सूर्य अभिषेक” या “सूर्य तिलक” वास्तव में प्रकाशिकी और यांत्रिकी का मिश्रण है,…
भारत को तानाशाही के रूप में लेबल किया जाना कई कारकों और दृष्टिकोणों से हो सकता है, लेकिन यह समझना महत्वपूर्ण है कि इस तरह का लेबलिंग अत्यधिक विवादास्पद है…
भारत में इस समय लोकतंत्र और तानाशाही के विषय पर बहुत ज्यादा प्रचार हो रहा है। एक ही विषय पर बहुत सारे लेख और यूट्यूब वीडियो चलन में हैं। दरअसल…
When you have to prefix any hard coded value in a text field, like for example in telephone field you have to prefix the country code and dont want the…
<script type=”text/javascript”> var formChanged = false; jQuery(window).load(function() { // This is triggered when the entiire page is loaded fully // form id and all the possible filed type in that…
Sometime there is need to use some plugins in an application and you have the need to customize it UI or functionality to meet your business requirements. You install the…
Put the below code in youractivetheme.theme file /** * Implements hook_preprocess_HOOK(). */ function _preprocess_webform_confirmation(&$vars) { if ($vars->id() == 'put your webform id') { // Set your custom message here $markup…
How to use “grep” command in linux or macos to find text inside all files in a folder and including subdirectories Command for the same is grep -rl "string to…
Many a time you have to host your website on multiple server such as load balancer to server high traffic website. It is obvious that if i have a load…