The Blog

Install Docker on AlmaLinux: Step-by-Step (Docker CE + Compose)

I had to install Docker on AlmaLinux recently because I was setting up a fresh server for a few self-hosted…

how7o

Change Welcome Message on Ubuntu VPS (MOTD + SSH Banner)

When I first logged into my Ubuntu VPS, the server greeted me with a big text “logo” and a welcome…

how7o

Automatic Logout Timeout for Command Line in Ubuntu (TMOUT 300s)

A while ago I left an SSH session open on my Ubuntu VPS while I went to do something “for…

how7o

Create a Directory in Ubuntu (mkdir Command + Examples)

I still remember the first time I tried to “organize my files properly” on an Ubuntu server. I SSH’d into…

how7o

Update Ubuntu to the Latest Kernel Version (Safe Server Steps)

I ran into this problem on a server where aapanel kept showing a security warning: “your current kernel has a…

how7o

How to Check if GD Library Is Installed in PHP (3 Easy Methods)

I ran into this when I was working on a PHP project that generates thumbnails. Everything looked fine… until I…

how7o

How to Show Only Hours and Minutes in Laravel Blade (HH:MM)

I hit this while building a simple schedule page in Laravel. My database time was coming through as something like…

how7o

How to Display Only the Current Date in Laravel (Carbon Examples)

I ran into a small but annoying issue while building a Laravel page that shows “today’s date” at the top…

how7o

How to Send a Simple Email in Laravel (Fast SMTP + Mail::raw)

I needed to send a “quick test email” from a Laravel project the other day. Nothing fancy—no templates, no queues,…

how7o

Force Close an App in Ubuntu (xkill, System Monitor, kill -9)

I had this happen on Ubuntu more times than I’d like to admit: an app freezes, the window won’t close,…

how7o