Tuesday, February 16, 2016

Load Fonts From Cross-Domain

For maximum performance, we all know we must put our assets on CDN (another domain).  Along with those assets are custom web fonts.  Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though they do work (incorrectly so) in Webkit-based browsers. They actually require custom...

Thursday, January 28, 2016

Running WhatsApp With PHP

Now you can integrated whatsApp with your website/ script. Here the tutorial: Download Scripts From https://github.com/mgp25/Chat-API Install Requirement 1: https://github.com/allegro/php-protobuf Install Requirement 2: https://github.com/mgp25/curve25519-php Install Requirement 3: sudo apt-get install sqlite php5-sqlite After you download Requirement 1 and...

Tuesday, September 15, 2015

Install Caps Lock Indicator in Ubuntu 14.04

For a laptop without LED indicators, it’s good to have an indicator applet on system tray area that displays your lock keys status. indicator-keylock is the simple tool to do that. indicator-keylock indicates you lock keys status with applet icons and notification bubbles, see the picture: Install Indicator-keylock: sudo add-apt-repository ppa:tsbarnes/indicator-keylocksudo...

Saturday, August 8, 2015

Install Telegram Purple plugin for Pidgin

Telegram Purple is a Pidgin (and other Libpurple-based messengers) plugin which adds support for Telegram. Add Telegram repo to your list: sudo add-apt-repository ppa:nilarimogard/webupd8 Update package: sudo apt-get update Install Telegram pluggin: sudo apt-get install telegram-purple Your pidgin should have Telegram Plugin in list. Using Telegram Purple with Pidgin Good...

Saturday, May 9, 2015

Touchpad Not Working On Ubuntu 12.04

Install dconf-tools : sudo apt-get update && sudo apt-get install dconf-tools Open dconf Editor by pressing Alt+F2 and running dconf-editor (Or run it in a terminal.) or search for it in the Unity Dash. Go to: setting → org → gnome-settings-daemon → peripherals → touchpad Set the key touchpad-enabled to true...

Saturday, January 10, 2015

Using WhatsApp Throught Pidgin (New)

Add WhatsApp repo to your list deb http://ppa.launchpad.net/whatsapp-purple/ppa/ubuntu quantal maindeb-src http://ppa.launchpad.net/whatsapp-purple/ppa/ubuntu quantal main Update package: sudo apt-get update Install WhatApp pluggin: sudo apt-get install pidgin-whatsapp Your pidgin should have WhatsApp Plugin Next, We use third party to get WhatApp username and password #...

Friday, December 27, 2013

How To Flush (Clear) DNS Cache Under Ubuntu 12.04

To be able to flush (clear) DNS cache under Ubuntu 12.04/11.10, try one or more of these methods:Method 1Install first the nscd daemon with this command from the terminal:sudo apt-get install nscdThen clear your DNS data with this comman...