ls and globbing and full pathnames

2007-01-22 Thread Robert MannI
Hello Linux Masters! I have a particular problem I need to solve related to the "ls" command and globbing. As an example, to see the all of the files in the root directories of my websites I do: $ ls -m /var/www/* This gives me the output in the form: --- /var/www/site1: index.html, some_image.

Am I being attacked? Domain name and DNS server problem

2006-03-18 Thread Robert MannI
Hello! This is most likely the wrong list, but I can't find a linux security list and this is a little bit urgent! Maybe someone off this list can give me some pointers. My client has a domain. When I ping the domain, it resolves to the IP address of the dedicated server he is hosting on. But th

Installing a package from "testing" or "unstable". How?

2006-03-01 Thread Robert MannI
Hello! Can anyone quickly guide me through the process of installing a package from "Testing" or "Unstable" with aptitude? I tried "aptitude -t testing show librmagick-ruby", but it shows me the Stable version. Rob