|
I have a Linux debian based file server using samba and nowadays being accessed successfully by Mac OS X clients..
I'd like this resource to be available in a more user friendly way, by means of Bonjour.
Is it possible, and how it would be possible, to...
Started by AlberT on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Create a file /etc/avahi/services/samba.service:
<?xml version="1.0" standalone='no'?><!--*-nxml-*--> <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> <service-group> <name replace-wildcards="yes">%h filer</name>... .
|
|
I'm looking for an IMAP client that allows me to use other clients too. What I have searched, many store something locally and either break or require heavy syncing after other client has touched the messages.
Also, it would be nice to know which ones...
Started by iny on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
No info is stored....
I use the IMAP client built into the Opera browser with Gmail client.
It's a web-based IMAP client when accessing your account via IMAP.
Problems you faced with other IMAP clients ?
Check out Roundcube .
|
|
Attention Offline Warriors:
If you are already working as an offline marketer this theme package is the perfect addition to your list of services.
If you are new to offline marketing the best place to start getting your foot in the door is by building...
Started by Jason Keith on
, 50 posts
by 28 people.
Answer Snippets (Read the full thread at warriorforum):
Thank you guys for creating this wonderful....
A lot of offliners might overlook landscaping but this particular client's average job is $30k.
A big landscaping client this week in my business for a website, SEO and PPC setup and management.
|
Ask your Facebook Friends
|
I'm writting a java application, and I need to quickly discover any other running clients on any wired or wireless local networks in order to establish a TCP connection.
what's the best way of doing this? Are there libraries or code snippets that would...
Started by Tom J Nowell on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
HTH discovery of networked devices over....
This server listen to a predefined port, clients register on the server on startup and the server can distribute information about the clients on request.
A "meeting point" server on your network.
|
|
Is there a way to force the client to update its local svn configuration using a hook?
I have lin and win clients and I'd like to push down a standard set of ignores and auto props. Today, I provide a config files and ask the users to install them (.reg...
Started by Peter Kahn on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
/etc, /usr/local/etc or C:\Documents and Settings.
Set a config file in the 'all users' location (E.g .
|
|
I wand to find the NVIDIA graphics drivers version on all Windows XP clients remotely.
Answer Snippets (Read the full thread at superuser):
Assuming the key HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA ;-) ), that would be:
psexec ....
The version value under HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Installer
It will be in the format this command remotely on the computers you want.
|
|
I need to store the datetime in CST timezone regardless of any timezone given.
The Clients who access the application are from from various time zones, like IST, CST, EST,...
I need to store all the datetime entered by the client in CST timezone to my...
Started by Prasad on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Then depending with the UTC date....
It is generally the client timezone whenever they provide you a date that would be the best option.
On the client timezone you can render the date according to the client's local timezone.
|
|
It seems every version of Ubuntu has a different way to enable remote connections to the local X server.
I'm asking this question, while I do my own research: how can I enable the X server listening to TCP port 6000 on my machine, thus allowing remote...
Started by ΤΖΩΤΖΙΟΥ on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Based on information found in this page about enabling XDCMP and the file /etc/gdm/gdm.schemas, I managed to create the following file:
# /etc/gdm/custom.conf [xdmcp] [chooser] [security] DisallowTCP=false [debug]
I also changed the /etc/X11/xinit/xserverrc... .
|
|
I need to set up two machines later today for a domo of a client/server app written with WCF. (Both machines have Visual Studio 2008 installed)
I have been testing the applications using the WCF Service Host (wcfSvcHost.exe) on my PC.
Will wcfSvcHost....
Started by Ian Ringrose on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
No it is not limited to the local machine.
No firewall blocking the ports that you are using...
|
|
I've got a client/server application, written in WCF / C#3.5.
The server is in my local TimeZone, and clients are spreaded accross the world.
My current strategy is to use UTC DateTime everywhere on the server and in the database, and to let the clients...
Started by Brann on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That way, when the DateTime....
DateTime the UTC times to local times, put this logic inside each DateTime property's get function.
You should be able to check the .Kind property to see if the DateTime is local or UTC.
And the client.
|