Skip to content

modern-geek.com

networking, linux, misc

cisco, networking

Terminal width/length on fwsm?

by tini 20/04/2020

Try “pager“

linux

Need linux virtual machine for VMware or virtualbox?

by tini 25/03/2020

This site has them all.

linux

Removing empty lines with regular expressions

by tini 10/01/2020

Use this in your regular expression ^\h*\R

cisco, linux, networking

Cannot connet to ASR9901 with putty on linux?

by tini 10/01/2020

Try from cli with: putty /dev/ttyUSB0 -serial -sercfg 115200,8,n,1,N

linux

Keepass2: copy/paste does not work on linux

by tini 09/12/2019

Install xsel

sudo aptitude install xsel

Uncategorized

Connect to AWS with ssh

by tini 11/04/2019
  1. Generate .pem key on AWS
  2. If You use linux, use: ssh -i exportedkey.pem user@aws-host.amazon.com
  3. If You use windows, You’ ll have to use puttygen to load and export .pem to private key

linux, networking

What is my public IP – linux from CLI

by tini 16/10/2018

As seen on garron.me

wget -> wget -q -O – checkip.dyndns.org|sed -e ‘s/.*Current IP Address: //’ -e ‘s/<.*$//’

curl -> curl -s checkip.dyndns.org|sed -e ‘s/.*Current IP Address: //’ -e ‘s/<.*$//’

curl -> curl ifconfig.me

lynx -> lynx -dump ifconfig.me | grep ‘IP Address’

cisco, networking

Stop using “reload in”

by tini 27/06/2018

Start using revert.

  1. Configure archive
    archive
    log config
    hidekeys
    path <flash|disk0>:Archives
    maximum 8
    write-memory
    time-period 525600
  2.  Use configure terminal revert timer <X>
  3. Wait for <X> minutes for configuration to revert or use configure confirm for successfull implementation

source, cisco documentation

cisco, networking, security, windows

Having problem with opening ASDM in windows?

by tini 18/06/2018
  • add asdm URL to Exception Site List in Java Control Panel
  • add asdm URL to Compability View Settings in Internet Explorer
windows

Windows 7 Windows update CPU 100% nothing happens

by tini 01/08/2016

Find solutions here.

Posts navigation

1 2 3 … 12

Recent Posts

  • FTD support diagnostic CLI
  • Cisco ACS backup/restore procedure
  • VMware can’t find headers
  • grub-install: error: failed to register the EFI boot entry: Operation not permitted.
  • Firepower FTD 11X0,21X0 management address change

Categories

  • cisco
  • linux
  • networking
  • personal
  • security
  • Uncategorized
  • windows

Blogroll

  • evilrouters.net
  • ipSpace
  • MAC Address Lookup and Search
  • remote-exploit.org
  • show ip bgp
Copyright © 2021 | Powered by WordPress | InteriorPress theme by ThemeArile