For those of you that know Polish and are beginners in Linux I have created a page that describes Slackware installation and configuration process. If anyone wants to help translating it to English or maybe creating a wiki out of it let me know.
I have created this page some time ago so it might be outdated but the basic ideas are still valid.
Welcome back after very long break. I will soon have some free time on my hands so I wanted to ask you what would be the next tutorial you would like to see? I have some ideas but I would rather produce something that people actually need.
If you have any ideas please send an email with a topic to ralph@theorangeit.org
Welcome to another exciting episode. This time you will learn:
how to send your files to remote development server from within Eclipse using Target Management and secure FTP (sftp).
make files sent via sftp belong to certain user group and have write permissions for this group (umask).
configure and use XDebug with Eclipse PDT.
You can find the link to the tutorials about XDdebug I have mentioned on the show in show notes for Episode #7.
Timeline:
00:58 Install Target Management Plugin
02:48 Connecting to development server using Target Management Plugin
03:45 Adjust development server folder permission
07:30 Changing umask for files created using sftp
12:25 Exporting files to development server
15:25 Re-send files to server after changes
16:30 Using XDebug with Eclipse PDT debugging perspective
16:50 Eclipse PDT debugging perspective
17:07 Configuring Eclipse PDT for XDebug
19:10 Start debugging
20:50 Setting conditional breakpoints
21:50 Watch expressions
24:20 Using XDebug functions in your code