<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
Jugnu Life :-)
ਜੁਗਨੂ ਦੀ ਜਿੰਦਗੀ ... Spread the light....
Maven package org.apache.commons.httpclient.methods does not exist
Ubuntu 18.04 customizations
Few of the things which I like are mentioned below.
Enable Gnome Shell extensions and Windows like themes
https://www.howtogeek.com/353819/how-to-make-ubuntu-look-more-like-windows/
sudo apt install gnome-shell-extensions gnome-shell-extension-dash-to-panel
auso apt install gnome-tweaks adwaita-icon-theme-full
Gradle Could not create service of type ScriptPluginFactory
FAILURE: Build failed with an exception.
* What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
> Could not create service of type CrossBuildFileHashCache using BuildSessionScopeServices.createCrossBuildFileHashCache().
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 0s
Clevo P570WM Ubuntu freeze problem
To get Ubuntu running on a Clevo laptop get kernel version 5.6.15+. Here are the steps to upgrade Kernel.
7 years back in 2013, I bought a P570WM laptop from Metabox, I did one big mistake that I invested money on something which was brand new in the market. My goal was to get some good Ubuntu laptop. I thought to go ahead with Clevo based laptop.
Below were the specs, they might not look impressive, but if you think these are 7 years old, then you will feel they were really good back then.
- Screen type: 17.3" FHD 1920x1080 LED/LCD
- Graphics: Nvidia GTX 780M 4GB GDDR5 video graphics
- Processor: i7-3970X 6-Core 3.5GHz - 4.0GHz 15MB Cache
- RAM memory: 32GB DDR3 1600Mhz RAM
- Primary drive: 1TB 7200 rpm primary hard drive
I was very happy with the laptop arrived, but my nightmare began when I installed Ubuntu in it and it froze immediately on the boot.
Unfortunately, Metabox was of no help, they said they don't support Ubuntu and I was left alone with a massive waste of money of $5.5K machine of no use.
Fast forward 2020, that laptop was collecting dust in my cupboard and I thought to give it another shot and glad it worked. I am using Ubuntu 18.04 with Kernel 5.6.15 and no custom drivers for the Nvidia card.
The posts which gave me a hope to keep moving are mentioned below
https://edgcert.com/2019/06/03/ubuntu-on-clevo/
https://forum.manjaro.org/t/freezes-when-probing-system-on-clevo-n850hk1/60346
https://askubuntu.com/questions/1068161/clevo-n850el-crashes-freezes-ubuntu-18-04-1-frequently
Related Kernel bug
https://bugzilla.kernel.org/show_bug.cgi?id=109051
Upgrading Large Hadoop Cluster
Epilogue
Many weeks before The Weekend
Practice upgrades
Code changes
Meeting the pre-requite for upgrade
One week before The weekend
Imaginary upgrade
Applications upgrade and use case teams
Data feeds redirection
The time roaster
The Weekend
Friday
Saturday and Sunday
Credits
Collaboration and COVID
Kids and families
Weekend + 1 Monday
Replace ssh key of the AWS EC2 machine
Step 1)
Check that you have existing ssh key working and we can log in to the machine using it. You can also directly login via a new function in AWS console.
Step 2)
Generate a new SSH key via Amazon Web Console
Step 3)
Get the public key from it. Using the command below
ssh-keygen -y -f ~/Downloads/second.pem
If working on Windows system using this https://www.puttygen.com/convert-pem-to-ppk
Step 4)
Login to the machine and edit the file.
vi ~/.ssh/authorized_keys
Add the new public key and check that you are able to login with the new key
Step 5)
Change permission of new key to 400 and try to login
Step 6)
If login is successful delete the old key from authorized keys file
Tips for AWS Professional certification exams
I recently gave AWS Professional exam and found certain things that are useful to be documented and share with all.
This post is generally about non-technical things. For technical pointers please see the other related posts.
AWS professional exams not only test your AWS knowledge but, also test our mental and physical strength. You have to sit there for 3 hours staring at the screen and read large large texts in questions and answers.
Below are the things which can be useful for you
Stretch at regular intervals
After every 30-45mins just stand up and stretch your legs, or just stretch your hands while sitting, this will keep your blood circulation moving and helps to keep you active.
Time management
AWS professional exams are the fight against time, you need to keep a constant tab on your clock which ticks on the screen. As a rough guideline try to complete 30 questions in the first 60mins, 30 in the next 60mins and keep the remaining 15 questions in 30mins. Try to spend just 2 mins per question and mark any thing which you are doubtful for a review and go ahead.
Time left >>>>> Questions pending
170 >>>>> 75
110 >>>>> 45
50 >>>>> 15
20 >>>>> 0
In the last 20mins try to review any questions which you have marked during the first pass.
Question reading
Read what is really asked first. Don’t start reading the question from the top to bottom and then read the answers. Don’t do this.
Just to make it clear, see the example question below from the AWS Solutions Architect Professional exam.
Question.
Your company’s on-premises content management system has the following architecture:
- Application Tier – Java code on a JBoss application server
- Database Tier – Oracle database regularly backed up to Amazon Simple Storage Service (S3) using the Oracle RMAN backup utility
- Static Content – stored on a 512GB gateway stored Storage Gateway volume attached to the application server via the iSCSI interface
Which AWS based disaster recovery strategy will give you the best RTO?
A) Deploy the Oracle database and the JBoss app server on EC2. Restore the RMAN Oracle backups from Amazon S3. Generate an EBS volume of static content from the Storage Gateway and attach it to the JBoss EC2 server.
B) Deploy the Oracle database on RDS. Deploy the JBoss app server on EC2. Restore the RMAN Oracle backups from Amazon Glacier. Generate an EBS volume of static content from the Storage Gateway and attach it to the JBoss EC2 server.
C) Deploy the Oracle database and the JBoss app server on EC2. Restore the RMAN Oracle backups from Amazon S3. Restore the static content by attaching an AWS Storage Gateway running on Amazon EC2 as an iSCSI volume to the JBoss EC2 server.
D) Deploy the Oracle database and the JBoss app server on EC2. Restore the RMAN Oracle backups from Amazon S3. Restore the static content from an AWS Storage Gateway-VTL running on Amazon EC2
----
When you see this question, the first thing which you should read is the text underlined. This will give you an idea of what is really needed. Then quickly go up and read the full questions and start reading the answers options. Keep on eliminating the answers till to are able to find the correct answer as per what is asked for the underlined text.
Elimination
While reading keeps on eliminating the wrong answers and iterate until you are able to reach the most suitable answer as per the ask of the question. If you are stuck with a choice of 2 and not able to decide on the final one, mark that question for review, randomly mark one choice as the answer, note on the notepad provided with question number and choices for which the final battle is to be decided. You can come back to this question later at the end of the exam if time permits. This happens very rarely that you will get time to review. So, we have to mark something in the first pass and then later decide if we get time in the review.
Water bottleA clear water bottle is allowed, keep it next to you and drink a sip when your brain starts steaming in the middle of the exam. It will happen that brain will be jammed in the middle at the regular intervals and you will need some fuel to keep it going :)
Thank you for reading. I am done with AWS Devops Professional and now preparing for the SA Pro. What are your tips for the AWS professional exams?