Intel® Core™ i3 processor (45nm and 32nm) Intel® Core™ i5 processor (45nm and 32nm) Intel® Core™ i7 processor (45nm and 32nm) Intel® Core™ M processor family (45nm and 32nm) 2nd …
Author: ServerAdmin
rsync tutorial
Rsync is a command-line utility commonly used to copy files and folders from one location to another while preserving file attributes (permissions, ownership). In other words, it is used to …
Skype for Linux 8.13 not working
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 …
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 …