Memoverkill int $0x80

Linux | Fancy little “dialog” utility

Using Linux’s sophisticated “dialog” utility to display CPU core temperature

Installation

sudo apt-get install dialog

sudo apt-get install lm-sensors

Here the lm-sensors for detecting temperature (see here for configuration details: http://lm-sensors.org/wiki/iwizard/Detection)

Finally the script goes as

#!/bin/bash

temp1=$(sensors | grep “Core 0:” | cut -c1-24)
temp2=$(sensors | grep “Core 1:” | cut -c1-24)

dialog –title “System temp info” –msgbox “$temp1 $temp2″ 10 22

dialog –clear
exit 0

Using minimal advantage of lm-sensors, it’s just displaying main core temperatures.

img

openSUSE 13.1 – almost here [updated]

It’s been a while since the openSUSE 13.1 beta is released. And now it’s just a matter of time until the official release. [RC1 is coming on Thursday] Anyhow I managed to get it run on own and have tried few exercises too. Here, take a look

So as a SUSE user I’m putting my blog’s background picture to a nice art work made by the community. You can see the gecko face in between the posts, well it didn’t work as I expected but still it look pretty sleek.

You can check out other promotion fun sparks and suggested goals for openSUSE 13.1

Have fun..!

Update: It’s out..! But I didn’t have much time on checking it out. Hoping to do a run through, let’s see how it goes this time.

Connecting Dots

While I was fooling around the Play store I found this recently released nice, simple and very addictive game. It’s called the Dots. The funny thing about this game is that once you get started playing it you won’t feel bored even it just has to do the same thing over and over again.

The experience that I felt was somewhat different from other games I have played before (but this could be only me). I think the main psychological factor that keeps me in the game is its simplicity and the options you get to boost your score and the opportunity you get to use those options. So there should be also a bit of a planning involved.

Talking about the game basics there are two game mods “Time mode” and “Moves mode”. In time mode there’s a timer which runs for 60 seconds for a single round, so all your connecting skills should be used in this time frame. And in moves mode you’ll get 30 moves to scream at in a round. I usually go with the Time mode because it is fun and challenging.

Once you filled your bucket with enough earned dots you can go ahead and acquire one or more above mentioned options. They call these options as Power Ups.

Here I will list those Power Ups

  • Time Stops: With this Power Up you can hold off your timer for 5 seconds and it requires 1000 dots for 5 tryouts. It’s a pretty neat Power Up by the way. (In moves mode you’ll get extra five moves)
  • Shrinkers: This Power Up just shrinks any dot from the board. You just have to double tap on a dot. It requires 500 dots for five tryouts and can be used only once in a round.
  • Expanders: This Power Up I haven’t used yet. As described it removes all the same color dots. It requires 5000 dots for five tryouts. This Power Up will definitely come in handy.

That’s pretty much it about this beautiful game. If you are bored or trying to eat up some free time this game will certainly do the job for you.

So here’s the Play store URL give it a try

UPDATE

I noticed something new in the game’s About section. Actually it was already there but I wasn’t so curious to check it out. There are few sections, most of them has quotes of wisdom by an admired person. But one of them has this funny little dots of all colors and you can tap on them, which will eventually makes a unique sound for each dot.

img img