Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Friday, February 10, 2012

Gbuntu 2.04 Android Edition coming in this mid of 2012

Hi,friends.

First of all,Thanks for your support for first general version of Gbutnu 1.04.

So,I am currently gathering requirements for Gbuntu Android edition.

Here some  features and defined Objectives:

-Light weight Linux based Computer Operating system on Android platform.

-Mostly preferred for Android tablets and big screen phones.

-Recommended System Requirements

  Required RAM Required CPU
   128 MB** 800 MHz

**This ram is additional required RAM which you are using on phone.This doesn’t specify phone’s RAM.


-Less utilities because I have to maintain many things on small device.

-Desktop mock up will be based on touch preference and something very compact.

Released date is not decide until now but it will be in month of June-July 2012.

More news coming soon….KEEP IN TOUCH WITH BLOG>>>

Linux with fun: Text based console browser

Hey,friends…

Lets do fun with Linux terminal.Here I want to share one Linux console utility called ELINKS.

Basically elinks was developed for UNIX systems as browser.

To download it,put this command in terminal.

sudo apt-get install elinks

Sunday, February 5, 2012

Keyboard shortcuts for Bash(Linux terminal)

Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + L               Clears the Screen, similar to the clear command
Ctrl + U Clears the line before the cursor position. If you are at the end of the line, clears the entire line.
Ctrl + H Same as backspace
Ctrl + R Let’s you search through previously used commands
Ctrl + C Kill whatever you are running
Ctrl + D Exit the current shell
Ctrl + Z Puts whatever you are running into a suspended background process. fg restores it.
Ctrl + W Delete the word before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + T Swap the last two characters before the cursor
Esc + T Swap the last two words before the cursor
Alt + F Move cursor forward one word on the current line
Alt + B Move cursor backward one word on the current line
Tab Auto-complete files and folder names

Saturday, February 4, 2012

How to download whole website for offline use using single command in LINUX?


Hi,friends...

Many of you have thought that if i could download whole w3school website or other tutorial site on my computer then it will be super duper thing..

so lets do it.

1.Open your linux terminal by pressing ALT+CTRL+T.

arpan@arpan-NV44 ~ $ wget -r [website_address]

HERE: -r IS OPTION FOR RECURSIVE DOWNLOAD.
FOR MORE INFO ABOUT WGET COMMAND PUT “man wget” in terminal without quotes.

2.it will be saved in home folder with folder name site which you have downloaded.
To access site :Open index.html or index.php

How to know Internet usage of any process in Ubuntu/Mint/Debian?


To know,which process is using your internet in your system hiddenly then you have to follow below steps.

1.Install nethogs tool by putting this command into terminal.

    sudo apt-get install nethogs

2.Then you have to use it.
put this commands to check internet usage of the processes.

                   sudo nethogs [connection_type]
[connection_type]=ppp0 for mobile internet,eth0 for broadband/ethernet,wlan0 for wifi internet
example: sudo nethogs ppp0

Friday, February 3, 2012

Why Linux is great?

Let me tell you some big things…

1.Every time you surf over the internet ,then who gives you this beautiful INTERNET where back end contains millions of server.

2.75% of stock exchange all over the world runs on Linux.

3.95% of super computers runs on Linux.

4. ATMS,Super secure systems even your embedded watch runs on Linux.

5. BTW..your beautiful MAC operating system is derived from UNIX which is also parent of LINUX.


 

Ad

Ad

Ad

Ad