The address tag has no wiki summary.
0
votes
2answers
58 views
Can IP address transfer from person to another after he disconnects from ISP or any other way?
I have been checking this website that sells a product (health related) and trying to find out if it is a scam site.
The site is something.blogspot.in (and not something.blogspot.com, which happens ...
0
votes
0answers
25 views
Determining the address of the file in the mmc (sd-card)
I am trying to put splash screen image on my linux device, i want to read the image from mmc (sd-card). I need to locate the image address on the mmc (sd-card). for example "80a00000".
Is there any ...
0
votes
2answers
220 views
Linux/bash: How to get interface's IPv6 address?
What command can I use to get IPv6 address of an interface in a script?
Update: Output of sed from one of answers.
$ ip -6 addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436
inet6 ::1/128 scope ...
0
votes
1answer
63 views
Can the MAC address(es) of a Windows XP machine be found in a backup of C:\Documents and Settings\
I recently had a Windows XP laptop stolen
I do not know its MAC addresses (wired or wireless)
I have managed to retrieve its wireless MAC from the WiFi router it was attached to, but I have no ...
4
votes
2answers
207 views
How to connect a website has only IPv6 address without domain name?
If a server has only IPv6 address without domain name, how can I connect to server from my web-browser?
2
votes
1answer
280 views
Any way to stop Firefox from auto-hiding the address bar?
Sure, having a little extra screen estate is nice, but I use the bar often, and the constant disappearing and reappearing gets on my nerves. Looked through about:config for any options that looked ...
0
votes
1answer
43 views
Which MacOSX e-mail client allows me to set a custom From address?
I use a catch-all domain for my email so that mail to e.g. [insert-whatever]@mydomain.example.com goes to me. So, when I register at some cool site I register as somecoolsite@mydomain.example.com. ...
1
vote
1answer
148 views
What does “ :: ” mean in my connections ? (“TCP local address :: port 49157”)
It says:
TCP local address :: port 49157
remote port N/A etc.
status listen
There are several connections listed under svchost.exe, services.exe, Issas.exe, wininit.exe, system. I have no ...
1
vote
1answer
232 views
Thunderbird - Automatically add all encountered email adresses to address book
When I am sending an email i want thunderbird to use any means necessary to try to autocomplete the email of the recepient... or at least to look into the senders' emails in my inbox... Is that ...
0
votes
0answers
24 views
How to copy addresses from mail message to new message in Thunderbird
Thunderbird 3 on Windows Vista.
I sent out an email to a group of persons, all in bcc lines.
Now I want to send an email to the same group. How do I copy all addresses from the old message to the ...
0
votes
1answer
188 views
New IP adress with TSOCKS
Ok, so I am using tsocks on my ubuntu machine, i have it all set up so that if i run
wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
in my normal shell i get my ...
1
vote
3answers
135 views
Do x86 applications use 64 bits addresses in x64 operative systems?
I was wondering... 64bits OSs can run 32bits applications right? Windows use WoW64 to achieve this right?
My question is, when these applications are run, does they use 64bits or 32bits addresses? I ...
0
votes
1answer
133 views
What is address aliasing? [closed]
What is address aliasing?
How do you do it (general steps)?
What are its benefits/disadvantages?
Context: Given that we have a bunch of address lines and an address decoder inside of a computer...
...
1
vote
2answers
2k views
what differences and relations are between logical and virtual memory?
I was wondering what differences and relations are between logical and virtual memory? How do their purposes differ?
Are the relations and differences the same for logical and virtual addresses?
4
votes
4answers
792 views
understanding Flat memory model and Segmented memory model
I am trying to understand Flat memory model and Segmented memory model.
Are Flat memory model and Segmented memory model determined by CPU architecture or OS or both?
Or are they not determined by ...
3
votes
2answers
438 views
Is the size of a memory address and size of the address bus related?
My questions are about the relation between the size of an actual/physical address and the size of the address bus.
If I understand correctly, the actual/physical address size is
determined during ...
1
vote
4answers
95 views
How quickly to find the first IP available in a LAN
Suppose that I am in a LAN with the following parameters:
IP: 172.16.20.X
NETMASK: 255.255.252.0
GATEWAY: 172.16.20.1
DNS: 172.16.20.1
In order to connect to my LAN, I have to find, ...
0
votes
0answers
30 views
wireless connection switches off--IP address
I have a Lenovo laptop with windows XP and a wireless connection at home. The wireless connection works when initially I switch on the computer. but if I leave it for even 5 minutes, the wireless is ...
1
vote
1answer
298 views
How to fit 3x Radeon 6990s on Mobo
I'm suddenly interested in having 3x Radeon 6990's on one motherboard. This is 6 GPUs total.
I am aware that crossfire will only be able to address one of the cards, but I will not be using them for ...
0
votes
3answers
209 views
Multiple VirtualBox guests - ssh into them
I have a Ubuntu VirtualBox host and two Ubuntu guests. I need to be able to ssh into both guests and be able to ssh to/from guest1 and guest2.
I'm really stuck. I've tried NAT settings, bridged ...
0
votes
2answers
120 views
Why does my DSL modem list more than one physical address?
OS : Windows XP 32
Modem: Huawei MT882
What little I know, physical address is typically unique for a given network adapter. Why then does ipconfig /all give me more than one physical address listed?
...
3
votes
2answers
105 views
Windows 7: Address textbox in Windows Explorer
Is it possible to get the address bar in the Explorer windows (such as File->Open dialogue boxes) in MS-Windows 7? I hate having to browse like "Desktop -> Computer -> H: -> . . . . ."
0
votes
1answer
162 views
Homework with allocate subnet IP address
I'm having difficulty solving a subnet allocation homework problem.
Assume that a university has an address block 128.205.224.0/19. It has to allocate addresses for 2 departments' networks, each of ...
2
votes
2answers
493 views
MAC Address help
Okay, so I have officially tried every solution to an issue I can think of. I have even tried 3 distributions of LINUX, with still the same issue. [even bought Windows 7].
I have been trying to ...
0
votes
1answer
512 views
Dynamic to static internal IP address (Snow Leopard server)
I purchased a new Mac mini server, since my old iMac, which was a server pretty much died. My problem is this. How do I change my internal IP address for my mac mini server to a static address, like ...
5
votes
5answers
260 views
How information is stored?
In the old times 8 bit information and 8 bit computers got along well
There was an ASCII of 8 bits so a single byte is a single char
and a single and whole position in memory/disk
then came 16 bit, ...
1
vote
3answers
129 views
How to access a site you host from within your own network?
I have web site being hosted on my computer, so that mysite.com is served from one of my machines. However, even though everyone else can access this site normally, if I type its name (or, indeed, any ...
1
vote
1answer
62 views
Hard Disk Fragment Labels?
how are the blocks of information on a hard drives labeled? do they follow a specific numbered scheme for each block? if a hard drive is fragmented, what are the labels or addresses of the parts ...
1
vote
1answer
34 views
Memory addresses on disk
If i had 160 GB of hard drive on a 32 bit OS what is the largest possible memory address? and if a 32 bit pointer can map upto 4 GB of memory how is it possible to map an address above 4 GB?
1
vote
1answer
117 views
PC Safari Dropdown Site List
please excuse me if this is too easy and i just havent looked in the right places.
the issue is this: when i use safari, i havent found a drop down list like you have on IE addresbar. in IE you can ...
1
vote
1answer
233 views
Adding addresses to ActiveDirectory with Thunderbird
We use a Windows 2003 server and XP stations.
The server's LDAP is working ok, as I am able to retrieve the addresses it contains with Thunderbird.
I'd like to be able to ADD an address to the ...
4
votes
1answer
307 views
Chrome Equivalent of %s address bar trick in Firefox
I was curious if there was an equivalent technique in Chrome to do address bar param string replacement like you can do in Firefox. If you create a bookmark and put a %s in the bookmark URL/address ...
0
votes
1answer
75 views
http in web browser address bar
If we type a domain name in web browser address bar, How it will be add default ?
Ex. If i type linkedin.com in web browser address bar, How it will be add www and http:// -----
ex : ...
4
votes
10answers
3k views
Can you convert an address to a zip code in a spreadsheet?
Given a column of street addresses with city and state but no zip in a spreadsheet, I'd like to put a formula in a second column that yields the ZIP code. Do you know a way to do this?
I'm dealing ...
1
vote
3answers
319 views
Address bar changes in mozilla and Internet exlorer when press Ctrl+Enter
Hai Guys,
My address bar changes when i give google and press Ctrl+Enter , it changes to something like ...
3
votes
2answers
2k views
What do these remote addresses, local addresses, and states in TCPview mean?
I have been using TCPview lately to see what connections are made by different processes on my PC. Would somebody please explain what the following situations mean? Thanks.
TCP
Local Address: ...
2
votes
3answers
564 views
Website URL hiding/hiding file
Some websites, no matter what page you're on, always just show their domain name in the address bar and nothing else. And many show the folders, e.g. http://superuser.com/questions/ask, but don't show ...
0
votes
1answer
181 views
Zenbe.com free mail service still remaining free? [closed]
I made my email which I today use as my main email address when Zenbe.com was back then in beta state.
Now out of curiosity I went to their page and to my shock they offer the email service as paid ...
1
vote
2answers
93 views
How can I make Outlook 2007 be quicker when figuring out email addresses?
Normally when I'm sending an email I type in the first part of the recipient's address or their name in the to: line and move on to the subject/email.
Back in the ol' 2003 days Outlook would ...