ref: Phasing out i686 support
Arch Linux is great at what it does.. always chasing that elusive bleeding edge and providing no other choices to users. I don't want either of that, and I am now phasing out arch from my stacks.
runit openrc gentoo
I decided to have another go at
I had been thinking about this, since I noticed this on
runit
, this time on my gentoo
.I had been thinking about this, since I noticed this on
tmux mouse scroll
I keep running into this issue, as tmux changed it's mouse behaviour. To make it work again, add the following code snippet into your
and reload the changed tmux configuration
~/.tmux.conf
set -g mouse on bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'select-pane -t=; copy-mode -e; send-keys -M'" bind -n WheelDownPane select-pane -t= \; send-keys -M
and reload the changed tmux configuration
$ tmux source ~/.tmux.conf
git Gentoo Portage repos on GitHub
git me! The gentoo repos are on github2, and I've just discovered them.. mysteriously hidden in the World Wide Web ;)
There is a post on the gentoo forums from 2015, re git/github saying:
There is a post on the gentoo forums from 2015, re git/github saying:
Although some developers wrongly still recommend plain rsync-update method, you should never do that, since it is fundamentally insecure (emerge-webrsync is signed by a machine key, but still better). You should instead start to sync via git (best do that from github, unless you want to break our infra server).
The Monolithic Cabals
A few decades ago, there was a great big flame war called the Monolithic vs Microkernel debate[1], between Andrew Tanenbaum (minix) and Linus Torvalds (linux). It is said that the debate was won by Linus, and that is why #linux became more popular.
I am a fan of Microkernels. But I am even more a fan of Open Source. I believe that is the sole reason Linux became popular, not because people loved a monolithic architecture. Folks embraced it because it was #opensource.
I am a fan of Microkernels. But I am even more a fan of Open Source. I believe that is the sole reason Linux became popular, not because people loved a monolithic architecture. Folks embraced it because it was #opensource.
most viewed
-
to play more seriously with yet another distro, i needed to install it. so i had some fun resizing/moving partitions around to clear some fr...
-
I have just discovered zram [2] :) woohoo... and what a thing that is! I was so sold on tmpfs , that I used it for everything I possibly ...
-
you won't see many docs about minimal netinstall slackware. indeed, you will see many experts saying there is no such thing. and your on...
-
debian kernels contain everything needed by everyone. customising your kernel is easy and highly recommended. i recommend using the same ker...
-
I decided to have another go at runit , this time on my gentoo . I had been thinking about this, since I noticed this on
-
this idea has been knocking around in my head for a while. i want to document it, while it is still there and to flush it out later.. i us...
-
vision: portable internet router, to carry on my travels, or use at home. openwrt on a portable (thin-client/netbook) device. internet sour...
-
I have no sound, on my recent gentoo install. LXQT Mixer wouldn't open. I don't even get any error/warning messages. This is not ...
-
ref: http://wiki.gentoo.org/wiki/portage Gentoo is Portage. Portage is Gentoo. Getting portage settings right is vitally important. It...
-
I noticed while updating my void that kernels were being updated, but old ones weren't being removed. Removing orphan packages didn'...