Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Good remote sites to get graphics from? Post 302290079 by Perderabo on Saturday 21st of February 2009 05:14:52 PM
Old 02-21-2009
Use your browser. Let google guide you to the image. Then use your browser to download it.
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

unix tutorials or good sites

whats a good site for unix learning? are their any tutorials on this site? (1 Reply)
Discussion started by: mfbww
1 Replies

2. UNIX for Advanced & Expert Users

Good sites to learn EMC symmetrix

i need to learn this very quick. i'm not trying delve deep into it. just enough to do basic things. does anyone know of any good sites to visit?? (1 Reply)
Discussion started by: TRUEST
1 Replies

3. Shell Programming and Scripting

Any good tutorials or sites for expect scripting?

In a nutshell here is what I am trying to do: I have a file with a list of hostnames. I want to read in the file and ssh to each hostname on the list. Do some commands, logout of the server and go onto the next on the list. I am trying to find a site that is a good tutorial or examples so I... (4 Replies)
Discussion started by: rkruck
4 Replies

4. Ubuntu

Remote backup sites

Are they reliable? I have a large cache of photographic images that I have taken over many years. Would it be safe to trust Ubuntu One for example and also sync---ing for example with Firefox. Is it safe to trust these remote storage sites with contacts and other sensitive data? Any comments and... (4 Replies)
Discussion started by: Royalist
4 Replies
A2ENSITE(8)						      System Manager's Manual						       A2ENSITE(8)

NAME
a2ensite, a2dissite - enable or disable an apache2 site / virtual host SYNOPSIS
a2ensite [site] a2dissite [site] DESCRIPTION
This manual page documents briefly the a2ensite and a2dissite commands. a2ensite is a script that enables the specified site (which contains a <VirtualHost> block) within the apache2 configuration. It does this by creating symlinks within /etc/apache2/sites-enabled. Likewise, a2dissite disables a site by removing those symlinks. It is not an error to enable a site which is already enabled, or to disable one which is already disabled. The default site is handled specially: The resulting symlink will be called 000-default in order to be loaded first. EXAMPLES
a2dissite default Disables the default site. FILES
/etc/apache2/sites-available Directory with files giving information on available sites. /etc/apache2/sites-enabled Directory with links to the files in sites-available for enabled sites. SEE ALSO
apache2ctl(8). AUTHOR
This manual page was written by Stefan Fritsch <sf@debian.org> (based on the a2enmod manual page by Daniel Stone <daniel@sfarc.net>) for the Debian GNU/Linux distribution. 8 June 2007 A2ENSITE(8)
All times are GMT -4. The time now is 04:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy