Tag Archives: Linux

Hunting the Keyboard Shortcut

Recently while in the mood I decided to upgrade my Thinkpad X280  from Ubuntu 16.04 LTS (for which it had the approval) to more current Ubuntu 18.04 LTS. That also meant that I’m back on Gnome Shell which I’m not … Continue reading

Posted in Hakre's Tips | Tagged , , , , , , , , , | 1 Comment

Compile ripgreg (rp) on Ubuntu 16.04 LTS

Just a quick note to myself on how to compile the insanely fast rg utility from git sources w/ AVX and SIMD activated. Clone from sources: git clone git@github.com:BurntSushi/ripgrep.git –depth 1 && cd ripgrep Install rustup to be able to compile … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Mysql Batch Mode – Handle Multiple Tables with Ease

MySQL has a batch mode that takes any SQL command from a file: where batchfile contains the sql commands, e.g. one per line. This can save some inter-action. I just wanted to upgrade some web software. But I didn’t wanted … Continue reading

Posted in Hakre's Tips, Pressed, Uncategorized | Tagged , , , , , , , | 2 Comments

freshly served: oclHashcat v0.19

The kitty catty on speed (oclHashcat) is there with a new release. oclHashcat uses specialized attacks ported from hashcat (a CPU based variant) that reflects both: GPU and hardware architecture (the way how specialized chipsets are integrated into the personal … Continue reading

Posted in Pressed, Reports, Tools | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 1 Comment