Probably most of the Crayon Syntax Highlighter plugin users know that it has a Theme Editor. Here is How To Use WordPress Crayon Syntax Highlighter Theme Editor To Match WordPress Theme. I believe that very few ever tried it. I had a misconception that how much a WordPress plugin's syntax highlight can have powerful editor. Curiously I opened the link of the editor and it was a surprise. The theme … [Read more...]
Analysis of Jenkins for DevOps : Part III
Jenkins, as a continuous integration tool, allows project teams to focus on their work by automating the build process, artifact management and deployment process. This is so well implemented that the Jenkins are no longer indispensable to DevOps today. In part II of analysis of Jenkins for DevOps, we discussed about integration into the project cycle. This is the part III of the series. In This … [Read more...]
Arduino : How To Connect Relay With 74HC595 Shift Register
The reason of publishing this article is to warn. It is common to join ideas for a new thing. It is more common to ask how to connect relay with 74HC595 shift register in Arduino circuit. It demands good knowledge with basic components to control AC things like multiple AC operated LED bulbs. It is not really joining our Arduino relay guide to blink single AC bulb and Arduino 74HC595 Shift … [Read more...]
Configure Apache With Fail2Ban on Ubuntu 18.04
Our oldest guide on fail2ban on this website is Installing Fail2ban on Ubuntu 14.04. In this context, it is important to read the article on pam_unix(sushi:auth): authentication failure, which is result of a type of attack. Here is How To Configure Apache With Fail2Ban on Ubuntu 18.04 to block more types of malicious attempts towards server to create a practical firewall. If you are pretty new to … [Read more...]
Analysis of Jenkins for DevOps : Part II
In first part of this series, we have discussed the bare minimum theoretical basis. This is Part II of Analysis of Jenkins for DevOps. In this part, we have discussed the practical procedure of integration into the project cycle. The goal of this series of work is to evaluate how the use of Jenkins facilitates the distribution and set-up of software, thus improving collaboration between … [Read more...]
How To Connect 74HC595 Shift Register With Arduino
In our previous article on 74HC595 Shift Register, we ave discussed the minimum basic theory. In this Article, We Will Discuss is How To Connect 74HC595 Shift Register With Arduino and LEDs. From the diagram on previous article, we can say that one side of the IC is for connecting with Arduino, another with things like LEDs. It is not very complex, although it appears to be … [Read more...]
Migrating SAP Landscape to the Public Cloud
Operating SAP applications in the public cloud can bring significant cost savings and global availability, paving the way for innovation through agility. This article provides guidance and describes how migration from SAP landscape to the cloud can succeed. In addition to the opportunities, the challenges are discussed. Also, there is matter of choice of partner network, with the help of which … [Read more...]
How To Install PyTorch on Ubuntu 18.04 Server (Nvidia GPU)
We have discussed about GPU computing as minimally needed theoretical background. Also, in an earlier guide we have shown Nvidia CUDA tool installation on MacOS X. Here is Practical Guide On How To Install PyTorch on Ubuntu 18.04 Server With Nvidia GPU. Installation demands server architecture which has Nvidia graphics card - there are such dedicated servers available for various purposes … [Read more...]
What is GPU Computing OR General Purpose Computing on GPU?
These days, even an ordinary user probably can notice NVIDIA GPU (more specifically, NVIDIA CUDA) to be a matter of socialized technical discussions for GPU computing, such as we described in our one guide on Nvidia CUDA installation of CUDA on MacOS X. Before this era started, we used to talk about graphics card for graphical works only. Indeed, we still talk about latest graphical processors of … [Read more...]
74HC595 Shift Register Theory For Arduino Tutorials
We are been in the necessity to 74HC595 shift register. We also call it 595 chip. With Shift Register, You Can Use One Arduino Pin To Blink Multiple LED. Here is 74HC595 Shift Register Theory For Arduino Tutorials. Earlier, we talked about how to increase pin of Arduino, how to connect multiple LEDs with one Arduino pin, multiplexing and charplexing etc. Neither all understands too complex matters … [Read more...]
Analysis of Jenkins for DevOps : Part I
Jenkins is a software system developed for maintaining collaboration, quality management, agility. Modern IT projects require high-quality delivery. At the same time, the process must be fast enough to respond to the ever-changing demands of operational business. Misconceptions about the coexistence of these two issues, quality management and agility, often cause irritation or even frustration for … [Read more...]