I’ve set up a few of these servers now, but I’ve found a problem (which is a known problem). The packages for the freeNX server under Redhat are 1.5, whereas those under Ubuntu/Debian are 1.4, this is fine except that you can connect to the 1.5 server from the new 2.x client, but not [...]
Popularity: 18% [?]

Loading ...
hmmm, beginning to think that the biggest problem that I’ve had with vmware is that I couldn’t find a logo for the post … spent a good 5 minutes looking for one!
I’ve been asked at work to setup a number of new vmware machines on a virtualised server in a completely different location (not easily [...]
Popularity: 100% [?]
Everybody's a critic





(
4 votes, average:
4.75 out of 5)

Loading ...
This is pretty specific to my work, but I found a few nice things out. In order to search for a person in the LDAP directory, do a:
[root@cwmedia08 openldap]# ldapsearch -D ‘cn=manager’ -W -x -b "o=<domainname>" "(login=name*)"
and this should return the ldap record for the person specified. The userPassword looks something like:
userPassword:: [...]
Popularity: 10% [?]
Everybody's a critic





(
1 votes, average:
5.00 out of 5)

Loading ...
I was after a quick way to find all of the files modified after a certain time, I found the solution in a number of places, but http://www.linux.ie/newusers/beginners-linux-guide/find.php was the first place that I stumbled on. There is a trick to finding all of the files modified before a certain time:
abowden@cw0001:~$ touch -d "01 [...]
Popularity: 6% [?]

Loading ...
I wrote an article many years ago about how to do a LAMP installation (Linux, Apache, MySQL, PHP) from source because I couldn’t find any appropriate packages. I’m back to tell you that it’s now easier, there are packages and a good guide to doing the install is here: http://www.debian-administration.org/articles/357
Popularity: 5% [?]
Popularity: 5% [?]

Loading ...
Latest Comments