Elasticsearch cluster on Docker, Terraformed for ECS
Elasticsearch is just a full text search engine. I had a good experience with it in my past. Many applications now a days are highly dependent on it. Whether...
Elasticsearch is just a full text search engine. I had a good experience with it in my past. Many applications now a days are highly dependent on it. Whether...
I think it happens with most of us, my target with this post is to let others know how you dealt with it.
Well well this seems to be an easy stuff, but for those who are not aware of how to tackle it or tired of goggling around here is what you have to use: windo...
### Many of you folks had faced this issue while installing Node.js and its other module inside the shared folder of Host especially when host is Windows bas...
**Here what you guys have to do to install the required APU (CPU + GPU) drivers, and make more out of it.** 1. First Download the latest Linux (.run) dr...
--> **Introduction:**OpenLDAP Software is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP) developed by the OpenLDA...
ASP .net lab manual for engineering students. It contains first 10 programs of CSVTU syllabus:
Please follow the link to download the Network Security lab manual of CSVTU Syllabus.
I had made all visual basic .net programs and uploaded over the hacker box….. its for all CSVTU and CVRU computer science and engineering students…. just...
<span style="color: #333333; font-family: "Times New Roman","serif"; font-size: 13.5pt;">This is the code most of us would normally use when logging ou...
``` num=1 until [ $num -gt 10 ]; do echo $num num='expr $num + 1' done ```
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-ansi-language: EN-US; mso-bidi-font-family: Mangal; mso-bidi-language: HI; mso-fare...
``` echo "you are" whoami echo "directory you are is file" pwd echo "the file in the directory" ls echo "the date is" date ```
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-fareast-font-family: Arial;">echo “Enter Filename to check its permission”</s...
e<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-ansi-language: EN-US; mso-bidi-language: HI; mso-fareast-font-family: Arial; mso-f...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-fareast-font-family: Arial;">echo -n “Enter soruce file name : “</span><...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-fareast-font-family: Arial;">Let the Employee file be (Employee.txt):</span&g...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-fareast-font-family: Arial;">echo “First Odd and Even number till 30 are”</sp...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-bidi-font-family: Mangal;">echo “Enter the number” read n sd=0 rev=0 whi...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-ansi-language: EN-US; mso-bidi-language: HI; mso-fareast-font-family: Arial; mso-f...
<span style="font-family: "Arial","sans-serif"; font-size: 11.0pt; mso-bidi-font-family: Mangal;">Steps in building the Macros:</span><span st...
Server2Go is a Webserver that runs out of the box without any installation and on write protected media. This means that you can use Server2Go to develop you...