"I am absolutely sure that Gtk is the worse GUI toolkit I have ever seen. Yes, even worse then direct Windows API, because at least the Windows API works!"
So one more thing to hate gnome bloatware
read this blog
"The final feature, which would make Lazarus finally ready for 1.0 (just my opinion! I know others disagree) is unfortunately not in this list. It would be the retirement of the Gtk 1 widgetset, and the move to a fully unicode and modern Linux Toolkit. I have worked a lot in the Gtk 2 widgetset, trying to get it to a development level where it could substitute Gtk 1, but I got really frustrated, partly because of the low quality of the mixed gtk1/gtk2 interface code, but also because Gtk just doesn't help. Having worked with the Windows API, Qt, fpGUI, Cocoa and Gtk, I am absolutely sure that Gtk is the worse GUI toolkit I have ever seen. Yes, even worse then direct Windows API, because at least the Windows API works!"
Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts
Saturday, June 28, 2008
Monday, April 14, 2008
The easiest way to install an cache server for windows/xp/2k/vista
download http://ftp.isc.org/isc/bind9/9.4.2/BIND9.4.2.zip
there is an setup there then you will follow this guide (and ignore the creating of example.com zone file)
The setup puts the files into this dir "c:\windows\system32\dns" by default
Enter that directory and "c:\windows\system32\dns\etc"
create named.conf with following content
create named.local
download http://ftp.isc.org/isc/bind9/9.4.2/BIND9.4.2.zip
there is an setup there then you will follow this guide (and ignore the creating of example.com zone file)
The setup puts the files into this dir "c:\windows\system32\dns" by default
Enter that directory and "c:\windows\system32\dns\etc"
create named.conf with following content
zone "." {
type hint;
file "named.root";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
options
{
directory "c:\windows\system32\dns\etc";
};
download root dns server list "named.root" from FTP.RS.INTERNIC.NET (anonymous ftp) with filezilla
create localhost.zone with following content
$TTL 86400
$ORIGIN localhost.
@ 1D IN SOA @ root (
44 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
1D IN NS @
1D IN A 127.0.0.1
localhost.localdomain. IN A 127.0.0.1
create named.local
@ IN SOA localhost. root.localhost. (
19 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS localhost.
1 IN PTR localhost.
Start the server from services and use the 127.0.0.1 server in network config
Tuesday, October 23, 2007
QUOTE of the day :technology used by etp for providing best hosting in romania
No, we don't have Windows. Even our workstations are running Linux.technology used by etp for providing best hosting in romania
Blogged with Flock
Friday, July 13, 2007
We use vmware to escape spyware , to run ubuntu and then kubuntu
in parallel machines and without adware
When memory is small is time for xubuntu , also sometime
we try gobuntu.
Is like running an os in an bottle , viruses can't escape if you try windows vm
is good to reduce the number of servers needed for testing, and trying new stuff (ubuntu gutsy gibbon) or weird operating systems reactos , vista
or antique stuff : redhat, or centos
with vmware server we run many operating systems in parallel , each os distributed for one cpu
is good also for migrations from windows to linux and running both
just one good step to world domination and and fixing the bug #1 https://launchpad.net/ubuntu/+bug/1
http://mshiltonj.com/software_wars/current/
http://homepage.sunrise.ch/mysunrise/ekeller00/EricKellerUbuntuPage.html
http://www.oszoo.org/wiki/index.php/Main_Page
http://www.oszoo.org/wiki/index.php/Category:OS_images
in parallel machines and without adware
When memory is small is time for xubuntu , also sometime
we try gobuntu.
Is like running an os in an bottle , viruses can't escape if you try windows vm
is good to reduce the number of servers needed for testing, and trying new stuff (ubuntu gutsy gibbon) or weird operating systems reactos , vista
or antique stuff : redhat, or centos
with vmware server we run many operating systems in parallel , each os distributed for one cpu
is good also for migrations from windows to linux and running both
just one good step to world domination and and fixing the bug #1 https://launchpad.net/ubuntu/+bug/1
http://mshiltonj.com/software_wars/current/
http://homepage.sunrise.ch/mysunrise/ekeller00/EricKellerUbuntuPage.html
http://www.oszoo.org/wiki/index.php/Main_Page
http://www.oszoo.org/wiki/index.php/Category:OS_images
Tuesday, January 23, 2007
installing tuxguitar on windows
download The Java SE Runtime Environment (JRE) 6
http://java.sun.com/javase/downloads/index.jsp
download latest tuxguitar from this page
http://www.tuxguitar.com.ar/download.html
or here is direct link http://prdownloads.sourceforge.net/tuxguitar/tuxguitar-0.8-windows-installer.exe?download
you need download a soundbank file, see here:
http://java.sun.com/products/java-media/sound/soundbanks.html
i recommend http://java.sun.com/products/java-media/sound/soundbank-deluxe.gm.zip
after get the soundbank, you can put the file in:
your java runtime folder/lib/sound
or you can go to the TuxGuitar config -> sounds and load as custom soundbank.
C:\Program Files\Java\jre1.6.0\lib\audio\soundbank-deluxe.gm
start tuxguitar with a new gp3 file
http://www.tablatures.tk/download-file.php?id=NzU4
download The Java SE Runtime Environment (JRE) 6
http://java.sun.com/javase/downloads/index.jsp
download latest tuxguitar from this page
http://www.tuxguitar.com.ar/download.html
or here is direct link http://prdownloads.sourceforge.net/tuxguitar/tuxguitar-0.8-windows-installer.exe?download
you need download a soundbank file, see here:
http://java.sun.com/products/java-media/sound/soundbanks.html
i recommend http://java.sun.com/products/java-media/sound/soundbank-deluxe.gm.zip
after get the soundbank, you can put the file in:
your java runtime folder/lib/sound
or you can go to the TuxGuitar config -> sounds and load as custom soundbank.
C:\Program Files\Java\jre1.6.0\lib\audio\soundbank-deluxe.gm
start tuxguitar with a new gp3 file
http://www.tablatures.tk/download-file.php?id=NzU4
Subscribe to:
Posts (Atom)