Tag: Linux
IBM RAD 7.5 on Ubuntu Karmic 32 Bit
by Samet Kilictas on Dec.08, 2009, under HowTo

Lets assume you were using ubuntu 9.04 jaunty and now you have upgraded your distribution to 9.10 karmic. Before i get into 9.10 version i had my RAD 7.5 installed and running. Then decided to upgrade my distro. I’ve read an article and futures of karmic distro, that says plenty of packages getting updated. After getting done with upgrade process i tried to run my RAD 7.5 , it was ok for the first time but there were plenty of errors on screen.
First of all when you upgrade your distro, the gcc++ package gets upgareded so libstdc++.so.5 file to libstdc++.so.6 .Unfortunately RAD 7.5 version looks for libstdc++.5.so file on your system. You have to download this file. Download it by using link below;
http://packages.debian.org/stable/base/libstdc++5
Then install this deb package (If you are running on another linux distro you have to place it just next to where your libstdc++.6.so file, you can use “locate libstdc++.so.6″ command to see where your file is). Then copy below bash script and paste it any of your text editor, save it as “run.sh”. From now on, you can use this script to run your RAD 7.5.
#!/bin/bash export GTK_NATIVE_WINDOWS=1 /where/your/RADis &
After this process your problem should be gone. Have fun.
How to enable TCP connections to XServer?
by Samet Kilictas on Dec.07, 2009, under Linux, Tips, Ubuntu
find:
<schema>
<key>security/DisallowTCP</key>
<signature>b</signature>
<default>true</default>
</schema>
shift from true to false:
<schema>
<key>security/DisallowTCP</key>
<signature>b</signature>
<default>false</default>
</schema>
Linux desktop will wipe out Windows 7
by Samet Kilictas on Oct.15, 2009, under General
This month naked marketing muscle once again shows us how it should be done. In the World, Microsoft made it to number one as the most respected and trusted brand, ahead even of Mercedes-Benz. The people have spoken.
Quite an achievement considering Vista bombed and no amount of PR power could persuade the non-OEM consumer otherwise. Now, obviously before it was too late and the Windows brand itself was damaged, Windows 7 has been released. Word is that it is OK, better even than XP.
Thus, the hiatus that may have been the golden Window of Vista opportunity for Linux on the desktop will soon be gone. The power of the ‘brand’ coupled with a product that actually works is hard to stop. If you think that Microsoft has done a number on the Linux netbook using venerable XP and a fat cheque book then just wait for Windows 7 to get into full swing.
Free Shell Accounts
by Samet Kilictas on Aug.21, 2009, under General
Here is a tiny list of free shell account services. I should remember them when i need it.
- http://www.bylur.net/free/
- http://www.red-pill.eu/freeunix.shtml *
- http://www.rootshell.be/

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the 