Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Custom select box

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 the files and directories on Ubuntu

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

Making bootable ubuntu pendrive from windows

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 in C#

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 14.04

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

Mcrypt extension is missing in phpmyadmin Ubuntu 14.04

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

Nginx: How to install Nginx server on Ubuntu 14.04

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

How to find Redis Logs on Ubuntu?

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

How to download the database dump from your live/test server

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

How to install MySQL workbench ubuntu 14.04?

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

1 9 28
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: