If you’re not sure which components are installed in your server/pc, you can use inxi which is a command line system information script. It will show you the system hardware, …
Install FreeRADIUS – talloc library not found
In case you’re trying to install FreeRadius 3 on the latest CentOS (currently 6.8), there is a chance you’ll see the next error … checking for _talloc in -ltalloc in …
Disable bluetooth on startup – howto
I’m using Mint Linux and I noticed that the Bluetooth adapter is always on (I turned it off in the previous session). I’m using Bluetooth from time to time, but I …
Fix “Failed To Fetch” Apt error Howto
Google announced plans to discontinue 32-bit Google Chrome for Linux and it has. On some 64bit Ubuntu based systems (Mint/Kubuntu/Xubuntu,..), during update process you may notice the next error: “Failed …
Hacked Linux Mint ISOs
Bad news for Mint users who downloaded ISO files few days ago (20th Feb)… Some dude found the way to replace the official Mint 17.3 Cinnamon ISOs with the cracked …
Unable to export database in MySQL Workbench – delayed-insert error
In case you’re using MySQL Workbench for creating dumps please keep in mind that version 6.3.5 has one annoying bug. After update, the first time I tried do create dump, …
Andama – an open source teamviewer alternative?
Andama is an open source remote desktop software, with client side encryption and privacy in mind. The project is currently in funding phase so please help as much as you …
Quick Laravel – Part 1
Laravel 5.x requires PHP version 5.5.9+. Also, in case you want to use database (sqlite or mysql), install Sqlite3, Mysql or PostgreSQL server. Install composer with curl -sS https://getcomposer.org/installer | …
CentOS PPTP client Howto
The Point-to-Point Tunneling Protocol (PPTP) is a method for implementing virtual private networks. Since it is marked as non secure and vulnerable, I don’t recommend it as a “final” VPN …
Eclipse Android developer tools – The End?
According to this link , Google will abandon development and official support of the Android Developer Tools in Eclipse. Instead ADT, the main focus and interest will be on Android Studio. This applies specifically …