logo

’ Errors- vmware unable to install all modules vmmon vmnet'

After installing the VMware workstation, when I tried starting my VM, it showed me an error “Errors- vmware unable to install all modules vmmon vmnet”. As the StackOverflow solutions were not working, I found this article after searching for answers for a couple of hours. As my vmware workstation was already installed, I followed ” Errors- VMware unable to install all modules vmmon vmnet”. In my case, GCC and build tools were installed, i Downloaded the latest vmware-host-modules – VMMON and VMNET from github .

How to create blank page / plain text pages posts in WordPress

As we can get a JSON response from the Github repository’s file if we create a file in JSON format, for, e.g. So I wanted a similar response from WordPress for use in a project; however, I was not able to find any article until I had a conversation with my company’s founder he told me about an article he wrote. In that article, I found a PHP script that removed the plain text I wanted so I could leave the reader in JSON format.

How I registered an already registered IRC nickname.

I wanted to register a nick; however, it was already registered. So I started looking for ways to register the desired nick on libra chat. After a few searches, I saw the link , which has documentation about lengthening nick expiry. The documentation mentioned if a nick is inactive for 60 weeks (approximately one year); while writing this blog, I searched for a definition of expired nick on IRC. Which took me to the Nickname Registration page of IRC, where they mentioned the nickname expiry section “While nicknames and accounts do not automatically get deleted when they expire—only when another user requests to take over the registration-we do occasionally perform clean-up runs on the services database, in which we will automatically drop all registrations which have been idle for a long time”.

‘WordPress: curl (60) SSL certificate problem’

Today before the training session, when a mentor tried adding my website’s feed in dgplug planet , they told me there was an error, and they asked me to use the curl command on the website, so I did. curl https://techtrials.tech/feed I had a valid SSL certificate from Lets Encrypt, and my website ran on all the major browsers. However, the curl command threw the following error. curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.

Pictures Near Imagination – DALL.E 2

While growing up, I always used to think, what if someone makes software in which you can write what you want to see, and the software will show the pictures near to your imagination? And yes, they have done it; luckily, I got access to it today. OpenAI has created software which generates images based upon text prompts which can be taken from users. According to OpenAI DALL·E 2 is a new AI system that can create realistic images and art from a description in natural language.

Lighting, On Snap!

Today I was attending my dgplug training as usual using my laptop however my laptop’s battery was low. And when I plugged my laptop for charging and charging status didn’t indicated my laptop was charging. Maybe due to lighting it has stopped working as I am in my hometown it will take couple of days to fix it. Till then I will not able work normally.

WE BECOME WHAT WE BEHOLD

One day when I checked my WhatsApp, there was a message on our infosec friends group that we should check this game once as it is browser-based and takes only 5-6 minutes to complete. So I checked; the game was “WE BECOME WHAT WE BEHOLD “. It is a game about news cycles and how the media shows us the news, which helps increase their profits. In the game, we play as news reporters who have to take pictures of people & conflict between two communities in a closed town-like environment, and the photos will be shown on TV.

Error: No Toolchains Found in the NDK Toolchains Folder

I was trying to export an old version of the android app from GitHub into the android studio, the project was not showing any issues in compilation however, as i tried to run the project, I encountered a run time error in the android studio log showed there is a Gradle sync error with message “No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi”. For a solution, I search StackOverflow and found this theard .

Letsencrypt SSL certificate for EasyWP

As i have been using paid SSL certificates from namecheap for a long time, a friend of mine told me Letsencrypt issues you a free SSL certificate. A question raised in my mind that do certificates i pay for use better cryptography than free certificates?. After searching online i got to know “no! you can pay a certificate authority extra for an EV (“extended validation”) certificate, but that won’t give you better cryptography.

Debian booting to GRUB

I faced a strange problem i went to college in the morning and when i came back in the evening my laptop was booting up to grub 2 command shell. And the reason was not known to me then i started looking for solutions. To my surprise there were no specific solutions available for Debian, However i thought i should try maybe they can work. The solutions were correct however somehow confusing so i thought i should write a blog about that so that if someone goes through same problem he can refer this blog.