Skip to content

Instantly share code, notes, and snippets.

View LinuxDevSecOps's full-sized avatar
🏠
Working from home

Ashraf Ullah LinuxDevSecOps

🏠
Working from home
  • Road To Linux
  • Chittagong
View GitHub Profile
@LinuxDevSecOps
LinuxDevSecOps / things.sh
Created July 19, 2019 11:51
Things To Do After Installing Ubuntu 18.04 LTS Desktop
#!/bin/sh
# This Gist Is For Ubuntu 18.04 LTS+ Desktop.
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt list --upgradable
sudo apt upgrade
sudo add-apt-repository ppa:nilarimogard/webupd8
@LinuxDevSecOps
LinuxDevSecOps / powershell.sh
Last active July 6, 2019 16:54
Setup powershell into ubuntu 18.04
#!/bin/bash
# This script will setup powershell into Ubuntu 18.04 LTS
# Download the Microsoft repository GPG keys
wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
# Register the Microsoft repository GPG keys
sudo dpkg -i packages-microsoft-prod.deb
# Update the list of products
@LinuxDevSecOps
LinuxDevSecOps / ntopng.sh
Last active July 6, 2019 17:13
ntopng on Ubuntu 18.04
#!/bin/sh
# This script will install ntopng on Ubuntu
sudo apt update -y
sudo apt upgrade -y
sudo apt install ntopng
sudo systemctl restart ntopng
sudo ntopng -h
sudo ufw enable
sudo ufw allow 3000

Keybase proof

I hereby claim:

  • I am LinuxDevSecOps on github.
  • I am linuxdevsecops (https://keybase.io/linuxdevsecops) on keybase.
  • I have a public key whose fingerprint is 0553 D606 6C1C C156 52A9 4C01 9895 4413 2EE4 A004

To claim this, I am signing this object: