FUDCon India
by nikhil bharadwaj
Hi,
I was looking at the fedora project website and surprisingly found that we did not have a FUDCon in India since a long time. So shall we plan a FUDCon this year.
Lets make it a small but very dynamic conference.
Please give your valuable suggestions regarding this idea.
Thanks & Regards,
Nikhil Bharadwaj
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
15 years, 7 months
Announcing Fedora 8 Xfce Spin
by Rahul Sundaram
Hello Friends,
I am pleased to announce the immediate release of a brand new and
sparkling, Fedora 8 Xfce Spin. Fedora Xfce Spin is a bootable Fedora
Live CD image available for x86 and x86_64 architecture. It can be
optionally installed to hard disk or converted into boot USB images and
is ideal for Xfce fans and for users running Fedora on relatively low
resource systems. As a additional bonus, this release rolls in updates
for Fedora 8 released till yesterday (2008/02/12).
Xfce is a lightweight desktop environment available in Fedora. Designed
for productivity, it loads and executes applications fast, while
conserving system resources. More information at http://xfce.org
== Download ==
Torrent only download available at http://spins.fedoraproject.org/
== Feedback ==
We value your feedback highly. Send all your feedback and suggestions to
http://www.redhat.com/mailman/listinfo/fedora-devel-list
== Release Highlights ==
=== Xfce 4.4.2 ===
This release includes the latest Xfce release, 4.4.2 that integrates
many new features and bug fixes. More information is available
[http://www.xfce.org/about/news?id=13 here]. Along with the basic Xfce
desktop environment, Thunar file manager and a comprehensive set of
plugins and additional Xfce utilities like Xarchiver archive manager and
Orage calendar application is included. All available languages in
Fedora has also been integrated with this release.
=== Major Desktop Applications ===
This release includes a number of major desktop applications including:
* Firefox 2.0 Web browser
* Claws Mail
* Pidgin Instant Messenger
* Brasero CD/DVD Burner
* Tracker Desktop Search
* NetworkManager
* Totem With Browser Plugin
* Java With Browser Plugin
=== Office Software ===
* Abiword Word Processor
* Gnumeric Spreadsheet Application
* Evince PDF viewer
=== Accessories ===
* Geany Basic Integrated Development Environment(IDE)
* Galculator Scientific Calculator
* Gftp FTP Client
* Mirage Image Viewer
=== Command Line Utilities===
Several small but useful command line utilities are included too! Major
highlights include:
* Mutt mail client
* Irssi: Modular IRC Client
* Yum-utils: A collection of very useful yum utilities
* Powertop: Power Consumption Monitor For Laptop Users
== Release Notes ==
Release notes for Fedora is available at
http://docs.fedoraproject.org/release-notes/f8/
== Create Your Own Fedora! ==
The kickstart file used to create this spin is available at
http://sundaram.fedorapeople.org/spins/livecd-fedora-8-xfce.ks. If you
wish to create your own spin locally or customize this to suit your
needs, refer http://fedoraproject.org/wiki/FedoraLiveCD/LiveCDHowTo.
---
Rahul Sundaram
15 years, 7 months
[Fwd: [ilugd] BITS Linux Users Club]
by sankarshan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
They seem to have a TechFest coming up http://www.bits-apogee.org/ : can
someone from Delhi help out here ?
~sankarshan
- -------- Original Message --------
Subject: [ilugd] BITS Linux Users Club
Date: Tue, 12 Feb 2008 02:46:18 +0530
From: Phaneendra <linuxfreak.me(a)gmail.com>
Reply-To: The Linux-Delhi mailing list <ilugd(a)lists.linux-delhi.org>
To: ilugd(a)lists.linux-delhi.org
Hello Everyone,
~ Iam Rama Krishna Phaneendra,doing my
B.Pharm(Hons) in BITS-Pilani,Pilani Campus.Our college is on of the top
institues in India,standing along side the IITs.I hereby wanted to bring to
your attention the following piece of Information.We have formed a community
called BITS Linux Users Club (BLUC).Our primary objective is to build and
sustain a strong community of Linux users in BITS.Our goal will be to
provide help and support to both new and old Linux users, helping in
installing and setting up Linux on computers, and encouraging the adoption
of the Linux Operating System on campus.
- --
http://www.gutenberg.net - Fine literature digitally re-published
http://www.plos.org - Public Library of Science
http://www.creativecommons.org - Flexible copyright for creative work
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFHsSDmXQZpNTcrCzMRAnmLAKCx+YI4zsrYylLUrbKSGebEHDVvKwCgsVpO
FSwnCk/gAWR9WSlbA1/WbS4=
=jPpc
-----END PGP SIGNATURE-----
15 years, 7 months
Re: [squid-users] cannot browse https sites
by Yogesh Patil
Hi ankush,
I tryied the iptables rule you given but still i am not able
to get the results.
On 2/1/08, ankush grover <ankushsquid(a)gmail.com> wrote:
>
> On Fri, Feb 1, 2008 at 12:02 AM, Yogesh Patil <yogesh(a)technotux.net>
> wrote:
> > hi,
> > I am using SQUID 2.6.STABLE17 with CentOS 5, & BIND
> > DNS SERVER configured on the same box, i have configured squid as
> > transparent proxy with all default settings , and applied iptables
> > rule by using the following
> > command
> >
> > iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT
> > --to-port 3128
> >
> > i am able to browse http websites, but when i try to open https
> > sites, such as, gmail.com, hotmail.com etc.. i am not able to get any
> > response from the proxy.
> > i have also tryied with forwarding 443 (https) port to the 3128
> > (squid) port but still no success.
> >
>
> Hi Yogesh,
>
> Try below iptables rules:
>
>
> iptables -A FORWARD -p tcp -m multiport -s $LAN_NETWORK --dport
> $YAHOO_CHAT,$YAHOO_WEB_CAM -j ACCEPT
>
> iptables -A FORWARD -p tcp -m multiport -s $LAN_NETWORK --dport
> $HTTPS,$HTTP -j ACCEPT
>
> Ports for HTTPS="443",YAHOO_CHAT="5050",YAHOO_WEB_CAM="2047,2048,5100",
> where $LAN_NETWORK is your lan network for ex 192.168.1.0/24 .
>
> Regards
>
> Ankush
>
--
Regards,
Yogesh Patil
Technotux Solutions
33/114, Gandhi Nagar,
Jilha Peth, Jalgaon - 425001
Maharashtra, INDIA
Phone :- +91-257-2235596
Mobile:- +91-9890931432, 9422778329
15 years, 8 months