Τρίτη 23 Ιουνίου 2015

Personal openbox menu

Here i'll post my openbox menu (made with obmenu), don't use it as is since you might have different applications

my distro is debian xfce with openbox alongside
version is 8.1

To be honest i consider this more like a backup and not an ordinary post, but if anyone else likes it, it can be modified easily (only few commands depending on your system will need a change)

Anyways, here it comes! :D

Κυριακή 21 Ιουνίου 2015

My conky setup

Conky is a system monitor which can offer you a great desktop eye-candy if you're using linux (whatever distro)

You can install it by simply typing down:

sudo apt-get install conky

or if you're using a rpm based distro

sudo yum install conky

After it's done go to ~/.conkyrc (or create one if it doesnt exist (probably it will not)) and paste your desired conkyrc into your blank conkyrc with your favorite text editor. Small note: since it's .conkyrc that means the file is hidden, so you must set your file manager to show hidden items.

Τετάρτη 3 Ιουνίου 2015

A tmux quick tutorial

A quick guide for the utility called tmux (terminal multiplexer) that allows you to open windows, split the terminal screen etc
First of all tmux is really handy when it comes to ssh connections allows you to have more than one terminal to work with, second important thing is that it's easy to use.






First we need to install it...

sudo apt-get update && sudo apt-get install tmux