Wednesday, 24 April 2013

How to switch Ubuntu, from GUI to text mode?

transforming from GUI to text mode is really simple process:                               Press ‘Ctrl + Alt + F1′ - GUI to text mode                              ...

Sunday, 21 April 2013

Turn off guest session in Ubuntu 12.04

open terminal enter following command P { margin-bottom: 0.21cm; }  P { margin-bottom: 0.21cm; }                                           gksu gedit /etc/lightdm/lightdm.conf    add    allow-guest=false to lightdm.conf file then restart lightdm using command                                                          ...

Simple way to get 'IP add.' of a website

ping it     STEP 1: open terminal  or cmd (windows)     STEP 2: enter this command "ping www.example.com" , replace example                   with domain name of website                                 ...

Download videos from 'YouTube' easily in different formats(FLV, MP4, WebM, & 3GP)

Today  we are unveiling a new trick, which makes YouTube video downloading really easy(without software): Let this be URL of  video which you are looking for :                                                                                                                                                          ...

Saturday, 20 April 2013

20+ simple cpp programs for beginners

Index: 1. my first cpp program 2. adding two numbers 3. find larger among two numbers - if..else 4. numbers entered are 5. prefix operator 6. find larger of three - nested if 7. print 1 to 5 - for loop 8. multiplication table 9. finding big number - conditional operator 10. finding day - switch 11. total passed or failed 12. print even numbers below 5o 13. sum of natural numbers below 100 14. array displaying entered number 15. search for an item in array 16. binary search 17. count characters of a string 18. love calculator version 1.1 19....