|
This blog is made for Expressing My Ideas, Views, and to put some technical datas.
Wednesday, March 9, 2011
Why Fruits and Vegetables Turn Brown when it is cut ?
Indian black-money
The black money market situation in India is epidemical. India currently tops the list for black money in the entire world with almost US$1,456 billion in Swiss banks (USD 1.4 trillion approximately) in the form of unaccounted money.[19] According to the data provided by the Swiss Banking Association, India has more black money than the rest of the world combined.[20][21] Indian Swiss bank account assets are worth 13 times (1300%) the country’s national debt, and, if this black money is brought back to the country, India has the potential to become one of the richest countries in the world, after the United States.[22]
Thanks to :
http://en.wikipedia.org/wiki/Black_money
Thursday, March 3, 2011
Energy star ratings
Sources:
http://www.bee-india.nic.in/
http://www.energyrating.gov.au/star.html
http://cribb.in/save-electricity-by-checking-bee-labels.htm
http://www.energystar.gov
http://en.wikipedia.org/wiki/Energy_Star
If rising electricity bills are bothering you, Switch to electrical appliances with BEE (Bureau of Energy Efficiency) label.
You can reduce your electricity bills and help India to increase the availability of electivity for more people, simply by buying Refrigerators, ACs & Tubelights that bear BEE’s Star-Rated Energy Efficiency Labels.
- The BEE Star Energy Efficiency Labels have been created to standardize the energy efficiency ratings of different electrical appliances and indicate energy consumption under standard test conditions.
- These labels indicate the energy efficiency levels through the number of Stars highlighted in colour on the label.
- The BEE Star Labels include a Star Rating System that ranges from One Star (least energy efficient, thus least money saved) to Five Stars (most energy efficient, thus most money saved)
http://www.bee-india.nic.in/
http://www.energyrating.gov.au/star.html
http://cribb.in/save-electricity-by-checking-bee-labels.htm
http://www.energystar.gov
http://en.wikipedia.org/wiki/Energy_Star
If rising electricity bills are bothering you, Switch to electrical appliances with BEE (Bureau of Energy Efficiency) label.
You can reduce your electricity bills and help India to increase the availability of electivity for more people, simply by buying Refrigerators, ACs & Tubelights that bear BEE’s Star-Rated Energy Efficiency Labels.
- The BEE Star Energy Efficiency Labels have been created to standardize the energy efficiency ratings of different electrical appliances and indicate energy consumption under standard test conditions.
- These labels indicate the energy efficiency levels through the number of Stars highlighted in colour on the label.
- The BEE Star Labels include a Star Rating System that ranges from One Star (least energy efficient, thus least money saved) to Five Stars (most energy efficient, thus most money saved)
Tuesday, March 1, 2011
unix - terminal commands that give general info about your hardware
There are a number of (terminal) commands that give general info about your hardware:
lshw
hwinfo
dmidecode
If any of these are not installed then search & install them using synaptic.
Preferably use these (and the ones at the end of this post) with sudo:
sudo lshw
etc. (Sudo gives administrative rights.)
These spit out so much info that it may be better to save the output into a text file:
sudo lshw > info1.txt
sudo hwinfo > info2.txt
sudo dmidecode > info3.txt
Start by using the short versions
sudo lshw -short
sudo hwinfo --short
They have flags to restrict the output to certain hardware. For example
sudo lshw -class system
gives a basic info and motherboard. To learn more about these flags see their man pages:
man lshw
etc.
Some other commands:
lspci (Lists PCI devices including Audio, VGA, Ethernet etc.)
aplay -l (sound info)
uname -a (kernel info)
lsusb (list USB devices)
ls /dev/disk/* -lah (disk info)
fdisk -l (disk info)
df -h (disk usage info)
free -m (memory info)
cat /proc/swaps (swap file/partition info)
and the list goes on and on.
lshw
hwinfo
dmidecode
If any of these are not installed then search & install them using synaptic.
Preferably use these (and the ones at the end of this post) with sudo:
sudo lshw
etc. (Sudo gives administrative rights.)
These spit out so much info that it may be better to save the output into a text file:
sudo lshw > info1.txt
sudo hwinfo > info2.txt
sudo dmidecode > info3.txt
Start by using the short versions
sudo lshw -short
sudo hwinfo --short
They have flags to restrict the output to certain hardware. For example
sudo lshw -class system
gives a basic info and motherboard. To learn more about these flags see their man pages:
man lshw
etc.
Some other commands:
lspci (Lists PCI devices including Audio, VGA, Ethernet etc.)
aplay -l (sound info)
uname -a (kernel info)
lsusb (list USB devices)
ls /dev/disk/* -lah (disk info)
fdisk -l (disk info)
df -h (disk usage info)
free -m (memory info)
cat /proc/swaps (swap file/partition info)
and the list goes on and on.
Subscribe to:
Posts (Atom)