To change your hostname, you’ll need to edit /etc/hostname file with sudo nano /etc/hostnamesudo nano /etc/hostname The file content is very simple. It contains the current hostname and all you …
Cx UI framework
If you’re working on a new admin and dashboard application and you’re looking for a quality UI framework which is fast and easy to use, check the Cx. It is …
Command line system information
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 | …