The latest Skype for Linux update (8.13.) seems broken on Ubuntu 14.04/Mint Linux 17.x. The application loads but all I can see is the white window with the menu. During …
Author: ServerAdmin
Librem 5 – A Security and Privacy Focused Phone
The idea to build and use the phone OS which doesn’t rely on Apple or Google is quite old. Since the Ubuntu Edge project, there have been several attempts, but …
There is no suitable CSPRNG installed on your system
Some PHP packages may stop working after update with error message: “There is no suitable CSPRNG installed on your system”. The reason for this that they stopped using OpenSSL and …
CentOS 6.x boot GRUB on software RAID /dev/md0
If you’ve just installed CentOS 6.x on software RAID and it won’t boot from /dev/md0, don’t worry. It can be fixed. – Insert CentOS media/DVD and boot in rescue mode …
Oracle Java 8 on Ubuntu 14.04 / Mint 17.3
Default “Java” version of Mint Linux 17.3 (or Ubuntu 14.04) is OpenJDK 1.7 which works fine, but some SDKs won’t install until you upgrade to 1.8 (for example Tizen IDE …
PostgreSQL on CentOS 7 – Howto
In this post I’ll try to show you how to install PostgreSQL 9.6 on CentOS 7.3 which is the current versions of PostgreSQL and CentOS. The default PostgreSQL version on CentOS …
Nginx – redirecting with a regular expression
NGINX rewrite rules are quite simple and easy to understand. They change the part or complete URL in a client request (for example in case when you want to redirect …
Change hostname on Mint Linux / Ubuntu – Howto
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 …