Displaying 3 results from an estimated 3 matches for "starquake".
2005 Aug 29
1
Can't get the gd library to work
...ckage but when I use phpinfo() I do not see the gd extension.
Am I missing something?
I somehow feel it has something to do with the config flags
Working FC2:
'--with-gd' '--enable-gd-native-ttf'
Non-working CentOS 4.1:
'--with-gd=shared' '--enable-gd-native-ttf'
StarQuake
-- 
for some how-to's and rpms visit my site    : http://solid.bounceme.net
for commercially supported solutions visit  : http://www.robas.com
2005 Aug 08
1
Where should my Xdefaults file be?
Apparently in order to get Japanese input working, I need to edit my 
Xdefaults file.
By hunting on the web, I've read that I can create my own Xdefaults 
file, but it's been very difficult to determine where I should create it.
I simply want to add the following line to this file:
*inputMethod kinput2
... so that Japanese input will be enabled. I want this setting to be 
global for all
2005 Oct 11
1
Samba not obeying locking = no from smb.conf file
I have the following share in my smb.conf :
[cdrom]
     comment = Samba server's CD-ROM
     writable = no
     locking = no
     path = /media/cdrecorder
     public = yes
When I go to that share from a Windows workstation it does still lock as 
you can see:
[root@pc843 ~]# lsof | grep cdrecorder
smbd      9647    root   20w      DIR       22,0       2048       1792 
/media/cdrecorder
smbd