<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4091943178920354623</id><updated>2011-08-23T00:17:58.319-07:00</updated><title type='text'>Digital Dominion</title><subtitle type='html'>Harnessing Technology. My thoughts on IT, Software Development, Networking and Information Security.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>18</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-7951019719729495316</id><published>2011-08-22T23:46:00.001-07:00</published><updated>2011-08-23T00:17:58.345-07:00</updated><title type='text'>Using Sysinternals sigcheck to verify a file's hash</title><content type='html'>A file's MD5 or SHA-1 file hash is what I often check to verify a particular file's validity. Software developers often publish these hashes to help users determine if the file has been tampered with.&lt;br /&gt;&lt;br /&gt;With the Sysinternals tools is a file and signature viewer called sigcheck. Here a short tutorial on how to use sigcheck to get the file hash from a file.&lt;br /&gt;&lt;br /&gt;1. Obtain the file hash from the software developer's website or distribution site.&lt;br /&gt;2. Download sigcheck from Microsoft Sysinternals, or better yet get the whole &lt;a href="http://technet.microsoft.com/en-us/sysinternals/bb842062"&gt;Sysinternals Suite&lt;/a&gt;&lt;br /&gt;3. Run sigcheck.exe with the -h parameter against the file.&lt;br /&gt;&lt;br /&gt;It will show the file version and the file hashes of the file. Here is an example of sigcheck in action. Here, I used the lophtcrack password auditing software from http://www.lophtcrack.com. The website offers a CNET website and an alternative download site. Let's compare the file hashes.&lt;br /&gt;&lt;br /&gt;Lophtcrack website says the file must have these hashes:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;MD5 Hash&lt;/b&gt;: a2fd2af0b3300fea67e6b836f9ca05f2&lt;br /&gt;&lt;b&gt;SHA1 Hash: &lt;/b&gt;142590a4751fa26919cc902d91aa9c92c8e602fd&lt;br /&gt;&lt;br /&gt;Here's the hashes obtained from the executable file obtained from the CNET website:&lt;br /&gt;&lt;br /&gt;C:\Documents and Settings\machine\My Documents\Downloads&amp;gt;sigcheck -h cnet_lc6setu&lt;br /&gt;p_v6_0_12a_exe.exe&lt;br /&gt;&lt;br /&gt;Sigcheck v1.71 - File version and signature viewer&lt;br /&gt;Copyright (C) 2004-2010 Mark Russinovich&lt;br /&gt;Sysinternals - www.sysinternals.com&lt;br /&gt;&lt;br /&gt;C:\Documents and Settings\machine\My Documents\Downloads\cnet_lc6setup_v6_0_12a_exe.exe:&lt;br /&gt;&lt;br /&gt;      Verified:       Signed&lt;br /&gt;      Signing date:   5:58 AM 7/19/2011&lt;br /&gt;      Publisher:      CBS Interactive&lt;br /&gt;      Description:    CNET Download.com Installer&lt;br /&gt;      Product:        CNET Download.com Installer&lt;br /&gt;      Version:        1.2.3.0&lt;br /&gt;      File version:   1.2.3.0&lt;br /&gt;      MD5:    5a888686e6b6744afd3e1c19d84a2b10&lt;br /&gt;      SHA1:   dadee7f3da2ac8e4916d414fcd500ac85d40cb48&lt;br /&gt;      SHA256: a5528ab0650d406a2d526c5608fac24404fe07a49ca90bb4bc1c5dfdc5c912f8&lt;br /&gt;&lt;br /&gt;Here's the file obtained directly from lophtcrack's site:&lt;br /&gt;&lt;br /&gt;C:\Documents and Settings\machine\My Documents\Downloads&amp;gt;sigcheck -h lc6setup_v6.&lt;br /&gt;0.12a.exe&lt;br /&gt;&lt;br /&gt;Sigcheck v1.71 - File version and signature viewer&lt;br /&gt;Copyright (C) 2004-2010 Mark Russinovich&lt;br /&gt;Sysinternals - www.sysinternals.com&lt;br /&gt;&lt;br /&gt;C:\Documents and Settings\machine\My Documents\Downloads\lc6setup_v6.0.12a.exe:&lt;br /&gt;      Verified:       Unsigned&lt;br /&gt;      File date:      3:03 PM 8/23/2011&lt;br /&gt;      Publisher:      L0pht Holdings, LLC&lt;br /&gt;      Description:&lt;br /&gt;      Product:        L0phtCrack 6&lt;br /&gt;      Version:        6.0&lt;br /&gt;      File version:   6.0&lt;br /&gt;      MD5:    a2fd2af0b3300fea67e6b836f9ca05f2&lt;br /&gt;      SHA1:   142590a4751fa26919cc902d91 aa9c92c8e602fd&lt;br /&gt;      SHA256: 786800c069a0aa6db8ca44f9ec9617294ece72d7d0b5154a88ef77d73784d450&lt;br /&gt;&lt;br /&gt;Might be a good idea to use the 2nd file in this instance and not to trust the file from the CNET download.com website&lt;br /&gt;&lt;br /&gt;Do you have a better methodology to check if a file has been tampered with or contains malware?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-7951019719729495316?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/7951019719729495316/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=7951019719729495316&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/7951019719729495316'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/7951019719729495316'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2011/08/using-sysinternals-sigcheck-to-verify.html' title='Using Sysinternals sigcheck to verify a file&apos;s hash'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-5374395934228657180</id><published>2011-02-08T22:23:00.000-08:00</published><updated>2011-02-08T22:30:38.082-08:00</updated><title type='text'>Even Microsoft's Bing gets its search results from Google (Hilarious)</title><content type='html'>I was looking for the Internet Explorer 9 Beta URL and saw that Google's first result for the keyword "Internet Explorer 9" leads to www.google.com/chrome&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_JsSmdmgfRZ4/TVIzzXSKdaI/AAAAAAAAAW8/8n5rb9NO2xg/s1600/IE9%2Bis%2BChrome%25211.JPG"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 174px;" src="http://4.bp.blogspot.com/_JsSmdmgfRZ4/TVIzzXSKdaI/AAAAAAAAAW8/8n5rb9NO2xg/s320/IE9%2Bis%2BChrome%25211.JPG" alt="" id="BLOGGER_PHOTO_ID_5571572646527268258" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;It was really hilarious that when I searched for the same keyword in Microsoft's Search engine, bing.com, the same results came up! :D&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_JsSmdmgfRZ4/TVI0NXavB5I/AAAAAAAAAXE/HznRRM-pZ84/s1600/IE9%2Bis%2BChrome%25212.JPG"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 208px;" src="http://1.bp.blogspot.com/_JsSmdmgfRZ4/TVI0NXavB5I/AAAAAAAAAXE/HznRRM-pZ84/s320/IE9%2Bis%2BChrome%25212.JPG" alt="" id="BLOGGER_PHOTO_ID_5571573093239818130" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-5374395934228657180?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/5374395934228657180/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=5374395934228657180&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/5374395934228657180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/5374395934228657180'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2011/02/even-microsofts-bing-gets-its-search.html' title='Even Microsoft&apos;s Bing gets its search results from Google (Hilarious)'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_JsSmdmgfRZ4/TVIzzXSKdaI/AAAAAAAAAW8/8n5rb9NO2xg/s72-c/IE9%2Bis%2BChrome%25211.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-9100962005498658115</id><published>2010-05-26T19:41:00.001-07:00</published><updated>2010-05-27T01:49:05.730-07:00</updated><title type='text'>Finding a file from the Windows command line</title><content type='html'>Been using this for a while on Windows machines. dir /S &lt;file&gt; &lt;filename&gt; lists and effectively searches for the file you're looking for, on the drive that you executed the command.&lt;br /&gt;&lt;br /&gt;Nifty command. Maybe you'd have a better way to search stuff from the command line?&lt;/file&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-9100962005498658115?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/9100962005498658115/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=9100962005498658115&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/9100962005498658115'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/9100962005498658115'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2010/05/finding-file-from-windows-command-line.html' title='Finding a file from the Windows command line'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-8938388602826701170</id><published>2010-03-03T07:19:00.000-08:00</published><updated>2010-09-06T17:09:21.884-07:00</updated><title type='text'>Configuring iptables, daemons and network settings in CentOS 5</title><content type='html'>&lt;div style="text-align: left;"&gt;I just wanted to share my notes on how to configure CentOS 5 without a GUI from the command line but need to a more user friendly way of configuring runlevels, iptables and network configuration.&lt;br /&gt;&lt;br /&gt;These are ncurses programs that are interface to their esoteric command line equivalents:&lt;br /&gt;&lt;br /&gt;1. Configure startup / disable daemons(services) from starting by using ntsysv:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a style="" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_JsSmdmgfRZ4/S46AlR4y0iI/AAAAAAAAAUI/z2vkZK5Wstw/s1600-h/ntsysv.JPG"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 183px;" src="http://4.bp.blogspot.com/_JsSmdmgfRZ4/S46AlR4y0iI/AAAAAAAAAUI/z2vkZK5Wstw/s320/ntsysv.JPG" alt="" id="BLOGGER_PHOTO_ID_5444430377482637858" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;2. Using system-config-network to adjust the Network Interface card configuration:&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_JsSmdmgfRZ4/S46BO1PawUI/AAAAAAAAAUQ/oORRxPX65vc/s1600-h/system-config-network.JPG"&gt;&lt;img style="cursor: pointer; width: 320px; height: 199px;" src="http://2.bp.blogspot.com/_JsSmdmgfRZ4/S46BO1PawUI/AAAAAAAAAUQ/oORRxPX65vc/s320/system-config-network.JPG" alt="" id="BLOGGER_PHOTO_ID_5444431091347407170" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;3. Using system-config-network still to configure DNS and the machine's hostname:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_JsSmdmgfRZ4/S46BdYqgy9I/AAAAAAAAAUY/uvfTnep_pNU/s1600-h/system-config-network2.JPG"&gt;&lt;img style="cursor: pointer; width: 320px; height: 199px;" src="http://2.bp.blogspot.com/_JsSmdmgfRZ4/S46BdYqgy9I/AAAAAAAAAUY/uvfTnep_pNU/s320/system-config-network2.JPG" alt="" id="BLOGGER_PHOTO_ID_5444431341374458834" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;4.. Enabling and Disabling SELinux and configuring what ports are open on the machine using system-config-securitylevel-tui&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_JsSmdmgfRZ4/S46B8Lo0XMI/AAAAAAAAAUg/9xrWI8A_-oY/s1600-h/system-config-securitylevel.JPG"&gt;&lt;img style="cursor: pointer; width: 320px; height: 199px;" src="http://1.bp.blogspot.com/_JsSmdmgfRZ4/S46B8Lo0XMI/AAAAAAAAAUg/9xrWI8A_-oY/s320/system-config-securitylevel.JPG" alt="" id="BLOGGER_PHOTO_ID_5444431870453636290" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_JsSmdmgfRZ4/S46B8Lo0XMI/AAAAAAAAAUg/9xrWI8A_-oY/s1600-h/system-config-securitylevel.JPG"&gt;&lt;/a&gt;&lt;br /&gt;Hope this helps, maybe you guys have a better way of doing these tasks? Comments and feedback are welcome :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="file:///C:/DOCUME~1/bmsxrs/LOCALS~1/Temp/moz-screenshot.png" alt="" /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-8938388602826701170?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/8938388602826701170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=8938388602826701170&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/8938388602826701170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/8938388602826701170'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2010/03/configuring-iptables-daemons-and.html' title='Configuring iptables, daemons and network settings in CentOS 5'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_JsSmdmgfRZ4/S46AlR4y0iI/AAAAAAAAAUI/z2vkZK5Wstw/s72-c/ntsysv.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-4331613564831499755</id><published>2010-01-21T01:01:00.000-08:00</published><updated>2010-01-21T01:04:55.117-08:00</updated><title type='text'>Altiris Reporting Console - "Wrong number of arguments or invalid property assignment"</title><content type='html'>What I've observed when this error happens, is because of:&lt;br /&gt;&lt;br /&gt;1. The Altiris ActiveX controls are not installed properly&lt;br /&gt;2. The ActiveX controls could not be installed because of the lack of local Windows administrator privileges of initially opening the Altiris console.&lt;br /&gt;&lt;br /&gt;Ensuring that I have the privileges to install the controls and deleting all browser history in IE made it work for me.&lt;br /&gt;&lt;br /&gt;Did you encounter the same problem? How did you solve it?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-4331613564831499755?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/4331613564831499755/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=4331613564831499755&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/4331613564831499755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/4331613564831499755'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2010/01/altiris-reporting-console-wrong-number.html' title='Altiris Reporting Console - &quot;Wrong number of arguments or invalid property assignment&quot;'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-4061480531230295392</id><published>2009-03-18T08:09:00.000-07:00</published><updated>2009-03-19T02:06:49.384-07:00</updated><title type='text'>Rake error - no such file to load -- sqlite3 on Fedora 10</title><content type='html'>&lt;span style="font-family:verdana;"&gt;I encountered this error as I was trying to do a rake db:migrate:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;[root@julia migrate]# rake db:migrate&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;(in /home/xander/tickets)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;rake aborted!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;no such file to load -- sqlite3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Apparently, the sqlite3 gem needs to be installed in Fedora 10. After installation, the migration went smoothly.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;[root@julia migrate]# yum install rubygem-sqlite3-ruby&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;snipped&gt;&lt;/snipped&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Running Transaction&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;  Installing     : rubygem-sqlite3-ruby                                    1/1 &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Installed:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;  rubygem-sqlite3-ruby.i386 0:1.2.4-1.fc10                                     &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Complete!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;[root@julia migrate]# rake db:migrate&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;(in /home/xander/tickets)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;==  CreateTickets: migrating ==================================================&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;-- create_table(:tickets)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;   -&gt; 0.0035s&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;==  CreateTickets: migrated (0.0039s) =========================================&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-4061480531230295392?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/4061480531230295392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=4061480531230295392&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/4061480531230295392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/4061480531230295392'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2009/03/rake-error-no-such-file-to-load-sqlite3.html' title='Rake error - no such file to load -- sqlite3 on Fedora 10'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-1412575918756459296</id><published>2008-12-31T23:00:00.000-08:00</published><updated>2008-12-31T23:34:39.872-08:00</updated><title type='text'>Adding a SCSI Disk in Fedora Core 9 Linux</title><content type='html'>&lt;div&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;This is a short guide that provides procedures on how to be able to use a new SCSI disk in Linux. This is based on my own notes. Your comments and suggestions are welcome &lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:Wingdings;mso-ascii-font-family: Tahoma;mso-hansi-font-family:Tahoma;mso-bidi-font-family:Tahoma;mso-char-type: symbol;mso-symbol-font-family:Wingdings"&gt;&lt;span style="mso-char-type:symbol; mso-symbol-font-family:Wingdings"&gt;J&lt;span class="Apple-style-span" style="font-family: Tahoma; "&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10.0pt;font-family:Wingdings;mso-ascii-font-family: Tahoma;mso-hansi-font-family:Tahoma;mso-bidi-font-family:Tahoma;mso-char-type: symbol;mso-symbol-font-family:Wingdings"&gt;&lt;span style="mso-char-type:symbol; mso-symbol-font-family:Wingdings"&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; "&gt;After physically attaching the disk, as root, use fdisk –l to check if the physical disk can now be seen by Linux. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="font-family: Georgia; font-size: 16px; "&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_JsSmdmgfRZ4/SVxvzFaLOeI/AAAAAAAAALg/vI1FlM5mi7E/s1600-h/image1.PNG" style="text-decoration: none; "&gt;&lt;img src="http://2.bp.blogspot.com/_JsSmdmgfRZ4/SVxvzFaLOeI/AAAAAAAAALg/vI1FlM5mi7E/s320/image1.PNG" border="0" alt="" id="BLOGGER_PHOTO_ID_5286222986042096098" style="cursor: pointer; width: 320px; height: 60px; " /&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 13px; "&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="font-family: Georgia; font-size: 16px; "&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 13px; "&gt;The first disk that I had originally is also a SCSI disk (thus the device name is /dev/sda and the second disk is sdb). We can see that Linux now sees the second SCSI disk, at the device, /dev/sdb. Linux’s naming convention for SCSI devices are usually /dev/sd[a-p]. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Now, after confirming the device name of the new disk, (e.g /dev/sdb) you may now use fdisk to create a new partition or initialize the whole disk&lt;/span&gt;&lt;/p&gt;  &lt;ol style="margin-top:0in" start="1" type="a"&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;As root, type fdisk /dev/sdb &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;On the command prompt, enter      ‘n’ without the quotes to add a new partition. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Choose ‘p’ to create a primary      partition&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Choose ‘1’ for the partition      number&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Press enter twice to use the      defaults for the cylinder sizes&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Type ‘w’ to write the changes      to disk and exit&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_JsSmdmgfRZ4/SVxv7PrreyI/AAAAAAAAALo/t1ea0MU7xJI/s1600-h/image2.PNG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 94px;" src="http://2.bp.blogspot.com/_JsSmdmgfRZ4/SVxv7PrreyI/AAAAAAAAALo/t1ea0MU7xJI/s320/image2.PNG" border="0" alt="" id="BLOGGER_PHOTO_ID_5286223126238821154" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 13px; "&gt; &lt;/span&gt;&lt;/div&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Now, after creating the partitions, you’d need to specify the file system that the disk will be formatted with. In this case, I’ll be using EXT3. &lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_JsSmdmgfRZ4/SVxwNwtz7XI/AAAAAAAAAL4/AoAvhISTzTw/s1600-h/image3.PNG"&gt;&lt;img src="http://1.bp.blogspot.com/_JsSmdmgfRZ4/SVxwNwtz7XI/AAAAAAAAAL4/AoAvhISTzTw/s320/image3.PNG" border="0" alt="" id="BLOGGER_PHOTO_ID_5286223444343778674" style="cursor: pointer; width: 320px; height: 35px; " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;ol style="margin-top:0in" start="1" type="a"&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Type mkfs.ext3 /dev/sdb to      start formatting the disk as EXT3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;When prompted that if you’d      want to format the whole disk, choose ‘y’&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;When prompted for the total      blocks of the journal, press enter to accept the defaults&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 13px;"&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;After formatting the device, you would need to create a mount point for the device. Mount points are normal directories that users use to access the device. In this case, we will be creating a directory named disk2 under /opt/disks/ &lt;/span&gt;&lt;/p&gt;  &lt;ol style="margin-top:0in" start="1" type="a"&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Type mkdir –p /opt/disks/disk2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Georgia; font-size: 16px; "&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_JsSmdmgfRZ4/SVxwLa079yI/AAAAAAAAALw/lcW2Mtd6ExU/s1600-h/image4.PNG" style="text-decoration: none; "&gt;&lt;img src="http://3.bp.blogspot.com/_JsSmdmgfRZ4/SVxwLa079yI/AAAAAAAAALw/lcW2Mtd6ExU/s320/image4.PNG" border="0" alt="" id="BLOGGER_PHOTO_ID_5286223404108347170" style="cursor: pointer; width: 320px; height: 9px; " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Now we need to add the mount point and information regarding the new disk into Linux’s fstab. fstab is a file that Linux uses to get information about the various filesystems.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;&lt;o:p&gt;&lt;span class="Apple-style-span" style="font-family: Georgia; font-size: 16px; "&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_JsSmdmgfRZ4/SVxwVjn7cVI/AAAAAAAAAMA/xjRSx8cJoRM/s1600-h/image5.PNG" style="text-decoration: none; "&gt;&lt;img src="http://4.bp.blogspot.com/_JsSmdmgfRZ4/SVxwVjn7cVI/AAAAAAAAAMA/xjRSx8cJoRM/s320/image5.PNG" border="0" alt="" id="BLOGGER_PHOTO_ID_5286223578268397906" style="cursor: pointer; width: 320px; height: 9px; " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;ol style="margin-top:0in" start="1" type="a"&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Add the line above at the end      of the fstab file, /etc/fstab&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Reboot or mount /dev/sdb to be      able to access the device&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;Create directories on the      mount point (/opt/disks/disk2/), accessible to non-root users, using the      chown command to give them the ownership to the directories.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:10.0pt;font-family:Tahoma"&gt;You may want to create links      users to access these directories&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p class="MsoNormal"&gt;After these steps, the second SCSI disk should now be accessible and users will be able to create/access files from the disk. For further details on fstab and other useful information, please visit fstab’s manpage. &lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_JsSmdmgfRZ4/SVxwVjn7cVI/AAAAAAAAAMA/xjRSx8cJoRM/s1600-h/image5.PNG"&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_JsSmdmgfRZ4/SVxwLa079yI/AAAAAAAAALw/lcW2Mtd6ExU/s1600-h/image4.PNG"&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-1412575918756459296?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/1412575918756459296/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=1412575918756459296&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/1412575918756459296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/1412575918756459296'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2008/12/adding-scsi-disk-in-fedora-core-9-linux.html' title='Adding a SCSI Disk in Fedora Core 9 Linux'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_JsSmdmgfRZ4/SVxvzFaLOeI/AAAAAAAAALg/vI1FlM5mi7E/s72-c/image1.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-1233787694604011025</id><published>2008-11-25T18:00:00.000-08:00</published><updated>2008-11-25T18:17:39.314-08:00</updated><title type='text'>Excel Ninjutsu: Highlighting similar items in 2 columns</title><content type='html'>I was investigating a case that required me to compare and analyze multiple hosts' requests to similar external sites.  In this case, I already have the list of IP addresses. I just needed a way to compare the data. Here's a quick way to do this in Excel.&lt;br /&gt;&lt;br /&gt;1. Copy the data to be compared in 2 columns&lt;br /&gt;2. Click Format &gt; Conditional Formatting&lt;br /&gt;3. Choose "Formula is" in the drop down menu&lt;br /&gt;4. Use the countif() function to search the items. $A:$B are the columns being compared. Change this, based on your need.&lt;br /&gt;&lt;br /&gt;=COUNTIF($A:$B,B1)&gt;1&lt;br /&gt;&lt;br /&gt;5.  Choose the format color &gt; Click Ok&lt;br /&gt;&lt;br /&gt;Similar items are now highlighted.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-1233787694604011025?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/1233787694604011025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=1233787694604011025&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/1233787694604011025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/1233787694604011025'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2008/11/excel-ninjutsu-highlighting-similar.html' title='Excel Ninjutsu: Highlighting similar items in 2 columns'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-6587956244140287320</id><published>2008-10-27T21:20:00.000-07:00</published><updated>2008-10-27T22:09:13.487-07:00</updated><title type='text'>Using Google Alerts and Twitter as an Information Gathering/Mining tool</title><content type='html'>Google Alerts complement RSS for me. I like being able to get alerts for articles as they are posted online. Technically, you only get alerted if, Google (GoogleBot) has already crawled the web page.&lt;br /&gt;&lt;br /&gt;Sometimes, it's quite cumbersome wading through the massive data that RSS mines, and might not to get that much needed information in realtime.&lt;br /&gt;&lt;br /&gt;It would be useful for:&lt;br /&gt;&lt;br /&gt;- Stock Market junkies and Security Enthusiasts: Getting the latest news on a company that you have positions on, or conducting information gathering tasks as part of a penetration test&lt;br /&gt;- Sports fans: To get real time results of the sporting events that they like&lt;br /&gt;- Journalists: News updates in realtime, a journalists' nirvana perhaps?&lt;br /&gt;- Other: Sky's the limit&lt;br /&gt;&lt;br /&gt;On the side note on the possibilities, here's a link to an article that reports the US Department of Homeland Security tagging twitter as a "potential terrorist tool":&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.nationalterroraalert.com/updates/2008/10/26/twitter-terrorists-army-warns-of-terror-tweets-security-threat/"&gt;http://www.nationalterroraalert.com/updates/2008/10/26/twitter-terrorists-army-warns-of-terror-tweets-security-threat/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;... well, there are tons of social networking sites on the net can be used for information gathering and as communication medium for both legal and illegal activities. There's nothing new about this.&lt;br /&gt;&lt;br /&gt;Google Alerts:&lt;br /&gt;&lt;em&gt;"Google Alerts are emails automatically sent to you when there are new Google results for your search terms. We currently offer alerts with results from News, Web, Blogs, Video and Groups."&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;/em&gt;&lt;br /&gt;&lt;a href="http://www.google.com/support/alerts/"&gt;http://www.google.com/support/alerts/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-6587956244140287320?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/6587956244140287320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=6587956244140287320&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/6587956244140287320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/6587956244140287320'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2008/10/using-google-alerts-and-twitter-as.html' title='Using Google Alerts and Twitter as an Information Gathering/Mining tool'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-2502062036540827990</id><published>2008-10-18T09:07:00.000-07:00</published><updated>2008-10-18T09:31:29.462-07:00</updated><title type='text'>Knowing where and how your Gmail account was accessed</title><content type='html'>For people that would like to have a list of hosts and information on how their Gmail account was accessed (Web, IMAP, POP). Gmail has an activity information page that can be accessed at the bottom of your Gmail Mailbox. Clicking the "Details" link will lead you to a screen similar below:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_JsSmdmgfRZ4/SPoNr16MaJI/AAAAAAAAAKU/j91om9_L7gA/s1600-h/2.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5258530561765173394" style="CURSOR: hand" alt="" src="http://4.bp.blogspot.com/_JsSmdmgfRZ4/SPoNr16MaJI/AAAAAAAAAKU/j91om9_L7gA/s320/2.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Aside from being paranoid to check this list from time to time, it is advisable to have a complex password, even from free Internat accounts that you use. &lt;/p&gt;&lt;p&gt;It's also a good thing to change your passwords in a scheduled manner. Applications such as &lt;a href="http://passwordsafe.sourceforge.net/"&gt;Password Safe&lt;/a&gt; can be utilized to save the hassle of remembering all those complex passwords.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-2502062036540827990?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/2502062036540827990/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=2502062036540827990&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/2502062036540827990'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/2502062036540827990'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2008/10/knowing-where-and-how-your-gmail.html' title='Knowing where and how your Gmail account was accessed'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_JsSmdmgfRZ4/SPoNr16MaJI/AAAAAAAAAKU/j91om9_L7gA/s72-c/2.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-3219995720340726525</id><published>2008-10-18T07:34:00.000-07:00</published><updated>2008-10-18T07:47:00.097-07:00</updated><title type='text'>ChangeThis Newsletter</title><content type='html'>Just giving a shout out at the folks at the ChangeThis Newsletter for the great content they constantly share with the community.&lt;br /&gt;&lt;br /&gt;Even though they are tidbits or summaries of upcoming books or publications, the information they share is definitely invaluable.&lt;br /&gt;&lt;br /&gt;They deliver content on a broad range of topics, ranging from Marketing, Technology, Management, Phsychology, Society, or just any idea that these group of authors have been working on. &lt;br /&gt;&lt;br /&gt;Definitely great reads. Check them out at:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blog.changethis.com/changethis_newsletter/"&gt;http://blog.changethis.com/changethis_newsletter/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Regarding ChangeThis:&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-family:arial;"&gt;"ChangeThis is creating a new kind of media. A form of media that uses existing tools (like PDFs, blogs and the web) to challenge the way ideas are created and spread. We're on a mission to spread important ideas and change minds."&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-3219995720340726525?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/3219995720340726525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=3219995720340726525&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/3219995720340726525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/3219995720340726525'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2008/10/changethis-newsletter.html' title='ChangeThis Newsletter'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-6863869892010210975</id><published>2008-10-01T21:39:00.000-07:00</published><updated>2008-10-01T21:41:23.508-07:00</updated><title type='text'>IDA Pro 4.9 Free version</title><content type='html'>&lt;p&gt;I recently got word of a free version of IDA pro. Still playing with the features, and getting back my RCE-fu. Will post RCE articles if the time permits.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.hex-rays.com/idapro/idadownfreeware.htm"&gt;http://www.hex-rays.com/idapro/idadownfreeware.htm&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-6863869892010210975?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/6863869892010210975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=6863869892010210975&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/6863869892010210975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/6863869892010210975'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2008/10/ida-pro-49-free-version.html' title='IDA Pro 4.9 Free version'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-4155733971708723573</id><published>2008-07-02T07:53:00.000-07:00</published><updated>2008-07-02T08:41:11.906-07:00</updated><title type='text'>Encrypted Instant Messages using Pidgin</title><content type='html'>The Internet is a public network, and Instant Messaging is one of its insecure applications to transmit data on. As we all know, we send and receive messages as plain-text. Good news for Pidgin users. Using the Pidgin-encryption plug-in, we may now encrypt our messages using RSA(it supports up to 4096 bit keys). Please take note that both IM sender and IM recipient should be running Pidgin and the plug-in.&lt;br /&gt;&lt;br /&gt;Procedures to use the plugin:&lt;br /&gt;&lt;br /&gt;1. Download the installer for your Operating system at:&lt;br /&gt;http://pidgin-encrypt.sourceforge.net/&lt;br /&gt;2. After the download, close all pidgin sessions.&lt;br /&gt;3. Install the plug-in and reopen Pidgin.&lt;br /&gt;4. Click Ctrl+U to Open the plugins menu.&lt;br /&gt;5. Ensure that the checkbox "Automatically encrypt if sent an encrypted message"&lt;br /&gt;6. Open a chat session window to your message recipient. On the upper portion of the chat window, you should be able to see a greyed out padlock icon. Clicking on this icon will send your public key to the message recipient, and vice versa.&lt;br /&gt;7. At this time, both padlock icons on the sender and recipient message windows should appear to be colored green. Messages are now encrypted.&lt;br /&gt;&lt;br /&gt;Here is a raw network capture from Wireshark (user1 and user2 are the example sender and recipient):&lt;br /&gt;&lt;br /&gt;YMSG.............^.;5..user1..4..user2..252..Z/YAXR/gsD81TK//5AKdAQDlhLP/tA==..97..1..14..*** Encrypted :: Key: Prot NSS 1.0: Len 249:f/4NLoFOLHIPWvvhaZJjo9Ec5+kgGm8w,MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9JZlcgp8bW2THtnYFVAMzLThbRn53aYPoOJx+gcs+D1AsnO+s+hezzIqToMGjpm+kDitcuX6oHa/vB8dWR3YUWYXaqjqAAgIFuXan6QEMQdxl2S4f4Le9xmjxQM0pW5Ly5MB7eZjW0GEuywvFR6ZhJGX9JY+b4+Pg7GtE/Y6HsQIDAQAB..63..;0..64..0..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-4155733971708723573?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/4155733971708723573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=4155733971708723573&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/4155733971708723573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/4155733971708723573'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2008/07/encrypted-instant-messages-using-pidgin.html' title='Encrypted Instant Messages using Pidgin'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-1741104293782143838</id><published>2008-05-15T20:21:00.000-07:00</published><updated>2008-05-15T20:27:08.692-07:00</updated><title type='text'>Tenable changes Nessus feed subscription packages</title><content type='html'>The change in the subscription can be a cause of uncertainty or doubt for Corporate users.&lt;br /&gt;&lt;br /&gt;However, looking at the bright side, it might be beneficial to the community, as users that are not on the professional feed, may need to create their own plugins. &lt;br /&gt;&lt;br /&gt;This news might bring a good change to the Security community.&lt;br /&gt;&lt;br /&gt;Interview with Ron Gula, CEO of Tenable:&lt;br /&gt;&lt;br /&gt;http://media.libsyn.com/media/mckeay/nsp-RonGula-NessusLicense.mp3&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-1741104293782143838?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='' href='http://www.nessus.org/news/data/nessus_feed_letter.pdf' length='0'/><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/1741104293782143838/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=1741104293782143838&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/1741104293782143838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/1741104293782143838'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2008/05/tenable-changes-nessus-feed.html' title='Tenable changes Nessus feed subscription packages'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-5581616912632701562</id><published>2008-04-12T18:53:00.000-07:00</published><updated>2008-04-12T18:58:02.878-07:00</updated><title type='text'>Blackhat and Defcon videos for offline viewing</title><content type='html'>It may be financially and geographically improbable for some people to attend Security Conferences that we'd like to attend to. Yes, it would be neat if we can all attend, but due to economic and work related factors, we may not have the opportunity to do so.&lt;br /&gt;&lt;br /&gt;It's a good thing that the good folks at easynews have compiled this for the rest of us to view. The site hosts recent events of blackhat, defcon and other security conferences. The top domain also has mirrors of notable sites :)&lt;br /&gt;&lt;br /&gt;Check the link out.&lt;br /&gt;&lt;br /&gt;ftp://mirrors.easynews.com/blackhat&amp;defcon/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-5581616912632701562?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/5581616912632701562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=5581616912632701562&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/5581616912632701562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/5581616912632701562'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2008/04/blackhat-and-defcon-videos-for-offline.html' title='Blackhat and Defcon videos for offline viewing'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-2619551636776248233</id><published>2007-08-25T22:33:00.001-07:00</published><updated>2007-08-27T03:07:11.002-07:00</updated><title type='text'>Nifty nmap scanning options</title><content type='html'>nmap -p for specifying the port to scan&lt;br /&gt;nmap -O -v for remote OS fingerprinting&lt;br /&gt;nmap -A -T4 -F for daemon version detection&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-2619551636776248233?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/2619551636776248233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=2619551636776248233&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/2619551636776248233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/2619551636776248233'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2007/08/nifty-nmap-scanning-options.html' title='Nifty nmap scanning options'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-5587781517085375229</id><published>2007-08-25T22:25:00.000-07:00</published><updated>2007-08-25T22:37:30.081-07:00</updated><title type='text'>Having an offsite backup for most people</title><content type='html'>I  got a huge collection of documentation(security, programming, networking, and other miscellaneous docs lying around in my disk). There is a huge possibility that i might be moving out of the Phillippines, to pursue greater goals in my life, so i better have backups of the tons of data i collected over the years :)&lt;br /&gt;&lt;br /&gt;That's where gspace comes in handy. What this tool does is that it provides a UI for uploading and downloading files from gmail, using Mozilla Firefox. I can have mutliple accounts and juggle file uploads using gspace.&lt;br /&gt;&lt;br /&gt;Try it out, it's quite handy for people who needs to have multiple backups as a necessity&lt;br /&gt;&lt;br /&gt;http://www.getgspace.com/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-5587781517085375229?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/5587781517085375229/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=5587781517085375229&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/5587781517085375229'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/5587781517085375229'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2007/08/having-offsite-backup-for-most-people.html' title='Having an offsite backup for most people'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4091943178920354623.post-3302697034209713835</id><published>2007-08-25T22:24:00.000-07:00</published><updated>2007-08-25T22:25:10.694-07:00</updated><title type='text'>Republishing netsh kung fu :)</title><content type='html'>Blogger locked the blog, maybe because i wasn't updating the blog in a while, in any case here it is again:&lt;br /&gt;&lt;br /&gt;Adding an IP address:&lt;br /&gt;&lt;br /&gt;netsh interface ip set address "Local Area Connection" static _ip_ _netmask_ _gateway_ 1&lt;br /&gt;&lt;br /&gt;netsh interface ip set dns "Local Area Connection" static _dns ip_&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4091943178920354623-3302697034209713835?l=xrsolis.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xrsolis.blogspot.com/feeds/3302697034209713835/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4091943178920354623&amp;postID=3302697034209713835&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/3302697034209713835'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4091943178920354623/posts/default/3302697034209713835'/><link rel='alternate' type='text/html' href='http://xrsolis.blogspot.com/2007/08/republishing-netsh-kung-fu.html' title='Republishing netsh kung fu :)'/><author><name>Xander R. Solis</name><uri>http://www.blogger.com/profile/12107763424415752439</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
