profile image

Evans Owamoyo

Software Engineer ■ Flutterist ■ Gopher ■ Java developer.
Rust Logo

Rust: Day One Reflections  [Pinned]

It’s not just about println!("Hello, world!").. 🤌

programming languages cover

My Programming Toolbox  [Pinned]

Programming languages and related frameworks / tools I have used since 2017 till date and a bit of history.

gomeasure image

Creating CLI in Go  [Pinned]

A deep dive into the gomeasure CLI tool (early release)

October 16, 2022 6 min
Fanatic Badge Image

Getting the Fanatic badge on Stack Overflow the PRO way  [Pinned]

"Automating your browser with “cron” and shell scripts ( Linux | MacOS )"

Speed Image

Writing faster Java algorithms  [Pinned]

Optimization techniques for writing Java programs

omp logo

OMP overview

OMP directives with examples

systemd

managing services and changing default targets

SELinux

Security in linux

Mounting and Unmounting file systems

Mounting and Unmounting File Systems Mounting File Systems Manually mount <file_system> There are two ways to specify file_system on a disk partition name of device in /dev uuid Command lsblk list the details of block devices available /mnt is the a temporary mount point Mounting by UUID use lsblk -fp to get the full path and uuid of devices mount UUID="3242424-4242-4242424" /mnt/data use fdisk -l to view disks currently on your machine Automatic mounting of Removable Storage Devices if on GUI, removable device is mounted at /run/media/<USER>/<LABEL>....

Tuning System Performance in Linux  [Draft]

Red hat Enterprise Linux tutorial notes «KILL ☼ TUNING ☼ SCHEDULING»