<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="0.91">
<channel>
<title>Alper.Akcan - Projects</title>
<link>http://gsulinux.org/~distch</link>
<description>Alper.Akcan - Projects</description>
<language>en-us</language>


<item>
<title>Documents/Slackware Linux on Apple MacBook</title>
<link>http://gsulinux.org/~distch/documents/slackware%20linux%20on%20macbook</link>
<description>
Added BlueTooth setup information to Slackware Linux 12.0 on Apple MacBook HOWTO.
</description>
</item>
<item>
<title>Xynth 0.8.90 is released !</title>
<link>http://gsulinux.org/~distch/projects/xynth/</link>
<description>
&lt;p&gt;
Release v0.8.90 includes many bug fixes, improvements, and the new widget set.
For detailed ChangeLog you may want to look ChangeLog file in release. And also,
this is a pre-release for 0.9.00 which will hopefully include new build system,
new ports 'especially gtk+-2.10.x', improved widget set, much more documentation. 
&lt;p&gt;
You may find all the latest files for this release at;&lt;br&gt;
&lt;a href="http://sourceforge.net/projects/xynth"&gt;http://sourceforge.net/projects/xynth&lt;/a&gt;&lt;br&gt;
&lt;a href="http://gsulinux.org/~distch/projects/xynth"&gt;http://gsulinux.org/~distch/projects/xynth&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Enjoy!
&lt;/p&gt;
</description>
</item>
<item>
<title>Documents/Slackware Linux on Apple MacBook</title>
<link>http://gsulinux.org/~distch/documents/slackware%20linux%20on%20macbook</link>
<description>
Installing Slackware Linux 12.0 on Apple MacBook HOWTO.
</description>
</item>
<item>
<title>Xynth SVN Repository has changed!</title>
<link>http://gsulinux.org/~distch/projects/xynth/</link>
<description>
Suddenly &lt;a href="http://sourceforge.net"&gt;Sourceforge&lt;/a&gt; has changed svn
repository address, again ;). You should be able to checkout latest xynth
sources with;&lt;br&gt;
&lt;br&gt;
$ svn co https://xynth.svn.sourceforge.net/svnroot/xynth/trunk xynth&lt;br&gt;
&lt;br&gt;
Cheers!
</description>
</item>
<item>
<title>Resume file transfer with scp, and rsync</title>
<link></link>
<description>
the most important drawback of scp is, it can not resume a stopped transfer. here is the solution;&lt;br&gt;
&lt;br&gt;
for starting the transfer;&lt;br&gt;
# scp source destination&lt;br&gt;
&lt;br&gt;
for resuming the transfer;&lt;br&gt;
# rsync --partial --progress --rsh=ssh source destination&lt;br&gt;
&lt;br&gt;
OR;&lt;br&gt;
&lt;br&gt;
# alias scpr=rsync --partial --progress --rsh=ssh&lt;br&gt;
# scpr source destionation&lt;br&gt;
&lt;br&gt;
have fun...
</description>
</item>
<item>
<title>Setting up PPTP VPN connection on linux</title>
<link>http://gsulinux.org/~distch/documents/pptp%20vpn%20client%20on%20linux</link>
<description>
I added a new document about &lt;a href="http://gsulinux.org/~distch/documents/pptp vpn client on linux"&gt;setting pptp vpn connection on linux&lt;/a&gt;. this is
not a big deal, but i know most of linux users can not connect their box to
a remote pptp vpn server. and, i was one of them, too ;)&lt;br&gt;
&lt;br&gt;
I hope, you will find the document usefull.&lt;br&gt;
Enjoy...
</description>
</item>
<item>
<title>Xynth SVN Repository has changed!</title>
<link>http://gsulinux.org/~distch/projects/xynth/</link>
<description>
Suddenly &lt;a href="http://sourceforge.net"&gt;Sourceforge&lt;/a&gt; has changed svn
repository address. You should be able to checkout latest xynth
sources with;&lt;br&gt;
&lt;br&gt;
$ svn co https://xynth.svn.sourceforge.net/svnroot/xynth/trunk xynth&lt;br&gt;
&lt;br&gt;
New stable release date is somehow being late - main reason is lack of spare
time -, and seems that it will be later than I expected. While waiting for the
new release, feel free to use latest svn version. It should be stable enough.&lt;br&gt;
&lt;br&gt;
I am working on light weight widget library, core enhancements - especially
build system -, and porting issues. Widget library is designed to be so small
that you do not want to use ;), unless you are working on a real embedded device.
For those waiting for a full featured widget library the gtk+-2.10.x port is on
development after a very long delay, I hope next release will have the
&lt;a href="http://www.gtk.org"&gt;gtk&lt;/a&gt; port.&lt;br&gt;
&lt;br&gt;
Cheers!
</description>
</item>
<item>
<title>Xynth 0.8.40 is released !</title>
<link>http://gsulinux.org/~distch/projects/xynth/</link>
<description>
&lt;p&gt;
I have released 0.8.40. in this release no new feature has been added but lots
of minor bugs has been fixed and the architecture has been improved especially
the server is faster now.
&lt;/p&gt;
in addition to this, miscellaneous libraries and application patches within the
package has been improved. you can access changelog from
&lt;a href="http://gsulinux.org/~distch/projects/xynth/down/ChangeLog"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
the other important innovation is a new port of the well known jvm
&lt;a href="http://www.kaffe.org"&gt;kaffe&lt;/a&gt;'s peerless awt backend. this means that
the java applications which has graphical user interface can work on xynth.
&lt;/p&gt;
&lt;p&gt;
in the source package you may find links, sdl, mplayer, gtk and Kaffe patches but
also for now on xynth has cvs commit access to kaffe. thanks to kaffe team.
Feature releases and cvs release of kaffe will include Xynth port. for that reason
there is no need to use the Kaffe patch in Xynth source package for future releases
of kaffe.
&lt;/p&gt;
&lt;p&gt;
you may find all the latest file for this release at,
&lt;a href="http://sourceforge.net/projects/xynth"&gt;http://sourceforge.net/projects/xynth&lt;/a&gt; or
&lt;a href="http://gsulinux.org/~distch/projects/xynth"&gt;http://gsulinux.org/~distch/projects/xynth&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Enjoy!
&lt;/p&gt;
</description>
</item>
<item>
<title>Xynth SVN Repository is now avaible!</title>
<link>http://gsulinux.org/~distch/projects/xynth/</link>
<description>
At last xynth sources are on svn, Thanks to &lt;a href="http://sourceforge.net"&gt;
Sourceforge&lt;/a&gt; for this support. You should be able to checkout latest xynth
sources with;&lt;br&gt;
&lt;br&gt;
$ svn co https://svn.sourceforge.net/svnroot/xynth/trunk xynth&lt;br&gt;
&lt;br&gt;
Enjoy!
</description>
</item>
<item>
<title>Xynth 0.8.20 is released!</title>
<link>http://gsulinux.org/~distch/projects/xynth/</link>
<description>
The main change in this release is the GP2X port. You can find out the 
recent changes in Changelog.&lt;br&gt;
&lt;br&gt;
Please do not forget to vote xynth on
&lt;a href="http://sourceforge.net/awards/cca/"&gt;2006 SourceForge.net Community Choice Awards&lt;/a&gt;&lt;br&gt;
Vote for this project in the Desktop category!&lt;br&gt;
&lt;br&gt;
Thanks for supporting xynth !
</description>
</item>
<item>
<title>SourceForge.net 2006 Community Choice Awards</title>
<link>http://gsulinux.org/~distch/projects/xynth</link>
<description>
Xynth is one of valued projects in this event. If you want to nominate xynth,
please go to;&lt;br&gt;
&lt;a href="http://sourceforge.net/awards/cca/"&gt;2006 Community Choice Awards - Nominate this project!&lt;/a&gt;&lt;br&gt;
Desktop -&gt; Xynth -&gt; Nominate&lt;br&gt;
Thanks.
</description>
</item>
<item>
<title>Valgrind vm86old syscall patch commited!</title>
<link>http://gsulinux.org/~distch/</link>
<description>
&lt;a href="http://valgrind.org/" target="_blank"&gt;Valgrind&lt;/a&gt; is debugging and
profiling tool for linux programs. i use this superb tool for my programs, and for
&lt;a href="http://gsulinux.org/~distch/projects/xynth/"&gt;xynth&lt;/a&gt;, too. and
&lt;a href="http://bugs.kde.org/attachment.cgi?id=14030&amp;action=view" target="_blank"&gt;patched&lt;/a&gt; valgrind to make it work with vm86old syscall 
to be able 
to use valgrind with vesa bios video driver. i`ve commited the patch to
&lt;a href="http://bugs.kde.org/show_bug.cgi?id=118939" target="_blank"&gt;bugzilla&lt;/a&gt;.
i`m so happy that they accept the patch, and commit it to the svn (revision 5635).
</description>
</item>
<item>
<title>Xynth on GP2X!</title>
<link>http://gsulinux.org/~distch/projects/xynth</link>
<description>
&lt;a href="http://gsulinux.org/~distch/projects/xynth/"&gt;Xynth&lt;a&gt; has been ported to GP2X (&lt;a href="http://wiki.gp2x.org"&gt;http://wiki.gp2x.org&lt;/a&gt;) with little effort.&lt;br&gt;
Keep watching &lt;a 
href="http://gsulinux.org/~distch/projects/xynth/down/ChangeLog"&gt;ChangeLog&lt;/a&gt; 
for updates.&lt;br&gt;
&lt;br&gt;
&lt;a href="http://gsulinux.org/~distch/projects/xynth/img/xynth_gp32x_01.png"&gt;http://gsulinux.org/~distch/projects/xynth/img/xynth_gp32x_01.png&lt;/a&gt;&lt;br&gt;
&lt;a href="http://gsulinux.org/~distch/projects/xynth/img/xynth_gp32x_02.png"&gt;http://gsulinux.org/~distch/projects/xynth/img/xynth_gp32x_02.png&lt;/a&gt;&lt;br&gt;
</description>
</item>
<item>
<title>Documents/Slackware Linux on Thinkpad R52 - Update</title>
<link>http://gsulinux.org/~distch/documents/slackware%20linux%20on%20thinkpad%20r52</link>
<description>
added information about howto upgrade the kernel to linux-2.6.15.2, and be wireless.
</description>
</item>
<item>
<title>Xynth 0.8.00 is released!</title>
<link>http://gsulinux.org/~distch/projects/xynth/</link>
<description>
Here we come up the with the &lt;strong&gt;0.8.00&lt;/strong&gt; version of Xynth.
&lt;br&gt;&lt;br&gt;
The main goal of this release is the win32 port. You can find out the 
recent changes in Changelog.
&lt;br&gt;&lt;br&gt;
For us it is another validation of our low layer APIs. There is only two 
things you need to have. Thread implementation and the video driver for 
Xynth. Thats all! To see that how it is (easily) portable platform to 
platform you may have a look at the Makefile.cfg's.
&lt;br&gt;&lt;br&gt;
You may find the latest sources and also the win32 binary on &lt;a 
href="http://sourceforge.net/projects/xynth"&gt;http://sourceforge.net/projects/xynth&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
Enjoy
</description>
</item>
<item>
<title>Xynth on GDI</title>
<link>http://gsulinux.org/~distch/projects/xynth/</link>
<description>
Xynth has been ported to GDI with Caglar`s great effort
(&lt;a href="http://gsulinux.org/~distch/projects/xynth/img/xynth_mingw_gdi_01.png"&gt;xynth_migw_gdi_01.png&lt;/a&gt;). Updates will be
avaible on next up comming release (v0.8.00). Keep watching
&lt;a href="http://gsulinux.org/~distch/projects/xynth"&gt;ChangeLog&lt;/a&gt; for updates.&lt;br&gt;
&lt;br&gt;
GDI port enables to use xynth on microsoft windows, this is just a proof of
concept to show the portbility, and system independency. nothing more.&lt;br&gt;
&lt;br&gt;
Happy new year to everyone ;)
</description>
</item>
<item>
<title>Xynth Sources Avaible (v0.7.91)</title>
<link>http://gsulinux.org/~distch/projects/xynth/</link>
<description>
- removed bugy #if 1 from demo/desktop.c&lt;br&gt;
- moved port patches to ports dir&lt;br&gt;
- changed links-2.1pre19 patch for gcc 2.95 compability
</description>
</item>
<item>
<title>Xynth Sources Avaible (v0.7.90)</title>
<link>http://gsulinux.org/~distch/projects/xynth/</link>
<description>
Sory for being so late, but i think everyone will love this release.
xynth is now much more portable and stable. see changelog for details.
not much to say, what i have is;&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;gtk+-2.4.14 patch
&lt;li&gt;links-2.1pre19 patch
&lt;li&gt;MPlayer-1.0pre7try2 patch
&lt;li&gt;SDL-1.2.9 patch
&lt;li&gt;xynth-0.7.90
&lt;/ul&gt;
Enjoy!
</description>
</item>
<item>
<title>BLog Section</title>
<link>http://gsulinux.org/~distch/blog</link>
<description>
Here you will find my blog entries... mostly in Turkish.
</description>
</item>
<item>
<title>Documents/Slackware Linux on Thinkpad R52</title>
<link>http://gsulinux.org/~distch/documents/slackware%20linux%20on%20thinkpad%20r52</link>
<description>
Installing Slackware Linux 10.2 on Thinkpad (Lenovo) R52 HOWTO.
</description>
</item>

</channel>
</rss>
