Blog

  • Home
  • Networking
  • Hardware
  • Unix/Linux
  • Windows
  • Gaming
  • Uncategorized

Tag: Linux

Cisco IOS RSA Key

  • hwj
  • 22/03/2023
  • Networking
Generate a SSH Key on Linux default location for the private and public key is: ~/.ssh/ for the next step, SSH needs to be configured and working on the Cisco IOS Router...
Read More

.Local domain on Ubuntu (FIX)

  • hwj
  • 26/02/2021
  • Unix/Linux
The real issue is that since Ubuntu 18.04 the resolv.conf is sym-linked to a stub file that points to the localhost for name resolution. Localhost DNS name resolution means that the system...
Read More

Enable More than 4 Serial Ports Linux/Unix

  • hwj
  • 03/05/2019
  • Unix/Linux
The easy way to fix this is (as root) to edit /etc/default/grub and append ” 8250.nr_uarts=8″ (without quotes) to the end of the line “GRUB_CMDLINE_LINUX_DEFAULT=” You can set any number up to...
Read More

Format and Mount new drive Ubuntu 18.04

  • hwj
  • 03/05/2019
  • Unix/Linux
Find Disk in this case I added a new 5GB drive to this virtual machine. /dev/sdc find disk with fdisk -l Format Disk mkfs -t ext4 /dev/sdc Create Folder and Mount Drive...
Read More

Shell (Bash – Bin/bash – /bin/sh), history, up arrow, and tab not working

  • hwj
  • 10/04/2019
  • Unix/Linux
login shell is /bin/sh for username. On Ubuntu, this is a shell intended for scripting, it doesn’t have any comfortable command line edition feature such as history. To get a proper command line...
Read More

Installation of Netdata

  • hwj
  • 01/04/2019
  • Unix/Linux
Installation open a web browser and navigate to http://SERVERIP:19999 here are some example screenshots, there are only a few graph here and in the real interface there are many more under each...
Read More

Installation of Cacti on ubuntu 18.04

  • hwj
  • 31/03/2019
  • Networking
Installation Installation of Cacti on ubuntu 18.04 with apt-get could’t be more easy apt-get install snmp snmpd snmp-mibs-downloader rrdtool cacti cacti-spine you should get a few prompts in the installation process Choose...
Read More

Random Password from cli/shell

  • hwj
  • 31/03/2019
  • Unix/Linux
Shuf using shuf should work in most unix/linux distributions without any installations Example (20 characters password) shuf -zer -n20 {a..z} {A..Z} {0..9} ; echo ” URandom using /dev/urandom together with tr to...
Read More

Archives

  • March 2023 (1)
  • March 2021 (4)
  • February 2021 (4)
  • October 2020 (4)
  • September 2020 (1)
  • July 2020 (2)
  • June 2020 (1)
  • November 2019 (1)
  • May 2019 (3)
  • April 2019 (6)
  • March 2019 (4)
  • January 2019 (2)
  • December 2018 (4)

Categories

  • Gaming
  • Networking
  • Uncategorized
  • Unix/Linux
  • Windows

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © All Rights Reserved.
  • Home
  • Networking
  • Hardware
  • Unix/Linux
  • Windows
  • Gaming
  • Uncategorized