Posts

Quote from The Kirit

" Python not just load module from import but do execute that module so becareful about import order " ... The Kirit

Setup Python/DJango Environment with Virtualenv

for Linux environment.( general purpose ) - sudo apt-get install python-setuptools - sudo easy_install pip - pip install virtualenv (additional pip install virtualenvwrapper) - virtualenv --no-site-packages - source /bin/activate - pip install yolk - pip install ipython ( additional for other module please do - sudo apt-get install python-dev build-essential )

Quote from The Ruxo 2

"The view that you see, Should be in abstract" ... The Ruxo

Quote from The Ruxo

"There are more than one solution to solve the problem." ...The Ruxo

New app from linux

While I do something with my mac, I hear my friend talking about 'iftop' in chatting room, So I start sudo apt-get install iftop then.... boom I do 'sudo iftop', App start!!! new one I have never knew it before , Thank my friend! ------------------------------------- FTOP(8) IFTOP(8) NAME iftop - display bandwidth usage on an interface by host SYNOPSIS iftop -h | [-nNpbBP] [-i interface] [-f filter code] [-F net/mask] DESCRIPTION iftop listens to network traffic on a named interface, or on the first interface it can find which looks like an external interface if none is specified, and displays a table of current bandwidth usage by pairs of hosts. iftop must be run with sufficient permissions to monitor all network traffic on the interface; see pcap(3) for more infor‐ mation, but on most systems this means that it ...

Way to GO

Today, I create new inspiration with my gf. That we should do something to make people realize what we can do. So I decide to - get my code when I implemented data mining related code for my friend. - improve that code to make it more efficient. - write blog about how to matplotlib and scientific tools.

Yahh Admin Command - skill

I don't know why it's called 'skill'. It end up with an options that provide ability to KILL, STOP, CONT an users. examples -------- >>> skill -KILL -u user_yahoo # send signal kill user by username : user_yahoo or >>> skill -KILL -t pts/1 # send signal kill user by user's tty : pts/1 or you can HALT then let them CONT