Skip to content

Instantly share code, notes, and snippets.

View gigsforlinux's full-sized avatar

Abdul Hai Siddique gigsforlinux

View GitHub Profile
@gigsforlinux
gigsforlinux / I'll Do Anything Goes With theHarvester- A Pen Testing Tool For You
Created November 9, 2022 16:35
I'll Do Anything Goes With theHarvester- A Pen Testing Tool For You
# git clone https://github.com/laramies/theHarvester.git
# sudo apt-get install python3-pip
# theHarvester -d www.vulnweb.com -l 100 -b linkedin
@gigsforlinux
gigsforlinux / I'll Do Anything Goes With Netdata- A Network Monitroing System For You
Created November 9, 2022 15:56
I'll Do Anything Goes With Netdata- A Network Monitroing System For You
$ bash <(curl -Ss https://my-netdata.io/kickstart.sh)
$ sudo systemctl start netdata
$ sudo systemctl enable netdata
$ sudo systemctl status netdata
$ sudo vim /etc/netdata/netdata.conf
@gigsforlinux
gigsforlinux / I'll Do Anything Goes With Flutter For You
Created November 7, 2022 16:45
I'll Do Anything Goes With Flutter For You
sudo snap install flutter --classic
flutter doctor
which flutter
which flutter dart
Download and install android studio
cp android-studio.tar.gz /snap
@gigsforlinux
gigsforlinux / I'll Do Anything Goes With Heroku- A Cloud Application Platform For You
Created November 7, 2022 15:32
I'll Do Anything Goes With Heroku- A Cloud Application Platform For You
$heroku --version
sudo apt-get update && sudo apt-get upgrade heroku
$heroku login
heroku: Press any key to open up the browser to login or q to exit
› Warning: If browser does not open, visit
› https://cli-auth.heroku.com/auth/browser/***
heroku: Waiting for login...
Logging in... done
@gigsforlinux
gigsforlinux / I'll Do Anything Goes With GeoServer- Open Source Server For Sharing Geospatial Data
Created August 24, 2022 15:56
I'll Do Anything Goes With GeoServer- Open Source Server For Sharing Geospatial Data
apt install default-jdk -y
java --version
-----output----
openjdk 11.0.15 2022-04-19
OpenJDK Runtime Environment (build 11.0.15+10-Ubuntu-0ubuntu0.20.04.1)
OpenJDK 64-Bit Server VM (build 11.0.15+10-Ubuntu-0ubuntu0.20.04.1, mixed mode, sharing)
----
wget https://sourceforge.net/projects/geoserver/files/GeoServer/2.21.0/geoserver-2.21.0-bin.zip
@gigsforlinux
gigsforlinux / I'll Do Anything Goes With Apache Tomcat For You
Created August 24, 2022 15:48
I'll Do Anything Goes With Apache Tomcat For You
sudo useradd -m -d /opt/tomcat -U -s /bin/false tomcat
sudo apt update
sudo apt install default-jdk
java -version
cd /tmp
wget https://dlcdn.apache.org/tomcat/tomcat-10/v10.0.23/bin/apache-tomcat-10.0.23.tar.gz
@gigsforlinux
gigsforlinux / I'll Do Anything Goes With Asterisk & FreePBX For You
Created August 24, 2022 15:41
I'll Do Anything Goes With Asterisk & FreePBX For You
sudo apt update && sudo apt -y upgrade
sudo apt -y install git curl wget libnewt-dev libssl-dev libncurses5-dev subversion libsqlite3-dev build-essential libjansson-dev libxml2-dev uuid-dev
sudo apt update && sudo apt -y install subversion
sudo apt policy asterisk
cd /usr/src/
@gigsforlinux
gigsforlinux / I'll Do Anything Goes With Odoo-An OpenSource ERP System For You
Created August 24, 2022 15:11
I'll Do Anything Goes With Odoo-An OpenSource ERP System For You
sudo apt update && sudo apt upgrade
sudo apt install git wget nodejs npm python3 build-essential libzip-dev python3-dev libxslt1-dev python3-pip libldap2-dev python3-wheel libsasl2-dev python3-venv python3-setuptools node-less libjpeg-dev xfonts-75dpi xfonts-base libpq-dev libffi-dev fontconfig
sudo adduser --system --group --home=/opt/odoo --shell=/bin/bash odoo
sudo apt install postgresql -y
sudo su - postgres -c "createuser -s odoo"
@gigsforlinux
gigsforlinux / I'll Do Anything Goes With Ntopng - A Network Monitoring System For You
Created August 4, 2022 19:19
I'll Do Anything Goes With Ntopng - A Network Monitoring System For You
sudo apt update
sudo apt upgrade -y
sudo apt install wget gnupg software-properties-common
wget https://packages.ntop.org/apt/20.04/all/apt-ntop.deb
sudo apt install pfring-dkms nprobe ntopng n2disk cento
ip a
@gigsforlinux
gigsforlinux / I'll Do Anything Goes With MEAN Stack For You
Last active August 4, 2022 19:13
I'll Do Anything Goes With MEAN Stack For You
apt-get update
apt install mongodb
systemctl start mongodb
systemctl enable mongodb
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -