EMU ESI4000: RAM Specs

 

The ESI4000 = uses72 pin SIMM4Q, SIMM16Q, or SIMM64E – 8 or 9 bit 70uS or faster – stock machine has one SIMM 4 (4meg) – there are only 2 SIMM slots!

4 meg = (1) Simm4Q
8 meg = (2) Simm4Q
16meg = (1) Simm16Q
20meg = (1) Simm 16Q and (1) Simm4Q
32meg = (2) Simm16Q
64meg = (1) SIMM64E
72meg = (1) simm16Q and (1) SIMM64E
128meg = (2) SIMM64E

 

 

Tags

MAN - NetStat

File: *manpages*,  Node: netstat,  Up: (dir)

NETSTAT(8)                 Linux Programmer's Manual                NETSTAT(8)



NAME
       netstat  - Print network connections, routing tables, interface statis‐
       tics, masquerade connections, and multicast memberships


SYNOPSIS
       netstat  [address_family_options]  [--tcp|-t]   [--udp|-u]   [--raw|-w]
       [--listening|-l]     [--all|-a]     [--numeric|-n]    [--numeric-hosts]
       [--numeric-ports]           [--numeric-users]           [--symbolic|-N]
       [--extend|-e[--extend|-e]]  [--timers|-o] [--program|-p] [--verbose|-v]
       [--continuous|-c]

       netstat              {--route|-r}              [address_family_options]
       [--extend|-e[--extend|-e]]         [--verbose|-v]        [--numeric|-n]

SOAP Messaging Basics

SOAP Messaging SOAP: Simple Object Access Protocol Blue soap bars in a soap dish Example POST /LocalApp HTTP/1.0 Host: www.silosix.com Content-Type: text/xml; charset="utf-8" Content-Length: 328 SOAPAction: "ImagesServerUp" PNG SOAP BINDINGS POST /LocalApp HTTP/1.0 Host: www.silosix.com Content-Type: text/xml; charset="utf-8" Content-Length: 328 SOAPAction: "ImagesServerUp" POST = Transport for the Message /LocalApp = Destination for the message HTTP/1.0 = HTTP Version Host: = Server sending message to Content-Type: Always 'text/xml' charset = Almost always "utf-8" Content-Length = number of characters in the message payload SOAPAction: ImagesServerUp = URI indicating purpose of the request.

Tags

Win7 Network and Sharing Center - "Page failed to load".

Opening Network and Sharing Center The page failed to load Boot system, press F8 repeatedly With any luck, the boot options for windows will appear Select Safe Mode with Command Prompt Logon as normal with a user with administrator rights Open a command prompt window if one doesn't open automatically Type the following: C: cd \Windows\System32 sfc /SCANNOW System will begin to verify files and post logs to C:\Windows\Logs\CSB\*.log

SFTP Server For Windows

1. What is SFTP?

Secure FTP uses SSH cryptography for communicating with an FTP server. Normally, FTP software also allows for SFTP through an option setting. The port remains the same and for all intense purposes, it is still acting like an FTP client.

 

2. Basic Process

  1. Install FreeSFTPd (SFTP Server)
  2. Add User(s)
  3. Allow SSH command line access(CLI), FTP, and Tunnel
  4. Open exception in the firewall TCP, Port 22 on the server ( Port 23 for the Telnet )
  5. Install SSH Client (PuTTY)
  6. Configure Client

 

3. FreeSFTPd Server Installation

Start the installation program by Right-Click and 'Install as Administrator'

Subscribe to