Alexandria
Fairfax Auto Parts
456 S. Pickett Street
Alexandria, VA 22304
703-823-0800
Annandale
Fairfax Auto Parts 7219 Columbia Pike
Annandale, VA 22003
703-354-7600
Burke
Fairfax Auto Parts 5663 Burke Centre Parkway Directions
Burke, VA 22015
703-425-4400
Kamp Washington Fairfax Auto Parts-No. Va. 10912 Lee Hwy. Directions
Fairfax, VA 22030
703-591-6500
Falls Church Fairfax Auto Parts 431 S. Maple Ave. Directions
Falls Church, VA 22046
703-534-1200
Merrifield Fairfax Auto Parts, Inc. 8701 Lee Hwy. Directions
Fairfax, VA 22031
703-560-1560
Newington Fairfax Auto Parts 8196-A Terminal Rd. Directions
Newington, VA 22079
703-339-8300
Vienna Fairfax Auto Parts 121 Church Street NE Directions
Vienna, VA 22180
703-281-5700
Chantilly Fairfax Auto Parts 14154-C Willard Road Directions
Chantilly, VA 20151
703-631-3800
Sterling Fairfax Auto Parts 47060 Harry Byrd Hwy. #100 Directions
Sterling, VA 22170
703-450-6600
Fairfax City Economy Auto Parts 3855 Pickett Road Directions
Fairfax, VA 22031
703-978-4500
Machine Shop Machine Shop 8701 Lee Hwy. Directions
Fairfax, VA 22031
703-560-0813
Manassas - Rt. 234 Economy Auto Parts 8106 Sudley Road Directions
Manassas, VA 20110
703-368-1002
Manassas - Euclid Ave. Champ Auto Parts 9088 Euclid Ave. Directions
Manassas, VA 20110
703-368-7106
Manassas - Rt. 28 Manassas Auto Parts 7809 Centreville Rd. Directions
Manassas, VA 20110
703-368-7191
Herndon Fairfax Auto Parts 23070 Oak Grove Road Directions
Sterling, VA 20166
703-707-0800
Thursday, April 23, 2009
Fairfax Auto Parts
Monday, April 20, 2009
Computing Hourly or Annual Rate
Constant multiplier = 2080
1. How to compute for the Annual Salary given the hourly rate?
Hourly rate = $45.00
Annual = $45.00 x 2080
Annual = $93,600.00
2. How to compute for the Hourly Salary given the Annual Income?
Annual = $93,600.00
Annual = $93,600.00 / 2080
Hourly rate = $45.00
Friday, April 10, 2009
Copy CDROM to ISO image file
1. Using dd
[root] dd if=/dev/cdrom of=/usrISO/tncdcopy.iso
2. Using cat
[root] cat /dev/cdrom > /tmp/trendnet.iso
Note:
1. Ensure that the cd-rom is not mounted
2. These two commands will produce the same result and same size of ISO image
Wednesday, March 25, 2009
WAS 6.1 Application/Portal Developer
WebSphere Application Server 6.1 Portal Developer
DUTIES AND RESPONSIBILITIES
1. Expert level knowledge in WebSphere, WebSphere Portal, LDAP schema,
strong Java, J2EE and Struts are required.
2. Solid experience in Servlets, Web Services, SOAP, XML, Java Beans
and JSP is highly preferred.
3. This role designs, develops and supports application solutions to
meet client requirements delivered through a WebSphere Portal based intranet.
4. The successful candidate will have a strong understanding of Portlet
technologies and have practical hands-on experience developing and
delivering JSR 168 Portlet solutions and J2EE Applications.
5. He/She will design, develop and/or re-engineer highly complex
application components, and integrate software packages, programs
and reusable objects potentially residing on multiple platforms.
6. This role will also manage the WebSphere Portal environment
and mentor junior developer.
ESSENTIAL DUTIES AND RESPONSIBILITIES
1. Design/Develop/Maintain IBM WebSphere Portal solutions using JAVA,
J2EE, XML, EJB, JSP, JDBC, Struts framework, CSS, Javascript using
IBM WebSphere Studio Application Developer (WSAD) IDE.
2. Almost all solutions will be developed using IBM WebSphere and JSR168 Portlets.
3. Strong experience developing Multi-tier application architecture applications.
4. Manage IBM WebSphere and WebSphere Portal environment including, upgrades,
monitoring, security & deployment.
5. Maintain, develop and update the structured Portal Intranet framework
(security implementation, design, layout, graphical content and navigation.
6. Troubleshoots system problems and provides timely resolutions.
7. Maintain, develop and update J2EE Tomcat\MySQL solutions.
8. Supports end-users in the use of deployed portal applications as necessary.
9. Application training and usage documentation required.
10. Identify emerging technologies that can be leveraged in the framework.
11. Mentor others in emerging J2EE and/or IBM Portal and related technologies.
12. Effectively communicate new technology concepts to other team members
and capability of mentoring others.
13. Communicate project status and escalating issues to management as needed
14. Provide extensive input to the architectural design of projects and provide
expertise to project teams and ensure adherence to established architectural
standards and principles
15. Provide detailed system design documentation and deliverables, such as
functional requirements, technical specifications, architecture diagrams,
UML diagrams, sequence diagrams, component and deployment diagrams,
class diagrams, data models, process flows, use cases, and
navigation maps as required
Friday, March 20, 2009
Data Recovery Using FreeNAS
Data Recovery Using FreeNAS
Posted by FrugalNYC at 6:00 AM | Labels: backup, freenas, system admin, tech support
I have written several posts about FreeNAS in the last several weeks. For such a small and compact OS, I have found this to be one of my favorite tools of late. I first wrote about 9 Great Things About FreeNAS and then I wrote 9 Reasons To Use FreeNAS At Work. I then wrote 11 FreeNAS Tips that I picked up after using it and reading about it for several weeks.
Today I would like to talk about how FreeNAS can be used as a data recovery tool. Below is my account of how I used the FreeNAS LiveCD to restore data from a Windows Laptop. I've done this on a HP/Compaq Windows XP Laptop and it worked very well.
Bootup and Install
* I Boot up with the LiveCD.
* Configure the IP address via DHCP
* I go to another machine for the WebGUI to do additional configuration.
* From the WebGUI, I login with the default admin/freenas account.
* Then I setup the Disks - steps are below.
Adding the Disk I want to Recover
* Disks - Management - Add Choose the Disk.
* In My case it was the acd4, the only other one being a RAM Disk or CDROM Drive (acd0)
* I give the description as HD (Hard Disk)
* I leave everything else default, but I do change the Preformatted File system to NTFS
* Save the changes
Mount the Disk
* Disks - Mount Point - Management - Add mount point
* I Choose the Disk I configured above
* I chosse partition 1, since I know the Laptop only has one primary partition.
* Filesystem: I choose NTFS
* Sharename: I call it Windows. You can call it anything you want.
* I leave everything else as the default.
* save the changes.
Get to the Files
* For the easiest access to files I setup the FTP service.
* I go to Services - FTP
* I click enable and then Save and Restart.
* From windows explorer (on the machine I did the WebAdmin work and where I want the data restored to) I go to the folder ftp://freenasIP
* I see the files from my windows install and grab whatever files I need to backup.
Shutdown the Laptop
* When Done copying, I just shutdown the system.
* System - Shutdown
Voila! Now you know how to use FreeNAS as a data recovery tool. There are other dedicated recovery tools, such as SystemRescueCD, but I find FreeNAS very easy to setup and it gives me the results I want faster. Do you use FreeNAS? What features do you like best? Share your thoughts and comments. You can get the current iso of FreeNAS here. Do you have other useful resources for FreeNAS?
ADDITIONAL:
1. http://developer.novell.com/wiki/index.php/HOWTO:_Install_FreeNAS
2. http://pcwizcomputer.com/index.php?option=com_content&task=view&id=71&Itemid=47
For additional links to frugal tips and tricks follow me on Twitter. If you would like to contribute to FrugalNYC or FrugalTech in any way (guest posts, articles, ideas, interesting links, advice, financial assistance, or anything else), feel free to contact me via email. Click here to add this to your RSS reader or Subscribe to FrugalTech by Email.
Monday, March 2, 2009
Reactions:
4 comments:
Brian said...
Cool. It seems so obvious after hearing this, but I probably would have never thought of using my LiveCD for this!
March 2, 2009 9:33 AM
FrugalNYC said...
Hi Brian,
It pays to get a little creative huh? Technically, just about all LiveCD distros of Linux/BSD can be used to do simple data recovery work. I just find FreeNAS to be one of the easiest to use in this regard. :) Thanks for visiting and reading FrugalTech posts.
March 2, 2009 10:46 AM
ravi said...
nice post
to knew more about data recovery you must visit
www.ravi-datarecovery.blogspot.com
March 8, 2009 12:19 AM
FrugalNYC said...
Hi Ravi,
Thanks. I've added you to the blogroll. Good resource for data recovery.
March 10, 2009 9:51 AM
Post a Comment
Posted by FrugalNYC at 6:00 AM | Labels: backup, freenas, system admin, tech support
I have written several posts about FreeNAS in the last several weeks. For such a small and compact OS, I have found this to be one of my favorite tools of late. I first wrote about 9 Great Things About FreeNAS and then I wrote 9 Reasons To Use FreeNAS At Work. I then wrote 11 FreeNAS Tips that I picked up after using it and reading about it for several weeks.
Today I would like to talk about how FreeNAS can be used as a data recovery tool. Below is my account of how I used the FreeNAS LiveCD to restore data from a Windows Laptop. I've done this on a HP/Compaq Windows XP Laptop and it worked very well.
Bootup and Install
* I Boot up with the LiveCD.
* Configure the IP address via DHCP
* I go to another machine for the WebGUI to do additional configuration.
* From the WebGUI, I login with the default admin/freenas account.
* Then I setup the Disks - steps are below.
Adding the Disk I want to Recover
* Disks - Management - Add Choose the Disk.
* In My case it was the acd4, the only other one being a RAM Disk or CDROM Drive (acd0)
* I give the description as HD (Hard Disk)
* I leave everything else default, but I do change the Preformatted File system to NTFS
* Save the changes
Mount the Disk
* Disks - Mount Point - Management - Add mount point
* I Choose the Disk I configured above
* I chosse partition 1, since I know the Laptop only has one primary partition.
* Filesystem: I choose NTFS
* Sharename: I call it Windows. You can call it anything you want.
* I leave everything else as the default.
* save the changes.
Get to the Files
* For the easiest access to files I setup the FTP service.
* I go to Services - FTP
* I click enable and then Save and Restart.
* From windows explorer (on the machine I did the WebAdmin work and where I want the data restored to) I go to the folder ftp://freenasIP
* I see the files from my windows install and grab whatever files I need to backup.
Shutdown the Laptop
* When Done copying, I just shutdown the system.
* System - Shutdown
Voila! Now you know how to use FreeNAS as a data recovery tool. There are other dedicated recovery tools, such as SystemRescueCD, but I find FreeNAS very easy to setup and it gives me the results I want faster. Do you use FreeNAS? What features do you like best? Share your thoughts and comments. You can get the current iso of FreeNAS here. Do you have other useful resources for FreeNAS?
ADDITIONAL:
1. http://developer.novell.com/wiki/index.php/HOWTO:_Install_FreeNAS
2. http://pcwizcomputer.com/index.php?option=com_content&task=view&id=71&Itemid=47
For additional links to frugal tips and tricks follow me on Twitter. If you would like to contribute to FrugalNYC or FrugalTech in any way (guest posts, articles, ideas, interesting links, advice, financial assistance, or anything else), feel free to contact me via email. Click here to add this to your RSS reader or Subscribe to FrugalTech by Email.
Monday, March 2, 2009
Reactions:
4 comments:
Brian said...
Cool. It seems so obvious after hearing this, but I probably would have never thought of using my LiveCD for this!
March 2, 2009 9:33 AM
FrugalNYC said...
Hi Brian,
It pays to get a little creative huh? Technically, just about all LiveCD distros of Linux/BSD can be used to do simple data recovery work. I just find FreeNAS to be one of the easiest to use in this regard. :) Thanks for visiting and reading FrugalTech posts.
March 2, 2009 10:46 AM
ravi said...
nice post
to knew more about data recovery you must visit
www.ravi-datarecovery.blogspot.com
March 8, 2009 12:19 AM
FrugalNYC said...
Hi Ravi,
Thanks. I've added you to the blogroll. Good resource for data recovery.
March 10, 2009 9:51 AM
Post a Comment
Thursday, March 19, 2009
Video Hosting - Fedora 5 Server Configuration (Optimized for Dedibox servers)
Video Hosting - Fedora 5 Server Configuration (Optimized for Dedibox servers)
I found it quite hard to get up to date information on how to configure properly a video hosting server on Fedora.
Here is a quick tutorial to tell you every single step I used after setting up my server with fedora core 5 (bordeaux). My hosting provider is Dedibox. It is designed for beginners to follow the step by step; but advanced users will surely know which steps to skip !
This will help you installing:
* Fmpeg (http://ffmpeg.mplayerhq.hu)
* FFmpeg-PHP (http://ffmpeg-php.sourceforge.net)
* Mplayer + Mencoder (mencoder is now built into the mplayer svn release )
(http://www.mplayerhq.hu/design7/dload.html)
* flv2tool (http://inlet-media.de/flvtool2)
* LAME MP3 Encoder (http://lame.sourceforge.net)
* Libogg + Libvorbis (http://www.xiph.org/downloads)
Table of contents
* Requirements
* 1-click Setup
* Setup explained
REQUIREMENTS
First, here are all the packages I needed on my fresh FRESH INSTALL of FC5
yum install subversion
y
yum install ruby
y
yum install gcc
y
yum install ncurses-devel
y
yum install gcc-c++
y
yum install php*dev*
y
You'll need the Livna repository to install mplayer so let's set it up now:
vi /etc/yum.repos.d/livna.repo
Then in Vi, press the key "i" and copy and paste this:
[livna]
name=Livna for Fedora Core $releasever - $basearch - Base
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch
http://livna.cat.pdx.edu/fedora/$releasever/$basearch
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/$basearch
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/$basearch
#mirrorlist=http://rpm.livna.org/mirrorlist
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
[livna-testing]
name=Livna for Fedora Core $releasever - $basearch - Testing
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn-testing
http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.lvn-testing
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/$releasever/$basearch/RPMS.lvn-testing
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/$releasever/$basearch/RPMS.lvn-testing
#mirrorlist=http://rpm.livna.org/mirrorlist-testing
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna
Save your file by pressing "esc" and:
:wq
Once Vi exited let's import the GPG Key for this repository:
wget rpm.livna.org/RPM-LIVNA-GPG-KEY
rpm --import RPM-LIVNA-GPG-KEY
rm -rf RPM-LIVNA-GPG-KEY
1-click SETUP (just copy and paste)
cd /usr/local/src
wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/all-20061022.tar.bz2
wget http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz
wget http://switch.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.1.tbz2
wget http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.gz
tar -xjf all-20061022.tar.bz2
tar -xzf flvtool2-1.0.6.tgz
tar -xzf lame-3.97.tar.gz
tar -xjf ffmpeg-php-0.5.1.tbz2
tar -xzf libogg-1.1.3.tar.gz
tar -xzf libvorbis-1.2.0.tar.gz
mkdir /usr/local/lib/codecs/
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
mv /usr/local/src/all-20061022/* /usr/local/lib/codecs/
chmod -R 755 /usr/local/lib/codecs/
mkdir /usr/local/src/tmp
chmod 777 /usr/local/src/tmp
export TMPDIR=/usr/local/src/tmp
cd /usr/local/src/lame-3.97
./configure
make && make install
cd /usr/local/src/libogg-1.1.3
./configure && make && make install
cd /usr/local/src/libvorbis-1.2.0
./configure && make && make install
cd /usr/local/src/flvtool2-1.0.6/
ruby setup.rb config
ruby setup.rb setup
ruby setup.rb install
yum install mplayer
y
cd /usr/local/src/ffmpeg/
./configure --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared
make
make install
ln -s /usr/local/lib/libavformat.so.50 /usr/lib/libavformat.so.50
ln -s /usr/local/lib/libavcodec.so.51 /usr/lib/libavcodec.so.51
ln -s /usr/local/lib/libavutil.so.49 /usr/lib/libavutil.so.49
ln -s /usr/local/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0
ln -s /usr/local/lib/libavformat.so.51 /usr/lib/libavformat.so.51
cd /usr/local/src/ffmpeg-php-0.5.1/
phpize
./configure
make
make install
echo ‘extension=/usr/local/lib/php/extensions/no-debug-non-zts-20020429/ffmpeg.so’ >> /etc/php.ini
service httpd restart
SETUP EXPLAINED
Download needed packages and unpack them:
cd /usr/local/src
wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/all-20061022.tar.bz2
wget http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz
wget http://switch.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.1.tbz2
wget http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.gz
tar -xjf all-20061022.tar.bz2
tar -xzf flvtool2-1.0.6.tgz
tar -xzf lame-3.97.tar.gz
tar -xjf ffmpeg-php-0.5.1.tbz2
tar -xzf libogg-1.1.3.tar.gz
tar -xzf libvorbis-1.2.0.tar.gz
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
Install Mplayer codecs
mkdir /usr/local/lib/codecs/
mv /usr/local/src/all-20061022/* /usr/local/lib/codecs/
Secure TMP folder
chmod -R 755 /usr/local/lib/codecs/
mkdir /usr/local/src/tmp
chmod 777 /usr/local/src/tmp
export TMPDIR=/usr/local/src/tmp
Install Lame
cd /usr/local/src/lame-3.97
./configure
make && make install
Install Ogg
cd /usr/local/src/libogg-1.1.3
./configure && make && make install
Install Vorbis
cd /usr/local/src/libvorbis-1.2.0
./configure && make && make install
Install FLVtools
cd /usr/local/src/flvtool2-1.0.6/
ruby setup.rb config
ruby setup.rb setup
ruby setup.rb install
Install Mplayer
yum install mplayer
Install FFMpeg
cd /usr/local/src/ffmpeg/
./configure --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared
make
make install
ln -s /usr/local/lib/libavformat.so.50 /usr/lib/libavformat.so.50
ln -s /usr/local/lib/libavcodec.so.51 /usr/lib/libavcodec.so.51
ln -s /usr/local/lib/libavutil.so.49 /usr/lib/libavutil.so.49
ln -s /usr/local/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0
ln -s /usr/local/lib/libavformat.so.51 /usr/lib/libavformat.so.51
Install FFMpeg-PHP
cd /usr/local/src/ffmpeg-php-0.5.1/
phpize
./configure
make
make install
Add the FFMpeg extension in php.ini and restart httpd.
echo ‘extension=/usr/local/lib/php/extensions/no-debug-non-zts-20020429/ffmpeg.so’ >> /etc/php.ini
service httpd restart
Posted by Romain at 01:29
Labels: Tutorials
Wednesday, March 18, 2009
Getting a feel for the network with ‘netstat’
It seems that my previous article, “Getting a feel for the network
with ’ss’” was pretty popular. ss is a great tool but isn’t always
part of a base install for your favorite version of Linux. With
that in mind, let’s talk about how to do some things with tools
that are more likely to be part of the base. This time we will
discuss netstat and next time we will cover just the tip of the
iceberg that is lsof.
Our tricks for the day:
* Get a list of active TCP connections
* Get a list of active TCP connections and resolve hostnames of IP addresses in question
* Get a list of listening TCP sockets
* Get a list of TCP connections in various other connection states
First netstat:
Get a list of TCP connections (in this case, we include “listening” TCP ports):
$ netstat -ant
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 1 192.168.253.101:52812 74.52.160.50:80 FIN_WAIT1
tcp 509792 0 192.168.253.101:49200 38.119.55.141:80 ESTABLISHED
tcp 0 1 192.168.253.101:52813 74.52.160.50:80 FIN_WAIT1
tcp 0 0 :::22 :::* LISTEN
As before, except this time resolve the IP addresses in question:
$ netstat -at
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 localhost:ipp *:* LISTEN
tcp 509792 0 chaco.local:49200 rieko.ziaspace.com:www ESTABLISHED
tcp 0 0 *:ssh *:* LISTEN
In the previous commands we showed active TCP connections but also TCP
ports that were in the “listening” state. If you are messing with
netstat and lsof then you are probably at least somewhast familiar
with IP networking but, if not, listening basically means that some
process is ready to accept new connections on that port.
In this command we are going to show only TCP ports that are in the
listening state and not active TCP connections. Note that, as in my
previous article, the only processes listening for new connections
on my workstation are the SSH and CUPS daemons.
$ netstat -tl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 localhost:ipp *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
Now for our final netstat trick, we are going to list all of the TCP
connections where a TCP SYN packet has been sent but the receiving end
has not yet replied. See Wikipedia for more information about the TCP
handshake. I’ve fired up a Gnutella client so that we have lots of
interesting TCP connections in the output:
$ netstat -tl | grep SYN
(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.)
tcp 0 1 192.168.253.101:59227 142.217.112.185:2729 SYN_SENT 7542/gtk-gnutella
tcp 0 1 192.168.253.101:36291 74.193.252.111:37998 SYN_SENT 7542/gtk-gnutella
tcp 0 1 192.168.253.101:36874 12.210.29.230:53781 SYN_SENT 7542/gtk-gnutella
tcp 0 1 192.168.253.101:35878 69.245.72.170:2500 SYN_SENT 7542/gtk-gnutella
tcp 0 1 192.168.253.101:33314 24.94.77.8:50345 SYN_SENT 7542/gtk-gnutella
tcp 0 1 192.168.253.101:43488 24.238.218.203:1334 SYN_SENT 7542/gtk-gnutella
tcp 0 1 192.168.253.101:53485 24.95.79.143:1128 SYN_SENT 7542/gtk-gnutella
tcp 0 1 192.168.253.101:60224 69.133.19.41:24536 SYN_SENT 7542/gtk-gnutella
tcp 0 1 192.168.253.101:52441 72.51.246.127:4379 SYN_SENT 7542/gtk-gnutella
tcp 0 1 192.168.253.101:57700 70.80.99.180:23112 SYN_SENT 7542/gtk-gnutella
Okay, that’s it for today. If you want to do some extra credit then I suggest
looking at the ‘-p’ flag for netstat.
Job Description Senior Consultant
Brief Description:
Senior Consultant is responsible for evaluating existing
systems and/or new user needs for the enterprise spatial
data operations, data governance, and data related service
offerings
Complete Description:
1. Fulfillment of geospatial service catalog offerings,
development of solution proposals and tracking of
service delivery schedules in order to meet/exceed
customer commitments
2. Manages and coordinates the spatial data architecture.
Work involves coordinating with agency spatial data
stewards, creation of processes, workflow diagrams,
step-by-step user guides for agency data stewards to
update/maintain their own data located in the
staging/production environments, resolution of
spatial data issues
3. Leads and fulfills data governance action items
Data structure changes impacting enterprise web applications
Maintenance of spatial data dictionary to communicate spatial data holdings
Development of data sharing agreements
4. Development of monthly statistics for the
geospatial service offerings and monthly
reporting to the CTO Dashboard
5. Management of enterprise contracts, renewals
and product deliverables
6. Project management of the State GIS Clearinghouse
7. Weekly tracking and monitoring of GTO/ESF projects
(i.e. data infrastructure upgrade), requests and
action items, signoffs, and facilitation with ESRI
for help desk support
8. Other geospatial operations supported by this
position include change management and standard
operating procedures
Tuesday, March 17, 2009
Install VMware-server-1.0.7 in Fedora 10
1. Check the Linux version
--------------------------
[root@localhost modules]# uname -a
Linux localhost.localdomain 2.6.27.19-170.2.35.fc10.x86_64 #1 SMP Mon Feb 23 13:00:23 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
2. Check the VMWare server installed
------------------------------------
[root@localhost modules]# rpm -qa | grep VM
VMware-server-1.0.7-108231.i386
[root@localhost modules]#
3. Download the path for kernerl 2.6.27
---------------------------------------
http://www.insecure.ws/warehouse/vmware-update-2.6.27-5.5.7-2.tar.gz
Thursday, March 5, 2009
Verifying the integrity of nmap-4.76.tar.bz2 downloads
1. Download the NMap Signing Key
[root@localhost gpg_test]# wget http://nmap.org/data/nmap_gpgkeys.txt
--2009-03-05 12:40:40-- http://nmap.org/data/nmap_gpgkeys.txt
Resolving nmap.org... 64.13.134.48
Connecting to nmap.org|64.13.134.48|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4975 (4.9K) [text/plain]
Saving to: `nmap_gpgkeys.txt'
100%[======================================>] 4,975 --.-K/s in 0.1s
2009-03-05 12:40:40 (46.2 KB/s) - `nmap_gpgkeys.txt' saved [4975/4975]
2. Import the Signing Keys using PGP
[root@localhost gpg_test]# gpg --import nmap_gpgkeys.txt
gpg: key 6B9355D0: "Nmap Project Signing Key (http://www.insecure.org/)" not changed
gpg: key 33599B5F: "Fyodor" not changed
gpg: Total number processed: 2
gpg: unchanged: 2
3. Verifying the Nmap and Fyodor PGP Key Fingerprints
[root@localhost gpg_test]# gpg --fingerprint nmap fyodor
pub 1024D/6B9355D0 2005-04-24
Key fingerprint = 436D 66AB 9A79 8425 FDA0 E3F8 01AF 9F03 6B93 55D0
uid Nmap Project Signing Key (http://www.insecure.org/)
sub 2048g/A50A6A94 2005-04-24
pub 1024D/33599B5F 2005-04-24
Key fingerprint = BB61 D057 C0D7 DCEF E730 996C 1AF6 EC50 3359 9B5F
uid Fyodor
sub 2048g/D3C2241C 2005-04-24
4. Verifying PGP key fingerprints (Successful)
[root@localhost gpg_test]# gpg --verify nmap-4.76.tar.bz2.gpg.txt nmap-4.76.tar.bz2
gpg: Signature made Fri 12 Sep 2008 05:03:59 AM EDT using DSA key ID 6B9355D0
gpg: Good signature from "Nmap Project Signing Key (http://www.insecure.org/)"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 436D 66AB 9A79 8425 FDA0 E3F8 01AF 9F03 6B93 55D0
5. View A typical Nmap release digest file
[root@localhost gpg_test]# cat nmap-4.76.tar.bz2.digest.txt
nmap-4.76.tar.bz2: MD5 = 27 8D D2 E8 49 CC 3D BB 94 7D F9 61 A1 AA FF D0
nmap-4.76.tar.bz2: SHA1 = A711 4173 8B45 12B6 D5B3 5EF9 4258 E525 DF30 A586
nmap-4.76.tar.bz2: RMD160 = EC93 522E 05E7 233E 8950 B28A B12B 4535 5E63 C0C7
nmap-4.76.tar.bz2: SHA224 = 4DBB6532 F94D3EDE 6BF900FC 9325FAA4 ADE46765
0B44D56C A2B7E136
nmap-4.76.tar.bz2: SHA256 = 4E24328C A6EC97AF B2A8CAF3 12B1F111 A15CF417
63A5AC41 E7A633FD B217D66D
nmap-4.76.tar.bz2: SHA384 = 17B27C42 12664066 D7E32A44 8EDC7D84 04AC23A2
6F6AD443 BCEA9114 F9F9A422 BC32C857 AF7B300B
5E11EF53 47C91975
nmap-4.76.tar.bz2: SHA512 = B1E04ED7 521744C0 090E1A30 81ED524A 7B3B1287
2090B064 D80E325E 4C5D273F 76FAE899 B28ECDBF
6E300D19 203EBE1D FDE6F3CA BDEAB7E7 6FDCCBB4
6139167E
6. Verifying Nmap hashes using md5sum
[root@localhost gpg_test]# md5sum nmap-4.76.tar.bz2
278dd2e849cc3dbb947df961a1aaffd0 nmap-4.76.tar.bz2
7. Verifying Nmap hashes using sha1sum
[root@localhost gpg_test]# sha1sum nmap-4.76.tar.bz2
a71141738b4512b6d5b35ef94258e525df30a586 nmap-4.76.tar.bz2
8. Verifying Nmap hashes using gpg
[root@localhost gpg_test]# gpg --print-md sha1 nmap-4.76.tar.bz2
nmap-4.76.tar.bz2: A711 4173 8B45 12B6 D5B3 5EF9 4258 E525 DF30 A586
Subscribe to:
Posts (Atom)