Here just trying to summarize the list of software that I need to install on new PC or Laptop. I hope, I listed all necessary. Find the list here…
Author: reachchinu
#installing #kubernetes on Three #Centos9 #virtualmachines using #ansible in #2022
Here, I demonstrated how #kubernetes can be #installed using #ansible.
This is a raw version. So you may fast forward some of the steps.
I would like to thanks University of Tartu HPC Center (https://www.youtube.com/channel/UCi_viPyHPL_rytr_bwBk55A) for the computing resources.
Few more urls:
https://etais.ee/
https://mc.cs.ut.ee/
My personal webpage
https://kodu.ut.ee/~dehury/
https://www.chinmayadehury.in/
Some more blogs:
https://www.chinmayadehury.in/blog/
src: https://blogchinmaya.blogspot.com/2022/06/installing-kubernetes-on-three-centos9.html
Integrating Apache Nifi with Azure Storage
Apache Nifi, a nice tool for handling data with data pipeline approach. On the other hand, Azure Blob storage is Microsoft’s object storage solution for the cloud, which is optimized for storing massive amounts of unstructured data. Unstructured data is data that doesn’t adhere to a particular data model or definition, such as text or binary data. In this post, we will see how to use Apache Nifi to handle the files (uploading, downloading, and deleting) in Azure blob storage. Check out this for detailed steps…
Securing NiFi with Google’s OAuth 2.0 provider
Apache Nifi, a nice tool for handling data with data pipeline approach. But by default, this is not secure anyone with the IP and port can access your data data and potentially damage the data. In this post, we will see how to secure Apache Nifi with Google’s OAuth2.0 provider. Check out this for detailed steps…
Adding biography section into elsevier latex article
Mostly in research community Latex is used to write the articles that are published in different journals. Biography section is the last section in all articles. IEEEtran and elsarticle are the most widely used latex template, which offer multiple commands to represent the research content/data in different manner. For example, IEEEbiography command is used to write the biography section in IEEEtran template. But no such similar command is available if you write the article using elsarticle template. Continue reading …
What is Virtual Network Function (VNF) ?
It is easy to understand the concept of VNF if you know what is a Virtual Machine. In a conventional manner, the network functions are embedded onto dedicated hardware. But, in some way, if we can make the network functions independent of the hardware and install it on any machine that will lead to the concept of VNF. Continue reading…
Accessing remote GUI application using PuTTY
Accessing the GUI of the remote computer is very much necessary when you are not comfortable with handling any application through the only command line. Some applications like video and audio editor. How will you access the GUI of such software from your remote PC. Here are the steps. It’s better you first go through the post here, which is all about forwarding the X11 using the Xming server. Then it is recommended to go through the post here, which will give you the steps to access your remote GUI.
Click here for quick view…