Great news for all python fans, Google engineers are working on a project to create a Just In Time (JIT) compiler for python programming language to be used instead of the python virtual machine.
The project called Unladen Swallow and promises a five time faster python.
you can read more details about this great news here
Saturday, March 28, 2009
Sunday, March 22, 2009
Linux Tips
How to take the output of a command and pass it as arguments to another command ?
there are two types of files holding the bash settings, startup files and initialization files
sudo:
- using pips
- using xargs: $ ls /bin/b& | xargs -t dpkg-query -S
- $ watch -n 10 'ls -la'
- $ watch -d 'ls -la'
- $ history
- $ ! 33
- $ ! !
- $ ! ls:s/CF/1
there are two types of files holding the bash settings, startup files and initialization files
- startup files: runs for any shell that is a login shell (/etc/profile/.bash_profile, .profile, and .bash_login)
- initialization files: runs for interactively running shells (not shell scripts) (/etc/bash.bashrc, ~/.bashrc)
sudo:
- every use of sudo gets logged in /var/log/secure
Subscribe to:
Posts (Atom)