Tint2 configurations: Boxed (remix)

Since I am back using Tint2 panel I did a remix, which is based on my older work available here. Modifications available in the below are minor but useful when having a wm like Openbox. Copy the configuration below to .config/tint2rc or point your tint2 to specific configuration file with tint2 -c configuration_file_name

The panel will look something like this:

Tint2 Boxed remix configuration. For transparency in Openbox (like seen within the screenshot) use xcompmgr (xcompmgr -c)

Tint2 Boxed remix configuration. For transparency in Openbox (like seen within the screenshot) use xcompmgr (xcompmgr -c)

Continue reading

Upgrading PostX 0.2.5 Debian base

If you want to upgrade PostX Debian base from Wheezy to Jessie before official PostX 0.3 release (probably during late January 2016) Here is how you do it. First open a terminal client (terminator) and type the following in order to access sources.list file:
Continue reading

Freebsd /etc/make.conf example

When you are using Freebsd and you are compiling packages from source (using ports collection) then one of the most important things is the /etc/make.conf file. The make.conf file tells your system how it should build things. You can of course build ports using an empty make.conf file but if you do so you will not get the advantages that might come with customizing things a bit further. Continue reading