PROXMOX configuration: https://ru.man.wikia.com/wiki/%D0%9D%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B9%D0%BA%D0%B0_PROXMOX
Stat X server on Proxmox: https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11
One more X server on Proxmox: https://www.linux.org.ru/forum/desktop/5969900
Cisco Info
Serial number check (warranty etc):
https://cway.cisco.com/sncheck/
ASA configuration, great site with manuals:
Initial setup manuals:
https://pyatilistnik.org/kak-nastroit-kommutatoryi-cisco-3-urovnya-na-primere-cisco-3560/
https://pyatilistnik.org/kak-nastroit-marshrutizator-cisco-organizatsiya-seti-dlya-nebolshogo-ofisa/
https://pyatilistnik.org/staticheskaya-marshrutizatsiya-cisco/
WiFi blog:
Working with the flash file system:
Recursively delete non-empty folder from flash:
delete /force /recursive flash:FOLDERNAME
Passwords Security:
Cisco Device Security:
https://arny.ru/education/ccnp-enterprise/rasshirennaya-bezopasnost-cisco/
How to Reset Cisco Catalyst 3560 Back to Factory Defaults:
https://fatmin.com/2015/09/29/how-to-reset-cisco-catalyst-3560-back-to-factory-defaults
First you need to power down the switch. Once the switch is powered off, hold down the mode button, and power the switch on. The switch will boot up and you should see the switch prompt as shown below.
Now type flash_init. Your output should be similar to what you see below.
Check out the contents of flash and locate config.text and vlan.dat (if it exists).
Now delete the vlan.dat and config.text.
Reboot switch
Enter Rommon:
Push Ctrl and Break (use submenu in Putty) before the device start loading firmware.
Recover Catalyst Fixed Configuration Switches from a Corrupted Image:
https://www.cisco.com/c/en/us/support/docs/switches/catalyst-2950-series-switches/41845-192.html
Show full config:
show run all
Cisco hardware and info short:
http://wiki.ciscolinux.co.uk/index.php/Cisco_1941_with_EHWIC-4G-LTE-G
Cisco EHWIC-4G-LTE info:
https://jakondo.ru/nastrojka-modulya-cisco-ehwic-4g-lte-g-na-rabotu-s-mobilnym-operatorom-yota/
Additional ACL Features:
Cisco IP SLA info:
IP SLA is needed, in particular, for setting up redundancy in networks with static routing.
https://www.practicalnetworking.net/stand-alone/cisco-ip-sla-using-a-cisco-router-to-generate-traffic/
https://learningnetwork.cisco.com/s/question/0D53i00000Kt0s9CAB/ip-sla-tracking-issue
Configure delay for flapping links:
https://packetpushers.net/blog/using-ip-sla-delay-feature-to-safely-monitor-lossy-links/
For example I’ve currently configured my home router like this:
track 1 ip sla 1 reachability
delay down 0 up 120
because my main home provider often fails for less than a minute and I’m experiencing frequent unneeded reconnects while working.
Configuring native VLANs on Cisco Switches:
https://www.practicalnetworking.net/stand-alone/configuring-vlans/
Speedup TFTP:
Increase the TFTP block size, experimentally choose which size is better:
ip tftp block 8192
Guest Shell (Virtualization) in IOS XE:
Backup before upgrade:
Sometimes you are facing a situation where there isn’t enough space on the flash: to store new firmware.
Before you delete old firmware files and upload new ones, you should backup old files to some place from where you’ll be able to restore them to a Cisco device if something will go wrong with the new IOS.
I’m using SCP for this purpose (read next article).
SCP copy from Cisco device to Windows PC:
On Cisco device:
Create username with privileges:
username SCPUSER privilege 15 secret SECRET
Enable SCP server:
ip scp server enable
On Windows device:
In CMD:
scp -O SCPUSER@XXX.XXX.XXX.XXX:flash:/FILENAME DISK:\
But ofcourse Windows won’t want to connect so easily, probably you will get errors.
In case of “Unable to negotiate: no matching key exchange method found.” add algorhytm that goes after “Their offer:”, for example
-o KexAlgorithms=+diffie-hellman-group-exchange-sha1
In case of “Unable to negotiate: no matching host key type found.” add algorhytm that goes after “Their offer:”, for example
-o HostKeyAlgorithms=+ssh-rsa scp
Almost 100% you’ll need to add both of them, so the complete input will be:
scp -O -o KexAlgorithms=+diffie-hellman-group-exchange-sha1 -o HostKeyAlgorithms=+ssh-rsa SCPUSER@XXX.XXX.XXX.XXX:flash:/FILENAME DISK:\
After you finish downloading all needes files, disable SCP server and delete user:
no username SCPUSER
ip scp server disable
GPU passthtrough ESXi
Newer article:
https://vmind.ru/2016/08/08/probros-videokarty-nvidia-v-vmware-esxi-6-0/comment-page-1/
More info:
https://medium.com/@alexander.bazhenov/поддержка-nvdida-grid-в-vmware-esxi-e649a40d46f2
By the way with help of USB Bluetooth adaptor (kb and mouse) + server internal GPU passthrough i was able to get local console for Windows XP guest :)
300 Amazing Free Services (mostly connected with web sites)
Compatiability
Kingston RAM:
https://www.kingston.com/us/memory/search/options/
Vmware Systems:
https://www.vmware.com/resources/compatibility/search.php
Vmware Raid:
https://www.vmware.com/resources/compatibility/search.php?deviceCategory=io&releases=171&deviceTypes=13
Supermicro:
https://www.supermicro.com/support/resources/OS/OS_Certification_Intel.cfm
Solidworks:
https://www.solidworks.com/sw/support/videocardtesting.html
Cisco feature navigator (firmware + hardware etc):
https://cfn.cloudapps.cisco.com/ITDIT/CFN/jsp/compareImages.jsp
Cisco Transceiver Module Compatibility Matrix:
https://tmgmatrix.cisco.com
OS X Compatibility:
https://eshop.macsales.com/guides/Mac_OS_X_Compatibility
Intel processors by socket:
https://ark.intel.com/content/www/us/en/ark/search/featurefilter.html?productType=873&1_Filter-SocketsSupported=3635&1_Filter-Family=595&2_MarketSegment=Server
Recycle Bin on USB flash drive in windows 8.1
https://skalolaskovy.ru/helpful-advices/39-usb-flash-and-hdd/118-create-recyclebin-for-flash-drive
In Windos 8 you need to configure in:
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Recycle Bin will appear after reboot :-)
Software and sites for computer schemes creation
I could not imagine that there is so advanced software with abilities to ping and telnet right from the scheme:
www.kilievich.com/rus/
https://www.10-strike.com/rus/network-diagram/
https://www.networknotepad.com/index.shtml
www.edrawsoft.com/Network-Diagrams.php
https://dia-installer.de/index.html.en
Useful sites to draw diagrams etc.:
https://www.draw.io
https://www.gliffy.com
Useful CMD commands in Windows + .BAT files context
Find out motherboard details:
wmic baseboard get product,Manufacturer,version,serialnumber
https://x-flame.ru/kak-uznat-model-materinskoj-platy-cherez-cmd/
Visible WiFi networks details:
netsh wlan show networks mode=bssid
Start program with parameters from .bat file :<
start "" "c:\program files\Microsoft Virtual PC\Virtual PC.exe" -pc MY-PC -launch
In other words, give it an empty title before the name of the program to fake it out.
Save output to file:
command.name > fileName.txt
Remove text from file:
findstr /v /i /L /c:"Mabrur" text.txt >out.txt
/v means “lines that do not contain
/i means “case-insensitive”.
*all lines containing the /L literal string Mabrur, whether it is as product or some other column, or is part of a longer string will be excluded.
https://stackoverflow.com/questions/49569889/how-to-delete-some-line-from-txt-file-using-batch
Video Magnification
https://people.csail.mit.edu/mrub/vidmag/#code
Interesting way to learn about subtle things happening in a video.