A Blog about technology, linux, peer2peer, cool new downloads and software development.
Showing posts with label coding. Show all posts
Showing posts with label coding. Show all posts

Friday, December 11, 2009

how to install eclipse with sftp on ubuntu linux


option 1: Aptana Studio
http://www.aptana.org/

option 2: Eclipse Pulse
http://www.poweredbypulse.com/

option 3: how to install sftp on any eclipse
help->install new
[wait for the catalog to update
select : -- Alla Avaliable Sites --
search : target managment


help->install new
[wait for the catalog to update
select : -- Alla Avaliable Sites --
search : remote system


Sunday, February 8, 2009

ubuntu linux visual directory compare / diff tools

sudo apt-get install meld
meld dir1 dir2

sudo apt-get install kompare
kompare dir1 dir2

sudo apt-get install kdelibs4c2a
wget http://launchpadlibrarian.net/10679965/kdiff3_0.9.92-2ubuntu1_i386.deb
wget http://launchpadlibrarian.net/13473685/libkonq4_3.5.9-0ubuntu7_i386.deb
wget http://launchpadlibrarian.net/10679966/kdiff3-doc_0.9.92-2ubuntu1_all.deb
dpkg -i *.deb
kdiff3 dir1 dir2

http://www.sourcegear.com/diffmerge/
http://www.scootersoftware.com/index.php

Friday, May 9, 2008

eclipe plugin : sftp to edit remote files

Install the RSE (remote system explorer) from here

Thursday, May 8, 2008

Best free editor(s) for remote PHP developments

The only editors that i found which has the ability to open remote files via sftp and also have completion for smarty are:
1. Komodo Edit - FREE
2. UlrtaEdit + the Smarty plugin ftom the extras page

Sunday, April 20, 2008

Tuesday, March 11, 2008

Trace perl script (like bash -x)

Install :

$ sudo cpan Devel::Trace

Run:

$ perl -d:Trace [filename.pl]

Friday, February 22, 2008

php/html editors for windows and linux

Some editors for php/html development :

Linux - Bluefish (apt-get install bluefish / yum install bluefish)

Windows - NuSphere PhpED - seach in emule "phped yag"