calling an internet site


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers calling an internet site
# 1  
Old 03-04-2001
Question

Hi everyone, I've got a big problem or maybe not a problem for some of you. Is there a way to call a internet site from
unix.. ? what command??
thanks.
# 2  
Old 03-05-2001
I'm not exactly sure what you are looking for but if you want to start a browser (Netscape) and pull up forums.unix.com, use;

Code:
netscape http://forums.unix.com

If you want to download info from the web via a script look into wget

[Edited by 98_1LE on 03-05-2001 at 08:53 AM]
# 3  
Old 03-06-2001
I'm also confused by your use of the phrase 'calling an Internet site'. This could be interpreted to mean many things. It could be HTTP as 98' replied. It could also mean 'dial-up' to an ISP or other connectivity. Then again, it could mean sending email to the web administrator of a site. Or it could mean tranferring a file.

Perhaps a little more detail on what you mean by 'calling an Internet site' would permit us to reply in a more helpful way. Don't worry if your english language is not perfect if you are not a native speaker. We welcome all non-english speakers and appreciate how hard it can be to speak in our native language. AND ... we are really happy that we don't have to run the forum in Sanskrit Smilie
# 4  
Old 03-06-2001
Hammer & Screwdriver thanks to 98 and Neo

Thanks 98_,
so if I am using windows explorer browser,
my command would be (???) : iexplore http://forum.unix.com


Neo thank u too, I appreciate it.
# 5  
Old 03-06-2001
Question

Does Windows Internet Explorer (IE) run on any UNIX-ish platforms? If it does, then my entire world-view shifts more to the center Smilie I would be very surprised if you can run IE on any UNIX (even with a WINE-like emulator).

Microsoft has traditionally not been in the interoperability or cross-platform mode of building or compiling their products on UNIX-ish platforms. That is why Netscape was suggested by 98'. There are other UNIX utilities for making http 'calls', but Netscape is very popular because they support most UNIX flavors and distros.
# 6  
Old 03-06-2001
Actually Neo, IE will run on Solaris 2.6 and I have installed it successfully. It will not install under Solaris 8.

bong m - If entering iexplore will start the browser (it's in your path), then what you entered should work to bring up the website in that browser. I have not tested it under IE, but I expect that it will work.
-Chuck
# 7  
Old 03-06-2001
Both Internet Exploder and Outlook Express are available for Solaris and HP-UX. http://www.microsoft.com/unix/ie/default.asp


Interesting, as Microsoft tried to claim in their anti-trust trial that Explorer was an essential part of the Windows operating system, and could not be seperated from it.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

Is this site for me?

Hello, I am new here and my name is Robert. I was actually looking for a forums website where I can go with questions regarding Linux and embedded Linux applications. I am fairly new (6 months) to the world of Linux and embedded Linux applications and the the learning curve is steep. When I am not... (13 Replies)
Discussion started by: Circuits
13 Replies

2. IP Networking

IPSec Openswan Site to Site VPN - Big Pain

Hi @all, I try to connect 2 LANs with IPSec/Openswan LAN 1: 192.168.0.0/24 LAN 2: 192.168.1.0/24 This is my Config: conn HomeVPN # # Left security gateway, subnet behind it, nexthop toward right. left=192.168.1.29 ... (1 Reply)
Discussion started by: bahnhasser83
1 Replies

3. IP Networking

Does cisco 1921 router support site to site VPNs using IPSec?

Q: "Does Cisco 1921 router support,, act as an endpoint for, site to site VPNs using IPSec? If so, how many? " A: If you get the Cisco 1921/k9 with the security services bundle then it will have built in security features. Cisco, typically includes IP Sec tunnels I believe as part of that... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

4. IP Networking

How to establish site to site vpn - Linux machine and cisco asa?

Hi, I am trying to establish vpn between my linux server and cisco asa at client side. I installed openswan on my cent os. Linux Server eth0 - 182.2.29.10 Gateway - 182.2.29.1 eth1 - 192.9.200.75 I have simple IPtables Like WAN="eth0" LAN="eth1" (0 Replies)
Discussion started by: ashokvpp
0 Replies

5. Linux

SFTP an internet address from a system behind an internet proxy

I was wondering if it is possible to setup SFTP to go through the internet proxy while connecting to an internet location. Problem: Client system is behind internet proxy. SFTP to any internet location fails as there is no documented way to configure SFTP to connect to internet locations through... (4 Replies)
Discussion started by: toobrown1
4 Replies

6. IP Networking

port access to site to site VPN

Setup a site to site VPN between two cisco routers. One of the site locations is unable to access ports such as https://example.com:9001 How do I let them go into port 9001? They can ssh, ftp, telnet and everything else. Is this a VPN issue or ACL access issue? I put permit ip host... (0 Replies)
Discussion started by: photon
0 Replies
Login or Register to Ask a Question