How to upgrade Linux Mint 15 to Linux Mint 16

How to upgrade Linux Mint 15 to Linux Mint 16

Recently,Linux Mint 16 (“Petra”) has been released on November-30-2013.Linux Mint 16 is based on Ubuntu 13.10 (Saucy). The latest Linux Mint 16 will be supported until July 2014(The last release Linux 15 “Olivia” is supported until January 2014). In this tutorial we will upgarde Linux Mint 15 (Olivia) to Linux 16 (Petra). In this practical…

A few steps to install Fluxbox in Ubuntu

A few steps to install Fluxbox in Ubuntu

In this post I am sharing about how to install Fluxbox in Ubuntu.Fluxbox is a lightweight Stacking Window Manager for X Window System.It is based on Blackbox 0.61.1 code.The Fluxbox is lightweight and fast,consume very less system resources. Features of the Fluxbox window manager (Credit: Wikipedia): Right-clicking on the desktop gives a root menu Customizable…

error: src refspec master does not match any

error: src refspec master does not match any

While working in Github,I was trying to push my code in my Github repository.After deleting all files from repo,I tried to push the new code.But I encounter with given below Error: error: src refspec master does not match any. error: failed to push some refs to ‘https://github.com/sharadchhetri/sharadchhetri.github.io’ To solve this error,run the below given command…

Configure ethernet to get IP address from DHCP in Ubuntu and Debian

Configure ethernet to get IP address from DHCP in Ubuntu and Debian

In this tutorial we will learn about how to configure ethernet to get IP address from DHCP Server in Ubuntu and Debian. Configuring the ethernet for getting ip address from DHCP server hardly takes 3-4 Steps. The tutorial is applicable if you add new ethernet also. Here in this tutorial we have added one more…

Thanks to DigitalOcean from sharadchhetri.com – DigitalOcean Review

Thanks to DigitalOcean from sharadchhetri.com – DigitalOcean Review

Through this post, I am giving my honest review on DigitalOcean.It has been going to complete 6 months I am using DigitalOcean. It was 16-Jun-2013 when I created my Server in DigitalOcean.Since that day I never looked back with issue which I faced with my earlier service provider.Only in 2 instances,the DigitalOcean was down with…

How to install Octopress in CentOS 6 and RHEL 6

How to install Octopress in CentOS 6 and RHEL 6

In this tutorial we will learn,how to install Octopress in CentOS 6 and RHEL 6 (Red Hat). Octopress is a framework for Jekyll.It is designed by Brandon Mathis. Octopress is easy to go setup.Like jekyll,you do not have to write your HTML templates,Javascripts,CSS and set up the configuration. Requirement: Ruby 1.9.3 or greater To install…

Install ruby 2.1.0 in CentOS and RHEL by using RVM

Install ruby 2.1.0 in CentOS and RHEL by using RVM

In this tutorial we will learn about,How to easily install ruby 2.1.0 in CentOS and RHEL.Ruby is a dynamic,open source programming language.At the time of writing this post,ruby version 2.1.0 is available.For installing the ruby version in CentOS and RHEL linux system,we will use RVM method. What is RVM RVM stands for Ruby Version Manager.RVM…

How to install Xfce Desktop in minimal installed CentOS 6.x

How to install Xfce Desktop in minimal installed CentOS 6.x

In this tutorial we will learn,how to install Xfce Desktop in minimal installed CentOS 6.x.We have done this practical in CentOS 6.5 . Xfce is a lightweight Desktop environment.In our last post we have installed Xfce in Ubuntu. To install Xfce in minimal installed CentOS 6.x,follow the given below steps Note: Minimal install CentOS runs…

30 useful Linux terminal keyboard shortcuts
|

30 useful Linux terminal keyboard shortcuts

In this post we will know about 30 useful Linux terminal keyboard shortcuts.The Linux keyboard shortcuts make your work on terminal very easy.We have tried to gather some useful Linux terminal keyboard shortcuts which can be run in system terminal as well as accessing machine with ssh command(Means through ssh terminal in short). The given…

Password prompt in single user mode is not secure : CentOS/Red Hat
|

Password prompt in single user mode is not secure : CentOS/Red Hat

In this post I will discuss about, how a person still can log into Single User mode even if you have secure the single user mode.We can still login into system even if you are getting password prompt in single user mode / runlevel 1.The practical has been done in CentOS 6.x and Red Hat…

Install and optimize the png file by using optipng
|

Install and optimize the png file by using optipng

In this tutorial we will learn,how to install and optimize the png file by using optipng. Optimizing the png format file is very important, in terms of decreasing the website loading page time. If your website has a lots of png file,it may take time to load which also results in decreasing the webpage opening…

Install libjpegtran by using yum command in CentOS 6.x
|

Install libjpegtran by using yum command in CentOS 6.x

In this tutorial we will learn,how to install libjpegtran by using yum command in CentOS 6.x. The libjpegtran is mainly used for optimizing the jpeg and jpg format files.This utility compress an image without losing the quality of file. If you are running a website which has lots of jpeg/jpg file, which may take time…

man command not found in CentOS and Red Hat

man command not found in CentOS and Red Hat

Manual pages are software documentation found in Unix like Operating system and man linux distro. To get the information about package and command, we use the syntax yum install Package_name-Command_name.The abbreviation of Manual Page is man page . When you work in Unix like operating system,we generally need help and information about the package and…