Tahoe Commands

Submitted by code_admin on Wed, 07/11/2018 - 18:39

Install

sudo python setup.py build
sudo python setup.py test
bin/tahoe --version

Setup

Introducor
Goto introducer directory and type:
/srv/tahoe/prog/allmydata-tahoe-1.5.0/bin/tahoe create-introducer .
Then start it

BrowseForFolder

Submitted by code_admin on Wed, 07/11/2018 - 18:26

Private Type BROWSEINFO
hOwner As Long
pidlRoot As Long
pszDisplayName As String
lpszTitle As String
ulFlags As Long
lpfn As Long
lParam As Long
iImage As Long
End Type

Private Declare Function SHGetPathFromIDList Lib "shell32.dll" Alias _
"SHGetPathFromIDListA" (ByVal pidl As Long, _
ByVal pszPath As String) As Long

Private Declare Function SHBrowseForFolder Lib "shell32.dll" Alias _
"SHBrowseForFolderA" (lpBrowseInfo As BROWSEINFO) _
As Long

Standard Oracle System context

Submitted by code_admin on Tue, 07/10/2018 - 18:12

Some Oracle tables will not return results until you set the context.

See what sessions you have

[geshifilter-]select * from fnd_sessions where session_id=userenv('sessionid')[/geshifilter-]

Create a session

[geshifilter-]delete from fnd_sessions where session_id=userenv('sessionid'); insert into fnd_sessions (session_id, effective_date) values(userenv('sessionid'),sysdate); commit;[/geshifilter-]

Why am I writing a Blog?

I thought I would start my blog with a post about why I am writing it. At the very least it will help collect my thoughts together about how I plan and write posts. Not that I expect that anyone will read it. You see I am not an expert, and I don't plan to write about stuff I know well. This blog is going to be a place for me to put my thoughts, my ideas and my plans. Many many things I put here will be wrong! Even worse, I am a terrible communicator, terrible at writing and my spelling and grammar sucks more than you know. But, I am an idea machine.