LinuxAnswers DiscussionThis forum is to discuss articles posted to LinuxAnswers.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
after i install wine on mandriva 2006 and i tray to install some aplication midi, i have trouble with my dekstop.
i use gnome and all panel is disapears.
I have a small problem with your tutorial using "curl" or "wget". I have tried both to download the newest Mandriva One, and for a while had no success.
Here is my problem:
<This Page> has a LOT of different isos and md5sums to choose from ---- so, If I use the tutorial above, I get a text file of the mirror contents
wget -c -o mandriva-linux-2007-spring-one-KDE-cdrom-i586.iso
--07:08:24-- http://mandriva-linux-2007-spring-one-kde-cdrom-i586.iso/
=> `index.html.2'
Resolving mandriva-linux-2007-spring-one-kde-cdrom-i586.iso... failed: Name or service not known.
It took me a couple of days of trial and error, but I finally realized that I had to right click on the file to "copy link location" of the actual URL for the download and put it in after wget or curl. IMHO, it would be easier for us newbies if you would add that to your tutorial so we don't fight the terminal for two days trying to figure out what you are saying Thanks for a great site ... I use it a lot, I just don't usually have much to say !
Can somebody tell me what is "curl" and "wget" and how to use. Trying to download Mandriva One 2007 Live CD. Unfortunately, I have a dial-up internet connection. First time Linux user and would like to test drive this distro. Using XP.
Here are explanations of curl and wget - both remotely copy files
Quote:
Originally Posted by seubill
Can somebody tell me what is "curl" and "wget" and how to use. Trying to download Mandriva One 2007 Live CD. Unfortunately, I have a dial-up internet connection. First time Linux user and would like to test drive this distro. Using XP.
curl is a client to get documents/files from or send documents to a server, using any of the supported protocols (HTTP, HTTPS, FTP, GOPHER, DICT, TELNET, LDAP or FILE). The command is designed to work without user interaction or any kind of interactivity.
curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, SSL (https connections, cookies, file transfer resume and more.
GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.
Wget is non-interactive, meaning that it can work in the background, while the user is not logged on. This allows you to start a retrieval and disconnect from the system, letting Wget finish the work. By contrast, most of the Web browsers require constant user's presence, which can be a great hindrance when transferring a lot of data.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.