Installing PHP on Debian without Apache

If you need to install PHP without apache on a Debian machine, do not try the short way You need to install dependencies of php5 first and then install php5, like below

0 Comments , , , , ,

Exporting Eclipse’s Color Schemes

Export your Eclipse preferences using File > Export > General > Preferences. This will output a .epf file with a whole bunch of preferences including repository info; way more than you need. Run some simple  commands to create a preference file that contains color information only. Add “file_export_version=3.0″ as the top line of your new [...]

1 Comments , , , ,