Posts

How I Passed The Microsoft Azure Fundamentals AZ-900 Exam

Image
First, why the cloud track? Just like you must learn German to understand the culture of Germany and interact socially with people, I must learn the cloud language to be able to interact with cloud engineers. Cloud skills are in demand. No doubt about it. Why Microsoft AZ-900 exam? my company offers free vouchers to all employees as part of a big Microsoft partnership up-skill plan. Microsoft is the second largest public cloud provider in the market and is increasingly gaining market share and maybe could catch AWS one day. My Microsoft Certified Professional title expired with Windows XP (Rest In Peace). So a new Microsoft cert in my resume would be nice. Learning material for the AZ-900 exam Microsoft free learning offering here Internet search in the Microsoft website to find definitions of Azure services. Youtube videos this Free practice tests: this this My preparation method Exam day Since I took the proctored online version, I had to prepare the exam environment myself, from pho...

Family Time

Many years ago I have been trying to build a better career, a better health, etc. and sacrificing family time. I used to negotiate with my wife the fact that I needed some time to myself. I needed to work harder, in order to achieve better results. However, I noticed that my relationship with my spouse and children was deteriorating. My wife started telling me that there is a bigger and bigger psychological gap between me and my older son. She also told me I was getting a “bit” more aggressive. She was right. I did not notice all of that. That’s normal, I was living inside my head for a long time. I focused my efforts on two areas, and neglected my family. I was taking my family’s happiness for granted. I was physically there but emotionally absent. Now I decided to change this. I decided to slow gears and focus on my family more than on my career. I even now refuse to change jobs if the new potential job role would not bring me the balance to enjoy family time. ...

Habitica As a Productivity Tool

Image
I was looking for ways to increase my motivation to learn Anki flashcards. So I was browsing the internet in search of some popular extensions. I found Habitica . I downloaded the extension for Anki, created an account, configured the API in Anki and started using it. I think I am getting to like the tool a lot. I simply love the fact that achieving stuff helps me build an RPG character, which is rewarding in some way. Since I don’t have time to play video games – and while I was a big fan of video games in my teenage days – I feel like I am combining a past hobby with productive activity. The people behind Habitica are simply brilliant! Now, I am to progressively switch my tasks from Google Calendar to Habitica, because I like the fact that I am making my fictional character – the Habitican- earn some gold and experience, which will translate into equipment and magical potions. And I really like the Android app. It is completely ad-free and well designed: explor...

Time Tracking Report: April 2021

Image
time tracking report April 2021 My sleeping time increase with a whopping 10%. One of the reasons is the two days where I got hypothermia. On each of those days I accounted an additional 3 hours at least, trying to recover my health. Job time (~22% of total tracked time), is almost the same duration as in March (24.7%) A lot more time with family (13% of total tracked time): I decided to involve my son when I go shopping. That way I can spend some quality time with him Since Ramadan started on April 13th, I dine with my family around the same table each night.

How to Empty Recycle Bin in Linux Mint

open a terminal window launch the following command sudo aptitude install trash-cli Linux will ask you for the superuser password Reply to the questions with “y” or “Y” The following NEW packages will be installed: python-pkg-resources{a} trash-cli The following packages will be REMOVED: libllvm11{u} libxcb-xtest0{u} linux-modules-extra-5.4.0-67-generic{u} linux-modules-extra-5.4.0-72-generic{u} 0 packages upgraded, 2 newly installed, 4 to remove and 77 not upgraded.Need to get 154 kB of archives. After unpacking 486 MB will be freed.Do you want to continue? [Y/n/?] yGet: 1 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-pkg-resources all 44.0.0-2 [129 kB]Get: 2 http://archive.ubuntu.com/ubuntu focal/universe amd64 trash-cli all 0.17.1.14-2ubuntu1 [24,2 kB]Fetched 154 kB in 0s (615 kB/s) simply watch the script search for unnecessary files on your system: (Reading database ... 460254 files and directories currently installed.)Remo...

Time Tracking Report: Mar 2021

Image
The first two weeks I started tracking time as usual with Boosted: Time tracker project duration report first two weeks Mar 2021 Then I was faced with the decision with either continuing using it, buying the full features, or searching something similar that is free and fulfills my requirements. That is how I found aTimeLogger . I customized it and used for the rest of my time tracking activities: Time tracker report mar 2021 When I will get bored I will probably post a tutorial on using it. Sleep time occupied 27.3% of total tracked time. An interesting observation: in March I ate for as much time as I studied for the Wireshark exam :)

How To Check Wifi Monitor Mode in Linux

open a terminal window execute the following command: wassim@wassim-PC:~$ iw list You will get a list of supported capabilities: wassim@wassim-PC:~$ iw listWiphy phy0 max # scan SSIDs: 4 max scan IEs length: 2257 bytes max # sched scan SSIDs: 0 max # match sets: 0 max # scan plans: 1 max scan plan interval: -1 max scan plan iterations: 0 Retry short limit: 7 Retry long limit: 4 Coverage class: 0 (up to 0m) Device supports RSN-IBSS. Device supports AP-side u-APSD. Device supports T-DLS. Supported Ciphers: * WEP40 (00-0f-ac:1) * WEP104 (00-0f-ac:5) * TKIP (00-0f-ac:2) * CCMP-128 (00-0f-ac:4) * CCMP-256 (00-0f-ac:10) * GCMP-128 (00-0f-ac:8) * GCMP-256 (00-0f-ac:9) * CMAC (00-0f-ac:6) * CMAC-256 (00-0f-ac:13) * GMAC-128 (00-0f-ac:11) * GMAC-256 (00-0f-ac:12) Available Antennas: TX 0x1 RX 0x1 Configured Antennas: TX 0x1 RX 0x1 My wifi card is named phy0. Under the name of your wifi card look for the line “supported interfaces modes”: Supported interface modes: * IBSS...