<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Politicalespionage : Computer tips</title>
  <link>http://www.Politicalespionage.com/</link>
  <description><![CDATA[This is an XML content feed of; Politicalespionage : Computer tips : Last 10 Posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 02:03:48 +0000</pubDate>
  <lastBuildDate>Fri, 01 Nov 2024 09:27:25 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.Politicalespionage.com/RSS_topic_feed.asp?FID=2</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Politicalespionage]]></title>
   <url>http://www.Politicalespionage.com/forum_images/web_wiz_forums.png</url>
   <link>http://www.Politicalespionage.com/</link>
  </image>
  <item>
   <title><![CDATA[Computer tips : D]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=1187&amp;PID=1197&amp;title=d#1197</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> D<br /><strong>Posted:</strong> 01 Nov 2024 at 9:27am<br /><br />Hh]]>
   </description>
   <pubDate>Fri, 01 Nov 2024 09:27:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=1187&amp;PID=1197&amp;title=d#1197</guid>
  </item> 
  <item>
   <title><![CDATA[Computer tips : DISM Capture]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=1177&amp;PID=1187&amp;title=dism-capture#1187</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=3">reaper</a><br /><strong>Subject:</strong> DISM Capture<br /><strong>Posted:</strong> 24 Jun 2024 at 5:39pm<br /><br /><div><br></div><div>X:&gt; diskpart</div><div>DISKPART&gt;</div><div>&nbsp;</div><div>3. Select the hard disk with the select disk command. For example,</div><div><br></div><div>Copy</div><div><br></div><div><br></div><div>DISKPART&gt; select disk 0</div><div>&nbsp;</div><div>4. View the partitions with the list partition command. For example,</div><div><br></div><div>Copy</div><div><br></div><div>DISKPART&gt; list partition</div><div>DISKPART&gt; list partition</div><div>&nbsp; Partition ###&nbsp; Type&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Size&nbsp; &nbsp; &nbsp;Offset</div><div>&nbsp; -------------&nbsp; ----------------&nbsp; -------&nbsp; -------</div><div>&nbsp; Partition 1&nbsp; &nbsp; Primary&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 300 MB&nbsp; 1024 KB</div><div>&nbsp; Partition 2&nbsp; &nbsp; Primary&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 200 GB&nbsp; &nbsp;301 MB</div><div><br></div><div>&nbsp;</div><div>5. Select the partition with the select partition command. For example,</div><div><br></div><div>Copy</div><div><br></div><div><br></div><div>DISKPART&gt; select partition=1</div><div>&nbsp;</div><div>6. Assign a letter to the partition with the assign letter command. For example,</div><div>&nbsp;</div><div>Copy</div><div><br></div><div>DISKPART&gt; assign letter=S</div><div>&nbsp;</div><div>7. Type exit to return to the Windows PE command prompt.</div><div><br></div><div>Copy</div><div><br></div><div>DISKPART&gt; exit</div><div>X:\&gt;</div><div>&nbsp;</div><div>For more information, see the DiskPart Help from the command line, or Diskpart Command line syntax.</div><div><br></div><div>Step 3: Capture Partition Images using DISM</div><div><br></div><div>--------------------------------------------------------------------------------</div><div><br></div><div>Capture images for each customized partition.</div><div>1. At the Windows PE command prompt, capture the images by using the DISM command together with the /captureImage option. For example,</div><div><br></div><div>Copy</div><div><br></div><div>Dism /Capture-Image /ImageFile:c:\my-windows-partition.wim /CaptureDir:C:\ /Name:"My Windows partition"</div><div>Dism /Capture-Image /ImageFile:s:\my-system-partition.wim /CaptureDir:S:\ /Name:"My system partition"</div><div>&nbsp;For more information about using the DISM tool to capture an image, see DISM Image Management Command-Line Options.</div><div><br></div><div>Step 4: Save Images to the Network</div><div><br></div><div>--------------------------------------------------------------------------------</div><div>Save your .wim files to your network or another safe location.</div><div>1. Connect to your distribution share by using the net use command. For example,</div><div><br></div><div>Copy</div><div><br></div><div>net use n: \\Server\Share</div><div>&nbsp;If prompted, provide your network credentials.</div><div><br></div><div><br></div><div>2. Copy the partitions to your network share. For example,</div><div><br></div><div>Copy</div><div><br></div><div>md N:\Images\</div><div>copy C:\my-windows-partition.wim N:\Images\</div><div>copy c:\my-system-partition.wim N:\Images\</div><div><br></div><div>making a winPE</div><div><br></div><div><a href="http://technet.microsoft.com/en-us/library/hh825109.aspx" target="_blank" rel="nofollow">http://technet.microsoft.com/en-us/library/hh825109.aspx</a></div>]]>
   </description>
   <pubDate>Mon, 24 Jun 2024 17:39:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=1177&amp;PID=1187&amp;title=dism-capture#1187</guid>
  </item> 
  <item>
   <title><![CDATA[Computer tips : WDS stand alone server]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=1176&amp;PID=1186&amp;title=wds-stand-alone-server#1186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=3">reaper</a><br /><strong>Subject:</strong> WDS stand alone server<br /><strong>Posted:</strong> 24 Jun 2024 at 5:37pm<br /><br /><div>In Windows Server 2008 R2, Microsoft added support for using the PXE listener without Active Directory. Here is a complete guide on how to configure a standalone Windows Server 2008 R2 WDS Server</div><div><br></div><div>Pre-Requisites</div><div><br></div><div>In these steps I assume you have a server the following configuration</div><div>1.</div><div>A Windows Server 2008 R2 named WDS01, installed into a workgroup.&nbsp;</div><div><br></div><div>2.</div><div>One network card with a fixed IPv4 address (I’m using 192.168.2.215 in my lab)&nbsp;</div><div><br></div><div>3.</div><div>Two partitions, C: for the Windows Server 2008 R2 operating System, D: for Data</div><div><br></div><div><br></div><div>I also assume you have a DNS Server somewhere in the environment, maybe your local router if it’s a smaller network. In my lab my DNS server / Router has IP address 192.168.2.1. The router has DHCP server disabled.</div><div><br></div><div>High level steps:</div><div>1.</div><div>Download and install Windows AIK 2.0&nbsp;</div><div><br></div><div>2.</div><div>Install DHCP and create a scope for the network&nbsp;</div><div><br></div><div>3.</div><div>Add the WDS transport role service&nbsp;</div><div><br></div><div>4.</div><div>Create and share the RemoteInstall folder structure&nbsp;</div><div><br></div><div>5.</div><div>Copy the x86 and x64 boot files&nbsp;</div><div><br></div><div>6.</div><div>Copy the x86 and x64 boot images&nbsp;</div><div><br></div><div>7.</div><div>Configure the WDS Providers&nbsp;</div><div><br></div><div>8.</div><div>Configure the Policies&nbsp;</div><div><br></div><div>9.</div><div>Additional DHCP and WDS provider configuration</div><div><br></div><div><br></div><div>Download and install Windows AIK 2.0</div><div>1.</div><div>On WDS01, logon as Administrator.&nbsp;</div><div><br></div><div>2.</div><div>Download and Install Windows AIK 2.0 (named Windows AIK for Windows 7 on Microsoft downloads) with the default settings.</div><div><br></div><div><br></div><div>Install DHCP and create a scope for the network</div><div>1.</div><div>On WDS01, using Server Manager, select Roles, and the select Add Roles.&nbsp;</div><div><br></div><div>2.</div><div>On the Before You Begin page, select the Skip this page by default checkbox, and click Next.&nbsp;</div><div><br></div><div>3.</div><div>In the Select Server Roles list, select DHCP Server and click Next.&nbsp;</div><div><br></div><div>4.</div><div>On the DCHP Server page, click Next.&nbsp;</div><div><br></div><div>5.</div><div>On the Select Network Connection Bindings page, accept the default settings and click Next.&nbsp;</div><div><br></div><div>6.</div><div>On the Specify IPv4 DNS Server Settings page, in the parent domain: textbox, type in whatever DNS Suffix you want to use, I used tslab.net, and click Next.&nbsp;</div><div><br></div><div>7.</div><div>On the Specify IPv4 WINS Server Settings page, accept the default settings and click Next.&nbsp;</div><div><br></div><div>8.</div><div>On the Add or Edit DHCP Scopes page, click Add. Use the following settings.</div><div><br></div><div>Scope Name: 192.168.2.0/24</div><div><br></div><div>Starting IP address: 192.168.2.100</div><div><br></div><div>Ending IP address: 192.168.2.199</div><div><br></div><div>Subnet Type: Wired (lease duration will be 8 days)</div><div><br></div><div>Activate this scope: Selected</div><div><br></div><div>Subnet Mask: 255.255.255.0</div><div><br></div><div>Default Gateway (optional): 192.168.2.1</div><div><br></div><div>Click OK, and then click Next.&nbsp;</div><div><br></div><div>9.</div><div>On the Configure DHCPv6 Stateless Mode page, accept the default settings and click Next.&nbsp;</div><div>1.</div><div>On the Specify IPv6 DNS Server Settings page, in the parent domain: textbox, type in whatever DNS Suffix you want to use, I used tslab.net, and click Next.&nbsp;</div><div><br></div><div>2.</div><div>On the Confirm Installation Selections page, click Install.&nbsp;</div><div><br></div><div>3.</div><div>On the Installation Results page, click Close.</div><div><br></div><div><br></div><div><br></div><div>Add the WDS Transport server role</div><div>1.</div><div>On WDS01, using Server Manager, select Roles, and the select Add Roles.&nbsp;</div><div><br></div><div>2.</div><div>In the Select Server Roles list, select Windows Deployment Services and click Next.&nbsp;</div><div><br></div><div>3.</div><div>On the Overview of Windows Deployment Services page, click Next.&nbsp;</div><div><br></div><div>4.</div><div>On the Select Role Services page, clear the Windows Deployment Service checkbox so that only Transport Server role service is selected, and click Next.&nbsp;</div><div><br></div><div>5.</div><div>On the Confirm Installation Selections page, click Install.&nbsp;</div><div><br></div><div>6.</div><div>On the Installation Results page, click Close.</div><div><br></div><div><br></div><div>Create and share the RemoteInstall folder structure</div><div>1.</div><div>On WDS01, using Explorer, create the following folder structure:</div><div><br></div><div>D:\RemoteInstall</div><div><br></div><div>D:\RemoteInstall\boot</div><div><br></div><div>D:\RemoteInstall\boot\x86</div><div><br></div><div>D:\RemoteInstall\boot\x86\images</div><div><br></div><div>D:\RemoteInstall\boot\x64</div><div><br></div><div>D:\RemoteInstall\boot\x64\images&nbsp;</div><div><br></div><div>2.</div><div>Using Explorer, and the Advanced Sharing feature, share the D:\RemoteInstall folder as REMINST.</div><div><br></div><div><br></div><div>Copy the x86 and x64 boot files&nbsp;</div><div>1.</div><div>On WDS01, using Explorer, create the D:\Mount folder.&nbsp;</div><div><br></div><div>2.</div><div>Start a Deployment Tools Command Prompt (found on the start menu, in the All Programs / Microsoft Windows AIK folder), type the following command + press Enter.</div><div><br></div><div>Imagex /mount x86\winpe.wim 1 D:\Mount&nbsp;</div><div><br></div><div>3.</div><div>Leave the Deployment Tools Command Prompt open.&nbsp;</div><div><br></div><div>4.</div><div>Using Explorer, navigate to the D:\Mount\Windows\boot\PXE folder, copy all content to the D:\RemoteInstall\boot\x86 folder.&nbsp;</div><div><br></div><div>5.</div><div>Close all Explorer windows (the wim filter driver in WAIK 2.0 is really sensitive about open file handles when unmounting an image).</div><div><br></div><div>6.</div><div>In the Deployment Tools Command Prompt, type the following commands + press Enter after each line.</div><div><br></div><div>Imagex /unmount D:\Mount</div><div><br></div><div>Imagex /mount amd64\winpe.wim 1 D:\Mount&nbsp;</div><div><br></div><div>7.</div><div>Using Explorer, navigate to the D:\Mount\Windows\boot\PXE folder, which now contains the x64 boot files, and copy all content to the D:\RemoteInstall\boot\x64 folder.&nbsp;</div><div><br></div><div>8.</div><div>Close all Explorer windows.</div><div><br></div><div>9.</div><div>In the Deployment Tools Command Prompt, type the following command + press Enter.</div><div><br></div><div>Imagex /unmount D:\Mount</div><div>1.Using Explorer, copy the C:\Windows\system32\reminst\boot\boot.sdi file to the D:\RemoteInstall\boot folder.</div><div><br></div><div><br></div><div>Copy the x86 and x64 boot images</div><div>1.</div><div>On WDS01, using Explorer, copy any x86 boot image that you want to use to the D:\RemoteInstall\x86\Images folder, name the boot image boot.wim.</div><div><br></div><div>Note: If you just want a boot image to test with you can copy the default Windows PE 3.0 x86 boot image from WAIK. It is named winpe.wim and is locate in the C:\Program Files\Windows AIK\Tools\PETools\x86 folder&nbsp;</div><div><br></div><div>2.</div><div>Using Explorer, copy any x64 boot image that you want to use to the D:\RemoteInstall\x64\Images folder, name the boot image boot.wim.</div><div><br></div><div>Note: Again, if you just want a boot image to test with, you can copy the default Windows PE 3.0 x64 boot image from WAIK. It is named winpe.wim and is locate in the C:\Program Files\Windows AIK\Tools\PETools\amd64 folder</div><div><br></div><div><br></div><div>Configure the WDS Providers</div><div>1.</div><div>On WDS01, using the Registry Editor, configure the WDS Providers order by navigating to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\ Providers\ WDSPXE key, and create a new Multi-String Value with the following settings:</div><div><br></div><div>Name: ProvidersOrder&nbsp;</div><div><br></div><div>Data: WDSSIPR&nbsp;</div><div><br></div><div>2.</div><div>Using the Registry Editor, configure the TFTP root folder by navigating to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\ WDSTFTP key, and create a new String Value with the following settings:</div><div><br></div><div>Name: RootFolder</div><div><br></div><div>Data: D:\RemoteInstall</div><div><br></div><div><br></div><div>Configure the Policies</div><div>1.</div><div>On WDS01, using Notepad, edit the C:\Windows\system32\wdssipr.dll.conf.ini file. In the IMAGES POLICY section, configure the following values</div><div><br></div><div>X86BootImage=boot\x86\images\boot.wim</div><div><br></div><div>X64BootImage=boot\x64\images\boot.wim&nbsp;</div><div><br></div><div>2.</div><div>Save the C:\Windows\system32\wdssipr.dll.conf.ini file.</div><div><br></div><div><br></div><div>Additional DHCP and WDS provider configuration</div><div>1.</div><div>On WDS01, using a Command Prompt, configure the transport server to use DHCP by typing the following command + press Enter.</div><div><br></div><div>WDSUTIL /Set-TransportServer /ObtainIPv4From:DHCP&nbsp;</div><div><br></div><div>2.</div><div>Leave the Command Prompt open.&nbsp;</div><div><br></div><div>3.</div><div>Using the Command Prompt, configure the DHCP PXEClient option, by typing the following commands + press Enter after each line.</div><div><br></div><div>Netsh</div><div><br></div><div>dhcp</div><div><br></div><div>server \WDS01</div><div><br></div><div>add optiondef 60 PXEClient String 0 comment=”PXE support”</div><div><br></div><div>set optionvalue 60 STRING PXEClient</div><div><br></div><div>exit&nbsp;</div><div><br></div><div>4.</div><div>Leave the Command Prompt open.&nbsp;</div><div><br></div><div>5.</div><div>Using the Registry Editor, configure the DHCP ports option by navigating to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\ WDSPXE key, and change the UseDhcpPorts data value from 1 to 0.&nbsp;</div><div><br></div><div>6.</div><div>Using the Command Prompt, start the WDS transport server by typing the following command + press Enter.</div><div><br></div><div>WDSUTIL /Start-TransportServer</div><div><br></div><div><br></div><div>Done! You should now be able to start the boot images over the network, having configured the WDS PXE listener on a standalone server.</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 24 Jun 2024 17:37:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=1176&amp;PID=1186&amp;title=wds-stand-alone-server#1186</guid>
  </item> 
  <item>
   <title><![CDATA[Computer tips : Changing RAID mode]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=1175&amp;PID=1185&amp;title=changing-raid-mode#1185</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=3">reaper</a><br /><strong>Subject:</strong> Changing RAID mode<br /><strong>Posted:</strong> 24 Jun 2024 at 5:34pm<br /><br /><div>if Change to RAID mode from AHCI mode or IDE mode without re-installing OS</div><div>&nbsp;</div><div>1.Exit all Windows-based programs.</div><div>&nbsp;2.Press &#091;Win&#093; + R or take the RUN option from the start menu.</div><div>&nbsp;3.Now type regedit there and press Enter Key to open up the Registry Editor Window.</div><div>&nbsp;4.If you receive the User Account Control dialog box, click Continue.</div><div>&nbsp;5.Locate and then click the following registry subkeys:&nbsp;</div><div><br></div><div>Code:</div><div>&nbsp;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msahci</div><div>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iaStorV</div><div>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iaStor</div><div>&nbsp;</div><div>6.In the right pane, right-click Start in the Name column, and then click Modify.</div><div>&nbsp;7.In the Value data box, type 0 &#091;3 is default&#093;, and then click OK.</div><div>&nbsp;8.On the File menu, click Exit to close Registry Editor.</div><div>&nbsp;9.Restart your computer</div><div>&nbsp;10.Go to UEFI/BIOS and enable RAID, Save &amp; Reboot</div><div>&nbsp;11.Another restart will be required to finish the driver installation.</div><div><br></div><div>sudo nano /etc/network/interfaces</div><div><br></div><div>Enter your root password, once your prefered editor opens the file you can see...</div><div><br></div><div>auto lo eth0</div><div>iface lo inet loopback</div><div>iface eth0 inet dynamicIf you have more than one network card, please be sure to make changes to the correct network interface.</div><div><br></div><div>Statically configured network cards will have a section like:</div><div><br></div><div>auto lo eth0</div><div>iface lo inet loopback</div><div>iface eth0 inet static</div><div>&nbsp; &nbsp; &nbsp; &nbsp; address xxx.xxx.xxx.xxx(enter your ip here)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; netmask xxx.xxx.xxx.xxx</div><div>&nbsp; &nbsp; &nbsp; &nbsp; gateway xxx.xxx.xxx.xxx(enter gateway ip here</div><div><br></div><div>Manually restart your network interface with the new settings:</div><div><br></div><div>sudo /etc/init.d/networking restart</div><div><br></div><div>53.25 watt hour for battery life&nbsp;</div><div><br></div><div>sudo fdisk -l</div><div>Find your device in the list, it is probably something like /dev/sdb1. For more information about filesystems, see LinuxFilesystemsExplained.&nbsp;</div><div><br></div><div><br></div><div><br></div><div>Create the Mount Point</div><div>&nbsp;</div><div>Now we need to create a mount point for the device, let's say we want to call it "external". You can call it whatever you want, just please don't use spaces in the name or it gets a little more complicated - use an underscore to separate words (like "my_external"). Create the mount point:&nbsp;</div><div>sudo mkdir /media/external</div><div>&nbsp;</div><div><br></div><div>Mount the Drive</div><div>&nbsp;</div><div><br></div><div><br></div><div><br></div><div>We can now mount the drive. Let's say the device is /dev/sdb1, the filesystem is FAT16 or FAT32 (like it is for most USB flash drives), and we want to mount it at /media/external (having already created the mount point):&nbsp;</div><div>sudo mount -t vfat /dev/sdb1 /media/external -o uid=1000,gid=1000,utf8,dmask=027,fmask=137</div><div>The options following the "-o" allow your user to have ownership of the drive, and the masks allow for extra security for file system permissions. If you don't use those extra options you may not be able to read and write the drive with your regular username.&nbsp;</div><div><br></div><div>Otherwise if the device is formatted with NTFS, run:&nbsp;</div><div>sudo mount -t ntfs-3g /dev/sdb1 /media/external</div><div><br></div><div>Installing the BXbenchV1556</div><div><br></div><div>first you have to change permissions on the folders&nbsp;</div><div><br></div><div>sudo chown -R username:username /var/www/html/html</div><div><br></div><div>Then you can just drop the bxbench_v1556.tgz into the folder html, then select extract. ALL DONE!</div><div><br></div><div>======================================================================================================</div><div>how to create ubuntu ISO USB</div><div>=====================================</div><div><a href="https://help.ubuntu.com/community/Installati&#111;n/FromUSBStick#Installing_Ubuntu_directly" target="_blank" rel="nofollow">https://help.ubuntu.com/community/Installation/FromUSBStick#Installing_Ubuntu_directly</a></div><div>_on_a_USB_flash_drive</div><div>===============================================================================</div><div>Isntalling Chrome OS</div><div>================================================================================</div><div><a href="https://sites.google.com/site/installati&#111;nubuntu/chrome-os/make-your-own-chromium-os-notebook" target="_blank" rel="nofollow">https://sites.google.com/site/installationubuntu/chrome-os/make-your-own-chromium-os-notebook</a></div><div><br></div><div><br></div><div>===================================BKMS==============</div><div>\\VMSPFSFSFM23\ClientBKMsWLs\Setup\Misc Files</div><div><br></div><div><br></div><div><br></div><div><br></div><div>90D3D-6B277-F69C3-AE8CB-CED41 MM12</div><div><br></div><div><br></div><div>=======================EEMBC====================================</div><div><br></div><div><br></div><div><br></div><div><br></div><div>Installing</div><div><br></div><div><br></div><div>To run this benchmark you will need the following hardware :</div><div>&nbsp;Server specs</div><div>&nbsp;Processor: x86 quad core 2GHz or better</div><div>&nbsp;Memory: 4Gb DDR2 or better</div><div>&nbsp;Router specs</div><div>&nbsp;Wifi router: DLink DIR-615 or better</div><div><br></div><div>And the following software :</div><div>&nbsp;Install Ubuntu linux 10.04.1 (lucid lynx, stable)</div><div>&nbsp;Install Apache version 2.2.14-5 (sudo apt-get install apache2/lucid=2.2.14-5)</div><div>&nbsp;Install PHP version 5.3.2-1 (sudo apt-get install php5/lucid=5.3.2-1)</div><div><br></div><div>Once the server is up and running, install the benchmark :</div><div><br></div><div>1 Copy the benchmark distribution to the server and unpack it in /var/www/html&nbsp;</div><div><br></div><div>sudo mkdir -p /var/www/html &amp;&amp; sudo chmod a+wx /var/www/html</div><div>cd /var/www/html &amp;&amp; tar -vzxf &lt;path to tarball&gt;</div><div><br></div><div>2 Create a writeable folder for the server to save results.&nbsp;</div><div><br></div><div>mkdir /var/www/html/bench/results &amp;&amp; chmod a+wx /var/www/html/bench/results</div><div><br></div><div>3 Update the apache2 configuration to run the benchmark&nbsp;</div><div><br></div><div>cd /var/www/html/install &amp;&amp; chmod +x ubuntu_bbench.sh &amp;&amp; sudo ./ubuntu_bbench.sh</div><div>sudo apache2ctl restart</div><div><br></div><div>4 Enable apache user to run /sbin/tc as super user&nbsp;</div><div>+</div><div>sudo visudo</div><div>&nbsp;In vi, add the following line to the end of the file:</div><div>&nbsp;www-data ALL = NOPASSWD: /sbin/tc</div><div><br></div><div><br></div><div><br></div><div>Running in server mode</div><div><br></div><div><br></div><div>From a client running a browser, go to the server ip address or hostname.&nbsp; You will see the following the browsing bench interface.</div><div><br></div><div>From here you can : 1 - Press&nbsp; START&nbsp; to start the benchmark running.&nbsp; 2 - Select a folder on the server to save the results, and enter platform details for the log.&nbsp; 3 - Select the help panel to see a reference for all of the user interface options.&nbsp; 4 - Select&nbsp; ENABLE ENGINEERING MODE&nbsp; from the control panel to enable advanced options.</div><div><br></div><div>Note</div><div><br></div><div>On the server, you can monitor the progress of the current run of the benchmark as follows:</div><div><br></div><div>cd /var/www/html</div><div>watch ./progress.sh</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 24 Jun 2024 17:34:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=1175&amp;PID=1185&amp;title=changing-raid-mode#1185</guid>
  </item> 
  <item>
   <title><![CDATA[Computer tips : DISM WIM install]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=1174&amp;PID=1184&amp;title=dism-wim-install#1184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=3">reaper</a><br /><strong>Subject:</strong> DISM WIM install<br /><strong>Posted:</strong> 24 Jun 2024 at 5:33pm<br /><br /><div>(This script assumes D:\target exist and E: will be the mounted volume)</div><div>Mount the ISO (right click and select “Mount”)</div><div><br></div><div>COPY f:\sources\install.wim D:\target\.</div><div><br></div><div>MKDIR D:\target\offline</div><div><br></div><div>Optional: DISM /Get-WimInfo /WimFile:D:\target\install.wim (this will tell you the string for the /Name parameter)</div><div><br></div><div>DISM /Mount-Wim /WimFile:D:\target\install.wim /Name:"Windows 7 ENTERPRISE" /MountDir:D:\target\offline</div><div><br></div><div>Optional: DISM /Image:D:\target\offline /Get-CurrentEdition (this will confirm CoreSingleLanguage is currently set)</div><div><br></div><div>Optional: DISM /Image:D:\target\offline /Get-TargetEditions (this will confirm the valid target list)</div><div><br></div><div>DISM /Image:D:\target\offline /Set-Edition:ENTERPRISE</div><div><br></div><div>DISM /Unmount-Wim /MountDir:D:\target\offline /Commit</div><div><br></div><div>D:\target\install.wim is now a Pro SKU. You should be able to use it as you have used previous builds.</div><div>&nbsp;</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 24 Jun 2024 17:33:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=1174&amp;PID=1184&amp;title=dism-wim-install#1184</guid>
  </item> 
  <item>
   <title><![CDATA[Computer tips : Fix GPFs]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=1071&amp;PID=1073&amp;title=fix-gpfs#1073</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=3">reaper</a><br /><strong>Subject:</strong> Fix GPFs<br /><strong>Posted:</strong> 21 Jan 2023 at 10:57am<br /><br /><p style="-sizing: inherit; margin: 0px 0px 26px; padding: 0px; color: rgb34, 34, 34; font-family: roboto, sans-serif; font-size: 18px; : rgb255, 255, 255;">Temporary files stored on your machine may cause GPF errors by forcing programs to access other memory portions. Delete temporary files and check if the error persists. The quickest method to do that is to run Disk Cleanup.</p><ol style="-sizing: border-; margin: 0px 0px 26px 40px; padding: 0px; color: rgb34, 34, 34; font-family: roboto, sans-serif; font-size: 18px; : rgb255, 255, 255;"><li style="-sizing: inherit; list-style-: decimal;">Type ‘<em style="-sizing: inherit;">disk cleanup</em>‘ in the Windows search bar. Launch&nbsp;<span style="-sizing: inherit; font-weight: 700;">Disk Cleanup</span>.</li><li style="-sizing: inherit; list-style-: decimal;">Select your main drive and scan it.</li><li style="-sizing: inherit; list-style-: decimal;">Then clear the following files:<ul style="-sizing: border-; margin: 0px 0px 26px 40px; padding: 0px;"><li style="-sizing: inherit; list-style-: disc;">Temporary Internet Files</li><li style="-sizing: inherit; list-style-: disc;">Temporary Files</li><li style="-sizing: inherit; list-style-: disc;">Windows Update Files</li><li style="-sizing: inherit; list-style-: disc;">And any other files you no longer need.</li></ul></li><li style="-sizing: inherit; list-style-: decimal;">Restart your computer.<img src="https://www.technipages.com/wp-c&#111;ntent/uploads/2020/11/disk-cleanup-free-disk-space.jpg" height="425" width="352" border="0" alt="disk cleanup free disk space" title="disk cleanup free disk space" /></li></ol><h3 style="-sizing: inherit; color: rgb34, 34, 34; font-family: raleway, sans-serif; font-weight: 500; line-height: 1.2; margin: 0px 0px 16px; font-size: 2.4rem; : rgb255, 255, 255;">Delete Files Your No Longer Need</h3><p style="-sizing: inherit; margin: 0px 0px 26px; padding: 0px; color: rgb34, 34, 34; font-family: roboto, sans-serif; font-size: 18px; : rgb255, 255, 255;">Another method to free up some space on your machine is to manually remove unnecessary files and programs. Start with video files because they eat up a lot of storage space. And then delete all the other files you no longer need.</p><p style="-sizing: inherit; margin: 0px 0px 26px; padding: 0px; color: rgb34, 34, 34; font-family: roboto, sans-serif; font-size: 18px; : rgb255, 255, 255;"><br></p><h3 style="-sizing: inherit; color: rgb34, 34, 34; font-family: raleway, sans-serif; font-weight: 500; line-height: 1.2; margin: 0px 0px 16px; font-size: 2.4rem; : rgb255, 255, 255;">Run SFC and DISM</h3><p style="-sizing: inherit; margin: 0px 0px 26px; padding: 0px; color: rgb34, 34, 34; font-family: roboto, sans-serif; font-size: 18px; : rgb255, 255, 255;">Corrupted system files may trigger GPF errors from time to time.</p><ol style="-sizing: border-; margin: 0px 0px 26px 40px; padding: 0px; color: rgb34, 34, 34; font-family: roboto, sans-serif; font-size: 18px; : rgb255, 255, 255;"><li style="-sizing: inherit; list-style-: decimal;">Launch Command Prompt as admin.</li><li style="-sizing: inherit; list-style-: decimal;">Run the following commands and press Enter after each one:<ul style="-sizing: border-; margin: 0px 0px 26px 40px; padding: 0px;"><li style="-sizing: inherit; list-style-: disc;">sfc /scannow</li><li style="-sizing: inherit; list-style-: disc;">DISM /Online /Cleanup-Image /CheckHealth</li><li style="-sizing: inherit; list-style-: disc;">DISM /Online /Cleanup-Image /ScanHealth</li><li style="-sizing: inherit; list-style-: disc;">DISM /Online /Cleanup-Image /RestoreHealth</li></ul></li><li style="-sizing: inherit; list-style-: decimal;">Restart your machine and check if the error persists.</li></ol><div id="AdThrive__2_desktop" ="adthrive-ad adthrive- adthrive--2 adthrive-ad-cls" -google-query-id="COD4kIer2fwCFRGHfwQdwKgKQA" style="-sizing: inherit; margin-top: 10px; margin-bottom: 10px; text-align: center; overflow-x: ; clear: both; line-height: 0; align-items: center; display: flex; flex-wrap: wrap; justify-: center; color: rgb34, 34, 34; font-family: roboto, sans-serif; font-size: 18px; : rgb255, 255, 255; min-height: 334px;"></div>]]>
   </description>
   <pubDate>Sat, 21 Jan 2023 10:57:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=1071&amp;PID=1073&amp;title=fix-gpfs#1073</guid>
  </item> 
  <item>
   <title><![CDATA[Computer tips : Voice stress analyzer]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=48&amp;PID=50&amp;title=voice-stress-analyzer#50</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=3">reaper</a><br /><strong>Subject:</strong> Voice stress analyzer<br /><strong>Posted:</strong> 01 Apr 2022 at 11:47am<br /><br /><center style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><h1>TVSA3 : Voice Stress Analysis Freeware.</h1></center><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><center style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><img src="https://www.whatreallyhappened.com/RANCHO/WEB_ACCESSORIES/newbar.gif" height="12" width="692" border="0" /></center><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">NEW! Working on a freeware Windows version of this for all you truth seekers out there.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Check back soon.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><center style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><img src="https://www.whatreallyhappened.com/RANCHO/WEB_ACCESSORIES/newbar.gif" height="12" width="692" border="0" /></center><center style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><p><b>This page is originally from the website of Paul B. Dennis, who maintains one of the best sites on the web. You may contact him&nbsp;<a href="mailto:pbdennis@direct.ca" target="_blank" rel="nofollow">&#091; Paul B. Dennis. &#093;</a>, or go to his site, the&nbsp;<a href="http://mypage.direct.ca/p/pbdennis/" target="_blank" rel="nofollow">Anti-New World Order page</a>.</b></p></center><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><center style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><img src="https://www.whatreallyhappened.com/RANCHO/WEB_ACCESSORIES/newbar.gif" height="12" width="692" border="0" /></center><h3 align="middle" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;;">TVSA3: Voice Stress Analysis Freeware.</h3><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">This text is complete with links to referenced documents and web sites on the internet. Because it is intended for dissemination off of the internet as well as on, the convention of surrounding links with &#091; square brackets &#093; to denote them is used, with web addresses listed at the end. For convienience, both text and internet style "htm" copies of this document are included in TVSA3.zip. Load the htm into your browser for best viewing.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">1. About Voice Stress Analysis<br>2.&nbsp;<a href="https://www.whatreallyhappened.com/RANCHO/POLITICS/VSA/truthvsa.html#revoluti&#111;n" target="_blank" rel="nofollow">The Final Revolution</a><br>3.&nbsp;<a href="https://www.whatreallyhappened.com/RANCHO/POLITICS/VSA/truthvsa.html#download" target="_blank" rel="nofollow">Download TVSA3.zip</a><br>4.&nbsp;<a href="https://www.whatreallyhappened.com/RANCHO/POLITICS/VSA/truthvsa.html#instr" target="_blank" rel="nofollow">TVSA3 Operating Instructions.</a><br>5.&nbsp;<a href="https://www.whatreallyhappened.com/RANCHO/POLITICS/VSA/truthvsa.html#bug" target="_blank" rel="nofollow">About The Bug in Version One.</a><br>6.&nbsp;<a href="https://www.whatreallyhappened.com/RANCHO/POLITICS/VSA/truthvsa.html#versi&#111;n" target="_blank" rel="nofollow">Version Differences.</a></ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><hr style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><h3 align="middle" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;;">About Voice Stress Analysis</h3><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Voice Stress Analysis is a type of lie detector which measures stress in a person's voice. That makes it recordable, and means it can be used on tape recordings older than VSA technology itself is.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">The use of Voice Stress Analysis (VSA) as a lie detector became popular in the<br>late 1970s and 80s. Today, American employees are protected from VSA in the<br><a href="http://www.c2corp.com/0051g.htm" target="_blank" rel="nofollow">&#091; Employee Polygraph Protection Act &#093;</a>, and police recruits must submit to VSA<br>verification of statements made on the employment application according to the<br><a href="http://www.chp.ca.gov/recruiting/selecti&#111;n.html" target="_blank" rel="nofollow">&#091; California Highway Patrol &#093;</a>&nbsp;and&nbsp;<a href="http://legal.firn.edu/muni/palmbch/employme.html" target="_blank" rel="nofollow">&#091; Palm Beach Police Department &#093;</a>&nbsp;web sites.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">On the web site of the&nbsp;<a href="http://www.dps.state.mo.us/dps/msfs/dfsinvst.htm" target="_blank" rel="nofollow">&#091; Missouri State Fire Marshal &#093;</a>&nbsp;this quote is found:</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Several Division investigators are also trained in the operation of Computerized Voice Stress Analysis equipment. This equipment has proven to be invaluable during follow-up investigations.</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">These official web sites, and many more not listed here, argue that important people<br>in law enforcement believe VSA works well. On the other side of the argument is the<br><a href="http://www.polygraph.org:83/voice.htm" target="_blank" rel="nofollow">&#091; Department of Defense's Official 1996 Position Statement on VSA &#093;</a>, which states that it doesn't work at all, according to their studies. Hmmm...</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">The California Penal Code 637.3 includes this:</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">(a) No person or entity in this State shall use any system which examines or records in any manner voice prints or voice stress patterns of another person to determine the truth or falsity of statements made by such person without his or her express written consent given in advance of the examination or recordation.</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">There two other smaller sections, one giving police the right to do this without anyones permission, and the other is the fine of $1,000 or actual damages.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">This law makes it illegal for anyone in California, except for law enforcement officials and foriegn diplomats (immunity), to use VSA devices on radio or TV programs. Try getting President Clinton's written consent!</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><h4 align="middle" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Really! Try to get it!</h4><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Phone his telephone staff and ask for a blanket VSA waiver for all his past and future "public" statements. Ask why you can't have one. Ask for one from your local reps too.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">In both principle and execution VSA is a simple technology. Researchers found that frequencies in the human voice in the 8 to 12 Hz range are sensitive to honesty. When a person is being honest the average sound in that range is generally below 10 Hz, but is usually above 10 Hz in dishonest situations.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">All muscles in the body, including the vocal chords, vibrate in the 8 to 12 Hz range. This is considered a feedback loop, similar to a thermostat/heater that will maintain an average temperature by raising the temperature a little above the setting, switch off, and not come back on until the temp is a little below it. Just as the temperature swings up and down over time, so too do the muscles tighten and loosen as they seek to maintain a constant tension. This is known to be caused by the production and release of a chemical, as explained in the Scientific American Article "Psychological Tremor" Vol. 224, No. 3, 1971. In moments of stress, like when you tell a lie that you dare not get caught at, the body prepares for fight or flight by increasing the readyness of its muscles to spring into action. Their vibration increases from the relaxed 8 to 9 Hz, to the stressful 11 to 12 Hz range.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Such vibrations are a measure of stress, levels of which change from moment to moment. Everybody knows that stress, also known as anxiety or being up-tight, can be brought on by a simple thought or memory; of a loved one's passing on, for example, or suddenly remembering some dangerous obsticle in the future. Some people have high average stress levels, and some have low, and averages changes from day to day along with mood. What all people have in common is that their stress levels are constantly changing within their current range, changes which indicate the "percieved jeopardy" or "danger" of statements being made. A lie is often dangerous, humiliating, or injurous to get caught at, so lies tend to stand out on stress measurments.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">TVSA3 is a simple program which takes digital audio files as input, and outputs new ones with a changing tone in the backgrounds indicating the changing stress levels. Higher tones mean higher stress. It has one control: a threshold setting which determines how high the voice stress frequency must be to trigger the background tone. The threshold setting is treated as a percentage of the stress range found in a given recording. If set to 90%, for example, the device will only make sounds when the stress level is in the top 10% of the recording overall. This automaticly calibrates the device to a person's present stress range.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">The software treats all people and recordings as equal, because of its auto-calibration feature. This creates a problem when two people are talking together. The person with the highest average stress level might appear to be making a lot of lies, while the low stress person is the only one really lying. Such recordings will need to be edited into seperate recordings for each person, and then recombined after VSA processing. I'm planning a utility for this, because it is in interviews that most revelations will come about.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Knowing that a freeware VSA lie detector is being used by large numbers of voters will increase the average stress levels of politicians and officials who routinely lie through their teeth, but the tell-tale fluctuations will still be there. Likewise, even though a sociopath might have a low and narrow stress range (I'm guessing; It might not be narrow), the fluctuations themselves will indicate fear, and will read as clearly as anyone elses.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Potentially, knowing that a freeware VSA lie detector is being used by large numbers of voters will stop the bad guys from wanting the limelight, and encourage the good ones to come forward to fill the void. It may be the total, non-violent, libertarian revolution that much of the world is hoping for. It depends on how many people agree with it and spread the word that an alternative exists to perpetual tyranny.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Programmers interested in developing more complex VSA applications will find complete&nbsp;<a href="https://www.whatreallyhappened.com/RANCHO/POLITICS/VSA/truthvsasource.txt" target="_blank" rel="nofollow">&#091; source code &#093;</a>&nbsp;included in the zip file.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">TVSA3 is based on the VSA device published in the April 1980 issue of Popular Electronics. The circuit was provided by a company in the business of selling them complete, and also selling parts kits to the PE readers. The parts list runs about $20 today.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">If the "Vocal Truth Analyser" works, then TVSA3 works better. It has, in effect, a higher order filter that reduces frequency leakage from outside the 8 to 12 Hz range. In the PE circuit, a high resolution signal proportional the the average target frequency is developed, and then is spoiled with an inadequate three flickering lights for output: True, Neutral, and False. It also has no threshold adjustment for sensitivity.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">The TVSA3 system comes with a&nbsp;<a href="https://www.whatreallyhappened.com/RANCHO/POLITICS/VSA/vsa/testvsa.txt" target="_blank" rel="nofollow">simple method</a>&nbsp;that anyone can use to prove that the software does what is advertised.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">The Popular Electronics and Scientific American articles both confirm the 8 to 12 Hz target range, and can be found at the library.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Because of the jeopardy requirement, lie detectors can only be tested in two possible ways: By threat of physical discomfort for failing the test, electric shocks for example, or by offering a significant cash jackpot for fooling the detector. I don't have a willing subject (like a prison inmate) for the first option, or cash resources for the second. I'm told there is a third way, but I haven't researched it yet.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">I did find more circumstantial evidence though. Compare the stress levels in Nixon's famous "I'm not a crook" speech to your own stress levels. You'll see a dramatic difference. Several recordings of different lengths exist on the web and can be found by searching for "I'm not a crook" and ".mp3" in AltaVista. You'd better get his permission first though...</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Another interesting resource turned up in my surfing.&nbsp;<a href="http://users.ctinet.net/reside/" target="_blank" rel="nofollow">&#091; This detective claims &#093;</a>&nbsp;that the best selling VSA software&nbsp;<a href="http://www.polygraph.org:83/voice.htm" target="_blank" rel="nofollow">&#091; (according to the DoD) &#093;</a>&nbsp;cannot be purchased by private citizens, but only by "Law Enforcement." A few weeks ago I had the web address of that company but don't recall seeing such a prohibition. Shortly after that I lost my bookmarks and email archive in a catastrophic computer crash. Now I can't find the site again. It's the company which produces the software that the DoD tested: CVSA. I'd like to post that link here because it has links to many police force web sites that list C-omputerized-VSA as equipment. If you run into it let me know.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">This&nbsp;<a href="http://www.diogenesgroup.com/" target="_blank" rel="nofollow">&#091; commercial VSA website &#093;</a>&nbsp;has a lengthly reading list about VSA and lie detection, including this intreguing title:</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Detecting Deception: The Promise and the Reality of Voice Stress Analysis.<br>Frank Horvath, PhD. Journal of Forensic Sciences,<br>JFSCA, Vol 27, No. 2, 1982. pp. 340-351.</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">It's only at our largest university and hospital, and I haven't been out to see it yet.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Obviously, VSA can be a valuable tool to aid in forming "opinions" about public speakers and the things they say. When do they feel stress? Used properly, it has the potential to clean-up politics overnight. Contrary to the cynical modern views of many, there are still a few honest politicians to choose from, -it's just hard to know which ones they are. Organizations which exist to oppose government and institutional corruption can use it to root out agent provocateurs, stool pidgins, and dishonest "leaders." For these purposes, and as a general attack on serious crime, I created TVSA3 as freeware, and encourage software developers to create more powerful shareware versions.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">TVSA3 does the basic job well, and may be improved more by this author if any more bugs show up. I don't want to spend my time as a programmer, though. Since I don't want to spend a thousand or more hours putting the desirable bells and wistles into it, I'd rather leave the free version crude, and thereby allow dedicated programmers to compete for a more viable market. It can be speeded up several or many times over because I designed a solid amount of overkill into the number crunching, and because no machine language optimization was included. A shareware version is made all the more attractive to software developers by offering this program in its most basic form: It's a simple DOS program.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">If you have a web site in favor of promoting a political solution based on verifiable honesty, please offer a copy of TVSA3 for download there. If you do, you should visit&nbsp;<a href="http://mypage.direct.ca/p/pbdennis/" target="_blank" rel="nofollow">&#091; my web site &#093;</a>&nbsp;to get linked on a prestegious list of honesty promoting web sites. You can use this page if you want. Anybody interested in creating web literature on the uses of VSA can make their documents easily locatable to seekers by using the term "TVSA" or "TruthVSA" in them, and indexing them in AltaVista.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Sadly, I have strong reasons to believe that most of the organizations in the world that claim to be helping us find the truth, are not at all what they seem to be. Most will firmly refuse to get on the bandwagon until they see they have no choice. Therefor, do not believe that the software is worthless if told so by "wiser" heads. Check it out yourself.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">The public had this same chance in the 1970s, when VSA made front page news. That chance was taken away by establishment science a few days later when they proved that VSA was just a hoax, again on the front page. This time they can't take away the chance, because VSA has since proved itself beyond doubt. It's now up to the people to choose, and to do so by helping other people become aware, and especially by making the program available on their web sites.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">In historical parrallel, Cold Fusion recieved the same treatment. In historical parrallel,<br>Cold Fusion is now commercially available, and it puts out not just tiny amounts of<br>energy, but huge amounts. If you check out these two links, you will find that it's very<br>true, patented, distributed, and researched at universities. This link will take you to the<br><a href="http://www.&#111;nramp.net/~ceti/ceti2.htm" target="_blank" rel="nofollow">&#091; Clean Energy Tecnologies Inc. &#093;</a>&nbsp;web site, and&nbsp;<a href="http://www.skypoint.com/members/jlogajan/" target="_blank" rel="nofollow">&#091; this one &#093;</a>&nbsp;will take you to over 30 CETI resources including reviews, diagrams, micrographs and pictures. Other hard-science energy stuff too.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="revoluti&#111;n"></a></p><hr style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="revoluti&#111;n"></a></p><h4 align="middle" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="revoluti&#111;n">VSA: The Final Revolution</a></h4><a name="revoluti&#111;n" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><p></p><p>A "final" revolution can be defined as one which establishes a commonly acceptable government, and unbreakable safeguards to keep it that way. The American Constitution was an attempt at a final revolution, but those safeguards are now being broken with ever increasing frequency. Tyranny is entrenched and on the rise.</p><p>Today, governments that are commonly acceptable are rare. Instead of acting in the public's interest, they routinely act in their own interest. As time goes on, we see our governments sinking ever deeper into buracracy and corruption, and feel helpless to correct the trend.</p><p>Voice Stress Analysis is the core of THE Final Revolution. The priciple is simple, and the method is simpler.</p><p>If the first place, we must recognize that use of lie detector devices is illegal without permission from the persons to be tested. Those laws are good ones, because they provide serious punishment for abuse of such devices. Such abuse could be to publicly humiliate a love-struck and shy teenager, for example, and could result in tragic suicides in some cases.</p><p>Forget about illegal use of lie detection, and focus on what's legal and justifiable. It's legal to use them with permission, and we can ask for permission from public officials. Most will refuse, and provide us with many reasons why. These reasons will inevitably boil down to "I don't think politics should be a competition of stress levels." Others, knowing that they can win a stress contest, because they are uncorrupted, will grant us permission, and will advance their political careers by doing so.</p><p>You can see that we have just divided the rightous from the wolves with this simple test. It is not even who has the most acceptable stress patterns at that point, but simply who has, and who hasn't, the confidence for competition in that game. The rightous will be proud to state their loyalty to the people, knowing that many will be testing those statements, but the corrupt will flinch at the mere suggestion that they follow suit.</p><p>Pride, honesty, and loyalty are the most powerful political platform items. The first candidate who gives blanket permission to test his or her public statements as part of an election platform will immediately shame the opposition into following suit, or will probably win office if they refuse. That's a simple political reality, and quite a gimmick to make people remember the candidates who use it. They can offer the free VSA software on their websites, or even give it away door to door on disks.</p><p>This is all legal. It's simply a matter of our own choice to prefer honest leaders. The Final Revolution is already underway, but it needs help to happen quickly. All the mainstream news, and most of the "alternative" news services, will completely ignore the VSA revolution. They are almost all in league with organized corruption. The revolution will grow only slowly without the aid of supporters to help bypass the enemy owned mass media.</p><p>The Final Revolution is a do-it-yourself project: There is no revolutionary organization. The only job that needs to be done is to distribute the software and ideology widely on the internet, and word of mouth will then spread it to the uncomputerized part of the public. The best way to aid the revolution is to add a catchy tag line about it to your email signature file, and then participate in online discussions about any subject that strikes your interest. Hundreds or thousands of people will notice the little ad.</p><p>I use this as my sig file:</p><p></p><ul>Download a free Voice Stress Analysis lie detector. The enemy hates it<br>when you do that! &gt;&gt;&gt;&gt;&gt;&gt; http://mypage.direct.ca/p/pbdennis/ &lt;&lt;&lt;&lt;&lt;&lt;</ul><p></p><p>Of high importance is that private webmasters become aware, so that some fraction will help distribute the software. Email to those millions of people would be very helpful. Also, a single email to an underdog political candidate has the potential to inform a whole communty or district about the revolution.</p><p>That's the whole revolution. In theory, the corrupt political leaders will be dethroned as soon as the public sees a political division over the subject of VSA waivers, and the newly elected leaders will be more loyal to the people. What's more, it has the chance to happen quickly if even 1% of the people recognize its importance enough to notify 100 more people, and so on.</p></a><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="revoluti&#111;n"></a><a name="download"></a></p><hr style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="download"></a></p><h4 align="middle" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="download"></a><a href="https://www.whatreallyhappened.com/RANCHO/POLITICS/VSA/tvsa3.zip" target="_blank" rel="nofollow">&#091; Download TVSA3.ZIP now: 70K &#093;</a></h4><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><h4 align="middle" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Created in August of 1997 by&nbsp;<a href="mailto:pbdennis@direct.ca" target="_blank" rel="nofollow">&#091; Paul B. Dennis. &#093;</a></h4><a name="instr" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><p></p><hr><p></p><h3 align="middle">TVSA3 Operating Instructions</h3><p></p><p>TVSA3 can be run from the DOS command line, from a batch file, or from a windows icon. It takes three command lines parameters: input files, output path, and a stress threshold value. It does not take any runtime input. It's like pkzip: you load it and wait till it's done. Later you load the output sound file into a sound player to "judge" the new recording.</p><p>Here's an example of a command line:</p><p></p><ul>TVSA3 c:\tvsa\input\*.mp3 c:\tvsa\output\ 75%</ul><p></p><p>This will only trigger a tone when the stress reading is in the top 25% of the recording's range. Valid values are from 1% to 100%.</p><p>If your computer is less than a 486 and has no FPU math chip, you can use an optional exe file, tvsa2fpu.exe, that will operate a few times faster than TVSA3.exe in that case:</p><p></p><ul>TVSA3fpu c:\tvsa\input\*.mp3 c:\tvsa\output\ 75%</ul><p></p><p>You may also ommit the % sign and use an absolute value between 8 and 12 Hz for the threshold. Absolute values are accepted in 1/10ths of a Hz, but the decimal point is ommitted: 8.5 Hz would be entered as 85, for example. Valid values therefor range from 80 to 120. This absolute style of input would be used by tinkerers, perhaps, who would like to do absolute comparisons between speakers.</p><p></p><ul>TVSA3 c:\tvsa\input\*.mp3 c:\tvsa\output\ 85</ul><p></p><p>Besides a significant increase in accuracy and inclusion of a general VSA testing system, the major change from version 1 and 2 to version 3 is that the arbitrary scale of 1 to 1000 has been replaced with the direct Hz scale.</p><p>A log file, tvsa-log.txt, is created and updated in the same directory as the executable file. It contains a basic breakdown of the VSA data (now in Hz) in files processed, and will give you a good idea about what absolute values would be useful in tinkering. This info also appears on the screen after each input file is processed.</p><p>You can find Nixon's famous quote on the web in several places to compare to other recordings. Frankly, though, I can add and subtract frequencies from audio files quite easily, and so can anybody else. In July of 1997, nobody expected the public to suddenly aquire VSA technology, so there's no chance that any files on the web were manipulated at that time. What for? But this will not be certain in the future. Someday, altered sound files may become common.</p><p>Is a highly stressed public statement a lie? You won't know for sure, but with experience you will begin to trust that the device is telling you something important, and to partially base your "opinions" on it. You may notice it making the noise at unexpected places, and use that as a starting point for research into the indicated subject. Instead of a lie detector, the device is better thought of as an opinion generating aid and research tool when used in this fashion. It can also be used as a standard lie detector, but you'll have to read a book or two about that first: Such tests are not as simple as they look.</p><p>To use TVSA3 you need a sound card to make input files, and to listen to output files. Although a 16 bit card is preferred, 8 bit cards can be used with less accuracy. Actually, I see no obvious difference between the results of 8 bit and 16 bit, but haven't checked it out enough to be sure. You'll want a fast computer with a math coprocessor (FPU) also, everything from 486s up have them standard, but if you have more time than money for an FPU upgrade you can run the TVSA2FPU.EXE version on any IBM computer. Actually, TVSA3 will run on any IBM computer too. The difference is that, although both programs are identical, TVSA3.EXE uses a very slow FPU emulator if a real FPU isn't found, whereas TVSA2FPU.EXE uses regular software math routines at all times, which are at least 3 times faster than the emulator.</p></a><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="instr">Input files must be mono 16 bit and sampled at 11025 Hz, the most standard available rate. 8 bit files must first be converted to 16 bits before they can be analysed. That can be accomplished with a windows shareware copy of&nbsp;</a><a href="http://www2.nitco.com/shareware/audio/win3x.html" target="_blank" rel="nofollow">&#091; Cool Edit &#093;</a>, which can record as well, or with&nbsp;<a href="https://www.whatreallyhappened.com/RANCHO/POLITICS/VSA/c&#111;nvert2.zip" target="_blank" rel="nofollow">&#091; Convert2.zip &#093;</a>&nbsp;which contains a powerful DOS freeware audio translation program that will convert almost any format to any other. There's another convert2.zip on the web that is about archiving bbs files or something, so don't get the wrong one.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Although TVSA3 is designed to expect signed, raw, intel mode audio files, it will produce identical results with single block windows ".mp3" files; mono only. Few users even know how to record multiblock wav files so that probably isn't a problem. All the wave files I tested worked, but there is no guarantee that every one will if you didn't make it yourself. If results come out strange, use the raw method.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">The output files have the same name and type as the input files, but with the extender ".vsa" instead. Depending on your sound player, you may need to change the name to *.mp3 if wave files are used. If you use raw data files, then you'll have to tell your sound software what kind of file it is before you can load it: 16 bit, mono, 11025 Hz, signed, intel mode, pcm or raw. If you use wav files you don't have that bother.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Using the software mentioned above, 16 bit output files can be reduced to 8 bit for storage or trading. The extra resolution will no longer be important.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Don't alter sampling rates on files. If it's not 11025, or that number multiplied by a whole factor (like 11025*2 = 22050), it probably won't work even though it sounds ok.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Sound files are huge: a 16 bit 11025 Hz sound file grows at about 1.3 megabytes per minute. A large, fast hard drive is recommended. Input files are not deleted, so be sure there is as much free space on the disk as the files you process.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Telephones may or may not carry the VSA frequencies, depending on the telephone equipment in your area, but radio and TV always does unless it's filtered out at the source. Same goes for Public Address systems.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Newscasters usually believe all the news regardless of reality, so they are not worthy candidates for analysis. Witnesses and opinion givers, on the other hand, are prime targets.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">This document is under slow improvement. It doesn't get much priority because time is always pressing, but it's as complete as it needs to be, if not very concise or prosaic. If you have any problems, questions, or suggestions:&nbsp;<a href="mailto:pbdennis@direct.ca" target="_blank" rel="nofollow">pbdennis@direct.ca</a></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="bug"></a></p><hr style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="bug"></a></p><h3 align="middle" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;;"><a name="bug">About The Bug in Version One</a></h3><a name="bug" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Users who attempted to use version one, TruthVSA.zip, may have been stumped by the bug. It seems that it refused to run when no files existed in the output directory. I found that out when I cleared the directory to test version two. A couple of people reported the problem but others reported running it ok too. I was surprised that there turned out to be a real problem, since it worked 100% for myself and others. Many people would have pointed it at an existing junk directory and have had no problems, but others would have created a new empty directory, failed to run it a few times, and concluded it was a hoax. Oops. As it turns out, there's no simple way to test for a directory in Turbo Pascal. I had to copy a subroutine from the swag files to fix it.<p></p></a><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="bug">There was also a math bug that caused a crash on some files. It was a low probability event and slipped by the version 1 test files.</a><a name="versi&#111;n"></a></p><hr style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="versi&#111;n"></a></p><h3 align="middle" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;;"><a name="versi&#111;n">Version Differences</a></h3><a name="versi&#111;n" style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><p></p><p>TruthVSA changed a bit as better ideas for input and accuracy were worked out. Each version uses a different command line format making them incompatable, and therefor requiring of new version numbers even though the changes were slight.</p><p>Version 1 used an arbitrary scale of 1 to 1000 for threshold input and log data output, and only allowed an absolute threshold setting. The scale was not very linear but worked ok.</p><p>Version 2 used the same scale but added a more powerful percentage option to the threshold setting. Some technical buffing improved its output a bit.</p><p>Version 3 uses a linear scale in Hz (cycles per second) for input and log file output, rather than the earlier arbitrary one. It's a bit more accurate now, as near perfect as it's likely to get, but about 15% slower than the first two versions. Version 3 added testvsa.exe as technical proof of TruthVSA's real and dependable operation.</p></a><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><a name="versi&#111;n">Version 4: As far as I know, there won't be a version 4. Version 3 does everything I want a VSA lie detector to do, and has passed a much more rigourous series of tests than version 1. Hopefully, a professional programmer will produce a windows VSA device with lots of colorful buttons to push and graphs to look at. I'll link to it from the&nbsp;</a><a href="http://mypage.direct.ca/p/pbdennis/" target="_blank" rel="nofollow">&#091; front page &#093;</a>&nbsp;of this web site if or when that happens.</p><hr style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Employee Polygraph Protection Act.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">http://www.c2corp.com/0051g.htm"</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">California Highway Patrol web site.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">http://www.chp.ca.gov/recruiting/selection.html</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Palm Beach Police Department.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">http://legal.firn.edu/muni/palmbch/employme.html</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">The Missouri State Fire Marshal's web site.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">http://www.dps.state.mo.us/dps/msfs/dfsinvst.htm</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">The DoD's Official 1996 Position Statement on VSA.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">http://www.polygraph.org:83/voice.htm</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">TVSA3 Source Code.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">http://mypage.direct.ca/p/pbdennis/truthvsasource.txt</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">This detective claims...</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">http://users.ctinet.net/reside/</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">A commercial VSA web site's reading list about VSA and lie detection.</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">http://www.diogenesgroup.com/</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Download TVSA3.zip</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">http://mypage.direct.ca/p/pbdennis/truthvsa.html</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Cool Edit</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">http://www2.nitco.com/shareware/audio/win3x.html</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Convert2.zip</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">This is on a military web site. I wonder how long they'll keep the file available... http://www.chips.navy.mil/oasys/graphics/files.html</ul><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Paul B. Dennis</p><p style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;"></p><ul style="color: rgb0, 0, 0; font-family: &quot;Times New Roman&quot;; font-size: medium;">Paul B. Dennis Home Page :&nbsp;<a href="http://mypage.direct.ca/p/pbdennis/" target="_blank" rel="nofollow">http://mypage.direct.ca/p/pbdennis/</a><br>Paul B. Dennis email address :&nbsp;<a href="mailto:pbdennis@direct.ca" target="_blank" rel="nofollow">pbdennis@direct.ca</a></ul>]]>
   </description>
   <pubDate>Fri, 01 Apr 2022 11:47:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=48&amp;PID=50&amp;title=voice-stress-analyzer#50</guid>
  </item> 
  <item>
   <title><![CDATA[Computer tips : import access into SQL]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=39&amp;PID=40&amp;title=import-access-into-sql#40</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=3">reaper</a><br /><strong>Subject:</strong> import access into SQL<br /><strong>Posted:</strong> 04 Feb 2022 at 3:14pm<br /><br /><ol style="line-height: 1.4; padding-left: 1.4em; list-style-: initial; list-style-: initial; color: rgb0, 0, 0; font-family: freight-sans-pro, sans-serif; font-size: 16px; : rgb255, 255, 255;"><li style="margin: 0.25em 0px;">Open SQL Server</li><li style="margin: 0.25em 0px;">Right click on the database folder/node to import</li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">All tasks</span></li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">Import Data</span></li><li style="margin: 0.25em 0px;">The Data Transfer Services Wizard screen will appear.</li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">Next</span></li><li style="margin: 0.25em 0px;">The Choose a Data Source screen will appear.</li><li style="margin: 0.25em 0px;">In the Data Source field, choose&nbsp;<span style="font-weight: 700;">Microsoft Access</span>.</li><li style="margin: 0.25em 0px;">In the file name field, enter&nbsp;<span style="font-weight: 700;">C:\taxrates\general.mdb</span>.</li><li style="margin: 0.25em 0px;"><span style="font-weight: 700;">NOTE:&nbsp;</span>Enter the name of the database you are importing:&nbsp;<span style="font-weight: 700;">C:\taxrates\states.mdb</span>&nbsp;and&nbsp;<span style="font-weight: 700;">C:\taxrates\stateszip4.mdb</span></li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">Next</span>.</li><li style="margin: 0.25em 0px;">The Choose a destination screen will appear.</li><li style="margin: 0.25em 0px;">The destination should be&nbsp;<span style="font-weight: 700;">Microsoft OLE DB Provider for SQL Server</span>. The Server should be the name of your SQL Server.&nbsp;<span style="font-weight: 700;">It will not be Jerry</span>.</li><li style="margin: 0.25em 0px;">Click on Use Windows Authentication if a password is not required. If a password is required, click on Use SQL Server Authentication and enter your username and password.</li><li style="margin: 0.25em 0px;">At the database field, using the drop down menu, choose&nbsp;<span style="font-weight: 700;">New</span>.</li><li style="margin: 0.25em 0px;">A Create Database dialog box will appear as shown below.</li><li style="margin: 0.25em 0px;">In the Name field, enter the name of the Access data base that is being imported to the SQL Server. Do not change the default data file or log file sizes.<ul style="line-height: 1.4; padding-left: 1.4em; list-style-: initial; list-style-: initial; margin: 0.25em 0px;"><li style="margin: 0.25em 0px;"><span style="font-weight: 700;">NOTE:</span>&nbsp;Be sure to spell the database name in the SQL Server with the exact same name as the MS Access database name. This is necessary to create the new folder.</li></ul></li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">OK</span>.</li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">Next</span>.</li><li style="margin: 0.25em 0px;">The Specify Table Copy or Query screen will appear.</li><li style="margin: 0.25em 0px;">Choose&nbsp;<span style="font-weight: 700;">Copy table(s) and view(s) from the source database</span>.</li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">Next</span>.</li><li style="margin: 0.25em 0px;">The Select Source Tables and Views screen will appear. It will look different for SQL Server 2005.</li><li style="margin: 0.25em 0px;">Select the top two tables:&nbsp;<span style="font-weight: 700;">Accum and Exempt</span>. When you follow these steps later for the&nbsp;<span style="font-weight: 700;">states</span>&nbsp;and&nbsp;<span style="font-weight: 700;">stateszip4 databases</span>, Click&nbsp;<span style="font-weight: 700;">Select All</span>.</li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">Next</span>.</li><li style="margin: 0.25em 0px;">The Save, schedule, and replicate package screen will appear.</li><li style="margin: 0.25em 0px;">In the&nbsp;<em>When</em>&nbsp;box, make sure the Run immediately choice is checked. Don’t click on anything else on this screen at this time.</li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">Next</span>.</li><li style="margin: 0.25em 0px;">The&nbsp;<em>Completing the DTS Import/Export Wizard</em>&nbsp;will appear.</li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">Finish</span>.</li><li style="margin: 0.25em 0px;">You should see an Executing Package screen which shows progress of the importing of data from Access to the SQL Server as shown above.</li><li style="margin: 0.25em 0px;">You should see a screen with the&nbsp;<span style="font-weight: 700;">Successfully copied 2 table(s) message</span>.</li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">OK</span>.</li><li style="margin: 0.25em 0px;">Click on&nbsp;<span style="font-weight: 700;">Done</span>.</li></ol>]]>
   </description>
   <pubDate>Fri, 04 Feb 2022 15:14:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=39&amp;PID=40&amp;title=import-access-into-sql#40</guid>
  </item> 
  <item>
   <title><![CDATA[Computer tips : Dell Poweredge R610 Fan speed]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=36&amp;PID=37&amp;title=dell-poweredge-r610-fan-speed#37</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=3">reaper</a><br /><strong>Subject:</strong> Dell Poweredge R610 Fan speed<br /><strong>Posted:</strong> 30 Jan 2022 at 1:55pm<br /><br /><div>Howto: Setting the fan speed of the Dell R610/R710</div><div>Enable IPMI in iDrac</div><div>Install ipmitool on linux, win or mac os</div><div>Run the following command to issue IPMI commands: ipmitool -I lanplus -H &lt;iDracip&gt; -U root -P &lt;rootpw&gt; &lt;command&gt;</div><div>Enable manual/static fan speed:</div><div><br></div><div>raw 0x30 0x30 0x01 0x00</div><div><br></div><div>Set fan speed:</div><div><br></div><div>(Use i.e <a href="http://www.hexadecimaldicti&#111;nary.com/hexadecimal/0x14/" target="_blank" rel="nofollow">http://www.hexadecimaldictionary.com/hexadecimal/0x14/</a> to calculate speed from decimal to hex)</div><div><br></div><div>3000 RPM: raw 0x30 0x30 0x02 0xff 0x10</div><div><br></div><div>2160 RPM: raw 0x30 0x30 0x02 0xff 0x0a</div><div><br></div><div>1560 RPM: raw 0x30 0x30 0x02 0xff 0x09</div><div><br></div><div>Note: The RPM may differ from model to model</div><div><br></div><div>Disable / Return to automatic fan control:</div><div><br></div><div>raw 0x30 0x30 0x01 0x01</div><div><br></div><div>Other: List all output from IPMI</div><div><br></div><div>sdr elist all or full</div><div><br></div><div>Example of a command:</div><div><br></div><div>ipmitool -I lanplus -H 192.168.0.120 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x10</div><div><br></div><div>ipmitool -I lanplus -H 192.168.0.120 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x23 for 35% speed</div><div><br></div><div>192.168.1.125 host</div><div><br></div><div>192.168.0.120 IDRAC</div>]]>
   </description>
   <pubDate>Sun, 30 Jan 2022 13:55:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=36&amp;PID=37&amp;title=dell-poweredge-r610-fan-speed#37</guid>
  </item> 
  <item>
   <title><![CDATA[Computer tips : DISKPART]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=28&amp;PID=29&amp;title=diskpart#29</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=3">reaper</a><br /><strong>Subject:</strong> DISKPART<br /><strong>Posted:</strong> 27 Jan 2022 at 9:21am<br /><br /><div>DISKPART</div><div><br></div><div>then clean disk0</div><div><br></div><div>then create primary partition size=500</div><div><br></div><div>then create primary partition.</div><div><br></div><div>after image.</div><div><br></div><div>BOOTREC /FIXMBR</div><div><br></div><div>BOOTREC /FIXBOOT</div><div><br></div><div>BOOTREC /REBUILDBCD</div><div><br></div><div>Then do&nbsp;</div><div><br></div><div>Bcdboot C:\windows or try bcdboot.exe C:\Windows /s C:</div>]]>
   </description>
   <pubDate>Thu, 27 Jan 2022 09:21:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=28&amp;PID=29&amp;title=diskpart#29</guid>
  </item> 
 </channel>
</rss>