Last month/year I decided to challenge myself and embark on the journey of using OpenSUSE to give it a fair chance to become my daily driver. It is really hard to say if I’ve given it a fair chance, but during the journey I’ve learned OpenSUSE is not the right
Tag: OpenSUSE
So I’ve started this wild wild OpenSUSE ride and already posted some initial impressions and gripes I had. Some problems were just too annoying for me so I decided to reinstall and go with OpenSUSE Leap instead. In initial impressions article I’ve noted that backlight is not persisted accross the
This is a short update on the progress of my OpenSUSE experiment. After initial fiasco with OpenSUSE Tumbleweed I decided to switch to the Leap. Reason being, Tumbleweed is not so “stable rolling” after all. My expectations, from marketing and everything, were that OpenSUSE Tumbleweed is basically like Arch, but
As noted few days ago, I decided to give OpenSUSE another chance. This time, for at least a month, and then give it my final judgement. I’ll likely write about motivation for going on this journey down the road, but for now, this is update on what has been weird
I’ve been trying OpenSUSE throughout the years, at least once or twice a year, and there was always some set of annoyances with it so I could never stay on it permanently. This time, I have decided to give it my best shot and see if I can use OpenSUSE
Moving around: CTRL + A # beginning of the current line CTRL + E # end of the current line Alt + F # one word forward Alt + B # one word back Text manipulation: CTRL + U # delete characters before cursor CTRL + K # delete characters
By default proc is mounted in a way that allows inspection of other users processes by any account on the system. This can be a security risk if attacker gets hold of one of the accounts on the machine as it can freely inspect processes and gather information that it
ProcFS in Linux has many useful information about process and its status. In this particular case I’ll show you how to determine progress while copying the file with cp. Same principle can be used for many other situations as well; like importing MySQL dump or whatever you comes up on
Although I use tmux primarily for my “multiplexing needs” I hop into screen from time to time as well. Below are few tips for managing regions inside of GNU screen. Your basic screen window probably looks somewhat like: Ignoring hardstatus settings you basically have one session and one window inside
I’ve been using password-store utility for saving my passwords in GPG encrypted files. Since I’m also using 2 factor authentication I’ve opted in to use pass-otp as a convenience. As this extension is not in the official OpenSUSE repositories you will need to install it manually. If you’re reading this