Complete Kickstart: How to Save Time Installing Linux
August 29, 2008I found this topic interesting on kickstart configuration on linux.
Complete Kickstart: How to Save Time Installing Linux Howto:
http://www.linux-mag.com/id/6747
Cobblerhttps://fedorahosted.org/cobbler/
http://cobbler.et.redhat.com/download.php
http://cobbler.et.redhat.com/
Enjoy!!
Vista administrator
August 16, 2008Well, i need to tweak my vista for the administrator user to appear in the logon screen.
Here’s how!
1. Open START menu then accessories then right click COMMAND PROMPT choose Run as administrator
2. Type in the command prompt
- net user administrator /active
- net user administrator /active:no - to disable the admin console
3. To change password
- net user administrator (your choosen password)
4. DONE!
Arranging favorites alphabetically
I find this userful in arranging my windows XP Favorites by going to the Registry.
1. Go to the registry Editor (regedit or regedit32)
2. Go to this links:
*Hkey_Current_User\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites
3. Rename the default - Order and create a new binary value - where value is 0000 (meaning - blank)
4. Open a new Internet explorer or refresh your browser and check your favorites.
5. VOILA!
TOP
August 6, 2008We know that top is a very powerful tool for monitoring running processes. We looked at printing output to file from top. Now we investigate the power of mutliple sections during an active session of top.
- At the command-line, type top.
- Activate multiple sections by using “shift+a”
- The interface will now display four sections. Use the lower-case “a” to toggle between sections. Notice in the top left hand corner you will see the active section identifier: 1:Def, 2:Job, 3:Mem, 4:Usr
- To add color to section 1:Def.
- Press “a” to toggle to section 1:Def.
- Press “z” to toggle color on and off. Notice that you can toggle from one section to the other to add a different color scheme to each section.
- Highlight the sort fields in section 1:Def.
- Press “a” to toggle to section 1:Def.
- Make sure color is activated by pressing “z”.
- Press “”x” to toggle the highlight feature of the sort fields. You may not recognize the highlighting right away, but by holding down the left Shift key and using the < and > keys, you can move the sort field left and right respectively.
With just a little practice you can turn top into a major partner when troubleshooting your systems.
DNS Checker
My favorite spots for dns checkup, really cool!
http://www.checkdns.net/quickcheckdomainf.aspx
Virtualization with Asterisk
If you plans virtualization using Asterisk, this one Rocks!
http://wiki.openvz.org/Quick_installation
Packet Filters
August 5, 2008I find this stuff interesting:
http://www.howtoforge.com/how-to-set-up-a-linux-layer-7-packet-classifier-on-centos5.1
This tutorial will walk you through setting up a Linux layer 7 packet classifier on CentOS 5.1, this can easily be adapted to any other Linux distribution out there.
L7-filter is a classifier for the Linux Netfilter that identifies packets based on patterns in application layer data. This allows correct classification of P2P traffics.
It can classify packets such as Kazaa, HTTP, Jabber, Citrix, Bittorrent, FTP, Gnucleus, eDonkey2000, etc., that uses unpredictable ports as well as standard protocols running on non-standard ports. It complements existing classifiers that match on IP address, port numbers and so on. http://l7-filter.sourceforge.net/


