<?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-683328852455856414</id><updated>2012-02-28T10:23:22.825+01:00</updated><category term='linux'/><category term='cli'/><category term='mysql'/><category term='brother'/><category term='mormon'/><category term='import'/><category term='church of jesus christ of latter day saints'/><category term='hash'/><category term='phpmyadmin'/><category term='printing'/><category term='hacking'/><category term='regexp'/><category term='star'/><category term='pound'/><category term='espeak'/><category term='regex'/><category term='audio'/><category term='asterisk'/><category term='terminal'/><category term='gedit'/><category term='hdmi'/><category term='sql'/><category term='sound'/><category term='dcp 9270 cdn'/><category term='scanning'/><category term='languages'/><category term='cult'/><category term='joseph smith is eternally married to 200+ women (see it yourself on new.familysearch.org)'/><category term='mormons'/><category term='latin'/><category term='regular expressions'/><category term='tic tac toe'/><category term='domeneshop'/><category term='ubuntu'/><category term='lds'/><category term='unity'/><title type='text'>The Royal Nick Humphrey IT Blog, Home Edition</title><subtitle type='html'>IT, computer and programming tutorials and tips that i couldnt find anywhere else using google, from my daily work as a Senior Developer of solutions using Java and Linux.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>40</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-260314061556495467</id><published>2012-02-27T17:59:00.002+01:00</published><updated>2012-02-28T10:23:22.829+01:00</updated><title type='text'>jboss jsf login example catalina container managed security j_security_check web.xml login-config auth-method form</title><content type='html'>&lt;div&gt;&lt;div&gt;some relevant code from &lt;i&gt;web.xml&lt;/i&gt;:&lt;/div&gt;&lt;blockquote class="tr_bq"&gt;&amp;lt;security-constraint&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;display-name&amp;gt;Web Security&amp;lt;/display-name&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;web-resource-collection&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;web-resource-name&amp;gt;rich&amp;lt;/web-resource-name&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;url-pattern&amp;gt;/pages/*&amp;lt;/url-pattern&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;/web-resource-collection&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;auth-constraint&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;role-name&amp;gt;Users&amp;lt;/role-name&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;role-name&amp;gt;Administrators&amp;lt;/role-name&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;/auth-constraint&amp;gt;&lt;br /&gt;&amp;lt;/security-constraint&amp;gt;&lt;br /&gt;&amp;lt;security-constraint&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;display-name&amp;gt;Admin Web Security&amp;lt;/display-name&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;web-resource-collection&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;web-resource-name&amp;gt;rich_admin&amp;lt;/web-resource-name&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;url-pattern&amp;gt;/adm/*&amp;lt;/url-pattern&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;/web-resource-collection&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;auth-constraint&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;role-name&amp;gt;Administrators&amp;lt;/role-name&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;/auth-constraint&amp;gt;&lt;br /&gt;&amp;lt;/security-constraint&amp;gt;&lt;br /&gt;&amp;lt;login-config&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;auth-method&amp;gt;FORM&amp;lt;/auth-method&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;realm-name&amp;gt;myrealmLdapAuthenticator&amp;lt;/realm-name&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;form-login-config&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;form-login-page&amp;gt;/login.jsf&amp;lt;/form-login-page&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;form-error-page&amp;gt;/login.jsf&amp;lt;/form-error-page&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;/form-login-config&amp;gt;&lt;br /&gt;&amp;lt;/login-config&amp;gt;&lt;br /&gt;&amp;lt;security-role&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;role-name&amp;gt;Users&amp;lt;/role-name&amp;gt;&lt;br /&gt;&amp;lt;/security-role&amp;gt;&lt;br /&gt;&amp;lt;security-role&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;role-name&amp;gt;Administrators&amp;lt;/role-name&amp;gt;&lt;br /&gt;&amp;lt;/security-role&amp;gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;the &lt;i&gt;security-role&lt;/i&gt; &lt;i&gt;role-name&lt;/i&gt;s are defined in our LDAP server.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;the most relevant line from &lt;i&gt;LoginBean.java&lt;/i&gt;:&lt;/b&gt;&lt;/div&gt;&lt;blockquote class="tr_bq"&gt;&lt;b&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt;FacesContext.getCurrentInstance().getExternalContext().redirect("/pages/j_security_check?j_username="+username+"&amp;amp;j_password="+password);&lt;/b&gt;&lt;/blockquote&gt;&lt;br /&gt;&amp;nbsp;this is done when backend authentication, plus anything you need to check/set before you welcome the user into the application, is complete. note that &lt;i&gt;LoginBean.java&lt;/i&gt; is declared with &lt;i&gt;request&lt;/i&gt; scope in &lt;i&gt;faces-config.xml&lt;/i&gt; and the class itself has the annotation &lt;i&gt;@org.ajax4jsf.model.KeepAlive&lt;/i&gt;&lt;br /&gt;&lt;b&gt;this redirect should be run on a server using https&lt;/b&gt;&amp;nbsp;because it is a GET request.&lt;br /&gt;&lt;br /&gt;and some code from &lt;i&gt;login.xhtml&lt;/i&gt;:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;lt;h:messages showDetail="false" showSummary="true" layout="list" styleClass="rich-messages-label" /&amp;gt;&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;h:form id="checkPassword"&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;h:panelGrid columns="2"&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt;&amp;lt;h:outputLabel for="username" value="#{loginBean.getPropertyValue('label.username')}" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt;&amp;lt;h:inputText required="true" id="username" value="#{loginBean.username}" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt;&amp;lt;h:outputLabel for="password" value="#{loginBean.getPropertyValue('label.password')}" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt;&amp;lt;h:inputSecret required="true" id="password" value="#{loginBean.password}" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;/h:panelGrid&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;h:commandButton value="#{loginBean.getPropertyValue('label.login')}" action="#{loginBean.login}" disabled="#{loginBean.mustChangePassword}" reRender="checkPassword,authenticate" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;/h:form&amp;gt;&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;h:form id="authenticate" rendered="#{loginBean.mustChangePassword}"&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;h:panelGrid columns="2"&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt;&amp;lt;h:outputLabel for="currentpassword" value="#{loginBean.getPropertyValue('label.passwordCurrent')}" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt;&amp;lt;h:inputSecret required="true" id="currentpassword" value="#{loginBean.password}" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt;&amp;lt;h:outputLabel for="newpassword" value="#{loginBean.getPropertyValue('label.passwordNew')}" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt;&amp;lt;h:inputSecret required="true" id="newpassword" value="#{loginBean.newPassword}" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt;&amp;lt;h:outputLabel for="confirmnewpassword" value="#{loginBean.getPropertyValue('label.passwordConfirmNew')}" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;   &lt;/span&gt;&amp;lt;h:inputSecret required="true" id="confirmnewpassword" value="#{loginBean.confirmNewPassword}" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;/h:panelGrid&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;h:commandButton value="#{loginBean.getPropertyValue('label.save')}" action="#{loginBean.authenticate}" /&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;/h:form&amp;gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-260314061556495467?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/260314061556495467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/jboss-jsf-login-example-catalina.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/260314061556495467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/260314061556495467'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/jboss-jsf-login-example-catalina.html' title='jboss jsf login example catalina container managed security j_security_check web.xml login-config auth-method form'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-9144902277785916982</id><published>2012-02-25T16:08:00.001+01:00</published><updated>2012-02-25T16:08:22.801+01:00</updated><title type='text'>what's the difference between oracle's expdp full database backup (full=y) and not full (default)</title><content type='html'>e.g. if you are using scott, a non-full dump/export will only dump scott's tables. a full backup will dump scott's tables, but also system tables, etc.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-rw-r----- 1 oracle oinstall &amp;nbsp;318050304 2012-02-24 09:44 full_11g.dmp&lt;br /&gt;-rw-r----- 1 oracle oinstall &amp;nbsp;260571136 2012-02-24 09:53 not_full_11g.dmp&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-9144902277785916982?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/9144902277785916982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/whats-difference-between-expdp-full.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/9144902277785916982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/9144902277785916982'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/whats-difference-between-expdp-full.html' title='what&apos;s the difference between oracle&apos;s expdp full database backup (full=y) and not full (default)'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-6000372242296398562</id><published>2012-02-22T10:49:00.002+01:00</published><updated>2012-02-22T10:50:50.397+01:00</updated><title type='text'>how to change oracle table tablespace and rebuild unusable indexes</title><content type='html'>&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 13px; line-height: 18px;"&gt;after installing oracle 11g on ubuntu 11.10, importing (using impdp) from an oracle 10g database, i noticed that some of the tables were in the &lt;b&gt;SYSTEM&lt;/b&gt; tablespace instead of the&amp;nbsp;&lt;b&gt;USER&lt;/b&gt;&amp;nbsp;tablespace so i wanted to move them all to the same tablespace. you do it in 2 parts, first move, then rebuild indexes. here's how i did it:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 13px; line-height: 18px;"&gt;* log in as sys:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 18px;"&gt;su - oracle&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 18px;"&gt;cd /u01/app/oracle/product/11.1.0/db_1/bin&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 18px;"&gt;./sqlplus sys as sysdba&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 13px; line-height: 18px;"&gt;* now, to find out which tables were in the SYSTEM tablespace:&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;select table_name from dba_tables where owner = 'SCOTT' and tablespace_name = 'SYSTEM';&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 18px;"&gt;let's say the query returns:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;TABLEX&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small; line-height: 18px;"&gt;TABLE&lt;/span&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;Y&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small; line-height: 18px;"&gt;TABLE&lt;/span&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;Z&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;* and to find their index names:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;select index_name from dba_indexes where STATUS='UNUSABLE';&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&lt;i&gt;(this will technically give you all the unusable index names, or you can narrow your search to the 3 tables above if you like, by modifying the where clause, but why wouldn't you want to see if there were additional unusable indexes? =))&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 18px;"&gt;let's say the query returns:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;PK_TABLEX&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small; line-height: 18px;"&gt;PK_&lt;/span&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small; line-height: 18px;"&gt;TABLE&lt;/span&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;Y&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small; line-height: 18px;"&gt;PK_&lt;/span&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small; line-height: 18px;"&gt;TABLE&lt;/span&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;Z&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;i&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;(in my table i had all kinds of different looking index names, e.g.:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 18px;"&gt;SYS_C0014766,&amp;nbsp;TABLEX_PK,&amp;nbsp;IX_HTTPMSGFM_MEMBER_LDAP_ID,&amp;nbsp;AGREEMENTNO_UNIQUE, etc -- who the hell named these so inconsistently?&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small; line-height: 18px;"&gt;)&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;* move them to USER tablespace, then rebuild the unusable index:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;alter table&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;SCOTT.&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small; line-height: 18px;"&gt;TABLEX&lt;/span&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&amp;nbsp;move tablespace USERS;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;alter index SCOTT.TABLEX rebuild tablespace USERS;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;alter table&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;SCOTT.&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small; line-height: 18px;"&gt;TABLEY&lt;/span&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&amp;nbsp;move tablespace USERS;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;alter index SCOTT.TABLEY rebuild tablespace USERS;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;alter table&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;SCOTT.&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small; line-height: 18px;"&gt;TABLEZ&lt;/span&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&amp;nbsp;move tablespace USERS;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;alter index SCOTT.TABLEZ rebuild tablespace USERS;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;sources:&lt;br /&gt;&lt;a href="http://www.dba-oracle.com/t_alter_table_move_index_constraint.htm"&gt;http://www.dba-oracle.com/t_alter_table_move_index_constraint.htm&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.databasejournal.com/features/oracle/article.php/3735286/Oracle-Unusable-Indexes.htm"&gt;http://www.databasejournal.com/features/oracle/article.php/3735286/Oracle-Unusable-Indexes.htm&lt;/a&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/683328852455856414-6000372242296398562?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/6000372242296398562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/after-installing-oracle-11g-on-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/6000372242296398562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/6000372242296398562'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/after-installing-oracle-11g-on-ubuntu.html' title='how to change oracle table tablespace and rebuild unusable indexes'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-8084340423051250710</id><published>2012-02-22T10:15:00.001+01:00</published><updated>2012-02-22T10:15:32.408+01:00</updated><title type='text'>how to give oracle user home directory and bash history</title><content type='html'>after installing oracle 11g on ubuntu 11.10, i'm left with an oracle user that doesnt have a home and who forgets all his command line history. to fix this:&lt;br /&gt;* as a normal user&amp;nbsp;(not oracle)&amp;nbsp;with sudo privileges:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;sudo mkdir /home/oracle&lt;br /&gt;sudo chown oracle:oinstall /home/oracle&lt;br /&gt;su - oracle&lt;br /&gt;touch .bash_history&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-8084340423051250710?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/8084340423051250710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-give-oracle-user-home-directory.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/8084340423051250710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/8084340423051250710'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-give-oracle-user-home-directory.html' title='how to give oracle user home directory and bash history'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-2052617083264992019</id><published>2012-02-21T15:37:00.004+01:00</published><updated>2012-02-24T09:31:38.812+01:00</updated><title type='text'>workaround for oracle impdp ORA-39014 ORA-39029 ORA-31672 prematurely exited/terminated</title><content type='html'>&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;span style="font-size: 11px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;i've been trying for the last 24 hours to import a dump/dmp file created with expdp in oracle 10g on ubuntu 8 into a new server on ubuntu 11.10 with oracle 11g enterprise, using this import statement:&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;oracle@mydbserver:/u01/app/oracle/product/11.1.0/db_1/bin$ ./impdp scott@MYDB PARFILE=/home/me/Downloads/params.txt&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;but it would run for a little while then throw this error:&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;ORA-39014: One or more workers have prematurely exited.&lt;br /&gt;ORA-39029: worker 1 with process name "DW01" prematurely terminated&lt;br /&gt;ORA-31672: Worker process DW01 died unexpectedly.&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;when i increased the PARALLEL number (e.g. to 4) it got past a place it was stuck at, and got somewhat further.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;params.txt looks like this:&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;DIRECTORY=data_pump_dir&lt;br /&gt;DUMPFILE=expdat_scott_20120216.dmp&lt;br /&gt;PARALLEL=4&lt;br /&gt;TABLE_EXISTS_ACTION=REPLACE&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;another workaround is to import tables one by one using the INCLUDE parameter, so e.g. add this line to the param file (i.e. params.txt):&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;INCLUDE=TABLE:"IN ('TABLE1')"&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;then simply rerun the impdp command (while in the bin directory):&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;./impdp scott@MYDB PARFILE=/home/me/Downloads/params.txt&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;if somehow you know there is a particular table that is causing trouble you can use the EXCLUDE parameter instead and simply exclude that one table:&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;EXCLUDE=TABLE:"IN ('MY_CORRUPT_TABLE1')"&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;our dmp file was made while the database was running and thus one of the tables got corrupted, or was exported in the middle of a process so that's why we had problems importing it into the new database. i found this out by doing this:&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;cat /u01/app/oracle/admin/mydb/dpdump/import.log&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;which showed me the name of the import job i was running:&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;SCOTT.SYS_IMPORT_FULL_01&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;so i ran this:&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;./impdp ATTACH=SCOTT.SYS_IMPORT_FULL_01&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;and it showed me which table was the last table to be attempted imported:&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;Worker 1 Status:&lt;br /&gt;&amp;nbsp; Process Name: DW01&lt;br /&gt;&amp;nbsp; State: UNDEFINED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&amp;nbsp; Object Schema: SCOTT&lt;br /&gt;&amp;nbsp; Object Name: MY_CORRUPT_TABLE1&lt;br /&gt;&amp;nbsp; Object Type: SCHEMA_EXPORT/TABLE/TABLE_DATA&lt;br /&gt;&amp;nbsp; Completed Objects: 4&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;so i knew i should exclude that table in the import.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;sources:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;https://forums.oracle.com/forums/thread.jspa?threadID=907984 (thanks to user https://forums.oracle.com/forums/profile.jspa?userID=696918 )&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;p.s. in some previous desperate attempts to get things to work (prior to the instructions above), i also ran the following as sys:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;alter system set open_cursors=1024 scope=spfile;&lt;br /&gt;alter system set "_optimizer_cost_based_transformation"=off;&lt;br /&gt;commit;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: tahoma, verdana, sans-serif;"&gt;i cant say for sure whether this was necessary or not. i'm sorry, i know, that sucks, but if the above fails then consider running these alter statements, then trying again.&lt;/span&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-2052617083264992019?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/2052617083264992019/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/workaround-for-oracle-impdp-ora-39014.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/2052617083264992019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/2052617083264992019'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/workaround-for-oracle-impdp-ora-39014.html' title='workaround for oracle impdp ORA-39014 ORA-39029 ORA-31672 prematurely exited/terminated'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-3483206289302437127</id><published>2012-02-21T11:38:00.000+01:00</published><updated>2012-02-22T10:54:05.801+01:00</updated><title type='text'>where is the default oracle impdp log file location?</title><content type='html'>in my oracle 11g installation on ubuntu 11.10 it is:&lt;br /&gt;&lt;b&gt;/u01/app/oracle/admin/&lt;i&gt;mydatabase&lt;/i&gt;/dpdump/import.log&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;i found this folder by running this query:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;SELECT directory_path FROM dba_directories WHERE directory_name = 'DATA_PUMP_DIR';&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-3483206289302437127?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/3483206289302437127/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/where-is-default-oracle-impdp-log-file.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3483206289302437127'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3483206289302437127'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/where-is-default-oracle-impdp-log-file.html' title='where is the default oracle impdp log file location?'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-7562033600156816151</id><published>2012-02-20T17:55:00.002+01:00</published><updated>2012-02-20T17:55:49.293+01:00</updated><title type='text'>how to exclude multiple files when importing with impdp for oracle xe</title><content type='html'>&lt;b&gt;su oracle&lt;/b&gt;&lt;br /&gt;&lt;b&gt;cd /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin&lt;/b&gt;&lt;br /&gt;&lt;b&gt;nano -w params.txt&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;give it the following content, e.g.:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;DIRECTORY=data_pump_dir&lt;/b&gt;&lt;br /&gt;&lt;b&gt;DUMPFILE=my_expdat.dmp&lt;/b&gt;&lt;br /&gt;&lt;b&gt;EXCLUDE=TABLE:"IN ('TABLE1,TABLE2')"&lt;/b&gt;&lt;br /&gt;&lt;b&gt;TABLE_EXISTS_ACTION=REPLACE&lt;/b&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;save it, then run impdp like this:&lt;/div&gt;&lt;div&gt;&lt;b&gt;./impdp system@MYDATABASE PARFILE=params.txt&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;source:&amp;nbsp;&lt;a href="http://www.orafaq.com/forum/t/174436/0/"&gt;http://www.orafaq.com/forum/t/174436/0/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-7562033600156816151?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/7562033600156816151/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-exclude-multiple-files-when.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/7562033600156816151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/7562033600156816151'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-exclude-multiple-files-when.html' title='how to exclude multiple files when importing with impdp for oracle xe'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-789272483397973747</id><published>2012-02-18T17:37:00.003+01:00</published><updated>2012-02-18T17:37:53.247+01:00</updated><title type='text'>sox FAIL formats: no handler for file extension `mp3'</title><content type='html'>if you're trying to work with mp3 files and sox wont play, run this in a terminal:&lt;br /&gt;&lt;b&gt;sudo apt-get install libsox-fmt-mp3&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-789272483397973747?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/789272483397973747/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/sox-fail-formats-no-handler-for-file.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/789272483397973747'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/789272483397973747'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/sox-fail-formats-no-handler-for-file.html' title='sox FAIL formats: no handler for file extension `mp3&apos;'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-1916793371007339573</id><published>2012-02-18T12:32:00.003+01:00</published><updated>2012-02-18T12:32:36.678+01:00</updated><title type='text'>how to quickly get the most updated (svn) version of hydrogen for ubuntu 11.10</title><content type='html'>i've noticed a couple of bugs in hydrogen 0.9.5:&lt;br /&gt;* metronome indiscriminately turning on/off during playback and export&lt;br /&gt;* incorrect error message when exporting, that it failed when it didnt fail&lt;br /&gt;&lt;br /&gt;there might be more bugs, but the 2 bugs above have at least been fixed. to get the latest and most up-to-date version of hydrogen do this in a terminal:&lt;br /&gt;sudo add-apt-repository ppa:kxstudio-team/hydrogen&lt;br /&gt;sudo apt-get update&lt;br /&gt;sudo apt-get install hydrogen-svn&lt;br /&gt;&lt;br /&gt;ref:&lt;br /&gt;&lt;a href="http://www.hydrogen-music.org/hcms/node/1917"&gt;http://www.hydrogen-music.org/hcms/node/1917&lt;/a&gt;&lt;br /&gt;&lt;a href="http://hydrogen.popez.org/hcms/node/1868"&gt;http://hydrogen.popez.org/hcms/node/1868&lt;/a&gt;&lt;br /&gt;&lt;a href="https://launchpad.net/~kxstudio-team/+archive/hydrogen/"&gt;https://launchpad.net/~kxstudio-team/+archive/hydrogen/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-1916793371007339573?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/1916793371007339573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-quickly-get-most-updated-svn.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1916793371007339573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1916793371007339573'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-quickly-get-most-updated-svn.html' title='how to quickly get the most updated (svn) version of hydrogen for ubuntu 11.10'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-1660158817275929453</id><published>2012-02-17T14:04:00.001+01:00</published><updated>2012-02-17T14:04:24.103+01:00</updated><title type='text'>how to install raid on ubuntu 11.10</title><content type='html'>*you need the server edition*--the normal desktop version doesnt have raid options in the manual partitioning interface.&lt;br /&gt;&lt;br /&gt;then follow this:&lt;br /&gt;&lt;a href="https://help.ubuntu.com/community/Installation/SoftwareRAID"&gt;https://help.ubuntu.com/community/Installation/SoftwareRAID&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;then after choose "configure software raid"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-1660158817275929453?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/1660158817275929453/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-install-raid-on-ubuntu-1110.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1660158817275929453'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1660158817275929453'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-install-raid-on-ubuntu-1110.html' title='how to install raid on ubuntu 11.10'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-3592927302484728640</id><published>2012-02-16T14:14:00.003+01:00</published><updated>2012-02-20T13:50:35.368+01:00</updated><title type='text'>how to backup the oracle 10 database using expdp</title><content type='html'>&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;to backup the database using expdp:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;cd ~/&lt;i&gt;path/to/oracle&lt;/i&gt;/product/10.2.0/db_1/bin&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;./sqlplus "sys/any as sysdba"&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;SQL&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;startup;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;SQL&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;exit;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;./lsnrctl start&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;./sqlplus "sys/any as sysdba"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;if you already havent done so:&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;SQL&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;grant read, write on directory&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;DATA_PUMP_DIR&lt;/span&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;&amp;nbsp;to scott;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-size: 12px; line-height: 16px;"&gt;now run:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;SQL&amp;gt; host&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;$ ./expdp&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;scott/&lt;i&gt;mypassword&lt;/i&gt; DIRECTORY=DATA_PUMP_DIR&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;DUMPFILE=expdat_scott.dmp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;the backup dmp file will be here:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;/&lt;i&gt;path/to/oracle&lt;/i&gt;/product/10.2.0/db_1/rdbms/log/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;which is the default value/location for&amp;nbsp;&lt;span style="background-color: white; font-family: sans-serif; font-size: 13px; line-height: 19px;"&gt;DATA_PUMP_DIR&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 19px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 19px;"&gt;you can double check it in sqlplus like this:&lt;br /&gt;SQL&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; font-family: monospace, sans-serif; font-size: 13px; line-height: 1.1em;"&gt;SELECT directory_path FROM dba_directories WHERE directory_name = 'DATA_PUMP_DIR';&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span style="background-color: white; font-family: monospace, sans-serif; font-size: 13px; line-height: 1.1em;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;source:&amp;nbsp;&lt;/span&gt;&lt;a class="wiki external" href="http://www.orafaq.com/wiki/Datapump" style="background-color: white; color: #006699; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left; text-decoration: none;" target="_blank"&gt;http://www.orafaq.com/wiki/Datapump&lt;img alt=" (external link)" border="0" class="externallink" src="http://takecargo.no/tiki/img/icons/external_link.gif" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px;" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-3592927302484728640?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/3592927302484728640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-backup-oracle-10-database-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3592927302484728640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3592927302484728640'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-backup-oracle-10-database-using.html' title='how to backup the oracle 10 database using expdp'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-386361384185678114</id><published>2012-02-16T14:07:00.005+01:00</published><updated>2012-02-16T14:17:01.490+01:00</updated><title type='text'>how to delete oracle 10 archive log redo files</title><content type='html'>&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;when trying to connect to my database i got this error:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;oracle: ORA-00257: archiver error. Connect internal only, until freed.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;source:&amp;nbsp;&lt;a class="wiki external" href="http://www.dba-oracle.com/sf_ora_00257_archiver_error_connect_internal_only_until_freed.htm" style="background-color: white; color: #006699; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left; text-decoration: none;" target="_blank"&gt;http://www.dba-oracle.com/sf_ora_00257_archiver_error_connect_internal_only_until_freed.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;to double check the archivelog redo space:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;cd ~/&lt;i&gt;path/to/oracle&lt;/i&gt;/product/10.2.0/db_1/bin&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;./sqlplus "sys/any as sysdba"&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;SQL&amp;gt; archive log list;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;SQL&amp;gt; show parameter db_recovery_file_dest;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;SQL&amp;gt; SELECT * FROM V$RECOVERY_FILE_DEST;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;source:&amp;nbsp;&lt;a class="wiki external" href="https://forums.oracle.com/forums/thread.jspa?threadID=519282" style="background-color: white; color: #006699; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left; text-decoration: none;" target="_blank"&gt;https://forums.oracle.com/forums/thread.jspa?threadID=519282&lt;img alt=" (external link)" border="0" class="externallink" src="http://takecargo.no/tiki/img/icons/external_link.gif" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;in another terminal:&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;cd ~/&lt;i&gt;path/to/oracle&lt;/i&gt;/product/10.2.0/db_1/bin&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;./rman target / nocatalog&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;RMAN &amp;gt; delete archivelog all;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;source:&amp;nbsp;&lt;a class="wiki external" href="http://oracle-abc.wikidot.com/cold-backup-with-rman" style="background-color: white; color: #006699; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left; text-decoration: none;" target="_blank"&gt;http://oracle-abc.wikidot.com/cold-backup-with-rman&lt;img alt=" (external link)" border="0" class="externallink" src="http://takecargo.no/tiki/img/icons/external_link.gif" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;it seemed as if things werent quite deleted so i ran this:&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;RMAN &amp;gt; run {&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;allocate channel t1 type disk;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;backup archivelog all delete input format '/home/oracle/arch_&lt;/span&gt;&lt;span id="dyn_d&amp;lt;strong&amp;gt;display" style="background-color: white; display: inline; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;&lt;a class="dynavar" href="http://www.blogger.com/blogger.g?blogID=683328852455856414" style="color: #006699;" title="Click to edit dynamic variable: d_"&gt;NaV&lt;/a&gt;&lt;/span&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;u_%s';&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;release channel t1;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"&gt;source:&amp;nbsp;&lt;/span&gt;&lt;a class="wiki external" href="http://www.shutdownabort.com/errors/ORA-19809.php" style="background-color: white; color: #006699; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left; text-decoration: none;" target="_blank"&gt;http://www.shutdownabort.com/errors/ORA-19809.php&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-386361384185678114?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/386361384185678114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-delete-oracle-10-archive-log.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/386361384185678114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/386361384185678114'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/how-to-delete-oracle-10-archive-log.html' title='how to delete oracle 10 archive log redo files'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-5260738663646948668</id><published>2012-02-08T10:34:00.001+01:00</published><updated>2012-02-08T10:38:14.712+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='star'/><category scheme='http://www.blogger.com/atom/ns#' term='hash'/><category scheme='http://www.blogger.com/atom/ns#' term='asterisk'/><category scheme='http://www.blogger.com/atom/ns#' term='tic tac toe'/><category scheme='http://www.blogger.com/atom/ns#' term='pound'/><title type='text'>samsung galaxy gio GT-S5660 mobile cell phone android 2.3.3 how to transfer call / set someone over</title><content type='html'>when you get a call you want to set over to someone else's telephone (transfer) push the "&lt;b&gt;keypad&lt;/b&gt;" button, then type:&lt;br /&gt;**&lt;i&gt;the_new_number&lt;/i&gt;#&lt;br /&gt;&lt;br /&gt;e.g. to transfer the incoming call to 22 22 22 22, type:&lt;br /&gt;**22222222#&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-5260738663646948668?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/5260738663646948668/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/samsung-galaxy-gio-gt-s5660-mobile-cell.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/5260738663646948668'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/5260738663646948668'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/samsung-galaxy-gio-gt-s5660-mobile-cell.html' title='samsung galaxy gio GT-S5660 mobile cell phone android 2.3.3 how to transfer call / set someone over'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-3690378357719285411</id><published>2012-02-06T08:57:00.001+01:00</published><updated>2012-02-06T10:58:45.814+01:00</updated><title type='text'>ubuntu 11.10 configure multiple desktops, laptop to external monitor with hdmi cable</title><content type='html'>in ubuntu 11.10 unity,&amp;nbsp;in order to connect my laptop to an LG flatron L246WH monitor that i've rotated to the left so it stands tall, on its side, you have to first&amp;nbsp;enable ubuntu's&amp;nbsp;&lt;b&gt;fglrx&lt;/b&gt;&amp;nbsp;driver using&amp;nbsp;&lt;b&gt;jockey-gtk&lt;/b&gt;.&amp;nbsp;then open &lt;i&gt;system settings &amp;gt; displays&lt;/i&gt;, then select the&amp;nbsp;&lt;i&gt;goldstar company ltd 24"&lt;/i&gt;&amp;nbsp;monitor and choose &lt;b&gt;rotation: clockwise&lt;/b&gt;. (note:&amp;nbsp;these settings get saved in&amp;nbsp;&lt;i&gt;~/.config/monitors.xml&lt;/i&gt;)&lt;br /&gt;&lt;br /&gt;then every time you switch between single and dual desktop mode you have to (at least when switching back to dual mode) go into &lt;i&gt;displays&lt;/i&gt; again and set it up.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;to automate this process, i made a script i use in a terminal to quickly and easily switch between single and dual desktop mode, called&amp;nbsp;&lt;b&gt;xto&lt;/b&gt;:&lt;br /&gt;&lt;a href="http://ideone.com/AhmWC"&gt;http://ideone.com/AhmWC&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;put the script here:&lt;br /&gt;&lt;i&gt;~/&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;make sure you set it to executable:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;b&gt;chmod +x ~/xto&lt;/b&gt;&lt;/blockquote&gt;&lt;br /&gt;to set system to dual mode:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;b&gt;cd&lt;/b&gt;&lt;b&gt;./xto -m&lt;/b&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;to set system to single desktop mode:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;b&gt;cd&lt;/b&gt;&lt;b&gt;./xto -s&lt;/b&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;below are the configuration files for single and desktop modes that the script copies to set things up, depending on the command line arg you send to &lt;b&gt;xto&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;xorg.single.conf&lt;/b&gt;:&amp;nbsp;&lt;a href="http://ideone.com/CkIB2"&gt;http://ideone.com/CkIB2&lt;/a&gt;&lt;br /&gt;&lt;b&gt;xorg.dual.conf&lt;/b&gt;:&amp;nbsp;&lt;a href="http://ideone.com/sU5XO"&gt;http://ideone.com/sU5XO&lt;/a&gt;&lt;br /&gt;&lt;b&gt;monitors.single.conf&lt;/b&gt;:&amp;nbsp;&lt;a href="http://ideone.com/XFv5l"&gt;http://ideone.com/XFv5l&lt;/a&gt;&lt;br /&gt;&lt;b&gt;monitors.dual.conf&lt;/b&gt;:&amp;nbsp;&lt;a href="http://ideone.com/2tzhF"&gt;http://ideone.com/2tzhF&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;place these files in &lt;i&gt;~/Documents&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-3690378357719285411?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/3690378357719285411/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/ubuntu-1110-configure-multiple-monitors.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3690378357719285411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3690378357719285411'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/02/ubuntu-1110-configure-multiple-monitors.html' title='ubuntu 11.10 configure multiple desktops, laptop to external monitor with hdmi cable'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-7030416658634582975</id><published>2012-01-30T10:56:00.002+01:00</published><updated>2012-01-30T10:57:49.073+01:00</updated><title type='text'>how to make a bent line with arrow head in a dia diagram</title><content type='html'>if you want to make an arrow line from element to another, use "polyline":&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-kZD8V_ouFaQ/TyZohm2RLhI/AAAAAAAAALE/BeSyREmYDmU/s1600/dia_line1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="192" src="http://4.bp.blogspot.com/-kZD8V_ouFaQ/TyZohm2RLhI/AAAAAAAAALE/BeSyREmYDmU/s320/dia_line1.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;click on the element you want the line to go *from*:&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-80upKoe-_8s/TyZoiHnTojI/AAAAAAAAALI/j-jdT70MFmo/s1600/dia_line2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="191" src="http://4.bp.blogspot.com/-80upKoe-_8s/TyZoiHnTojI/AAAAAAAAALI/j-jdT70MFmo/s320/dia_line2.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;then click and drag the arrow head over to the element the arrow is going to point *to*. when the element turns red, unclick and it will snap to the element:&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-D0bqRli-hoM/TyZoiRZHcNI/AAAAAAAAALQ/tqbAA-5NwJI/s1600/dia_line3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-D0bqRli-hoM/TyZoiRZHcNI/AAAAAAAAALQ/tqbAA-5NwJI/s320/dia_line3.png" width="305" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;right click on the new line and choose "add corner":&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-_0gWGCnaGBc/TyZoi7S2WWI/AAAAAAAAALc/iqxYleTYBWk/s1600/dia_line4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="http://2.bp.blogspot.com/-_0gWGCnaGBc/TyZoi7S2WWI/AAAAAAAAALc/iqxYleTYBWk/s320/dia_line4.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;you'll now see an orange box. click on it and drag it to where it creates a nice L shape:&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-Rf85W1xjq9c/TyZojjFDhiI/AAAAAAAAALg/DTUSccYnMqY/s1600/dia_line5.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="304" src="http://2.bp.blogspot.com/-Rf85W1xjq9c/TyZojjFDhiI/AAAAAAAAALg/DTUSccYnMqY/s320/dia_line5.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-7030416658634582975?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/7030416658634582975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/how-to-make-bent-line-with-arrow-head.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/7030416658634582975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/7030416658634582975'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/how-to-make-bent-line-with-arrow-head.html' title='how to make a bent line with arrow head in a dia diagram'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-kZD8V_ouFaQ/TyZohm2RLhI/AAAAAAAAALE/BeSyREmYDmU/s72-c/dia_line1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-6106103282697321143</id><published>2012-01-21T11:14:00.001+01:00</published><updated>2012-01-21T11:14:17.214+01:00</updated><title type='text'>ubuntu linux chrome cant click flash popup to allow local storage permission [SOLVED]</title><content type='html'>my son was trying to go to ninjago.lego.com, but when the page loaded the adobe flash dialogue popup box was asking for permission to store information locally, but it was impossible to click the allow button. to fix this i right clicked on it and chose "global settings".&lt;br /&gt;&lt;br /&gt;then in the "storage" tab&lt;br /&gt;* click "allow sites to save information on this computer"&lt;br /&gt;* click "delete all"&lt;br /&gt;&lt;br /&gt;then in the "camera and mic" tab&lt;br /&gt;* click "block all sites from using the camera and microphone"&lt;br /&gt;* click "camera and microphone settings by site" and "remove" all websites&lt;br /&gt;&lt;br /&gt;do the same thing in the "playback" tab&lt;br /&gt;&lt;br /&gt;then in the "advanced" tab remove all the sites in "trusted location settings"&lt;br /&gt;&lt;br /&gt;click "close"&lt;br /&gt;&lt;br /&gt;restart chrome&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-6106103282697321143?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/6106103282697321143/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/ubuntu-linux-chrome-cant-click-flash.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/6106103282697321143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/6106103282697321143'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/ubuntu-linux-chrome-cant-click-flash.html' title='ubuntu linux chrome cant click flash popup to allow local storage permission [SOLVED]'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-1498240378494544527</id><published>2012-01-18T12:21:00.004+01:00</published><updated>2012-01-18T12:21:43.149+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='unity'/><category scheme='http://www.blogger.com/atom/ns#' term='gedit'/><category scheme='http://www.blogger.com/atom/ns#' term='regexp'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='regex'/><category scheme='http://www.blogger.com/atom/ns#' term='regular expressions'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>how to install the gedit regex/regexp plugin for unity in ubuntu linux 11.10 oneiric ocelot</title><content type='html'>download this file &lt;a href="http://live.gnome.org/Gedit/Plugins?action=AttachFile&amp;amp;do=get&amp;amp;target=regex_replace-gedit3.tar.gz"&gt;http://live.gnome.org/Gedit/Plugins?action=AttachFile&amp;amp;do=get&amp;amp;target=regex_replace-gedit3.tar.gz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;close all instances of gedit&lt;br /&gt;&lt;br /&gt;open a terminal/console and move to where you downloaded the file, e.g. &lt;i&gt;/home/myuser/Downloads&lt;/i&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;cd /home/myuser/Downloads&lt;br /&gt;tar xzvf regex_replace-gedit3.tar.gz&lt;br /&gt;mkdir -p ~/.local/share/gedit/plugins&lt;br /&gt;mv regex_replace ~/.local/share/gedit/plugins&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;start gedit &amp;gt; &lt;i&gt;edit &amp;gt; preferences &amp;gt; plugins&lt;/i&gt; &amp;gt; put a checkmark on "&lt;i&gt;regular expressions&lt;/i&gt;"&lt;br /&gt;now when you want to use regular expressions in search and replace you go here: &lt;i&gt;search &amp;gt; regular expressions&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;source:&amp;nbsp;&lt;a href="http://halfhourhacks.blogspot.com/2008/03/gedit-regular-expression-plugin.html"&gt;http://halfhourhacks.blogspot.com/2008/03/gedit-regular-expression-plugin.html&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-1498240378494544527?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/1498240378494544527/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/how-to-install-gedit-regexregexp-plugin.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1498240378494544527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1498240378494544527'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/how-to-install-gedit-regexregexp-plugin.html' title='how to install the gedit regex/regexp plugin for unity in ubuntu linux 11.10 oneiric ocelot'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-3853811510548359684</id><published>2012-01-12T11:17:00.004+01:00</published><updated>2012-01-12T12:03:22.313+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='cli'/><category scheme='http://www.blogger.com/atom/ns#' term='terminal'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>how to import local source code to a new, remote, subversion svn repository from the command line</title><content type='html'>i have newly configured jboss 7 web profile for a potential migration we will do from jboss 4. i was asked to commit my entire jboss 7 to subversion so another developer could look at it. here's how i did it, the errors i got during the process and how i overcame them.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;on my local machine (where i have the jboss source), log into the remote svn server:&lt;br /&gt;&lt;b&gt;ssh mySshUser@myRemoteSvnServer&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;(i'm now) on&amp;nbsp;&lt;i&gt;myRemoteSvnServer&lt;/i&gt; (ip address:&amp;nbsp;&lt;i&gt;192.168.1.254&lt;/i&gt;), create the new svn repo:&lt;br /&gt;&lt;b&gt;sudo svnadmin create /srv/svn/repos/&lt;i&gt;jboss-as-web-7.0.2.Final&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;now copy the password file from another svn project (the same people will be allowed to access this jboss project):&lt;br /&gt;&lt;b&gt;sudo cp -f /srv/svn/repos/&lt;i&gt;anotherSvnProject&lt;/i&gt;/conf/passwd /srv/svn/repos/&lt;i&gt;jboss-as-web-7.0.2.Final&lt;/i&gt;/conf/&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;otherwise just edit the new repo password file, defining who has access to it, etc.&lt;br /&gt;&lt;br /&gt;now make sure the ownership of the new repo is correct:&lt;br /&gt;&lt;b&gt;sudo chown -R www-data:www-data /srv/svn/repos/&lt;i&gt;jboss-as-web-7.0.2.Final&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;on my local machine, import the jboss source to the new, remote repo you just created:&lt;br /&gt;&lt;b&gt;svn import /&lt;i&gt;path/to/jboss/source/jboss-as-web-7.0.2.Final&lt;/i&gt; https://&lt;i&gt;192.168.1.254&lt;/i&gt;/svn/&lt;i&gt;jboss-as-web-7.0.2.Final&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;on&amp;nbsp;&lt;i&gt;myRemoteSvnServer&lt;/i&gt;, just to be sure, make sure ownership is correct again:&lt;br /&gt;&lt;b&gt;sudo chown -R www-data:www-data /srv/svn/repos/&lt;i&gt;jboss-as-web-7.0.2.Final&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;---&lt;/div&gt;&lt;div&gt;along the way i got various errors:&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;i&gt;svn: OPTIONS of 'http://192.168.1.254/svn/jboss-as-web-7.0.2.Final': could not connect to server (http://192.168.1.254)&lt;br /&gt;svn: Your commit message was left in a temporary file:&lt;br /&gt;svn: &amp;nbsp; &amp;nbsp;'svn-commit.tmp'&lt;/i&gt;&lt;/blockquote&gt;&lt;div&gt;this was most likely due to the fact that the remote svn server actually runs on &lt;b&gt;https, not http&lt;/b&gt;.&lt;/div&gt;&lt;div&gt;&lt;blockquote class="tr_bq"&gt;&lt;i&gt;svn: Can't open file '/srv/svn/repos/jboss-as-web-7.0.2.Final/db/txn-current-lock': Permission denied&lt;br /&gt;svn: Your commit message was left in a temporary file:&lt;br /&gt;svn: &amp;nbsp; &amp;nbsp;'svn-commit.2.tmp'&lt;/i&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;this was most likely due to a permissions/ownership issue, so i ran this on the remote svn server:&lt;/div&gt;&lt;div&gt;&lt;b&gt;sudo chown -R www-data:www-data /srv/svn/repos/jboss-as-web-7.0.2.Final&lt;/b&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/683328852455856414-3853811510548359684?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/3853811510548359684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/how-to-import-local-source-code-to-new.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3853811510548359684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3853811510548359684'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/how-to-import-local-source-code-to-new.html' title='how to import local source code to a new, remote, subversion svn repository from the command line'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-3063831074747137794</id><published>2012-01-09T19:49:00.003+01:00</published><updated>2012-01-09T19:59:02.162+01:00</updated><title type='text'>how to compile and install vestige (vstige) vst plugin for lmms 0.4.12</title><content type='html'>&lt;a href="https://bugs.launchpad.net/ubuntu/+source/lmms/+bug/789778"&gt;in ubuntu 11.10 i couldnt install lmms or lmms-vst because it was complaining about a wine dependency--wine1.2--even though wine1.3 was installed&lt;/a&gt;:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;blockquote class="tr_bq"&gt;&lt;i&gt;lmms : Depends: wine1.2 but it is not going to be installed&lt;/i&gt;&amp;nbsp;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote class="tr_bq"&gt;&lt;blockquote class="tr_bq"&gt;&lt;i&gt;E: Unable to correct problems, you have held broken packages&lt;/i&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;so i had to compile and install &lt;i&gt;lmms&lt;/i&gt; from the source code:&lt;br /&gt;&lt;a href="http://lmms.sourceforge.net/download.php"&gt;http://lmms.sourceforge.net/download.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;basically follow this guide:&amp;nbsp;&lt;a href="http://lmms.sourceforge.net/wiki/index.php/Compiling_LMMS"&gt;http://lmms.sourceforge.net/wiki/index.php/Compiling_LMMS&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;but here's exactly how i had to do it to get it to work, AND get the vestige vst-plugin (&lt;b&gt;libvestige.so&lt;/b&gt;) to get installed (because it doesnt get installed by default):&lt;br /&gt;when i tried &lt;i&gt;cmake&lt;/i&gt;-ing the project the first time i got the following dependency errors:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;i&gt;CMake Error: The following variables are used in this project, but they are set to NOTFOUND.&lt;br /&gt;Please set them or make sure they are set and tested correctly in the CMake files:&lt;br /&gt;FREETYPE_LIBRARY (ADVANCED)&lt;br /&gt;&amp;nbsp; &amp;nbsp; linked by target "RemoteZynAddSubFx" in directory /home/nick/binl/lmms-0.4.12/plugins/zynaddsubfx&lt;br /&gt;X11_Xft_LIB (ADVANCED)&lt;br /&gt;&amp;nbsp; &amp;nbsp; linked by target "RemoteZynAddSubFx" in directory /home/nick/binl/lmms-0.4.12/plugins/zynaddsubfx&lt;br /&gt;X11_Xinerama_LIB (ADVANCED)&lt;br /&gt;&amp;nbsp; &amp;nbsp; linked by target "RemoteZynAddSubFx" in directory /home/nick/binl/lmms-0.4.12/plugins/zynaddsubfx&lt;br /&gt;-- Configuring incomplete, errors occurred!&lt;/i&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;so i &amp;nbsp;had to install some things to make the errors go away:&lt;br /&gt;&lt;b&gt;sudo apt-get install libqt4-dev qt4-dev-tools build-essential libxft-dev libfreetype6-dev libxinerama1 libxinerama-dev&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;then i got the source code using github:&lt;br /&gt;&lt;b&gt;cd&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;git clone git://lmms.git.sf.net/gitroot/lmms/lmms&lt;/b&gt;&lt;br /&gt;&lt;b&gt;cd lmms&lt;/b&gt;&lt;br /&gt;&lt;b&gt;git checkout -b stable-0.4 origin/stable-0.4&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;then i created the &lt;i&gt;vestige&lt;/i&gt; buildfiles (so it would get installed when we run cmake on the whole project):&lt;br /&gt;&lt;b&gt;cd plugins/vestige&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;cmake .&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;then i compiled and installed &lt;i&gt;lmms&lt;/i&gt;:&lt;br /&gt;&lt;b&gt;cd ../..&lt;/b&gt;&lt;br /&gt;&lt;b&gt;mkdir build&lt;/b&gt;&lt;br /&gt;&lt;b&gt;cd build&lt;/b&gt;&lt;br /&gt;&lt;b&gt;cmake ../&lt;/b&gt;&lt;br /&gt;&lt;b&gt;make&lt;/b&gt;&lt;br /&gt;&lt;b&gt;sudo make install&lt;/b&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;now start lmms.&lt;br /&gt;when you run it for the first time you'll need to do some configuration. i set the following:&lt;br /&gt;&lt;i&gt;audio settings &amp;gt; audio interface&lt;/i&gt;: &lt;b&gt;ALSA&lt;/b&gt;&lt;br /&gt;&lt;i&gt;midi settings &amp;gt; midi interface&lt;/i&gt;: &lt;b&gt;ALSA-Sequencer&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dskmusic.blogspot.com/p/downloads.html"&gt;here are a whole load of awesome, &lt;b&gt;FREE&lt;/b&gt;, vst plugins&lt;/a&gt;, by DSK Instruments.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;thanks to IRC user &lt;b&gt;Gegsite&lt;/b&gt;&amp;nbsp;for his help too =)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-3063831074747137794?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/3063831074747137794/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/how-to-compile-and-install-vestige.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3063831074747137794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3063831074747137794'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/how-to-compile-and-install-vestige.html' title='how to compile and install vestige (vstige) vst plugin for lmms 0.4.12'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-7162211029969605496</id><published>2012-01-03T11:42:00.004+01:00</published><updated>2012-02-15T10:33:39.531+01:00</updated><title type='text'>how to list openldap ldap user info in a terminal or graphical browser gui program on ubuntu linux</title><content type='html'>&lt;br /&gt;in order to get the&amp;nbsp;&lt;i&gt;userPassword&lt;/i&gt;&amp;nbsp;value you need to bind the search to an authenticated user who has access to view that info, e.g. the admin/root user, e.g. here's how you'd do it with a simple bind authentication (instead of e.g. SASL):&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;b&gt;ldapsearch -xLLLWD cn=&lt;i&gt;adminUserName&lt;/i&gt;,dc=&lt;i&gt;mycompany&lt;/i&gt;,dc=&lt;i&gt;com&lt;/i&gt;&amp;nbsp;-b ou=People,dc=&lt;i&gt;mycompany&lt;/i&gt;,dc=&lt;i&gt;com&lt;/i&gt;&amp;nbsp;-s sub uid=&lt;i&gt;userId&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;userPassword will look like this:&lt;br /&gt;&lt;i&gt;userPassword:: OHBjcWNLNGlQaVF5&lt;/i&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;to see that hashed value in clear text either use luma or run a command like this:&lt;br /&gt;&lt;b&gt;echo&amp;nbsp;OHBjcWNLNGlQaVF5&amp;nbsp;| openssl base64 -d&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;when i ran that it looked like i got no (zero/empty) output, but in fact the next line looked like this:&lt;/div&gt;&lt;div&gt;&lt;i&gt;mySecretPasswordmyUser@myLdapServer:~$&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;where the clear text password is the bold text here:&amp;nbsp;&lt;b&gt;mySecretPassword&lt;/b&gt;&lt;i&gt;myUser@myLdapServer:~$&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;what happened was the output of openssl didnt add a new line.&lt;br /&gt;&lt;br /&gt;you can also use perl and you wont get the new line bug:&lt;br /&gt;&lt;b&gt;echo OHBjcWNLNGlQaVF5 | perl -MMIME::Base64 -ne 'print decode_base64($_) . "\n"'&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;much thanks to user&amp;nbsp;&lt;b&gt;blingme&lt;/b&gt;&amp;nbsp;(Buchan Milne) on the freenode #openldap irc channel for the help with figuring out how to show the user password =)&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;on ubuntu you can install a gui program called &lt;b&gt;luma&lt;/b&gt;:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&lt;b&gt;sudo apt-get install luma&lt;/b&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;i&gt;settings&lt;/i&gt; &amp;gt; &lt;i&gt;edit server list&lt;/i&gt;&lt;br /&gt;&lt;i&gt;add&lt;/i&gt;&lt;br /&gt;&lt;i&gt;new server name&lt;/i&gt;, e.g. &lt;b&gt;my local ldap&lt;/b&gt;&lt;br /&gt;doubleclick&amp;nbsp;&lt;b&gt;my local ldap&lt;/b&gt;&amp;nbsp;in the server list&lt;br /&gt;click &lt;i&gt;network options&lt;/i&gt;&lt;br /&gt;&lt;i&gt;hostname&lt;/i&gt;: &lt;b&gt;myldapserver&lt;/b&gt;&lt;br /&gt;(or use the IP address)&lt;br /&gt;click &lt;i&gt;authentification&lt;/i&gt;&lt;br /&gt;remove the checkmark from &lt;i&gt;anonymous bind&lt;/i&gt;&lt;br /&gt;&lt;i&gt;bind as&lt;/i&gt;: &lt;b&gt;cn=&lt;i&gt;yourAdminUserName&lt;/i&gt;,dc=&lt;i&gt;mycompany&lt;/i&gt;,dc=&lt;i&gt;com&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;i&gt;password&lt;/i&gt;: &lt;b&gt;&lt;i&gt;yourAdminUserPassword&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;i&gt;save&lt;/i&gt;&lt;br /&gt;&lt;i&gt;ok&lt;/i&gt;&lt;br /&gt;click &lt;i&gt;browser&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;in luma you can see the &lt;i&gt;userPassword&lt;/i&gt; in clear text. if anyone knows how to print the &lt;i&gt;userPassword&lt;/i&gt; in a terminal, let me know ;)&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;ref. also:&amp;nbsp;&lt;a href="http://www.openldap.org/faq/data/cache/1346.html"&gt;http://www.openldap.org/faq/data/cache/1346.html&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-7162211029969605496?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/7162211029969605496/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/how-to-list-openldap-ldap-user-info-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/7162211029969605496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/7162211029969605496'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2012/01/how-to-list-openldap-ldap-user-info-in.html' title='how to list openldap ldap user info in a terminal or graphical browser gui program on ubuntu linux'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-4746539220629678649</id><published>2011-12-22T10:25:00.002+01:00</published><updated>2011-12-22T10:33:13.084+01:00</updated><title type='text'>How to enable remote debugging with Jboss and Eclipse on Ubuntu Linux</title><content type='html'>&lt;br /&gt;1. enable debugging in &lt;i&gt;run.sh&lt;/i&gt; (e.g. &lt;i&gt;/usr/jboss/bin/run.sh&lt;/i&gt; )&lt;br /&gt;&lt;br /&gt;insert this code:&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;## uncomment this to enable debugging&lt;br /&gt;JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=n"&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;right before this code:&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;# Display our environment&lt;br /&gt;echo "========================================================================="&lt;br /&gt;echo ""&lt;br /&gt;echo " &amp;nbsp;JBoss Bootstrap Environment"&lt;br /&gt;echo ""&lt;br /&gt;echo " &amp;nbsp;JBOSS_HOME: $JBOSS_HOME"&lt;br /&gt;echo ""&lt;br /&gt;echo " &amp;nbsp;JAVA: $JAVA"&lt;br /&gt;echo ""&lt;br /&gt;echo " &amp;nbsp;JAVA_OPTS: $JAVA_OPTS"&lt;br /&gt;echo ""&lt;br /&gt;echo " &amp;nbsp;CLASSPATH: $JBOSS_CLASSPATH"&lt;br /&gt;echo ""&lt;br /&gt;echo "========================================================================="&lt;br /&gt;echo ""&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;2. restart jboss&lt;br /&gt;&lt;br /&gt;3. make sure jboss is listening on port &lt;b&gt;1044&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;on ibmserver, open a terminal window and run this code:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;netstat -a|grep 1044&lt;/blockquote&gt;&lt;br /&gt;if a line like this turns up then you're ok:&lt;br /&gt;&lt;i&gt;tcp 0 0 *:1044 *:* LISTEN&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;4. create new &lt;i&gt;Remote Java Application&lt;/i&gt;&amp;nbsp;in eclipse (i.e. configure eclipse so it can debug and publish to a remote java application from your remote location and source code project)&lt;br /&gt;&lt;br /&gt;in eclipse (e.g. &lt;i&gt;helios&lt;/i&gt;):&lt;br /&gt;&lt;i&gt;run&lt;/i&gt; &amp;gt; &lt;i&gt;debug configurations&lt;/i&gt;&lt;br /&gt;right click &lt;i&gt;remote java application&lt;/i&gt;&amp;nbsp;&amp;gt; &lt;i&gt;new&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;for &lt;i&gt;name&lt;/i&gt; write e.g. &lt;i&gt;myRemoteServer trunk&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;in the &lt;i&gt;connect&lt;/i&gt; tab:&lt;br /&gt;for &lt;i&gt;project&lt;/i&gt;&amp;nbsp;click the &lt;i&gt;browse&lt;/i&gt;&amp;nbsp;button and choose the root of your &lt;i&gt;trunk&lt;/i&gt;&amp;nbsp;eclipse project, e.g. &lt;i&gt;myProjectTrunk&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;for &lt;i&gt;host&lt;/i&gt;&amp;nbsp;use the remote ip address, e.g. &lt;i&gt;192.168.1.238&lt;/i&gt;&amp;nbsp;(for &lt;i&gt;trunk&lt;/i&gt;&amp;nbsp;on &lt;i&gt;myRemoteServer&lt;/i&gt;)&lt;br /&gt;&lt;br /&gt;for &lt;i&gt;port&lt;/i&gt; use the port you specified in &lt;i&gt;run.sh&lt;/i&gt;, e.g. &lt;i&gt;1044&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;click the &lt;i&gt;apply&lt;/i&gt;&amp;nbsp;button, then the &lt;i&gt;debug&lt;/i&gt;&amp;nbsp;button&lt;br /&gt;&lt;br /&gt;sources:&lt;br /&gt;&lt;a href="http://www.eclipsezone.com/eclipse/forums/t53459.html"&gt;http://www.eclipsezone.com/eclipse/forums/t53459.html&lt;/a&gt;&lt;br /&gt;&lt;a href="http://community.jboss.org/thread/78131"&gt;http://community.jboss.org/thread/78131&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-4746539220629678649?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/4746539220629678649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/12/1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/4746539220629678649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/4746539220629678649'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/12/1.html' title='How to enable remote debugging with Jboss and Eclipse on Ubuntu Linux'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-8271541865406517847</id><published>2011-11-28T12:21:00.001+01:00</published><updated>2011-11-29T10:24:49.305+01:00</updated><title type='text'>richfaces rich hotkey backspace navigation disabling not working with oncomplete [SOLVED]</title><content type='html'>in my post&amp;nbsp;richfaces &lt;a href="http://nickhumphreyit.blogspot.com/2011/11/richfaces-rich-hotkey-backspace.html"&gt;rich hotkey backspace navigation disabling not working [SOLVED]&lt;/a&gt;&amp;nbsp;i showed how to get the rich hotkey working by changing &lt;i&gt;oncomplete&lt;/i&gt; to &lt;i&gt;onclick&lt;/i&gt;, &lt;b&gt;but what if you need &lt;i&gt;oncomplete&lt;/i&gt;&lt;/b&gt;?&lt;br /&gt;&lt;br /&gt;the hack i found to work was to set the focus to somewhere in the panel after the &lt;i&gt;a4j:commandLink&lt;/i&gt; link was clicked.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&amp;lt;a4j:commandLink&lt;br /&gt;value="#{detail.action}"&lt;br /&gt;id="editlink"&lt;br /&gt;ajaxSingle="true"&lt;br /&gt;action="#{myBean.myAction}"&lt;br /&gt;reRender="detailsPanel"&lt;br /&gt;rendered="#{detail.actionEdit and myBean.isBuyer}"&lt;br /&gt;oncomplete="if (#{facesContext.maximumSeverity==null}) #{rich:component('detailsPanel')}.show();&lt;b&gt;#{rich:element('CDD_quatityInput')}.focus();&lt;/b&gt;"&amp;gt;&lt;br /&gt;&amp;lt;f:setPropertyActionListener&lt;br /&gt;value="#{detail}"&lt;br /&gt;target="#{myBean.currentDtlItem}" /&amp;gt;&lt;br /&gt;&amp;lt;f:setPropertyActionListener&lt;br /&gt;value="#{row}"&lt;br /&gt;target="#{myBean.currentRow}" /&amp;gt;&lt;br /&gt;&amp;lt;/a4j:commandLink&amp;gt;&lt;/blockquote&gt;&lt;i&gt;CDD_quatityInput&lt;/i&gt;&amp;nbsp;is the &lt;b&gt;id&lt;/b&gt; of an element in the panel i am &lt;i&gt;show&lt;/i&gt;ing when the link is clicked.&lt;br /&gt;&lt;br /&gt;i saw an &lt;a href="http://ahoehma.wordpress.com/tag/hotkey/"&gt;example today where the author also put "&lt;i&gt;event.stopPropagation(); event.preventDefault();&lt;/i&gt;" into the handler attribute&lt;/a&gt;, but i havent seen the need for it yet.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-8271541865406517847?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/8271541865406517847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/richfaces-rich-hotkey-backspace_28.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/8271541865406517847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/8271541865406517847'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/richfaces-rich-hotkey-backspace_28.html' title='richfaces rich hotkey backspace navigation disabling not working with oncomplete [SOLVED]'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-4639823910499874135</id><published>2011-11-24T11:04:00.001+01:00</published><updated>2011-11-28T12:45:20.681+01:00</updated><title type='text'>richfaces rich hotkey backspace navigation disabling not working [SOLVED]</title><content type='html'>&lt;br /&gt;&lt;br /&gt;i was debugging a page where i used a rich hotkey tag to disable backspace from navigating backwards in the browser history, using this code:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&amp;lt;!-- disable backspace navigation in e.g. IE --&amp;gt;&lt;br /&gt;&amp;lt;rich:hotKey key="backspace" handler="return false;" disableInInput="true" /&amp;gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;but every time i clicked on this link to show a panel, then pushed backspace (all on the same page of code as the rich hotkey tag),&amp;nbsp;backspace would still navigate backwards as long as i didnt click on the new panel (set focus on the new panel). i figured out that the problem was the use of &lt;i&gt;oncomplete&lt;/i&gt; (not my code):&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&amp;lt;a4j:commandLink ajaxSingle="true" id="editlink"&amp;nbsp;&lt;b&gt;oncomplete&lt;/b&gt;="#{rich:component('editPanel')}.show()"&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;so i changed it to &lt;i&gt;onclick&lt;/i&gt; and then it worked! =)&lt;/div&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;&amp;lt;a4j:commandLink ajaxSingle="true" id="editlink"&amp;nbsp;&lt;b&gt;onclick&lt;/b&gt;="#{rich:component('editPanel')}.show()"&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;if you still need to use oncomplete instead of onclick, then see my article&amp;nbsp;&lt;a href="http://nickhumphreyit.blogspot.com/2011/11/richfaces-rich-hotkey-backspace_28.html"&gt;richfaces rich hotkey backspace navigation disabling not working with oncomplete [SOLVED]&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-4639823910499874135?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/4639823910499874135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/richfaces-rich-hotkey-backspace.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/4639823910499874135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/4639823910499874135'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/richfaces-rich-hotkey-backspace.html' title='richfaces rich hotkey backspace navigation disabling not working [SOLVED]'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-5543762895951518450</id><published>2011-11-15T12:10:00.001+01:00</published><updated>2011-11-15T12:12:33.262+01:00</updated><title type='text'>ubuntu 11.10 unity turns grey and  touchpad mouse stops working/freezes [SOLVED]</title><content type='html'>&lt;br /&gt;all of the sudden, mid session, my interface went grey and the theme vanished so everything looked like an old theme and the mousepad mouse cursor wouldnt move, but i could still type and use the keyboard. to fix this i opened a terminal and ran these commands:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;sudo modprobe -r psmouse&lt;br /&gt;sudo modprobe psmouse&lt;/blockquote&gt;&lt;br /&gt;source:&amp;nbsp;&lt;a href="http://ubuntuforums.org/archive/index.php/t-77612.html"&gt;http://ubuntuforums.org/archive/index.php/t-77612.html&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-5543762895951518450?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/5543762895951518450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/ubuntu-1110-unity-turns-grey-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/5543762895951518450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/5543762895951518450'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/ubuntu-1110-unity-turns-grey-and.html' title='ubuntu 11.10 unity turns grey and  touchpad mouse stops working/freezes [SOLVED]'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-738969924411369006</id><published>2011-11-08T16:46:00.001+01:00</published><updated>2011-11-08T16:46:13.909+01:00</updated><title type='text'>f:loadBundle not working in jboss 7, can't see properties label text [SOLVED]</title><content type='html'>i made a simple jsf page to test using a properties file labels_no.properties.&lt;br /&gt;here was the code i had:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;br /&gt;&amp;lt;ui:composition xmlns="http://www.w3.org/1999/xhtml"&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;xmlns:ui="http://java.sun.com/jsf/facelets"&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;xmlns:f="http://java.sun.com/jsf/core"&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;xmlns:h="http://java.sun.com/jsf/html"&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;template="/WEB-INF/templates/default.xhtml"&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;f:loadBundle basename="com.mycompany.labels_no" var="label"/&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;ui:define name="content"&amp;gt;&lt;br /&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&amp;lt;h:form id="reg"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h:panelGroup id="messagePanel" layout="block"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:messages errorStyle="color: red" infoStyle="color: green" layout="table"/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/h:panelGroup&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:form&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:panelGrid columns="2"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h:outputLabel value="#{label.userFirstName}" for="userFirstName" /&amp;gt;&lt;br /&gt;...&lt;/blockquote&gt;&amp;nbsp;and in the eclipes preview window i could see the label and it's value, but in a browser the label was missing. &lt;b&gt;i figured out that the f:loadBundle tag was just in the wrong place, so i moved it inside the ui:define tag (the next line under it) and the label appeared&lt;/b&gt;! =)&lt;br /&gt;&lt;br /&gt;see also:&lt;br /&gt;&lt;a href="http://download.oracle.com/javaee/5/javaserverfaces/1.2/docs/tlddocs/f/loadBundle.html"&gt;http://download.oracle.com/javaee/5/javaserverfaces/1.2/docs/tlddocs/f/loadBundle.html&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.roseindia.net/jsf/jsf1.2/jsf-properties.shtml"&gt;http://www.roseindia.net/jsf/jsf1.2/jsf-properties.shtml&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-738969924411369006?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/738969924411369006/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/floadbundle-not-working-in-jboss-7-cant.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/738969924411369006'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/738969924411369006'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/floadbundle-not-working-in-jboss-7-cant.html' title='f:loadBundle not working in jboss 7, can&apos;t see properties label text [SOLVED]'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-1633231261465023686</id><published>2011-11-02T12:47:00.001+01:00</published><updated>2011-11-02T12:47:20.891+01:00</updated><title type='text'>jboss quickstarts kitchensink arquillian junit remote test not working [SOLVED]</title><content type='html'>i ran the managed test and it worked, but when i tried the remote test i got this error:&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;java.lang.IllegalStateException: Cannot obtain MBeanServerConnection to: service:jmx:rmi:///jndi/rmi://127.0.0.1:1090/jmxrmi&lt;/blockquote&gt;the reason is that i needed to start the local server first, THEN run the unit test.&lt;br /&gt;&lt;br /&gt;ref: http://stackoverflow.com/questions/7341308/cannot-run-arquillian-tests/7718339#7718339&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-1633231261465023686?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/1633231261465023686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/jboss-quickstarts-kitchensink.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1633231261465023686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1633231261465023686'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/jboss-quickstarts-kitchensink.html' title='jboss quickstarts kitchensink arquillian junit remote test not working [SOLVED]'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-3506678345184276736</id><published>2011-11-02T10:19:00.002+01:00</published><updated>2011-11-02T10:19:30.980+01:00</updated><title type='text'>ubuntu 11.10 unity left side bar gone [SOLVED]</title><content type='html'>i upgraded to ubuntu 11.10 a while ago instead of a fresh clean install and then i (regretfully) changed some settings and then the left bar in unity disappeared. to get it back i had to do the following:&lt;br /&gt;* in a terminal run:&lt;br /&gt;ccsm&lt;br /&gt;* search for unity&lt;br /&gt;* enable Ubuntu Unity Plugin&lt;br /&gt;* choose Ignore Conflicts (if you're asked about it)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-3506678345184276736?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/3506678345184276736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/ubuntu-1110-unity-left-side-bar-gone.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3506678345184276736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3506678345184276736'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/11/ubuntu-1110-unity-left-side-bar-gone.html' title='ubuntu 11.10 unity left side bar gone [SOLVED]'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-6550018354220575067</id><published>2011-10-28T15:27:00.000+02:00</published><updated>2011-10-28T15:27:05.269+02:00</updated><title type='text'>the gimp mathmap plugin for linux</title><content type='html'>this is the only place i can still find mathmap for linux:&lt;br /&gt;&lt;a href="http://linux.softpedia.com/progDownload/MathMap-Download-27010.html"&gt;http://linux.softpedia.com/progDownload/MathMap-Download-27010.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-6550018354220575067?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/6550018354220575067/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/gimp-mathmap-plugin-for-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/6550018354220575067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/6550018354220575067'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/gimp-mathmap-plugin-for-linux.html' title='the gimp mathmap plugin for linux'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-4440855270302321277</id><published>2011-10-25T11:07:00.003+02:00</published><updated>2011-10-25T11:07:53.761+02:00</updated><title type='text'>java pet store jee example application</title><content type='html'>&lt;a href="http://java.net/projects/petstore"&gt;http://java.net/projects/petstore&lt;/a&gt;&lt;br /&gt;it seems a lot of links to the petstore app take you to a 404 page, so i thought i'd post the direct link here =)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-4440855270302321277?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/4440855270302321277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/java-pet-store-jee-example-application.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/4440855270302321277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/4440855270302321277'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/java-pet-store-jee-example-application.html' title='java pet store jee example application'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-1603241306814365258</id><published>2011-10-17T10:59:00.003+02:00</published><updated>2011-10-17T11:00:13.381+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>how to run opera web browser in ubuntu 11.10 unity</title><content type='html'>when i do the keyboard shortcut alt+F2 and type: opera&lt;br /&gt;the only thing that comes up as a suggestion is opera-widget-manager&lt;br /&gt;&lt;br /&gt;i found out that if i simply type: oper&lt;br /&gt;then the opera icon comes up as well. i can either click on the big, red circle opera icon or just hit enter =)&lt;br /&gt;&lt;br /&gt;weird bug.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-1603241306814365258?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/1603241306814365258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/how-to-run-opera-web-browser-in-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1603241306814365258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1603241306814365258'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/how-to-run-opera-web-browser-in-ubuntu.html' title='how to run opera web browser in ubuntu 11.10 unity'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-6563531956975837468</id><published>2011-10-08T22:45:00.000+02:00</published><updated>2011-10-08T22:45:29.784+02:00</updated><title type='text'>how to organize a collaborative literary project</title><content type='html'>1. go to &lt;a href="http://docs.google.com/"&gt;http://docs.google.com&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;2. click the &lt;b&gt;Create&lt;/b&gt; button and choose &lt;b&gt;Collection&lt;/b&gt; and give it a new name, e.g. &lt;i&gt;My Collaborative Book Project&lt;/i&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;3. right click the name of the new collection in the menu on the left and choose &lt;b&gt;Create New&lt;/b&gt; &amp;gt; &lt;b&gt;Document&lt;/b&gt;. Call it something like &lt;i&gt;INDEX&lt;/i&gt;&amp;nbsp;or&amp;nbsp;&lt;i&gt;Ideas/Themes/Subjects to cover&lt;/i&gt;. Use this document to write all your ideas, one on each line, with a little description about the idea, then create a new document for each of them, and make each of those idea lines a link to its own document.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;4. share your project (collection) with your collaborators.&amp;nbsp;right click the name of the new collection in the menu on the left and choose&amp;nbsp;&lt;b&gt;Share&lt;/b&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;b&gt;Share&lt;/b&gt;. Type in their email addresses then choose &lt;b&gt;Done&lt;/b&gt;.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-6563531956975837468?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/6563531956975837468/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/how-to-organize-collaborative-literary.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/6563531956975837468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/6563531956975837468'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/how-to-organize-collaborative-literary.html' title='how to organize a collaborative literary project'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-3067886356428812765</id><published>2011-10-07T11:57:00.002+02:00</published><updated>2011-10-07T12:01:27.382+02:00</updated><title type='text'>buildbot install error: twisted/runner/portmap.c:10:20: fatal error: Python.h: No such file or directory compilation terminated</title><content type='html'>&lt;br /&gt;i tried installing buildbot on ubuntu while following this tutorial:&lt;br /&gt;&lt;a href="http://buildbot.net/buildbot/docs/current/tutorial/firstrun.html"&gt;http://buildbot.net/buildbot/docs/current/tutorial/firstrun.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;[&lt;br /&gt;FYI:&lt;br /&gt;in ubuntu, there's no package called &lt;b&gt;virtualenv&lt;/b&gt;. you need to install the &lt;b&gt;python-virtualenv&lt;/b&gt; package:&lt;br /&gt;&lt;b&gt;sudo apt-get install python-virtualenv&lt;/b&gt;&lt;br /&gt;]&lt;br /&gt;&lt;br /&gt;while trying to install buildbot i got the following error:&lt;br /&gt;&lt;blockquote&gt;Downloading http://pypi.python.org/packages/source/T/Twisted/Twisted-11.0.0.tar.bz2#md5=d7f94a1609a1b8f3b8c8d0146d4cfe54&lt;br /&gt;Processing Twisted-11.0.0.tar.bz2&lt;br /&gt;Running Twisted-11.0.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-4wBTit/Twisted-11.0.0/egg-dist-tmp-odVQeg&lt;br /&gt;&lt;b&gt;twisted/runner/portmap.c:10:20: fatal error: Python.h: No such file or directory&lt;/b&gt;&lt;b&gt;compilation terminated.&lt;/b&gt;&lt;b&gt;error: Setup script exited with error: command 'gcc' failed with exit status 1&lt;/b&gt;&lt;/blockquote&gt;to fix this i had to install the python-dev package:&lt;br /&gt;&lt;b&gt;sudo apt-get install python-dev&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;then rerun the last install command:&lt;br /&gt;&lt;b&gt;easy_install buildbot&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;src:&amp;nbsp;&lt;a href="http://alexsleat.co.uk/2011/01/01/fatal-error-python-h-no-such-file-or-directory/"&gt;http://alexsleat.co.uk/2011/01/01/fatal-error-python-h-no-such-file-or-directory/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-3067886356428812765?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/3067886356428812765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/buildbot-install-error.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3067886356428812765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3067886356428812765'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/buildbot-install-error.html' title='buildbot install error: twisted/runner/portmap.c:10:20: fatal error: Python.h: No such file or directory compilation terminated'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-4177196578831440852</id><published>2011-10-07T11:14:00.005+02:00</published><updated>2011-10-07T11:16:23.101+02:00</updated><title type='text'>how to find your facebook wall posts/status updates rss feed url for use in blogger/blogspot blog</title><content type='html'>1. log into &lt;a href="http://facebook.com/"&gt;facebook.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. go here:&amp;nbsp;&lt;a href="http://www.facebook.com/notifications"&gt;http://www.facebook.com/notifications&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3. find the text link at the top called RSS and right click on it and copy the URL. it will look something like this:&lt;br /&gt;&lt;i&gt;http://www.facebook.com/feeds/notifications.php?id=xxxxxxxxx&amp;amp;viewer=xxxxxxxxx&amp;amp;key=xxxxxxxxxxxxxxxx&amp;amp;format=rss20&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;where "xxx..." represents your account's personal IDs and key values,&lt;br /&gt;&lt;br /&gt;4. paste that URL into a text editor and replace the text "notifications.php" with "status.php", so it looks like this:&lt;br /&gt;&lt;i&gt;http://www.facebook.com/feeds/status.php?id=xxxxxxxxx&amp;amp;viewer=xxxxxxxxx&amp;amp;key=xxxxxxxxxxxxxxxx&amp;amp;format=rss20&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;rss20&lt;/b&gt; can also be changed to &lt;b&gt;atom10&lt;/b&gt; for an atom feed&lt;br /&gt;&lt;br /&gt;5. paste the new URL into e.g. blogger's rss feed widget&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-4177196578831440852?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/4177196578831440852/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/how-to-find-your-facebook-wall.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/4177196578831440852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/4177196578831440852'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/how-to-find-your-facebook-wall.html' title='how to find your facebook wall posts/status updates rss feed url for use in blogger/blogspot blog'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-7503782591676135050</id><published>2011-10-06T09:17:00.002+02:00</published><updated>2011-10-06T09:18:01.416+02:00</updated><title type='text'>extra secure password identification</title><content type='html'>this would make it a little more difficult to crack a password:&lt;br /&gt;require the user to enter the password, click enter, authenticate the password, then have the user repeat the operation one more time, if both times match then you're let in. it would at least double the amount of time it would take to crack a password.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-7503782591676135050?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/7503782591676135050/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/extra-secure-password-identification.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/7503782591676135050'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/7503782591676135050'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/10/extra-secure-password-identification.html' title='extra secure password identification'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-5605289476602200578</id><published>2011-07-19T14:05:00.000+02:00</published><updated>2011-07-19T14:05:28.085+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='latin'/><category scheme='http://www.blogger.com/atom/ns#' term='espeak'/><category scheme='http://www.blogger.com/atom/ns#' term='languages'/><title type='text'>latin tts (text to speech)</title><content type='html'>install espeak on ubuntu&lt;br /&gt;sudo apt-get install espeak&lt;br /&gt;&lt;br /&gt;then run this (substitute the text with your own):&lt;br /&gt;&lt;blockquote&gt;espeak -v latin "&lt;a href="http://en.wikipedia.org/wiki/In_hoc_signo_vinces"&gt;in hoc signo vinces&lt;/a&gt;"&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-5605289476602200578?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/5605289476602200578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/07/latin-tts-text-to-speech.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/5605289476602200578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/5605289476602200578'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/07/latin-tts-text-to-speech.html' title='latin tts (text to speech)'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-1466840139808220540</id><published>2011-06-11T10:45:00.000+02:00</published><updated>2011-06-11T10:45:36.471+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hdmi'/><category scheme='http://www.blogger.com/atom/ns#' term='sound'/><category scheme='http://www.blogger.com/atom/ns#' term='audio'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>ubuntu 11.04 sound problems and solutions (hdmi + normal audio)</title><content type='html'>when i hooked my laptop up to my tv using an hdmi cable the sound was totally crappy. i read (i cant remember where, sorry) that to fix it you need to disable the normal audio interface:&lt;br /&gt;&lt;i&gt;System &gt; Preferences &gt; Sound &gt; Hardware&lt;/i&gt;&lt;br /&gt;choose &lt;i&gt;Internal Audio&lt;/i&gt;&lt;br /&gt;profile: &lt;i&gt;Off&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;it worked perfectly. when i was does and renabled Internal Audio, i couldnt hear any sound with normal audio, like youtube in chrome or playing local files with vlc. to fix this i read &lt;a href="http://ubuntuforums.org/showpost.php?p=10766064&amp;postcount=8"&gt;No sound at all&lt;/a&gt;.&lt;br /&gt;all i had to do was this:&lt;br /&gt;&lt;b&gt;rm -r ~/.pulse ~/.pulse-cookie&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-1466840139808220540?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/1466840139808220540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/06/ubuntu-1104-sound-problems-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1466840139808220540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1466840139808220540'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/06/ubuntu-1104-sound-problems-and.html' title='ubuntu 11.04 sound problems and solutions (hdmi + normal audio)'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-1734737800868629756</id><published>2011-05-30T15:08:00.000+02:00</published><updated>2011-05-30T15:08:57.007+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sql'/><category scheme='http://www.blogger.com/atom/ns#' term='phpmyadmin'/><category scheme='http://www.blogger.com/atom/ns#' term='mysql'/><category scheme='http://www.blogger.com/atom/ns#' term='cli'/><category scheme='http://www.blogger.com/atom/ns#' term='import'/><category scheme='http://www.blogger.com/atom/ns#' term='domeneshop'/><title type='text'>how to import/overwrite mysql database to a remote server using the command line</title><content type='html'>i installed tikiwiki on a domain i have hosted on domeneshop.no and they recommended not to use phpmyadmin, but mysql workbench instead. i wanted to import an old tikiwiki i had started 2 years ago. i used like an hour trying to setup mysql-workbench and kept getting the error:&lt;br /&gt;&lt;blockquote&gt;ERROR 1046 (3D000) at line 22: No database selected&lt;/blockquote&gt;when all i really needed to do was open a terminal and run this:&lt;br /&gt;&lt;b&gt;mysql --host=myhost.example.com --user=myUser5 -p --default-character-set=utf8 myDbSchemaName &lt; "/home/nick/sqlFileToImport.sql"&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-1734737800868629756?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/1734737800868629756/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/05/how-to-importoverwrite-mysql-database.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1734737800868629756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/1734737800868629756'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/05/how-to-importoverwrite-mysql-database.html' title='how to import/overwrite mysql database to a remote server using the command line'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-5504524511029342914</id><published>2011-05-23T12:22:00.001+02:00</published><updated>2011-06-01T14:44:32.317+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='dcp 9270 cdn'/><category scheme='http://www.blogger.com/atom/ns#' term='scanning'/><category scheme='http://www.blogger.com/atom/ns#' term='brother'/><category scheme='http://www.blogger.com/atom/ns#' term='printing'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>how to install printer and scanner drivers on ubuntu 64-bit for brother DCP-9270CDN</title><content type='html'>&lt;a href="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_prn1a.html"&gt;printer install (printer drivers are i386 even for amd64/64-bit)&lt;/a&gt;:&lt;br /&gt;&lt;b&gt;sudo dpkg -i --force-all dcp9270cdnlpr-1.1.1-5.i386.deb&lt;br /&gt;sudo dpkg -i --force-all dcp9270cdncupswrapper-1.1.1-5.i386.deb&lt;br /&gt;dpkg -l|grep Brother&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;go here: &lt;i&gt;http://localhost:631/printers&lt;/i&gt;&lt;br /&gt;click the link: &lt;i&gt;DCP9270CDN&lt;/i&gt;&lt;br /&gt;dropdown box: &lt;i&gt;Administration&lt;/i&gt; &gt; &lt;i&gt;Modify Printer&lt;/i&gt;&lt;br /&gt;choose radio button: &lt;i&gt;LPD/LPR Host or Printer&lt;/i&gt;&lt;br /&gt;set lpd to: &lt;i&gt;lpd://XXX.XXX.XXX.XXX/binary_p1&lt;/i&gt;&lt;br /&gt;(replace the XXX's with the ip address for your network printer)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_scn1b.html"&gt;scanning install&lt;/a&gt;:&lt;br /&gt;&lt;b&gt;sudo apt-get install sane-utils&lt;br /&gt;sudo dpkg -i --force-all brscan4-0.3.0-2.amd64.deb&lt;br /&gt;dpkg -l|grep Brother&lt;br /&gt;brsaneconfig4 -a name=SCANNER model=DCP-9270CDN ip=XXX.XXX.XXX.XXX&lt;br /&gt;brsaneconfig4 -q|grep SCANNER&lt;br /&gt;sudo dpkg -i --force-all brscan-skey-0.2.1-3.amd64.deb&lt;br /&gt;dpkg -l|grep Brother&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;start the scanner tool:&lt;br /&gt;&lt;b&gt;brscan-skey&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;check to see if the scanner is "Active":&lt;br /&gt;&lt;b&gt;brscan-skey -l&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;to scan, put the document on the scanner, press "Scan" button on the scanner, choose your user (e.g. "nick"), press "Start".&lt;br /&gt;gimp will open automatically on your computer with the scanned image open as an image. i found that i had to close gimp completely after each successive scan otherwise i would get an error.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-5504524511029342914?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/5504524511029342914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/05/how-to-install-printer-and-scanner.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/5504524511029342914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/5504524511029342914'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/05/how-to-install-printer-and-scanner.html' title='how to install printer and scanner drivers on ubuntu 64-bit for brother DCP-9270CDN'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-8884042256624670536</id><published>2011-05-05T09:45:00.000+02:00</published><updated>2011-05-05T09:45:45.149+02:00</updated><title type='text'>ocr - tesseract vs oscroscript (ocropus) - how to convert image to text</title><content type='html'>both tesseract and ocropus are developed by google, but for some reason ocropus misses the first line of the paragraph. see for yourself:&lt;br /&gt;&lt;br /&gt;tesseract output:&lt;br /&gt;&lt;blockquote&gt;The book is the synthesis of, on one hand, the no-nonsense&lt;br /&gt;mathematical trader (sdf-styled “practmcnct of uncettaintfl who&lt;br /&gt;spent his life trying to resist being fooled by randomness and mult the&lt;br /&gt;emotions associated with uncertainty and, on the other, the aesthetically&lt;br /&gt;obsessed, litcr:itun:·l0ving human being willing to be fooled by any form&lt;br /&gt;of noruense that is polished, refined, original, and tasteful. I um not&lt;br /&gt;capable of avoiding being the fool of randomness; what l can do is&lt;br /&gt;confine it to where it brings some aesthetic gratification.&lt;br /&gt;&lt;/blockquote&gt;ocropus output:&lt;br /&gt;&lt;blockquote&gt;mathematical trader (sdf-styled “practmcnct of uncettaintfl who spent his life trying to resist being fooled by randomness and mult the emotions associated with uncertainty and, on the other, the aesthetically obsessed, litcr:itun:·l0ving human being willing to be fooled by any form of noruense that is polished, refined, original, and tasteful. I um not capable of avoiding being the fool of randomness; what l can do is confine it to where it brings some aesthetic gratification.&lt;br /&gt;&lt;/blockquote&gt;compare the original (orig) image with the monochrome image. i had to convert it to monochrome to get a decent output.&lt;br /&gt;&lt;br /&gt;this is how i did it in gimp:&lt;br /&gt;1. first i enlarged the image so i could see more clearly the individual letters&lt;br /&gt;2. colors &gt; levels &gt; edit settings as curves&lt;br /&gt;i dragged the diagonal line down to the right just a little bit to make the letters a little more full looking (decrease the cloudy anti-aliasing effect)&lt;br /&gt;3. image &gt; mode &gt; indexed &gt; use black and white (1 bit) palette&lt;br /&gt;turns it monochrome&lt;br /&gt;&lt;br /&gt;now you have a png you can use to get a decent result with using ocroscript:&lt;br /&gt;&lt;blockquote&gt;ocroscript recognize surface02.png &gt; surface02.html&lt;/blockquote&gt;&lt;br /&gt;tesseract needs a tif file so you have 1 more step to get the better result with tesseract (the first line, which ocroscript doesnt manage to get):&lt;br /&gt;&lt;br /&gt;4. layer &gt; transparency &gt; remove alpha channel&lt;br /&gt;now save as *.tif and run this:&lt;br /&gt;&lt;blockquote&gt;tesseract surface02.tif surface0.txt&lt;/blockquote&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-Nm0jYGZo5pI/TcJVkF5q7pI/AAAAAAAAAIc/ntM-9xAJyTs/s1600/surface0.orig.png" imageanchor="1" style="clear:left; float:left;margin-right:1em; margin-bottom:1em"&gt;&lt;img border="0" height="141" width="400" src="http://3.bp.blogspot.com/-Nm0jYGZo5pI/TcJVkF5q7pI/AAAAAAAAAIc/ntM-9xAJyTs/s400/surface0.orig.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-Qirdn916XQ4/TcJVohCCJDI/AAAAAAAAAIk/CYz2mqrQOc4/s1600/surface02.png" imageanchor="1" style="clear:left; float:left;margin-right:1em; margin-bottom:1em"&gt;&lt;img border="0" height="149" width="400" src="http://1.bp.blogspot.com/-Qirdn916XQ4/TcJVohCCJDI/AAAAAAAAAIk/CYz2mqrQOc4/s400/surface02.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-8884042256624670536?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/8884042256624670536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/05/ocr-tesseract-vs-oscroscript-ocropus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/8884042256624670536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/8884042256624670536'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/05/ocr-tesseract-vs-oscroscript-ocropus.html' title='ocr - tesseract vs oscroscript (ocropus) - how to convert image to text'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-Nm0jYGZo5pI/TcJVkF5q7pI/AAAAAAAAAIc/ntM-9xAJyTs/s72-c/surface0.orig.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-683328852455856414.post-3774963910865950236</id><published>2011-05-05T09:27:00.001+02:00</published><updated>2011-05-27T11:09:04.815+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mormon'/><category scheme='http://www.blogger.com/atom/ns#' term='joseph smith is eternally married to 200+ women (see it yourself on new.familysearch.org)'/><category scheme='http://www.blogger.com/atom/ns#' term='cult'/><category scheme='http://www.blogger.com/atom/ns#' term='church of jesus christ of latter day saints'/><category scheme='http://www.blogger.com/atom/ns#' term='lds'/><category scheme='http://www.blogger.com/atom/ns#' term='mormons'/><category scheme='http://www.blogger.com/atom/ns#' term='hacking'/><title type='text'>moving my vbulletin forum here</title><content type='html'>the vbulletin version i'm using on &lt;a href="http://nickhumphrey.net"&gt;The Royal Nick Humphrey Global World IT Forum, Home Edition&lt;/a&gt; is getting old now and i dont want to pay for a new one/upgrade.&lt;br /&gt;&lt;br /&gt;last week my post table got corrupted, "coincidentally" right after i put a link in my signature to my website with lesser-known information, in norwegian, about the mormon church, that they dont want you or their members to know about. my website is called &lt;a href="http://mormonerne.com"&gt;mormonerne&lt;/a&gt;. i suspect that someone from the church has tried to shut my site down, but i cant prove it. the &lt;a href="http://exmormon.org"&gt;exmormon&lt;/a&gt; site has had a lot of attacks so it's not unlikely, but it got me to thinking about security in general--it might be good to move my forum to a place like blogger, owned by google, where it would be harder for a hacker to do damage. so EAT THAT mormon hacker trash (if it was a mormon) lol =)&lt;br /&gt;&lt;br /&gt;so all my new posts and IT tutorials will be posted here from now on.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/683328852455856414-3774963910865950236?l=nickhumphreyit.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nickhumphreyit.blogspot.com/feeds/3774963910865950236/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/05/moving-my-vbulletin-forum-here.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3774963910865950236'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/683328852455856414/posts/default/3774963910865950236'/><link rel='alternate' type='text/html' href='http://nickhumphreyit.blogspot.com/2011/05/moving-my-vbulletin-forum-here.html' title='moving my vbulletin forum here'/><author><name>Nickleus</name><uri>http://www.blogger.com/profile/05936484998179906590</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-bXOQolFhggE/TxMKF5C9ibI/AAAAAAAAAKQ/yyFMJljShBI/s220/swirl.jpg'/></author><thr:total>0</thr:total></entry></feed>
