View iptv.m3u8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U url-tvg="" | |
#EXTINF:-1 tvg-id="(no tvg-id)" tvg-name="T Sports" tvg-logo="" group-title="Bangla",T Sports BD | |
http://103.144.214.130/channel1/ngrp:myStream_all/chunklist_b664000.m3u8 | |
#EXTINF:-1 tvg-id="(no tvg-id)" tvg-name="BanglaVission" tvg-logo="https://lh3.googleusercontent.com/proxy/VkAMDkH_8Wtepi9ntBo5Wv62-90FbouCLHyKsBn_iNJ2UP7JRPOjFbtaC3ME_Gf-YI6MSOhYB_QZOMhaS1jeEtLfgis8lHfBXmiqG4ScezHqdwuwXfcqkMl_rurn" group-title="Bangla",BanglaVission | |
http://103.205.133.20/hls/banglavision.m3u8 | |
#EXTINF:-1 tvg-id="(no tvg-id)" tvg-name="Asian TV" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/f/fb/Asian_TV_Logo.svg/1200px-Asian_TV_Logo.svg.png" group-title="Bangla",Asian TV | |
http://10.16.100.203:8082/bangla/tv_asian.m3u8 | |
#EXTINF:-1 tvg-id="(no tvg-id)" tvg-name="Khusboo" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnjwu1es-yw4qa0XcEtfUdchI_53UWQn72tbTgMugg=s900-c-k-c0x00ffffff-no-rj" group-title="Bangla",Khusboo | |
https://streamitv.multitvsolution.in/idvo/khushboo.m3u8 | |
#EXTINF:-1 tvg-id="(no tvg-id)" tvg- |
View vsFTPdInstall.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# In this tutorial, we’ll be installing vsftpd (Very Secure Ftp Daemon). It is a stable, secure and fast FTP server. | |
#Install vsftpd | |
sudo apt install vsftpd | |
sudo systemctl start vsftpd | |
sudo systemctl enable vsftpd |
View ufwBasicOperations.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# UFW, or Uncomplicated Firewall, is an interface to iptables that is geared towards simplifying | |
# the process of configuring a firewall. While iptables is a solid and flexible tool, it can be difficult for beginners | |
# to learn how to use it to properly configure a firewall. If you’re looking to get started securing your network, | |
# and you’re not sure which tool to use, UFW may be the right choice for you. | |
# | |
#This tutorial will show you how to set up a firewall with UFW on Ubuntu 18.04. | |
# | |
# Installation |
View lempStackInstall.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# YouTube: https://youtu.be/8lMpo73L7Vs | |
# Step 0: update repository and software packages: | |
sudo apt update | |
sudo apt upgrade | |
############## Nginx ############## | |
# Install Nginx from the Ubuntu repository |
View RabbitMQInstall.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get upgrade | |
#Add Signing Key using either of the following commands: | |
wget -O - "https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc" | sudo apt-key add - | |
# or | |
sudo apt-key adv --keyserver "hkps.pool.sks-keyservers.net" --recv-keys "0x6B73A36E6026DFCA" | |
# L_D_H |
View RedisInstall.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Youtube: https://youtu.be/EmJbQqhKr58 | |
sudo apt update | |
sudo apt upgrade | |
# install the Redis-server package from the official Ubuntu repository | |
sudo apt install redis-server | |
# enable Redis to start on system boot. Also restart Redis service once. | |
sudo systemctl enable redis-server.service |
View ThingsToDonstallingUbuntu.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This command will update & upgrade your system | |
sudo apt update && sudo apt-get upgrade --fix-missing | |
# Install the package build-essential for making the package and checkinstall for putting it into your package manager | |
sudo apt install build-essential checkinstall | |
# Install Ubuntu Restricted Extras | |
sudo apt install ubuntu-restricted-extras |
View OpenVASInstall.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OpenVAS is a software framework of several services and tools offering vulnerability scanning | |
# and vulnerability management. | |
Youtube: https://youtu.be/leOPbzgg7oA | |
# add the ppa repo, update your system | |
sudo add-apt-repository ppa:mrazavi/openvas | |
sudo apt update | |
sudo apt upgrade |
View OnionDeepWebHosting.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Youtube: https://youtu.be/cf71gUOjjF8 | |
sudo apt update && upgrade | |
# Step 1: Install Apache Server | |
sudo apt install apache2 | |
systemctl start apache2 | |
systemctl enable apache2 | |
# Step 2: Host your application/website for example Wordpress/vTigerCrm etc |
View Windows10ThemeOnUbuntu.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Step 1: Download Windows10 theme from https://www.pling.com/p/1013482 | |
# For example current version is Windows-10-3.0.zip | |
# Extract files | |
cd ~/Downloads | |
unzip Windows-10-3.0.zip | |
# If you haven’t already installed themes, you may need to create the folder with the following command: | |
mkdir ~/.themes |
NewerOlder