dt.iki.fi

All Articles (133)

No More Android ‑ Part 2 ‑ Welcome back, Nokia!

Nokia 130 Warning: This phone's OS contains trial games, i.e. they have a "Buy" option in their menus. I can refrain, and I don't know if and how it would even work if clicked, but this is definitely a damper, e.g. if one plans to give this phone to a child. New for 35€. I happened to still have a.....

Git tricks

Collection of useful git commands etc. Revert a pull/merge etc. get a list of recent commits with git log --oneline select the hash (first word on each line) of the one you want to revert git revert -m 1 <selected_hash> Locally merge a pull request See this stackexchange Q&A. After cloni.....

ArchLinux (Re‑)Installation

My current install is getting old (5+ years) and I thought it might be a good idea to start from scratch. Obviously I follow the Installation Guide as if my life depends on it; this document is for additional notes. These notes are for an MBR/BIOS install with full system encryption. Before you star.....

nocache ‑ minimize filesystem caching effects

Once again I have to copy tons of files to a USB stick, and it's way too slow. It's a known effect on Linux systems. Why filemanagers cannot recognize that, I don't know. It's be enough to copy files one by one (queuing) instead of starting all those operation all at once. It also happens on the com.....

The Fluxbox Windowmanager

This article is part of a series. Here you can see the old Fluxbox web page from ~2002: How nice is that! What fascinates me about Fluxbox is its history. It has developed from blackbox around 2001, is still actively developed and has a devoted user base. In its early days it must have been the num.....

dwm window manager

I am interested in window managers that can do both tiling and floating layouts. I don't think I'll ever become a tiling purist, but trying out dwm for some longer time has been a good experience. There's some truth in it - the lack of "features" helps to focus on what's relevant. Both looking at an.....

Dotfiles

The term usually refers to a (shareable) collection of all sorts of user configuration files, often through a VCS such as git. A collection of dotfiles might help to set up a fresh system, incorporate ideas & changes from different (but similar) systems, or to share these files with other Linux .....

32‑bit Only Hardware ‑ Still Usable in 2019?

I understand your reluctance to throw that nice little netbook away. Actually I used to own a very similar model until recently, an Acer Aspire One ZG5, with one of those infamously underpowered intel Atom processors (and GPU). I bought it used (dirt cheap) in 2015 (it was new in 2010) and installed.....