Category Archives: Geek Tool

This tool, made by college students, will save you all that time you spend transcribing by https://is.gd/jmkQCN

typewriter-159878_1280

I’m taking notes. I’m going to figure out how to fix all of these things. But, no. One thing that I’ve always hated the most is when I’m like, I’m going to be so accurate, I’m going to use a recorder this time and get everything perfect. And then I’ve got to sit there and transcribe it.

It’s such a waste of time because you don’t even use most of the interview, right? So two guys from Dublin City University actually reached out to me a week ago and shared a tool they made for automatic transcription. It’s called Scribe.

from https://is.gd/jmkQCN

Selected by Galigio via Computer Borders

Link

10 Free Tools for Creating Infographics

“Don’t have hours to spare crafting something beautiful in Photoshop? We (They) select tools that won’t cost you a penny…”

infographic-elements-pack_23-2147507384

Install Conky system monitor for Linux and configure it in few basic steps

Conky is one of the most powerful and versatile system monitors for Linux desktops. It allows you to monitor and display all the information about your hardware, top processes, network, emails and more. At the moment more than 300 different feature has been built for Conky and searching on the web you always find the perfect feature already developed by someone.

– Installation on Ubuntu:

in Terminal run: sudo apt-get install conky

– Configuration:

In Terminal run: sudo nautilus

Go to File System: /etc/conky/conky.conf

Save a copy of the original conky.conf in another location and open the original file with Gedit Text Editor

First of all change: own_window yes to own_window no

Choose your preferred alignment (some samples below…):
alignment top_right
or
alignment middle_right
or
alignment bottom_right

Play with: update_interval 1.0
and change the interval value till you find the right ratio to obtain the best speed for you (in my case it was 0.80).

Add this line to eliminate any flickering:
double_buffer yes
but, on some computers, all the icon on your desktop will be hidden and you need to use (move) the mouse to discover them if you will not add this parameter: own_window_type normal

Add, as last line (or in other position if you prefer):
${color red} ${cpugraph} to have a clear graph about cpu (obviously you can choose the color you prefer)

For automatic start of Conky at startup, please follow the following instructions:
Run Startup Applications in System –> Preferences
Click on Add and save after updating the following instructions
Name: Conky
Command: /usr/bin/conky

Restart Ubuntu to check your new Conky “applet”

Link to Conky: http://conky.sourceforge.net/

For more info about Conky’s variables: http://conky.sourceforge.net/variables.html

Find online some pre-compiled Conky configuration files, searching, for example, on: http://gnome-look.org
AddThis