Fixing CSRF exploits in Infrastructure
by Toshio Kuratomi
Greetings all,
I've been researching the CSRF exploit and how it affects our web apps
recently. The short story is that our code is pretty open to this at
the moment. I've written up a proposal for fixing this but it will
require a lot of coding so I'd love to have some more eyes on it to make
sure I'm not making any stupid mistakes.
The proposal is here::
https://fedorahosted.org/fas/wiki/CSRF
The ticket for the overall CSRF fixing is here::
https://fedorahosted.org/fedora-infrastructure/ticket/992
I consider fixing this to be a fairly high priority so I'll be starting
work on implementing this for a few pkgdb methods very soon. Assuming
the technique works we'll need to port every method that can change data
in every app to use this.
-Toshio
15 years
Patch to fix EPEL dep scripts
by Michael Stahnke
I think I solved the repo-closure/deps scripts issues. Now it should
be back to sending only one email, (instead of 6). Also, there was an
indentation issue in the reporting program that was causing the
dependencies problems to be cleared.
Please test this once before putting in production. I tested the best
I could on publictest16 and my home systems, but I didn't have full
access to all yum repos anywhere. Additionally, I changed the shell
script to reference local copies of yum.conf and rc-report.cfg. I
think that is probably ok, but somebody should verify.
stahnma
15 years
Change request: SELinux tweaks.
by Luke Macken
Attached are some patches that will fix many AVC's that are currently
happening within our infrastructure.
Patch 0010-Fix-our-semanage_fcontext-function-to-work-on-symlin.patch
/should/ fix the problem introduced in
41acfbc83c80d12d915a0d6087e841aba2c7e78c that caused restorecon to flip
out when trying to apply context to a symlink.
The rest should all be fairly straight-forward fixes that involve
flipping booleans, setting context, and creating custom policy modules.
Apologies for the binary blobs in the diffs :)
luke
15 years
DNS changes
by Jon Stanley
Someone just came into #fedora-admin and noted that the MNAME in our
SOA's was incorrect - for every domain, the MNAME was set to be the
domain itself, whereas RFC1035 3.3.13 states:
MNAME The <domain-name> of the name server that was the
original or primary source of data for this zone.
Being a DNS guy myself, I've modified every zone to be in compliance
by changing the MNAME to be ns1.fedoraproject.org. The patch is
below, I'd like some consensus before pushing it.
diff --git a/configs/dns/master/fedora.us b/configs/dns/master/fedora.us
index 4ff3a54..4e2d296 100644
--- a/configs/dns/master/fedora.us
+++ b/configs/dns/master/fedora.us
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedora.us. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007102600 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedorahosted.org
b/configs/dns/master/fedorahosted.org
index bf3c281..40f9afc 100644
--- a/configs/dns/master/fedorahosted.org
+++ b/configs/dns/master/fedorahosted.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedorahosted.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedorahosted.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2008030601 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedoralinux.com
b/configs/dns/master/fedoralinux.com
index 65bca06..6af3736 100644
--- a/configs/dns/master/fedoralinux.com
+++ b/configs/dns/master/fedoralinux.com
@@ -1,5 +1,5 @@
$TTL 86400
-@ IN SOA fedoralinux.com. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
2007072101 ; Serial
diff --git a/configs/dns/master/fedoralinux.net
b/configs/dns/master/fedoralinux.net
index d19ac15..5865336 100644
--- a/configs/dns/master/fedoralinux.net
+++ b/configs/dns/master/fedoralinux.net
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedoralinux.net. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007072101 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedoralinux.org
b/configs/dns/master/fedoralinux.org
index 333fac5..5865336 100644
--- a/configs/dns/master/fedoralinux.org
+++ b/configs/dns/master/fedoralinux.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedoralinux.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007072101 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedorapeople.org
b/configs/dns/master/fedorapeople.org
index c9ff7c3..edb0055 100644
--- a/configs/dns/master/fedorapeople.org
+++ b/configs/dns/master/fedorapeople.org
@@ -1,6 +1,6 @@
$TTL 3600
-@ IN SOA
fedorapeople.org. hostmaster.fedorapeople.org. (
- 2008101301 ; Serial
+@ IN SOA
ns1.fedoraproject.org. hostmaster.fedorapeople.org. (
+ 2008112901 ; Serial
8H ; refresh
2H ; retry
4W ; expire
diff --git a/configs/dns/master/fedoraproject.com
b/configs/dns/master/fedoraproject.com
index f92146c..5865336 100644
--- a/configs/dns/master/fedoraproject.com
+++ b/configs/dns/master/fedoraproject.com
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedoraproject.com. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007072101 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedoraproject.net
b/configs/dns/master/fedoraproject.net
index d51cef8..5865336 100644
--- a/configs/dns/master/fedoraproject.net
+++ b/configs/dns/master/fedoraproject.net
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedoraproject.net. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007072101 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedoraproject.org
b/configs/dns/master/fedoraproject.org
index 42f6173..58ce69f 100644
--- a/configs/dns/master/fedoraproject.org
+++ b/configs/dns/master/fedoraproject.org
@@ -1,6 +1,6 @@
$TTL 3600
-@ IN SOA fedoraproject.org.
hostmaster.fedoraproject.org. (
- 2008112601 ; Serial
+@ IN SOA ns1.fedoraproject.org.
hostmaster.fedoraproject.org. (
+ 2008112901 ; Serial
8H ; refresh
2H ; retry
4W ; expire
diff --git a/configs/dns/master/fedoraproject.org.uk
b/configs/dns/master/fedoraproject.org.uk
index eab98af..5865336 100644
--- a/configs/dns/master/fedoraproject.org.uk
+++ b/configs/dns/master/fedoraproject.org.uk
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedoraproject.org.uk. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007072101 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/k12linux.org b/configs/dns/master/k12linux.org
index 75ef0b7..9c92383 100644
--- a/configs/dns/master/k12linux.org
+++ b/configs/dns/master/k12linux.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA k12linux.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2008110801 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/nspluginwrapper.org
b/configs/dns/master/nspluginwrapper.org
index f56c9e9..73db73c 100644
--- a/configs/dns/master/nspluginwrapper.org
+++ b/configs/dns/master/nspluginwrapper.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA nspluginwrapper.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2008101301 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/smolts.org b/configs/dns/master/smolts.org
index 88cc971..91189e9 100644
--- a/configs/dns/master/smolts.org
+++ b/configs/dns/master/smolts.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA smolts.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2008100601 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/vpn.fedoraproject.org
b/configs/dns/master/vpn.fedoraproject.org
index a129209..303d0bd 100644
--- a/configs/dns/master/vpn.fedoraproject.org
+++ b/configs/dns/master/vpn.fedoraproject.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA vpn.fedoraproject.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2008110501 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
[jstanley@puppet1 master]$ vim fedoralinux.com
[jstanley@puppet1 master]$ git diff
diff --git a/configs/dns/master/fedora.us b/configs/dns/master/fedora.us
index 4ff3a54..4e2d296 100644
--- a/configs/dns/master/fedora.us
+++ b/configs/dns/master/fedora.us
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedora.us. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007102600 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedorahosted.org
b/configs/dns/master/fedorahosted.org
index bf3c281..40f9afc 100644
--- a/configs/dns/master/fedorahosted.org
+++ b/configs/dns/master/fedorahosted.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedorahosted.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedorahosted.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2008030601 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedoralinux.com
b/configs/dns/master/fedoralinux.com
index 65bca06..5865336 100644
--- a/configs/dns/master/fedoralinux.com
+++ b/configs/dns/master/fedoralinux.com
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedoralinux.com. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007072101 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedoralinux.net
b/configs/dns/master/fedoralinux.net
index d19ac15..5865336 100644
--- a/configs/dns/master/fedoralinux.net
+++ b/configs/dns/master/fedoralinux.net
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedoralinux.net. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007072101 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedoralinux.org
b/configs/dns/master/fedoralinux.org
index 333fac5..5865336 100644
--- a/configs/dns/master/fedoralinux.org
+++ b/configs/dns/master/fedoralinux.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedoralinux.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007072101 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedorapeople.org
b/configs/dns/master/fedorapeople.org
index c9ff7c3..edb0055 100644
--- a/configs/dns/master/fedorapeople.org
+++ b/configs/dns/master/fedorapeople.org
@@ -1,6 +1,6 @@
$TTL 3600
-@ IN SOA
fedorapeople.org. hostmaster.fedorapeople.org. (
- 2008101301 ; Serial
+@ IN SOA
ns1.fedoraproject.org. hostmaster.fedorapeople.org. (
+ 2008112901 ; Serial
8H ; refresh
2H ; retry
4W ; expire
diff --git a/configs/dns/master/fedoraproject.com
b/configs/dns/master/fedoraproject.com
index f92146c..5865336 100644
--- a/configs/dns/master/fedoraproject.com
+++ b/configs/dns/master/fedoraproject.com
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedoraproject.com. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007072101 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedoraproject.net
b/configs/dns/master/fedoraproject.net
index d51cef8..5865336 100644
--- a/configs/dns/master/fedoraproject.net
+++ b/configs/dns/master/fedoraproject.net
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedoraproject.net. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007072101 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/fedoraproject.org
b/configs/dns/master/fedoraproject.org
index 42f6173..58ce69f 100644
--- a/configs/dns/master/fedoraproject.org
+++ b/configs/dns/master/fedoraproject.org
@@ -1,6 +1,6 @@
$TTL 3600
-@ IN SOA fedoraproject.org.
hostmaster.fedoraproject.org. (
- 2008112601 ; Serial
+@ IN SOA ns1.fedoraproject.org.
hostmaster.fedoraproject.org. (
+ 2008112901 ; Serial
8H ; refresh
2H ; retry
4W ; expire
diff --git a/configs/dns/master/fedoraproject.org.uk
b/configs/dns/master/fedoraproject.org.uk
index eab98af..5865336 100644
--- a/configs/dns/master/fedoraproject.org.uk
+++ b/configs/dns/master/fedoraproject.org.uk
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA fedoraproject.org.uk. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2007072101 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/k12linux.org b/configs/dns/master/k12linux.org
index 75ef0b7..9c92383 100644
--- a/configs/dns/master/k12linux.org
+++ b/configs/dns/master/k12linux.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA k12linux.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2008110801 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/nspluginwrapper.org
b/configs/dns/master/nspluginwrapper.org
index f56c9e9..73db73c 100644
--- a/configs/dns/master/nspluginwrapper.org
+++ b/configs/dns/master/nspluginwrapper.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA nspluginwrapper.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2008101301 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/smolts.org b/configs/dns/master/smolts.org
index 88cc971..91189e9 100644
--- a/configs/dns/master/smolts.org
+++ b/configs/dns/master/smolts.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA smolts.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2008100601 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
diff --git a/configs/dns/master/vpn.fedoraproject.org
b/configs/dns/master/vpn.fedoraproject.org
index a129209..303d0bd 100644
--- a/configs/dns/master/vpn.fedoraproject.org
+++ b/configs/dns/master/vpn.fedoraproject.org
@@ -1,8 +1,8 @@
$TTL 86400
-@ IN SOA vpn.fedoraproject.org. hostmaster.fedoraproject.org. (
+@ IN SOA ns1.fedoraproject.org. hostmaster.fedoraproject.org. (
; Make SURE to update the serial # when changes are made. Format is YYYYMMDDNN
; (NN is just a counter to handle multiple changes in one day).
- 2008110501 ; Serial
+ 2008112901 ; Serial
28800 ; Refresh
14400 ; Retry
1000000 ; Expire
15 years
meeting tomorrow
by Mike McGrath
I won't be able to attend the meeting tomorrow. Many of us in the US will
be celebrating thanksgiving. I certainly do not want to stop others from
hosting the meeting. If you're around and want to hold a meeting, please
do.
-Mike
15 years
F-10 : Other Planetary Systems
by Chitlesh GOORAH
Hello there,
While astronomers took first ever pictures of other planetary systems
[1] last month, the fedora community was building its own planetary
systems. Some say one planet isn't enough, other strive to enlarge
their own planet. While F-10 Cambridge elevates the performance
barrier and much more, other planetary spins have been geared to
specific applications.
Ladies and Gentlemen, the following spins have also been released
together with Fedora 10 Cambridge release to ensure that you will be
the most productive in your specific work environment with opensource
software:
- Fedora Electronic Lab
- Fedora KDE
- Fedora Edu-Math
- Fedora XFCE
- Fedora AOS
- Fedora Developer
- Fedora BrOffice
For more details, please visit https://fedoraproject.org/wiki/SIGs/Spins/10
All these official spins can be downloaded at
http://spins.fedoraproject.org/ for both i386 and x86_64 architectures
as LiveCDs or LiveDVDs.
[1]: http://gizmodo.com/5086678/astronomers-take-first-ever-pics-of-other-plan...
Kind regards,
Chitlesh GOORAH
15 years
Re: Errors while syncing bugzilla with the PackageDB
by Toshio Kuratomi
accounts(a)fedoraproject.org wrote:
> The following errors were encountered while updating bugzilla with information
> from the Package Database. Please have the problems taken care of:
>
> (106, 'Sorry, entering a bug into the\n product Fedora OLPC has been disabled.')
I'm looking into special casing 'Fedora OLPC' to not attempt to sync to
bugzilla now. Talking to OLPC people about whether we need to disable
bugzilla acls in the pkgdb for OLPC and just manage cvs for them or if
re-enabling the bugzilla component is what they want to do.
For reference, the bugzilla ticket for this change was here:
https://bugzilla.redhat.com/show_bug.cgi?id=438171
-Toshio
15 years
I am Linux Fresher but at the sametime Student of RHCE
by Phadke Omkar Ashok
Basic Commands in Linux and the following things
Filesystem Structure
Basic Partition Structure
Types of Installation & Kickstart
Booting Sequence
User Administration & SUDO & PAM
File Permissions & Special Permissions [Setuid,Setgid,Stickybit]
Umask & ACL
Hardware Management
Kernel Compilation
Disk Management [creating,deleting]
Disk quota Management
Process Management
RPM & Tarball Management [Package Mangement], YUM
XWindows Management , VNC
RAID & LVM Management
Setting up one or many ip Address to Lan card
Setting up Router
Setting up DHCP Server
NFS Server Administration
FTP Server Administration
SAMBA Server Administration
DNS Server Administration
Apache Server Administration
Sendmail Server Administration
Squid Proxy Server Administration
NIS Server Administration
Hope I get a positive response and get a chance to work
with Fedora Team (Thnks GOD)...
--
Phadke Omkar Ashok
omkarphadke(a)fastmail.in
--
http://www.fastmail.fm - mmm... Fastmail...
15 years
Ian is vacationing
by Ian Weller
So I'm pretty sure I'm like others, but I'll be on vacation for about a
week with my family on Thanksgiving.
If my packages need fixed, go ahead and fix 'em ;)
--
Ian Weller <ianweller(a)gmail.com> http://ianweller.org
GnuPG fingerprint: E51E 0517 7A92 70A2 4226 B050 87ED 7C97 EFA8 4A36
"Technology is a word that describes something that doesn't work yet."
~ Douglas Adams
15 years