Category: linux

some of the usual and not so usual experiences i’ve had with Linux

“Fix” Snap Steam installed games

Recently I installed a Snap package of the Steam application on my Ubuntu 16.04. I read about it in a blog post and just had to try it out. I’ve been migrating my most used desktop applications into their Snap versions over the past year, so why not Steam too. It’s “cleaner” that way, or…

continue reading
No Comments

Ubuntu 16.04 10-year Support

Yes, Ubuntu 16.04 codenamed Xenial Xerus is officially supported by Ubuntu up to 10 years. As most of us already know, Ubuntu versions that start with an even number and end with 04 are LTS or Long-Term Support. These LTS versions are supported up to 5 years. By default. That means Canonical will have regular…

continue reading
No Comments

Gaming on Steam Deck in PH

Early last year, I was thinking about getting a gaming PC. Already started asking around and looking at the prices of the components that I thought I would need to build my gaming machine. While the desire was there, something was always holding me back. (More expensive than I thought.) Then I found out late…

continue reading
No Comments

I Forgot My Linux Desktop Password!

Uh-oh! If you’re forgetful like me, chances are that you may come into this situation one way or another in the not so distant future. Bless you if you never do. I really hope you don’t. Write that password down somewhere. Safe. Not on a piece of paper please. In any case, if it does…

continue reading
No Comments

I Finally Shrunk My AWS EBS Volume

And this is for Linux only. There is no short way to do this. It is not supported directly through the AWS Console where I can just push buttons and click away. It took SSH-ing to my Linux server. Typing in some terminal commands. Starting/stopping my EC2 instance a couple of times. However, it is…

continue reading
No Comments

When Chromecast Won’t Play MKV Video Formats

My appetite for media consumption has gone up several notches during the whole pandemic WFH (work from home) phase that has been happening for a long time since March of 2020. Video content to be more exact. All the more so when there was an ongoing lock-down/quarantine/curfew and pretty much all that one can do…

continue reading
No Comments

Trying Out Manjaro For The First Time

…and I am officially loving it! I think I might have found my next Linux distro. NO. I have found my next Linux distro. The Ubuntu 16.04 Xenial Xerus on my personal laptop is getting way too old for comfort. LTS (Long Term Support) it may be, but I think it will be EOL by…

continue reading
No Comments

More OpenVPN Options On NetworkManager

In a previous post I wrote about how NetworkManager on Ubuntu 16.04 LTS (Xenial Xerus) lacked some options that are needed to support newer versions of OpenVPN, particularly on versions 2.4 and 2.5. This meant that one would not be able to create a connection configuration to an OpenVPN server using those unsupported options through…

continue reading
1 Comment

OpenVPN GUI Client For Linux

Not that long ago, I wrote about creating my own VPN (Virtual Private Network) for personal use with OpenVPN. In that post I also recounted how I used it for work purposes back when I was still in Singapore. That was several years ago. That time I had no issues connecting to the VPN server…

continue reading
1 Comment

Creating My Own VPN With OpenVPN On AWS

Now I have always thought about getting a VPN subscription for some time. Already researched a bit about it several times before. I always somehow keep on having second thoughts about getting one for several reasons that I won’t mention here. I’ve already implemented a VPN back when I was still in Singapore, using OpenVPN.…

continue reading
2 Comments

Offline JSON Formatter

One of those people who is guilty of frequently relying on online 3rd party JSON formatting tools so messily formatted JSON strings or one-liners can be saner to read. If you are like me who deal with JSON almost every day for development, reading log messages, error tracing, etc., readability for JSON is a must.…

continue reading
1 Comment

Format JSON String From IntelliJ IDEA

How many countless times must I have found myself with a piece of JSON string that is formatted in a way that makes it very hard for me to read. Perhaps you’ve also experienced this several times too? As a back-end developer, having to deal with a lot of JSON is unavoidable. Heck, I deal…

continue reading
No Comments

Using OpenShift Secrets With Spring Boot + Kafka

Going to skip right away to the juicy stuff as much as I can. I won’t discuss about what OpenShift is or what the Secrets feature does. This is only about my experience the first time I dealt with Secrets and how I used it for a Spring Boot Kafka consumer/client application. The problem I…

continue reading
No Comments

Playing With Google ChromeOS

For the last 3 days I have been messing around with Google ChromeOS on a HP Notebook – 15–ay190nia on loan to me for a week. It has been fun so far. Though it’s not all smiles and giggles all the way as it should be, since the hardware on this old thing kind of limits me,…

continue reading
1 Comment

Fix ./gradlew Permission Denied On OpenShift Deploy

Something I encounter every now and then on application deployments. This is common especially on the first time you commit/push your code to your Git repository with CI/CD configured. Might have labeled or titled this article wrongly. The error does not happen when the app container is being created on OpenShift. It does not even…

continue reading
1 Comment