Adjusting audio balance in Windows 11 is so much easier compared to doing so in Windows 10. Believe it or not, it only takes three steps.
Step 1
Right click on the volume icon in your taskbar, select Sound settings
Step 2
Click the active audio output device
Step 3
Use the slider to change the volume of right or left channel.
That’s all! I hope it helps, cheers!
About Hardono
Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.
Here’s my summary of this short course offered by LinkedIn.
What is Business Analysis?
Practice of enable change in the context of an enterprise by defining needs and recommending solutions that deliver value to stakeholders.
-International Institute of Business Analysis
To be a good business analyst, you need to have the following skills:
Facilitation. The skill of designing and running productive meetings based on previously agreed requirements.
Problem solving. Not only by providing solution, but also find the root cause of the problem.
Negotiation. Different stakeholders might have competing agendas. So it’s important to identify the common ground or bigger purpose, which will help to achieve mutually agreeable decisions. Ability to remove emotion from decision making process is important.
Industry and organization knowledge. By having these knowledge, the analyst will be able to design better solutions by asking informed questions, probing deeper, and having a wider vision. It will also help to maneuver the organizational cultures when working with stakeholders
All in all, it was a 21 minutes quite well spent. They also gave me a certificate:
About Hardono
Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.
Reviewing the logs of this website, is one of my weekly activities. Most of the time, I only need to clear the logs to save space. But today, I notice there’s something wrong with this post. The log indicates that NGINX is unable to reach the internal gateway (the Go application).
Well this is weird. I remember I already set the program as a background service. To ensure that this is the case, I checked if the service is already created in systemd:
To make sure the service is running after reboot, we need to enable the service
sudo systemctl enable golisj
Output:
Created symlink /etc/systemd/system/multi-user.target.wants/golisj.service → /lib/systemd/system/golisj.service.
Check the status again:
sudo service golisj status
Output:
To test it out, I rebooted the server. When I opened the post, I can see the animated gifs running. I Ctrl+F5 one more, the gifs is still there. That means the service is now running after restart.
I hope it helps. Cheers!
About Hardono
Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.