Category: Uncategorized
-
googlecl – Command line tools for the Google Data APIs – Google Project Hosting
googlecl – Command line tools for the Google Data APIs – Google Project Hosting
-
nice tools to deal with an nvidia GPU: nvidia-settings, nvdock
This article helps you in finding the right package, that contains them.
-
locate RPM packages which contain a certain file | Racker Hacker
Locate RPM packages which contain a certain file | Racker Hacker
-
X11 log files with timestamps: ignore the timestamps and compare there anyway
/var/log/Xorg.0.log and /var/log/Xorg.0.log.old have timestamps on (most of) their lines, so you are not able to compare them directly. This is the perl one-liner, that I just used for replacing the timestamp by white space: perl -pe ‘s/^[……….]/[ ]/’ /var/log/Xorg.0.log > /var/log/Xorg.0.log.NODATE If you apply this to Xorg.0.log and also to Xorg.0.log.old, you are…
-
my openSUSE Linux notebook (ASUS) finds it too hot and halted itself
I never experienced that problem before. Maybe the OS just got a little smarter now: kernel: [ 6072.179381] Critical temperature reached (91 C), shutting down. I opened the notebook (if I only had known, how easy it is to open this one), cleaned the CPU fan (wow, what a lot of dust!), …, finally I…
-
Musical Piano FREE/Pro – Android Apps on Google Play
Piano keyboards on my Android tablet – I really like this. For now this is good enough to help my son exercising the music for his choir. Also works as a metronome … Musical Piano FREE – Android Apps on Google Play Musical Pro – Android Apps on Google Play
-
why does my FRITZ!Box keep logging “(date) chronyd[(pid)]: Source (IP-address) online” resp. “… offline”?
Is that necessary? helpful? …?
-
BDD = Behavior-Driven Development – Wikipedia, the free encyclopedia
Behavior-driven development – Wikipedia, the free encyclopedia TDD = Test-Driven Development Cucumber – a BDD framework (not just for Ruby), maybe the state-of-the-art framework for BDD RSpec – an early BDD framework for the Ruby programming language