20150414

A re-look needed in present reservation system

Since yesterday, this thought is coming to my mind:
If a person gets a degree from a premier Institute (a list of IITs, IIMs, NITs ... ... etc.) he/she should not ask for reservation afterwards. He should be able enough to sustain him/herself.

If these institutes are not able to instill the confidence and strength, there comes a doubt about the way these institutes are being run. An action must be taken on these houses.

And before I started writing this piece, yet another model came:
A school/college of my choice would admit the students only if they are able to earn while studying. He/she would work in extra time to pay his/her fees etc. No caste/creed/race/religion should come in between him/her and studies.

School/college would provide such opportunity available within reach.

------------------------------------------------------ कोई भी मूल्य एवं संस्कृति तब तक जीवित नहीं रह सकती जब तक वह आचरण में नहीं है.

20150326

Thermodynamics


  1. http://www.freebookcentre.net/Physics/ThermoDynamics-Books.html


 Applied Thermodynamics:
  1. http://www.taftan.com/thermodynamics/
  2. http://lorien.ncl.ac.uk/ming/Webnotes/Main/CPE312.htm






------------------------------------------------------ कोई भी मूल्य एवं संस्कृति तब तक जीवित नहीं रह सकती जब तक वह आचरण में नहीं है.

20150323

Chemical Engineering

Some useful links:
http://www.chemsof.com/

http://excelcalculations.blogspot.in/p/chemical-engineering-calculations.html

http://www.mycheme.com/category/spreadsheets/

http://checalc.com/



------------------------------------------------------ कोई भी मूल्य एवं संस्कृति तब तक जीवित नहीं रह सकती जब तक वह आचरण में नहीं है.

20150204

Use LaTex online

Here is list of selected sites I have come across... providing a good LaTex experience online:

  1. https://www.overleaf.com/
  2. http://sharelatex.com
  3. http://www.codecogs.com/latex/eqneditor.php
  4. https://www.authorea.com/
  5. http://papeeria.com/
  6. http://www.quicklatex.com/
  7. http://www.tablesgenerator.com/
  8. http://detexify.kirelabs.org/


------------------------------------------------------ कोई भी मूल्य एवं संस्कृति तब तक जीवित नहीं रह सकती जब तक वह आचरण में नहीं है.

20141207

How to do port forwarding with ssh?

syntax:
ssh -L YOUR_IP:PORT_U_WANT_TO_USE:PROXY_SERVER_IP:PROXY_SERVER_PORT usr_name@ssh_server_ip


Example:
ssh -L 10.yy.yy.yy:1234:10.20.3.11:3128 citrus01@10.xx.xx.xx





Have fun.


------------------------------------------------------ कोई भी मूल्य एवं संस्कृति तब तक जीवित नहीं रह सकती जब तक वह आचरण में नहीं है.

20140922

Convert Ubunu into Lubuntu



sudo apt-get update
sudo apt-get install lubuntu-desktop
 
Then type as follow to install lxde:
sudo apt-get install lxde
 
Remove Gnome completely from TTY by Ctrl+Alt+F3 using

sudo apt-get purge gdm
 
Link: http://askubuntu.com/questions/209746/how-to-remove-gnome-completely
 
  
For assistance:
www.ubuntuforums.org/showthread.php?t=1844755


------------------------------------------------------ कोई भी मूल्य एवं संस्कृति तब तक जीवित नहीं रह सकती जब तक वह आचरण में नहीं है.