sanjaykatiyar1.blogspot.com
All about opensource: June 2008
http://sanjaykatiyar1.blogspot.com/2008_06_01_archive.html
Thursday, June 19, 2008. CVS Installation on Ubuntu. Login to server as root. Install the CVS server:. After installing some file it will prompt (UI) for your repository name. By default it provides 2 repos. Either you can remove these and add one new or let it be there and add new one. Let say add '/cvsrepo'. Click the OK to close the UI. If the folder cvsrepo does not exist, then create it. Cvs -d /var/lib/cvsd/cvsrepo init. Create a user and password to access the cvs repository (cvsrepo):.
sanjaykatiyar1.blogspot.com
All about opensource: Taking dump of svn repository
http://sanjaykatiyar1.blogspot.com/2008/07/taking-dump-of-svn-repository.html
Thursday, July 24, 2008. Taking dump of svn repository. This is for taking a dump of a existing svn repository and creating a svn repository on different server. Take the dump of svn repo from svn. If we want all the log history then no argument is needed. Svnadmin dump /opt/svn/myrepo/ myrepobackup. Copy this file to new server. Create one repo on new server. Svnadmin create - fs-type fsfs /opt/svn/myrepo/. Load from the svn dump copy. This way we will get all the history log file of existing repository.
sanjaykatiyar1.blogspot.com
All about opensource: March 2008
http://sanjaykatiyar1.blogspot.com/2008_03_01_archive.html
Tuesday, March 11, 2008. Get Google Applications for your domain. Goolge provides many services like Gmail, Google Talk, Google Calendar, Google Docs, Google Sites. For a domain free of cost. Here is the link, by this you can get the google mail, docs and other. Services for your domain. Http:/ www.google.com/a/help/intl/en/admins/editions spe.html. Select "Standard Edition" Free and follow the instructions. At the last step it will create one text file which you have to copy in. Friday, March 7, 2008.
sanjaykatiyar1.blogspot.com
All about opensource: How to insatll Java plugins in Firefox on Fedora
http://sanjaykatiyar1.blogspot.com/2008/05/how-to-insatll-java-plugins-in-firefox.html
Thursday, May 29, 2008. How to insatll Java plugins in Firefox on Fedora. Case 1: If you do not have have JDK 1.5 installed then download the jre for Fedora/Redhat from here:. Http:/ java.com/en/download/help/5000010500.xml#download. And installed jre as steps given at same page. Let say jre has been installed at /usr/java/jre1.6.0/. Case 2: If Firefox is installed as RPM then run the command:. Cd /usr/lib/firefox-x.x.x.x/plugins. Ln -s /usr/java/jre1.6.0/plugin/i386/ns7/libjavaplugin oji.so.
sanjaykatiyar1.blogspot.com
All about opensource: January 2009
http://sanjaykatiyar1.blogspot.com/2009_01_01_archive.html
Thursday, January 22, 2009. Managing S3 account from Fedora or Linux machine. Download S3 commands tool from SourceForge. Select tar file of the s3cmd to download). Untar it some convenient location say /usr/local. Tar ixzf s3cmd-0.9.8.x.tar.gz. It will create one dir s3cmd-0.9.8.x. Cd s3cmd-0.9.8.x. Python setup.py install. Create a configuration file:. Supply your S3 account id and secret key. Once config file is created you can use s3cmd. How to use and other for general usage run the.
sanjaykatiyar1.blogspot.com
All about opensource: May 2008
http://sanjaykatiyar1.blogspot.com/2008_05_01_archive.html
Thursday, May 29, 2008. How to insatll Java plugins in Firefox on Fedora. Case 1: If you do not have have JDK 1.5 installed then download the jre for Fedora/Redhat from here:. Http:/ java.com/en/download/help/5000010500.xml#download. And installed jre as steps given at same page. Let say jre has been installed at /usr/java/jre1.6.0/. Case 2: If Firefox is installed as RPM then run the command:. Cd /usr/lib/firefox-x.x.x.x/plugins. Ln -s /usr/java/jre1.6.0/plugin/i386/ns7/libjavaplugin oji.so. Select appr...
sanjaykatiyar1.blogspot.com
All about opensource: installing webmin
http://sanjaykatiyar1.blogspot.com/2008/04/installing-webmin.html
Friday, April 25, 2008. If you want to manage your server then its a good idea to install a control panel application like webmin. Its easy to install on Redhat based systems like RH, Fedora or CentOS. Download the rpm package from here:. Http:/ www.webmin.com/download.html. Then run the command as su. Rpm -U webmin-1.410-1.noarch.rpm. To access the webmin via browser:. Http:/ Your IP Address:10000/. By default webmin uses 10000 port. 0:0] -A INPUT -p tcp -m tcp - dport 10000 -j ACCEPT.
sanjaykatiyar1.blogspot.com
All about opensource: Amazon EC2 Server Setup
http://sanjaykatiyar1.blogspot.com/2009/02/amazon-ec2-server-setup.html
Tuesday, February 17, 2009. Amazon EC2 Server Setup. Assuming you already created account on AWS ans S3 so you will be having:. Download Amazon EC2 API Tools from here. The command line tools used here require Java version 5 or later to run. Either a JRE or JDK installation is acceptable. Unzip it at some location. Let say on /root/amazon. Also assuming you have your EC2 Private Key and EC2 Certificate Key at /root/amazon/ec2. JAVA HOME=/usr/local/jdk1.6.0 10. Export EC2 PRIVATE KEY. Root@ip-xx-xxx-xx-xx...
sanjaykatiyar1.blogspot.com
All about opensource: July 2008
http://sanjaykatiyar1.blogspot.com/2008_07_01_archive.html
Thursday, July 24, 2008. Taking dump of svn repository. This is for taking a dump of a existing svn repository and creating a svn repository on different server. Take the dump of svn repo from svn. If we want all the log history then no argument is needed. Svnadmin dump /opt/svn/myrepo/ myrepobackup. Copy this file to new server. Create one repo on new server. Svnadmin create - fs-type fsfs /opt/svn/myrepo/. Load from the svn dump copy. This way we will get all the history log file of existing repository.
sanjaykatiyar1.blogspot.com
All about opensource: CVS Installation on Ubuntu
http://sanjaykatiyar1.blogspot.com/2008/06/cvs-installation-on-ubuntu.html
Thursday, June 19, 2008. CVS Installation on Ubuntu. Login to server as root. Install the CVS server:. After installing some file it will prompt (UI) for your repository name. By default it provides 2 repos. Either you can remove these and add one new or let it be there and add new one. Let say add '/cvsrepo'. Click the OK to close the UI. If the folder cvsrepo does not exist, then create it. Cvs -d /var/lib/cvsd/cvsrepo init. Create a user and password to access the cvs repository (cvsrepo):.