http://www.youtube.com/watch?v=XmIeah8K1cE nextlevelguitar.com http://www.youtube.com/watch?v=ovl6IV8YeXQ&feature=related http://www.youtube.com/watch?v=8c1PG8qibuc&feature=PlayList&p=681DC7D77A91C14E&index=14&playnext=8&playnext_from=PL
Protected: Odvody do Socialnej poistovne od 1.1.2009
There is no excerpt because this is a protected post.
Installing VMWare Workstation in Linux from RPM
Uninstall any previous versions of VMWare Workstation: # rpm -e VMware-Workstation-6.5.1-126130 Of course, use version of VMWare installed on your system. It also works only if VMWare is installed from RPM. You can find out it by this command: #
Google Wave Links
Google’s rethink of e-mail is called Wave. Problems How it will scale? How spammers will attack it? It will be much more demanding on infrastructure than regular e-mail. Videos http://www.youtube.com/watch?v=v_UyVmITiYQ http://www.youtube.com/watch?v=O5JT2jBrJX8 References http://wave.google.com/ http://code.google.com/apis/wave http://www.waveprotocol.org http://www.wavesendbox.com/
proftpd user-based Access Control
Problem You want to make proftpd to allow access for certain FTP users only from certain IP addresses. Analysis One possibility is to use mod_ifsession. Solution Install mod_ifsession. Define a Class in your proftpd.conf: <Class friends> From 1.2.3.4/8 </Class>