|
Integy Set-Up Satation, Teak Board and Standard Set-Up Board for 1/10 Scale Sedan. Original boxes, great condition (one corner nicked on standard set-up board). Also includes RPM camber guage and Integy ride height tool. $65.00 shipped, PM or see My Photos...
Started by Valkman57 on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at hobbytalk):
Please send....
Bump TTT pics to ffmarine88@gmail.com please Pics sent to fireracer and jcranmer .
Price dropped to $65 shipped, going to fleabay next.
Bump, price also lowered to $75.00 shipped.
Pics sent to 2056dennis and hellfire.
Pic sent to pepperhammer.
|
|
Sorry to bolt onto your thread nrg710, however, I am like you a newby at this game and therefore struggling, I have tried many other ways to resolve my issue and I am not receiving any replies. I have just bought a second hand QNAP-412 ,( 3 months old...
Started by gulf917 on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at qnap):
The WAN IP of your router (or worse yet the ISP's GW if you are behind some NAT set up by ISP.
|
|
How do I set up SSH so I don't have to type my password when connecting to a host?
Started by Richard Hoskins on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at superuser):
In there, load the existing private key that you've already set up, and then save.
Once you have the public/private key pair all set up (as other answers here show) run PuttyGen.
On Windows as well.
|
Ask your Facebook Friends
|
What are some of the Dos and Don't to setting up an email server on Ubuntu? Are there any gotcha's?
Started by cgreeno on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
The configuration files are so complicated that they created a macro language that compiles down to the actual config... .
Whatever you do, do not use Sendmail.
Do:
use exim or postfix , they're (IMNSHO) the only credible SMTP servers for Linux at the moment .
|
|
What's the best way to set-up a user's printers using NETLOGON.bat?
Started by cagcowboy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Set objNetwork = CreateObject("WScript.Network") objNetwork.AddWindowsPrinterConnection "\\server\HP LaserJet"
VBScript....
From there, it's very simple.
With Windows 2000 and higher, you can use a VBScript as the logon script instead of just a batch file .
|
|
Is it possible to set up a static site-to-site vpn with two CISCO881-K9? One of the routers has a dynamic IP.
Started by agsamek on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Http://www.cisco.com/en/US/docs/routers/access....
Check http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a00801dddbb.shtml It explain how it works, just don't take care of the computer that connect with the cisco vpn client .
|
|
When I set up an email server using postfix on ubuntu server, how do I make sure that it won't be an open relay??
Started by fnord_ix on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Basically the first two control which servers Postfix will accept mail from, and the last one controls which servers it will... .
I believe you'll need to set the mynetworks_style , mynetworks , and relay_domains settings in the Postfix configuration file .
|
|
I have a mercurial repo set up on a server and I'd like to be able to access it remotely. How would I go by doing that?
Started by Evan Fosmark on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Have you read Publishing Repositories?
for "me" as the owner: ssh
for the public: http (via 'hg serve')
The mercurial book section on collaboration has some setup help. .
|
|
I think it is possible to set up 2 IP addresses and subnet masks on one NIC in Windows XP.
How can this be done?
Started by Peter Rounce on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Control Panel -> Network Connections....
Http://technet.microsoft.com/en-us/library/bb457118.aspx
Yes, although both IP's have to be static.
Read though you'll see it in there.
Searched Microsoft for "second ip address windows xp" it was the 5th link .
|
|
What is the best way to set up connection with mysql's jdbc? And execute simple statement. How to do that? Thank you.
Started by feiroox on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
From there it's easy to get access to a Statement object and run some ... .
Her is a very small smaple which illustrates it:
http://web.njit.edu/all_topics/Servers/MySQL/Docs/mySample.java.html Here's the sun documentation for creating a JDBC connection .
|