This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mswindows [2016/01/20 13:34] – 194.69.85.1 | mswindows [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| View the IP routing table | View the IP routing table | ||
| route print | route print | ||
| + | |||
| + | ---- | ||
| + | TOOLS\\ | ||
| + | Tftp server and client: | ||
| + | ---- | ||
| + | __**SCRIPTS AND BATCH FILES IN WINDOWS**__ | ||
| + | For environmental variables: | ||
| + | Computer > Right click > Properties > Advanced system Settings > Environmental variables | ||
| + | |||
| + | * ' | ||
| + | * ' | ||
| + | \\ | ||
| + | **NETSTAT WITH PROCESS NAME (REQUIRES ADMIN RIGHTS)** | ||
| + | netstat -abno | ||
| + | \\ | ||
| + | **NETSTAT AND SYN-SENT** \\ | ||
| + | The command will check //every second// and print the results:\\ | ||
| + | netstat -ano | findstr -i SYN_SENT | ||
| + | Running continuously (every 2 seconds): | ||
| + | netstat -ano 2 | findstr 10.8.197.153 | ||
| + | \\ | ||
| + | **NOTEPAD++ NOTES - NPP **\\ | ||
| + | * To remove marking after comparing files: Ctrl-Alt-D OR Plugins > Compare > Clear results | ||
| + | * To show/hide CR/LF : View > Show Symbol > Show all characters | ||
| + | \\ | ||
| + | **NSLOOKUP**\\ | ||
| + | C:\> nslookup | ||
| + | > server (DNS) | ||
| + | > set q=mx | ||
| + | > contoso.com. | ||
| + | | ||
| + | | ||
| + | |||
| + | ---- | ||
| + | |||
| + | WORK METHODOLOGIES: | ||
| + | * Agile | ||
| + | * Waterfall (marron passing :-) ) | ||
| + | * Kanban is primarily concerned with process improvements. | ||
| + | * Scrum is concerned with getting more work done faster. | ||
| + | |||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | SERIAL MANAGER:\\ | ||
| + | TERATERM: [[https:// | ||
| + | |||
| + | |||
| + | ---- | ||
| + | POWERPOINT: | ||
| + | \\ | ||
| + | Make text appear one line at a time: | ||
| + | |||
| + | - On the slide, select the box that contains your text. | ||
| + | - Select the Animations tab, and then pick an animation, such as Appear, Fade In, or Fly In. ... | ||
| + | - Select Effect Options, and then select By Paragraph to make the paragraphs of text appear one at a time. | ||
| + | | ||