Questions tagged [local]
143 questions
98
votes
2 answers
How does Router know where to forward packet
If several computers with local addresses (192.168.0.#) are connected to a router and each computer opens a web browser and requests a page over HTTP, when these TCP:80 packets are sent out, the router switches the local address with the static IP…
Kornelije Petak
- 2,062
- 3
- 21
- 24
43
votes
6 answers
Is it possible to SCP from a remote to local whilst logged into the remote and without knowing the local's IP address?
I regularly find myself wanting to copy a file from remote terminal session to my local machine. Usually I log out of the remote session and call an scp transfer from local to copy the file from remote to local. But this feels a little long winded.…
jnthnclrk
- 563
- 1
- 5
- 8
26
votes
5 answers
How to choose a sensible local domain name for a home network?
Is there any convention on possible naming for local domain names (like .local), apart from not using any possible or existing top-level domain?
Wikipedia says that
.local conflicts with zeroconf
.localhost is reserved, but is traditionally…
nidi
- 585
- 2
- 7
- 12
22
votes
5 answers
Howto disable SSH local port forwarding?
I have a server running Ubuntu and the OpenSSH daemon. Let's call it S1.
I use this server from client machines (let's call one of them C1) to do an SSH reverse tunnel by using remote port forwarding, eg :
ssh -R 1234:localhost:23 login@S1
On S1,…
SCO
- 223
- 1
- 2
- 4
18
votes
2 answers
What is the difference between a link local address and an IP address in the private address space?
I read that a link local address is used when no other method for acquiring one is found. But the address space for them doesn't seem to be reserved under private address space, what is the difference between a link local address verses, one that…
rubixibuc
- 2,002
- 6
- 21
- 32
12
votes
3 answers
how to install tmux locally without root access?
I wanted to install tmux in a redhat 6 machine using yum, however this fails as I don't have root access. Any idea on how to install tmux locally without root access?
Ameida
- 123
- 1
- 1
- 7
8
votes
1 answer
How do I install userscript from the local machine with GreaseMonkey 1.12 (2013 autumn)?
I use Greasemonkey 1.12 with Firefox 24.
I have an userscript file on my computer.
I cannot find the way to install my already written userscript from my local machine - how it is done?
There used to be some custom userscript window. Now it's…
n611x007
- 6,336
- 14
- 61
- 88
8
votes
6 answers
Dropbox alternative with local sync support?
I am currently using Dropbox. Just decided to sync my huge (about 5 GB) iTunes Library (music collection) in Dropbox. For that I must subscribe to their paid account. But before I do so, I'd like evaluate the alternatives.
Is there an alternative…
Sridhar Ratnakumar
- 4,759
- 10
- 43
- 56
5
votes
1 answer
sync Nevernote (Evernote clone) notes to my own server
Supposedly, it used to be possible to sync Evernote notes to your own server. I would like to use the open source clone NeverNote, to sychronize to my own server. Is there a way of doing this?
Here is another person asking the a similar question in…
D W
- 357
- 3
- 16
5
votes
1 answer
Complete backup of online email account w/ easy future offline access?
I have an old school email account that is expiring in a couple of months, which supports IMAP and POP3. I would like to make a complete offline backup of all my email in that account, ideally with easy offline access to it in the future (i.e. are…
hpy
- 6,001
- 20
- 60
- 86
5
votes
1 answer
Windows 10 file sharing on local wifi is horribly slow
When sharing a file/folder in Windows 10, the connection is horribly slow.
What I am trying to do is to share a folder on one computer, and access that folder and the files within from another computer on the same WiFi network. More precisely, the…
user550628
- 51
- 1
- 1
- 2
4
votes
1 answer
Trying to use BIND on macos lion to set up .local TLD and am hopelessly lost
I am trying to achieve what has basically been asked in this question:
https://superuser.com/questions/403662/bind-dns-settings-on-mac-os-x-lion-errors-in-zone-file
e.g. I need to set up a TLD of .local (or whatever) so that I can bind virtualhosts…
frumbert
- 997
- 2
- 10
- 19
4
votes
1 answer
Domain user not having admin rights on local machine
I'm using Windows 2003 server as active directory and Windows 7 as a station. I need to have a regular domain user have admin rights on local machine. I added domain user to local admin group but they still do not have full access as local…
Renny
- 41
- 1
- 1
- 2
4
votes
1 answer
"bind" DNS server and considering "/etc/hosts"
in my LAN I use a small machine as server/gateway (with Ubuntu 10.04).
On this server runs bind9 DNS server and all LAN clients are using it as unique DNS.
Everything works ok, except that I'd like to find a method to consider server's /etc/hosts…
Fabio
- 1,523
- 2
- 9
- 8
3
votes
0 answers
Force local packet pass trough the router (or disable loopback) - windows 8
i would like to avoid that packets sent from my machine to the same machine (via the IP assigned by the external router eg. 192.168.1.20) are routed with loopback and so never reach the external router.
In a few words, i want that a ping made from…
Alex
- 131
- 2