is squid installed default or come with installer on Interpid

Nay Myo Win rim.riaz at gmail.com
Wed Dec 3 05:05:44 UTC 2008


I seee brother.

sudo apt-get install squid

but i have no internet in my test lab where my server is.
so does it on installer CD?? or not??

thanks
Tommy



On Tue, Dec 2, 2008 at 6:02 PM, <ubuntu-users-request at lists.ubuntu.com>wrote:

> Send ubuntu-users mailing list submissions to
>        ubuntu-users at lists.ubuntu.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> or, via email, send a message with subject or body 'help' to
>        ubuntu-users-request at lists.ubuntu.com
>
> You can reach the person managing the list at
>        ubuntu-users-owner at lists.ubuntu.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ubuntu-users digest..."
>
>
> Today's Topics:
>
>   1. Re: xorg: Crashed (Cybe R. Wizard)
>   2. Re: WPA Supplicant deamon failing to start (Tom Sparks)
>   3. Re: WPA Supplicant deamon failing to start (en0f)
>   4. Re: which vmware download for ubuntu? (Christopher J Combrink)
>   5. Problem with site certificate (Ray Parrish)
>   6. Re: which vmware download for ubuntu? (The_Eye_In_The_Sky)
>   7. soundcard is not working (Natalja Stas)
>   8. is squid installed default or come with installer on Interpid
>      Server (Nay Myo Win)
>   9. Re: is squid installed default or come with installer on
>      Interpid  Server (Anthony M. Rasat)
>  10. Re: Problem with site certificate (iodine at runbox.no)
>  11. Re: Problem with site certificate (Sambit Bikas Pal)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 2 Dec 2008 00:26:43 -0600
> From: "Cybe R. Wizard" <cybe_r_wizard at earthlink.net>
> Subject: Re: xorg: Crashed
> To: ubuntu-users at lists.ubuntu.com
> Message-ID: <20081202002643.7d635043 at WizardsTower>
> Content-Type: text/plain; charset=US-ASCII
>
> Eric Hanchrow <offby1 at blarg.net>  said:
> > I was dragging a map in Google Maps in firefox, and the screen ... uh
> > .... freaked out.  Hard to describe.  It filled with a pattern of
> > fuzzy blue stripes.  Anyway, after a while, a dialog popped up and
> > asked me what to do about the problem.  I didn't understand most of
> > the options it presented, and can't remember which I chose.  I will
> > try to attach the Xorg log file to this bug, if I can figure out how.
>
> I don't really know how to read these log things but it looks like you
> have both a touchpad and a little red button pointing device.  May you
> have been using the one and accidentally engaged the other?
>
> Otherwise googling shows this:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/261995/+viewstatus
>
> Cybe R. Wizard
> --
> Nice computers don't go down.
>        Larry Niven, Steven Barnes
>                "The Barsoom Project"
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 1 Dec 2008 22:56:14 -0800 (PST)
> From: Tom Sparks <tom_a_sparks at yahoo.com.au>
> Subject: Re: WPA Supplicant deamon failing to start
> To: ubuntu-users at lists.ubuntu.com
> Message-ID: <975321.11013.qm at web110509.mail.gq1.yahoo.com>
> Content-Type: text/plain; charset=utf-8
>
> ----- Original Message ----
>
> Date: Mon, 01 Dec 2008 06:14:04 -0700
> From: "Karl F. Larsen" <klarsen1 at gmail.com>
> Subject: Re: WPA Supplicant deamon failing to start
> To: "Ubuntu user technical support,    not for general discussions"
>    <ubuntu-users at lists.ubuntu.com>
> Message-ID: <4933E31C.5020005 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> >Tom Sparks wrote:
> > I am runing 8.04
> > and I cant get the WPA Supplicant deamon runing
> > I am using the network mangager to access my wireless WPA network
> > it worked in 7.10
> >
> >     What happens if you right click the the two computers in the top
> right side of your screen? Click on the "edit Wireless Networks". Do
> >you see your wireless there?
> >
>
> yes
> without the password witch I have type in 200 times
> using the Kwlan it reports that the WPA Supplicant deamon is NOT started
>
>
>      Start your day with Yahoo!7 and win a Sony Bravia TV. Enter now
> http://au.docs.yahoo.com/homepageset/?p1=other&p2=au&p3=tagline
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 02 Dec 2008 17:54:49 +1030
> From: en0f <en0f at bokey.mine.nu>
> Subject: Re: WPA Supplicant deamon failing to start
> To: ubuntu-users at lists.ubuntu.com
> Message-ID: <4934E2C1.8080000 at bokey.mine.nu>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi Tom,
>
> Tom Sparks wrote:
>
> > yes
> > without the password witch I have type in 200 times
> > using the Kwlan it reports that the WPA Supplicant deamon is NOT started
>
> All the below has to be done in a terminal (ALT+F2 -> "xterm")
> $ su -
> #<root password>
>
> $ ifconfig wlan0 down; # or whatever its called ethX in general
> $ killall dhclient nm-applet wpa_supplicant;
>
> $ cat /etc/wpa_supplicant.conf # your wpa_supplicant.conf should be similar
> # File: wpa_supplicant.conf
>
> ctrl_interface=/var/run/wpa_supplicant
> ctrl_interface_group=root
> network={
>        ssid="myssid"
>        key_mgmt=WPA-PSK
>        psk="mypresharedkey"
> }
>
> $ ifconfig wlan0 up;
> $ wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
> $ iwlist wlan0 scan
> # should output your wireless network
>
> $ ifconfig eth0 up;
> $ dhclient eth0;
> $ ifconfig -a;
> # should list wlan0 with IP address;
> wlan0     Link encap:Ethernet  HWaddr 00:ab:cd:ef:12:34
>          inet addr:192.168.1.90  Bcast:192.168.1.255  Mask:255.255.255.0
>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          ........
>
> HTH!
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 02 Dec 2008 10:36:41 +0200
> From: Christopher J Combrink <chris at riply.co.za>
> Subject: Re: which vmware download for ubuntu?
> To: "Ubuntu user technical support,     not for general discussions"
>        <ubuntu-users at lists.ubuntu.com>
> Message-ID: <1228207001.6335.20.camel at cjc-laptop>
> Content-Type: text/plain
>
> You don't have to buy it - it's free.
>
>
> My advice is that you try it before you buy it. There are better
> solutions out there..
>
> I ran it for about 2 months and then it crashed on me, killing all the
> VMware machines.
>
> On Mon, 2008-12-01 at 17:59 -0600, Bill Walton wrote:
> > I'm buying vmware workstation to install on my ununtu 8.04 (64-bit)
> > system.  I'm at the download stage and I need to pick between two
> > downloads.  Here's what I have to go on.
> >
> > 1) Workstation for Linux 64-bit
> > RPM Installation file for 64-bit Linux ( 334 MB )
> >
> > 2) Workstation for Linux 64-bit
> > Bundled Installation file for 64-bit Linux ( 344 MB )
> >
> > Help?!
> >
> > Thanks,
> > Bill
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 02 Dec 2008 01:12:55 -0800
> From: Ray Parrish <crp at cmc.net>
> Subject: Problem with site certificate
> To: "Ubuntu user technical support,     not for general discussions"
>        <ubuntu-users at lists.ubuntu.com>
> Message-ID: <4934FC17.5050107 at cmc.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hello,
>
> I just tried to access my US Bank online account's Bill Pay page, and it
> returns the following error message -
>
> billpay.usbank.com uses an invalid security certificate.
>
> The certificate is not trusted because it is self signed.
> The certificate is only valid for <a id="cert_domain_link"
> title="localhost.localdomain">localhost.localdomain</a>
> (Error code: sec_error_untrusted_issuer)
>
> I do not get the error on any of their other pages, and I went into
> Firefox Preferences and tried to turn off checking for site
> certificates, but this did not work.
>
> Anybody have any clue what is going on here?
>
> Thanks for any help you can be.
>
> Later, Ray Parrish
>
> --
> http://www.rayslinks.com/ Web index of human reviewed links.
> <http://www.rayslinks.com/Troubleshooting%20and%20fixing%20Windows.html>
> Trouble shooting and Fixing Windows
> http://www.writingsoftheschizophrenic.com My poetry in web pages
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 02 Dec 2008 17:19:36 +0800
> From: The_Eye_In_The_Sky <syiwabhairawa at yahoo.com.sg>
> Subject: Re: which vmware download for ubuntu?
> To: "Ubuntu user technical support,     not for general discussions"
>        <ubuntu-users at lists.ubuntu.com>
> Message-ID: <4934FDA8.6000607 at yahoo.com.sg>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Bill Walton wrote:
> > I'm buying vmware workstation to install on my ununtu 8.04 (64-bit)
> > system.  I'm at the download stage and I need to pick between two
> > downloads.  Here's what I have to go on.
> >
> > *1) Workstation for Linux 64-bit*
> > RPM Installation file for 64-bit Linux ( 334 MB )
> >
> > *2) Workstation for Linux 64-bit*
> > Bundled Installation file for 64-bit Linux ( 344 MB )
>
> I never use the VMWare Workstation, but I am using the VMWare Server,
> since I am a cheapo person.
>
> For VMWare Server, I prefer the Bundled Installation method, since it is
> easy, just run the perl script.
> For the RPM version, you need to install Alien first to convert RPM to
> DEB, so it will be another step.
>
>
>
> --
> "Man is a slave to money which, however, is nobody's slave."
>
> Bhishma to Yudhisthira at Kurukshetra
>
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 02 Dec 2008 10:27:23 +0100
> From: Natalja Stas <nst at in-telegence.net>
> Subject: soundcard is not working
> To: ubuntu-users at lists.ubuntu.com
> Message-ID: <4934FF7B.9050006 at in-telegence.net>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Got my new laptop last week. Installed Ubuntu 8.10 and discovered that
> my sound ain't working. Its working with vista though. All necessary
> codecs are installed and the appropriate modules are loaded.
> The audio-settings are showing lots of different choices like:
> HDA Intel ALC663 Digital/Analog (ALSA) and (OSS)
> ALSA - Advanced Linux Sound Architecture
> OSS - Open Sound System
> PulseAudio-Soundserver.
>
> Here is the copy-paste report from the console:
>
> ~$ hwinfo --sound
> 27: PCI 1b.0: 0403 Audio device
>  [Created at pci.310]
>  UDI: /org/freedesktop/Hal/devices/pci_8086_293e
>  Unique ID: u1Nb.1_A02mjACiD
>  SysFS ID: /devices/pci0000:00/0000:00:1b.0
>  SysFS BusID: 0000:00:1b.0
>  Hardware Class: sound
>  Model: "Intel 82801I (ICH9 Family) HD Audio Controller"
>  Vendor: pci 0x8086 "Intel Corporation"
>  Device: pci 0x293e "82801I (ICH9 Family) HD Audio Controller"
>  SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
>  SubDevice: pci 0x1893
>  Revision: 0x03
>  Driver: "HDA Intel"
>  Driver Modules: "snd_hda_intel"
>  Memory Range: 0xf9ff8000-0xf9ffbfff (rw,non-prefetchable)
>  IRQ: 22 (1661 events)
>  Module Alias: "pci:v00008086d0000293Esv00001043sd00001893bc04sc03i00"
>  Driver Info #0:
>   Driver Status: snd_hda_intel is active
>   Driver Activation Cmd: "modprobe snd_hda_intel"
>  Config Status: cfg=new, avail=yes, need=no, active=unknown
>
>
> ~$ lsmod | grep snd_hda_intel
> snd_hda_intel         381488  3
> snd_pcm                83204  2 snd_hda_intel,snd_pcm_oss
> snd                    63268  15
>
> snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
>
> snd_page_alloc         16136  2 snd_hda_intel,snd_pcm
>
>
> If you need any other informations, just let me know.
>
>
> Best regards
> Natalja
>
>
>
> ------------------------------
>
> Message: 8
> Date: Tue, 2 Dec 2008 16:09:28 +0630
> From: "Nay Myo Win" <rim.riaz at gmail.com>
> Subject: is squid installed default or come with installer on Interpid
>        Server
> To: ubuntu-users at lists.ubuntu.com
> Message-ID:
>        <d0304a790812020139y36931d02haac3d9b03b704325 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> --
> Nay Myo
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> https://lists.ubuntu.com/archives/ubuntu-users/attachments/20081202/bca6dd8f/attachment-0001.htm
>
> ------------------------------
>
> Message: 9
> Date: Tue, 2 Dec 2008 10:38:22 +0000
> From: "Anthony M. Rasat" <anthony.rasat at gmail.com>
> Subject: Re: is squid installed default or come with installer on
>        Interpid        Server
> To: "Ubuntu user technical support,     not for general discussions"
>        <ubuntu-users at lists.ubuntu.com>
> Message-ID:
>
>  <711895109-1228214382-cardhu_decombobulator_blackberry.rim.net-648540771- at bxe1001.bisx.prodap.on.blackberry
> >
>
> Content-Type: text/plain
>
> Probably the shortest question in this list so far.
>
> 1) Is squid installed by default?
>
> No
>
> 2) Is it come with installer?
>
> Yes, apt-get probably most popular.
>
> sudo apt-get install squid
>
> Don't forget to reconfigure squid configuration in /etc/squid/squid.conf.
> There are lots of example squid.conf in if you Google it a bit.
>
> --
>
> Regards,
>
> Anthony M. Rasat
> Manager - Technical, Network and Support Division
> PT. Jawa Pos National Network
> Graha Pena Jawa Pos Group Building, 5th floor
> Jln. Raya Kebayoran Lama 12, Jakarta Barat 12210
> Indonesia.-
> Phone 02132185562
> Phone 081574217035
> Fax 02153651465
> Web http://www.jpnn.com
>
>
>
> ------------------------------
>
> Message: 10
> Date: Tue, 02 Dec 2008 12:01:43 +0100
> From: iodine at runbox.no
> Subject: Re: Problem with site certificate
> To: "Ubuntu user technical support,     not for general discussions"
>        <ubuntu-users at lists.ubuntu.com>
> Message-ID: <49351597.3060500 at runbox.no>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Ray Parrish wrote:
> > Hello,
> >
> > I just tried to access my US Bank online account's Bill Pay page, and it
> > returns the following error message -
> >
> > billpay.usbank.com uses an invalid security certificate.
> >
> > The certificate is not trusted because it is self signed.
> > The certificate is only valid for <a id="cert_domain_link"
> > title="localhost.localdomain">localhost.localdomain</a>
> > (Error code: sec_error_untrusted_issuer)
> >
> > I do not get the error on any of their other pages, and I went into
> > Firefox Preferences and tried to turn off checking for site
> > certificates, but this did not work.
> >
> > Anybody have any clue what is going on here?
>
> You should take it up with your bank. No bank should use self signed certs.
> They changed how Firefox 3 handles untrusted certs, so it's a bit of a
> PITA..
>
> --
> Odd
>
>
>
> ------------------------------
>
> Message: 11
> Date: Tue, 2 Dec 2008 17:02:56 +0530
> From: "Sambit Bikas Pal" <sambitbikaspal at gmail.com>
> Subject: Re: Problem with site certificate
> To: "Ubuntu user technical support,     not for general discussions"
>        <ubuntu-users at lists.ubuntu.com>
> Message-ID:
>        <8b27b1a40812020332m11734cf2u9cda69037e86a0dc at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> > Ray Parrish wrote:
> >> Hello,
> >>
> >> I just tried to access my US Bank online account's Bill Pay page, and it
> >> returns the following error message -
> >>
> >> billpay.usbank.com uses an invalid security certificate.
> >>
> >> The certificate is not trusted because it is self signed.
> >
> For any commercial site using https, the certificate should be issued
> by a trusted certifying authority like Verisign, Thwate etc. This will
> ensure that the customers are "talking" to the actual trader/bank. The
> certifying authority issues the certificate only after verifying the
> authenticity of the trader. Otherwise it completely spoils the purpose
> of having an encrypted connection. Any malicious third party can claim
> to be someone else, issue a self certificate and pose as the original
> trader, thereby fooling the customer. This is a typical example of
> man-in-the-middle attack. So inform your bank about this issue.
> Firefox3 by default won't accept self signed certificate.
>
>
> --
> Sambit Bikas Pal
> MS 3rd Year
> Indian Institute Of Science Education & Research Kolkata,
> HC 7, Sector-III Salt Lake, Kolkata-700106
> Web:  http://www.botcyb.org
> OpenPGP Key:
> http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x8E57F8B897D372B3
>
>
>
> ------------------------------
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
>
> End of ubuntu-users Digest, Vol 52, Issue 11
> ********************************************
>



-- 
Nay Myo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20081203/5300bf83/attachment.html>


More information about the ubuntu-users mailing list