Vivaldi browser 1.5 final stable released

Vivaldi 1.5 stable is now available for download. Vivaldi is a browser from opera Software co-founder and former CEO Jon Stephenson von Tetzchneris. Vivaldi is based on chromium engine.

What’s new in this release?

Vivaldi now supports Philips Hue color lights. Now you can change the color of the lights based on the color scheme of the websites you visit in the browser.To enable Philips Hue in your vivaldi settings page go to Themes and enable Philips Hue theme integration and connect the Philips Hue Bridge confirms the connection.
(more…)

Continue ReadingVivaldi browser 1.5 final stable released

(Un)colored — HTML & Markdown content editor

(Un)colored is a free document editor software with HTML & Markdown compatible for Windows, OS X & Linux.  It is available for 64-bit systems only, on OS X 10.9 and later, Windows 7 and later, Ubuntu 12.04 and later, Debian 8 and later. The downloaded windows installer file size is around 37MB. Note that this is still in beta tag and more features are coming soon.

uncolored
(more…)

Continue Reading(Un)colored — HTML & Markdown content editor

How to solve vivaldi flickering screen in ubuntu or any other linux

  • Post last modified:November 2, 2016
  • Post category:Linux
  • Post author:

Vivaldi is a new modern web browser from Vivaldi Technologies, a company founded by former co-founder and CEO of Opera, Jon Stephenson von Tetzchner. It is available for windows, mac and linux OS. You can download it from vivaldi download page.

It will work mostly well with windows but it will cause some flickering or flashing screen problem in ubuntu and some other linux distributions. For example if you play any youtube video on vivaldi browser it will happen. Mainly the flickering depends on you GPU driver.

vivaldi
(more…)

Continue ReadingHow to solve vivaldi flickering screen in ubuntu or any other linux

How to install and configure Apache, PHP, MySql and phpMyadmin (LAMP) on Linux Mint

  • Post last modified:October 22, 2016
  • Post category:Linux
  • Post author:

LAMP named as an acronym of the Linux operating system, the Apache HTTP Server, the MySQL relational database management system and the PHP programming language.

L – Linux
A – Apache
M – MYSQL
P – PHP

On Windows Click Here: How to install and configure Apache,PHP,MySql and phpMyadmin on windows

On ubuntu Click Here: How to install and configure Apache,PHP,MySql and phpMyadmin on ubuntu

Step 1:
Installing apache

The Apache HTTP Serveris the world’s most used web server software. Open Terminal. To open terminal click the Main Linux Mint Menu, then go to system tools and select Terminal or type terminal in the search field or click the Terminal icon in taskbar. And type the below code in terminal and hit enter.

sudo apt-get install apache2

Type your linux mint password and press enter.

Type y and hit enter to confirm apache installation.

(more…)

Continue ReadingHow to install and configure Apache, PHP, MySql and phpMyadmin (LAMP) on Linux Mint