Posts under Mac

How to svn thru ssh in Linux / Mac

advertisement

SVN thru SSH will transfer your files in encrypted format over the network. If u using remote svn server then i’ll recommend u to use svn over ssh. By using SVN thru SSH, you can avoid others from reading your source code and this is a good practice for everyone.

To SVN thru SSH in Linux or Mac, follow the steps below:-

Continue reading How to svn thru ssh in Linux / Mac »

How to backup svn server

advertisement

linuxJust notice i didnt do any backup on my svn server. To ensure continuity, I need to teach my colig on how to backup the svn server. To make things more simple, i’ve written a script to backup my svn server everynight. But here, i’ll show u the basic of how to backup svn server.

To backup svn server, follow the steps below:

Continue reading How to backup svn server »

How to extract .deb file in Linux / Mac

advertisement

debianNeed to extract a .deb file at my linux box. After few search i found some way on how to extract .deb file. Here i document down the solution that work best for me. FYI, .deb file is a standard Unix ar archive file and be use in the Debian software package file. So, you will see .deb file often if you are using Debian or Ubuntu. However, due to some reason you might need to extract the deb file and here’s the way.

To extract .deb file in Linux, follow the steps below:-

Continue reading How to extract .deb file in Linux / Mac »