<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.zutshigroup.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Zutshi Group LLC - tech:misc</title>
        <description></description>
        <link>https://www.zutshigroup.com/</link>
        <lastBuildDate>Thu, 04 Jun 2026 17:46:37 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://www.zutshigroup.com/_media/wiki/dokuwiki.svg</url>
            <title>Zutshi Group LLC</title>
            <link>https://www.zutshigroup.com/</link>
        </image>
        <item>
            <title>Publishing Actuate &quot;rox&quot; files (acshell)</title>
            <link>https://www.zutshigroup.com/tech/misc/actuate_acshell?rev=1718985843&amp;do=diff</link>
            <description>Publishing Actuate &quot;rox&quot; files (acshell)

There are several ways to publish an ROX file to an Actuate Server:

	*  Management console (but tidious)
	*  acshell or egclient using RSAPI (it works only if you have one volume since it was the API use prior to version 6 when Actuate Server could only use a single volume)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Jun 2024 16:04:03 +0000</pubDate>
        </item>
        <item>
            <title>Disable CD-ROM Auto Start/Auto Play</title>
            <link>https://www.zutshigroup.com/tech/misc/disable_cd_autoplay?rev=1718985843&amp;do=diff</link>
            <description>Disable CD-ROM Auto Start/Auto Play

Programs like VMWare like to disable the CD-ROM “Auto Start” or “Auto Play” feature.  here is how you enable or disable the feature:

	*  Click the Start button followed by selecting “Run”.  
	*  Type in</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Jun 2024 16:04:03 +0000</pubDate>
        </item>
        <item>
            <title>Glassfish v3 primer</title>
            <link>https://www.zutshigroup.com/tech/misc/glassfishv3?rev=1718985843&amp;do=diff</link>
            <description>Glassfish v3 primer

Glassfish v3 was installed by the Netbeans 6.8 IDE into ~/sun/sges-v3/glassfish


This is a quick and dirty way of getting glassfish v3 up and running.  No passwords for admin no nothing!

Create a New Domain called &quot;netbeans&quot;


cd ~/sun/sges-v3/glassfish/bin
./asadmin
asadmin&gt; create-domain --portbase 2000 --nopassword netbeans
Using port 2048 for Admin.
Using port 2080 for HTTP Instance.
Using port 2076 for JMS.
Using port 2037 for IIOP.
Using port 2081 for HTTP_SSL.
Using…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Jun 2024 16:04:03 +0000</pubDate>
        </item>
        <item>
            <title>Lookup in LDAP.</title>
            <link>https://www.zutshigroup.com/tech/misc/ldap_lookup?rev=1718985843&amp;do=diff</link>
            <description>Lookup in LDAP.


/oracle/app/oracle/product/10.2.0.1.0/bin/ldapsearch -L -h &lt;host&gt; -p &lt;port&gt; -D &lt;user&gt; -w &lt;pass&gt; -b &lt;point in LDAP Tree&gt; -s sub &lt;key&gt; &lt;list of fields&gt;



/oracle/app/oracle/product/10.2.0.1.0/bin/ldapsearch -L -h ldap.somewhere.com -p 389 -D cn=root -w a_password -b  &quot;cn=Accounts,o=Services,dc=comewhere,dc=com&quot; -s sub &quot;(uid=00000001)&quot;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Jun 2024 16:04:03 +0000</pubDate>
        </item>
        <item>
            <title>Misc</title>
            <link>https://www.zutshigroup.com/tech/misc/main?rev=1718985843&amp;do=diff</link>
            <description>Misc
misc index</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Jun 2024 16:04:03 +0000</pubDate>
        </item>
        <item>
            <title>Network Discovery with &quot;nmap&quot; and other tools</title>
            <link>https://www.zutshigroup.com/tech/misc/net_discovery_nmap?rev=1718985843&amp;do=diff</link>
            <description>Network Discovery with &quot;nmap&quot; and other tools

Using nmap

	*   Query DNS for IP addresses and hostnames:


nmap -sP 192.168.1.*


	*  Ping the network to see who is up, report IP addresses, hostnames, MAC addresses and names


nmap -sP 192.168.1.*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Jun 2024 16:04:03 +0000</pubDate>
        </item>
        <item>
            <title>Adding Buttons to MS Outlook</title>
            <link>https://www.zutshigroup.com/tech/misc/outlook_buttons?rev=1718985843&amp;do=diff</link>
            <description>Adding Buttons to MS Outlook

Writing the Macro

	*  Open Microsoft Outlook
	*  Tools --&gt; Macro --&gt; Visual Basic Editor or just press &lt;ALT&gt; &lt;F11&gt;
	*  Double click on the “ThisOutlookSession” widget in the project window.  A code window will open up.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Jun 2024 16:04:03 +0000</pubDate>
        </item>
        <item>
            <title>SOAP definition</title>
            <link>https://www.zutshigroup.com/tech/misc/soap_defn?rev=1718985843&amp;do=diff</link>
            <description>SOAP definition

From the Computing dictionary at: &lt;http://computing-dictionary.thefreedictionary.com&gt;

(Simple Object Access Protocol) A message-based protocol based on XML for accessing services on the Web. Initiated by Microsoft, IBM and others, it employs XML syntax to send text commands across the Internet using HTTP. SOAP is similar in purpose to the DCOM and CORBA distributed object systems, but is lighter weight and less programming intensive. Because of its simple exchange mechanism, SO…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Jun 2024 16:04:03 +0000</pubDate>
        </item>
        <item>
            <title>Starting and Stopping a CONCUR Server</title>
            <link>https://www.zutshigroup.com/tech/misc/start_stop_concur_server?rev=1718985843&amp;do=diff</link>
            <description>Starting and Stopping a CONCUR Server

Summary of Issue:

Starting and stopping Concur weblogic server. User recieves page not found error when going to &lt;http://nxatmcl1:7001/concur/expense&gt;

Resolution of Issue:

The Concur Weblogic server is on NXATMCL1. Everything referenced in this document will take place on NXATMCL1.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Jun 2024 16:04:03 +0000</pubDate>
        </item>
        <item>
            <title>Configuring VMX files for VMWare Player</title>
            <link>https://www.zutshigroup.com/tech/misc/vmplayer_config_vmx?rev=1718985843&amp;do=diff</link>
            <description>Configuring VMX files for VMWare Player

Add the following to the “vmx” file to configure shared folders


isolation.tools.hgfs.disable = &quot;FALSE&quot;
sharedFolder.maxNum = &quot;1&quot;
sharedFolder0.present = &quot;TRUE&quot;
sharedFolder0.enabled = &quot;TRUE&quot;
sharedFolder0.readAccess = &quot;TRUE&quot;
sharedFolder0.writeAccess = &quot;TRUE&quot;
sharedFolder0.hostPath = &quot;/home/azutshi&quot;
sharedFolder0.guestName = &quot;Host&quot;
sharedFolder0.expiration = &quot;never&quot;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 21 Jun 2024 16:04:03 +0000</pubDate>
        </item>
    </channel>
</rss>
