Blog

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

Author: hwj

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

Wrapping up lines between pattern (date/timestamp) in log files – Parse

  • hwj
  • 11/04/2019
  • Unix/Linux
this is definitely not the best way to do this, but it works Example log file before parse, the lines in bold are those that are going to be wrapped up to...
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

Xymon installation ubuntu 18.04

  • hwj
  • 04/04/2019
  • Unix/Linux
installation of xymon server before the installation it is recommended to set an static ip address apt-get install -y xymon change the ip address to the static assigned ip address of server...
Read More

IPTables – Logging/syslog

  • hwj
  • 01/04/2019
  • Networking
IPTables if you want to log all traffic, simply place these rules at the first on in each chain. all log messages will be stored in syslog iptables -A INPUT -j LOG...
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 Observium on Ubuntu 18.04 / Community Edition

  • hwj
  • 01/04/2019
  • Networking
Automatic Installation Script Choose option 1 Create a strong password / using a random password generator is recommended Choose a username and password for the first admin Install SNMP client on observium...
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

Installation of Lan-Cache

  • hwj
  • 30/03/2019
  • Gaming
Requirements Ubuntu 18.04, should work on 16.04 aswell Static IP 20 Available ip addresses next to the primary ip address git this installation will use 20 IP Addresses, starting from the ip...
Read More

Posts pagination

Previous 1 2 3 4 Next

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