Author: sq4ind

Compiling zabbix-agent on Raspberry Pi (xbian or debian)

First of all You need to install some software for compilation: apt-get install build-essentialapt-get install build-essential Now, just get sources of zabbix (in this case the latest version is 2.0.6): wget "http://garr.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.6/zabbix-2.0.6.tar.gz"wget "http://garr.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.6/zabbix-2.0.6.tar.gz" Unpack it, go to unpacked sources: tar

Tagged with: , , , ,

Monitoring ip_conntrack on zabbix

I needed some statistics and triggers on zabbix of ip_conntrack. Here is how to monitor it, of course You can expand it as You wish. First of all You need to add some configuration to Your zabbix agents. Put those

Tagged with: , , ,

Fedora 19, openvpn and default route

According to one of my latest post (Fedora 19 and override routes with openvpn) I realized that Network Manager applet is not showing the status of VPN connection – icon will not change to this one: . I decide that I

Tagged with: , ,

Fedora 19 and override routes with openvpn

Lately, I had an issue with routes, because I wanted to use my VPN connection only for resources on network that I wil connect. Unfortunately in Fedora 19 this option: “Use this connection only for resources on its network” doesn’t

Tagged with: , , ,

Running openvpn with SELinux on Fedora 19

Lot of people has the same issue with setting up openvpn with SELinux enabled. Follow steps below and You will get it working. First of all make directory in Your home (it must be .cert): mkdir ~/.certmkdir ~/.cert Now copy

Tagged with: , ,

Fedora 19 and Dell E4300 issues

Recently I’ve installed Fedora 19 on my Dell E4300 laptop. There are some issues with this setup and I will try to reseolve them in this post: scrolling on touchpad doesn’t work Just paste it in command line: gsettings set

Tagged with: , , ,

Charging iPad connected to USB port on Fedora

When I bought iPad I was confused that it will not charge when connected to USB port in my desktop. Recently I found this software: ipad_charge. As it is said on github it will charge almost all portable apple devices.

Tagged with: , , ,

iOS jailbreak tool evasi0n on Fedora 18 x86_64

I just wanted to do jailbreak on my iPad3. I’ve grabbed latest version of jailbreak software from evasi0n.com website. Unpacked it, and run, but I’ve got error: ./evasi0n.x86_64: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No

Tagged with: , , , , ,

Openvpn revoke / unrevoke certificates

REVOKING Sometimes You need to revoke access of a client in openvpn. The simpliest way to do this is to revoke certificate. Revoking certificate is almost as simple as clicking enter on a keyboard. To revoke certifikate just go to

Tagged with: , , , , ,

Fedora 18, chrome and jnlp file association

Every time I’ve upgrade or reinstall fedora I have the same issue. Downloaded *.jnlp file with chrome browser will not open (from the bottom of browser) in java. While this file is clicked it will open new tab and will

Tagged with: , , , , ,
Top