|
I have a situation where I would like to have SFTP access from a Mac (Cyberduck, Fugu, etc) to a computer that is not externally accessible. I do have ssh access to a computer that is on the network which can then ssh to the computer in question. Here...
Started by uprise on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at serverfault):
ProxyCommand ssh accessible nc -w1 %h %p
This post even explains a way to use a generic config so ssh to computer you want access to
q - quiet T - without tty f - move to background N - not execute remote.
|
|
Firstly, I have the utmost respect for programmers & IT professionals. I'm a newby/wanna-be. I'm looking for help on developing a small program/script that helps me with the task I have detailed below. I am NOT submitting this as homework. This is work...
Started by Brandon C. on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
The above script/ftp gui client
you could schedule "shutdown.exe -h" or "psshutdown.exe -h" to do.
|
|
Not that I have any doubts of Maingears continued quality, but I liked the way Hardocp used to evaluate computers, and considering the new and unique nature of some of the parts of Maingear's redesign, I would have loved to see Hardocp's take of the new...
Started by spincut on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at hardforum):
Yes I'm aware, we've been Facebook friends....
If it makes you feel any better former [H] Consumer managing editor, Chris Morley, is MAINGEAR’s.
|
Ask your Facebook Friends
|
Inspired by this question , what in your opinion is the best (or at least plausible) use of computers/hacking in a movie or a book?
In the 1983 movie WarGames , the main character (played by Matthew Broderick) gains access to a remote computer using War...
Started by hmemcpy on
, 18 posts
by 18 people.
Answer Snippets (Read the full thread at superuser):
Some errors and kudos for trying - It kills me thinking a movie featuring AOL is the best use of a computer in a movie I can think of the computer use in the movie....
A movie entirely about the computer, and how Apple/Microsoft started.
|
|
Possible Duplicate:
What is the effect of always sleeping a laptop? Is it bad for batteries or something else?
Often I have a lot of stuff open and don't feel like shutting down my laptop, so I just use sleep mode when I'm transferring it. But I have ...
Started by Ivo on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Should I turn off my computer every once in a while?
You absolutely should! - It will clean up the memory usage, clean up all caches and....
In Windows I always prefer to reboot my computer once in a while.
Uptime through sleep mode cycles.
|
|
I am currently looking for a new TV screen since my current one is over 15 years old (about time, I guess).
I am seriously considering upgrading to a HTPC in the future (I am using a HDD recorder right now) mainly because of the improved flexibility and...
Started by Aron Rotteveel on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Most newer Computer LCDs will have the hookups you need for connecting your HDD recorder 24-27 inch is large enough, then go for a computer screen!
TV's under 32 inch are ALL based on TN (affects gaming) Computer....
The same screen.
|
|
In C++, what's the easiest way to get the local computer's IP address and subnet mask?
I want to be able to detect the local machine's IP address in my local network. In my particular case, I have a network with a subnet mask of 255.255.255.0 and my computer...
Started by djeidot on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
NULL) { #ifdef WIN32 WSACleanup(); #endif return false; } //Obtain the computer's IP myIP.b1 = ((struct in_addr *)(host->h_addr))->S_un.S_un_b.s_b1; myIP.b2 = ((struct in_addr *)(host->h_addr))->S_un.S_un_b.s_b2; myIP....
|
|
Possible Duplicate:
Which language should students start with?
If you did the CS (or equivalent) track in college, what was the first computer language they taught you in the intro course at the start of the degree plan?
Also, what computer language do...
Started by JohnFx on
, 74 posts
by 74 people.
Answer Snippets (Read the full thread at stackoverflow):
Although, BASIC does let people with no computer background intro to computer....
I think the root of this question is "how can you teach fundamental Computer Science to recommend Pascal as the very first.
It shouldn't matter.
|
|
I want to make a simple Go board to design an Computer Go game.
In a go game, you lie a "stone" (white or black) on a position where horizontal and vertical lines intersect.
What are some simple ways to restrict users from placing their stones in other...
Started by codingbear on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
W = super.getWidth(); int h = super.getHeight(); g.setColor(new Color(0xB78600)); g.fillRect(0, 0, w, h); g.setColor(Color.BLACK); if(row == 0 || row == board.length-1 || col == 0 || col == board.length-1) { if(col == 0) { g.drawLine(w/....
|
|
Most of the hardware failures I've had (especially hard drive crashes) have happened when turning the machine on, so is it better to leave your computer on all the time or not?
For years, I've heard arguments for ...
no power surges on start-up steady...
Started by Joe Schmoe on
, 40 posts
by 40 people.
Answer Snippets (Read the full thread at superuser):
If you're the sort of person to replace individual my computer(s)....
I think you've answered your own question! If you are worried about cost and don't computer last longer is a fairly open question.
Of your computer.
|