Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
Node.js Installation Guide for Ubuntu 14.04 Server - 4 Quick Steps
Node.js is a JavaScript runtime platform built by Chrome, it Lightweight and much efficient then other platform which build scalable network application very quickly that's why it is very famous and majorly used in today's time.
S...
4 step guide to open Node.js command prompt in Ubuntu
In the previous article, one of my colleagues has shared 6 easy steps to install Node.js on Linux Ubuntu. I’ll take a step forward and explain in a straightforward way to open a Node.js command prompt in Ubuntu. We will use Ubuntu “Ad...
6 Easy Steps to Install Node.js on Linux Ubuntu
Node.js is a JavaScript runtime built on chrome’s V8 engine. It is efficient and lightweight as it uses a non-blocking, event-driven Input/Output model. npm or the Node.js’ package system is amongst the biggest open source libraries.
...
How to upload files to Bitbucket in Ubuntu 14.04?
Hello friends, welcome to findnerd. Today I am going to tell you how to create repository and upload files to Bitbucket using command line in Ubuntu 14.04. Before creating repository to Bitbucket, you need to have an account first.
Getti...
Install Skype Call Recorder on Ubuntu 14.04
How to Install Skype Call Recorder on Ubuntu 14.04?
Record skype call records automatically, whenever someones call you then you can now record conversations instantly. This is the excellent feature provided by skype. Skype call records are ge...
Ubuntu: Changing Permissions At Command Prompt
Changing Permissions At Command Prompt
This is accomplished by using the "chmod" command. The chmod is followed by a 3 digit number used to indicate the permissions required. The first 3 digit indicated the owner's perm...
How to create file using cat in Ubuntu?
Hello friends, I am writing this blog which will let you know how to create a file using cat command.
Using cat to create a file
cat is useful for creating a file. Enter the command cat, followed by the > (the right chevron) character an...
Install MPEG-4 AAC decoder in Ubuntu
Hello friends, I was facing issues while running mp4 videos or songs. It was asking me to install mpeg-4 aac decoder. When I run any mp4 player then I got the following error:
So, to resolve it. Today I am going to tell...
Missing date & time from top panel of Ubuntu 14.04
Hello friends, when I started my ubuntu system, then it was not showing time on the top panel of Ubuntu screen. So I was worried, how to resolve this issue. I researched on google, and ubuntu website then I found what exactly the issue was that L...
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...
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.
Her...
How to Automatically Start XAMPP Server in Ubuntu
Hello Guys,
What is XAMPP ?
As XAMPP is a user friendly application and very easy to install. It contain components like Apache web server application, Mysql Database , PHP and Perl programming support.
In my previous blog post, We d...
Installing mongodb on ubuntu
Install mongodb on ubuntu
Hi friends,
Today I am going to give you a step-by-step guide of how to install mongodb on ubuntu server. The steps are:
First we need to import the mongodb public GPG key to verify the authenticity of di...
How to install windows applications on Linux using Wine.
Linux by default cannot run windows application directly, both operating systems are too different. There are tons of Linux applications which are available and ready to install and use.
If you want to use windows programs on Linux than you ne...
How to install Skype in Ubuntu
Skype can be installed in your Ubuntu system in various ways.
Here i am going to tell you 2 popular ways to install skype on your Ubuntu system.
The GUI Way of installing skype
For this we will use cannonical partners repository. We n...
How to Install Sublime Text on Ubuntu
Sublime Text can be installed either via the ubuntu software center or via the teminal by downloading it from the repository.
Here i am going to tell you how to download Sublime text 3 from a terminal.
1> We can install Sublime Text Edi...
SETTING UP ROR FOR THE FIRST TIME ON A NEW UBUNTU SYSTEM USING RVM
1> We need to install RVM before we can install Ruby, because RVM is a version manager and it will help us to install & manage different versions of Ruby on the same system and easily switch between them.
To install RVM we first need to...
Getting Two Mouse cursor in UBUNTU
Hello friends,
When I clicked on an image and dragged it on UBUNTU I faced an issue that unfortunately there are two cursors on the screen. I searched for the problem and checked system settings--> mouse and touchpad settings but no solutio...
How to navigate into the folder having space in the Name
In ubuntu, sometimes we create folder having space in between the name of the folder. When we navigate to these type of folder normally, we get message that file not exist.
For example, if we have a folder name Music Folder, Then we have ...
How to generate ppk file from pem file in Ubuntu?
To generate ppk file from pem file in Ubuntu you just need to write below command in the terminal:
puttygen pem-filel.pem -o ppkfilename.ppk -O private
For example:
puttygen /home/ubuntu/jeeyoh-site.pem -o jeeyoh.ppk -O private
Ho...
Set up remote access to MySQL database on Ubuntu
Without database any application is almost redundant. So this post might help you to setup access to MySQL database on Ubuntu.
Firstly you need to open up the MySQL server config file present at
/etc/mysql/my.conf
and search for the lin...
Commands to install packages on Linux
Linux has different flavours available in the market but can be classified into 2 major categories ie.
Distros based on Debian: eg. Ubuntu etc.
Distros based on RedHat: eg. Centos etc.
This have different package managers to install pre-com...