
Search In
Hello Friends,
If you are looking to create a custom select box, you can use below HTML and CSS code I have provided.
Below an example of custom select box.
HTML -
<div class="wrapper">
<input id="textfield" type="text" name="" v
Searching files in Ubuntu : Ubuntu is free open source operating system. Ubuntu has both the Graphical User Inerface (GUI) and the command line interface (CLI). In this article we are going to tell you how you can search for files and directories on
As you all know, we can boot any OS from a usb-stick also. So today i am going to tell you how to create a bootable ubuntu pen-drive from windows.
There are many utilities available for it. And we can create it using command line as well.
Here i am
Generics are mainly used when you dont want to specify any passing parameter data type or class return type . It will be decide on run time while invoking that method or class.
Ex:
using System;
using System.Collections.Generic;
namespace GenericA
How to Install MySQL on Ubuntu:
Step 1 - Installing MySQL
To install MySQL you need to update the package index on your server and then install the package with apt-get.
Write the following commands to install MySQL
$ sudo apt-get update
$ sudo
How to resolve Mcrypt extension is missing in Ubuntu 14.04 ?
When I was login to phpmyadmin, then I saw the message "mcrypt extension missing"
Try following command:
$ sudo updatedb
$ locate mcrypt.ini
It will show you located at /etc
Why to use Nginx?
Nginx is the most popular web servers in the world. It is used for hosting websites and it holds highest traffic sites on internet. It is more resource friendly than Apache.
Step 1: Installing Nginx
Firstly update the packages an
This blog will let you know how to do troubleshooting in Redis. Redis logs are stored at location /var/log/redis/redis-server.log
To view the last 10 lines:
sudo tail /var/log/redis/redis-server.log
On Ubuntu 14.04 Redis log files are loc
Sometimes our requirement is to export/download the latest database from live/test server.
We can easily create the dump on our server and then copy paste it from server to your local machine using Win-Scp.
But the issue comes when the size o


Install MySQL workbench ubuntu 14.04
Hello friends, today I am going to tell you how to install MySQL workbench on Ubuntu 14.04 LTS. Follow the steps below:
Go to http://dev.mysql.com/downloads/workbench/
Now downlo
