If u need to use latest() function when get something from db. First use need to aware of latest( field_name ) of model._meta = 'field_name' in your model to make it clear what your latest out from your db.
nmap with nmap.org/svn/scripts/sniffer-detect.nse how to use >> nmap --script=sniffer-detect.nse other can find by google with keyword 'detect promiscuous mode computer' thank ref - http://www.markmmanning.com/blog/2009/03/detecting-computers-in-promiscuous-mode.html
Today, i got a task for build new version of python (2.7.1) on lucid. I googled then found http://ubuntuforums.org/showthread.php?t=1529315 . tar xzf Python-2.7.tgz cd Python-2.7 ./configure make sudo make altinstall Then create virtualenv -> virtualenv --no-site-packages -p / usr / bin / pythonx.x.x
Comments
Post a Comment