Blog Detail
Alex Amiryan's Linux Blog
http://www.amiryan.org
This is my Linux blog where I share my experience in Linux usage and administration.
Recent Posts
Web-CVS-Tools is now under GNU GPLv3
Web-CVS-Tools is now release under GNU GPLv3. Project migrated to github.com, so now you can participate in development. Web-CVS-Tools is a bunch of script written in Perl to automate and make easier web development using CVS. You can read about the ...
VirtualBox init.d service autostart script
I’ve just installed started using VirtualBox on my Fedora 11 x86_64 and it works just perfectly. I’ve migrated from VMWare when it figured out that it is unable to work with latest kernel version. So I need to start some virtual machines ...
Firefox 3.5
The Fastest Firefox Yet Things move quickly online, and we’ve beefed up the engine that runs Firefox to make sure you can keep up: Firefox 3.5 is more than twice as fast as Firefox 3, and ten times as fast as Firefox 2.* As a result, Web applicatio...
SOLVED: Adobe AIR installation problem on Fedora 10 x86_64
Adobe AIR installation fails on Fedora 10 x86_64 without any explanations. It just says: An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator. The reason is some missin...
Howto delete all .svn folders from SVN working directory
To delete all .svn folders from SVN working directory for releasing folder from SVN just do this simple steps. Create new file in /usr/local/bin with name svnrm with following content #!/bin/sh find . -name .svn -print0 | xargs -0 rm -rf Save it...
LastPass password manager review
Few days ago I have found extension for Firefox which called LastPass. LastPass is a tool for remembering all your passwords and not store them on your local computer. It is very convinient to use it when you have several computers (for example at ho...

