This file contains hidden or 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 | |
# Install Prerequisite Packages | |
sudo apt update && sudo apt upgrade | |
sudo apt-get install curl apt-transport-https ca-certificates software-properties-common | |
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 update | |
# Installing Docker |
This file contains hidden or 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
#mongodb | |
sudo apt update | |
# Install mongoDB | |
sudo apt install mongodb | |
sudo systemctl status mongodb | |
sudo systemctl stop mongodb | |
sudo systemctl start mongodb | |
sudo systemctl restart mongodb |
This file contains hidden or 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
#webmin | |
sudo apt update && sudo apt upgrade | |
sudo apt install software-properties-common apt-transport-https wget | |
wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add - | |
sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib" | |
# Install webmin | |
sudo apt install webmin |
This file contains hidden or 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
# Install metasploit | |
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall | |
chmod 755 msfinstall | |
./msfinstall | |
# Create msf database. | |
msfdb init | |
# Launch msfconsole |
This file contains hidden or 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/bash | |
#Install Apache2 | |
sudo apt update | |
sudo apt install apache2 | |
sudo systemctl start apache2.service | |
sudo systemctl enable apache2.service | |
sudo systemctl restart apache2.service |
This file contains hidden or 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 | |
sudo apt install nginx -y | |
sudo systemctl start nginx | |
sudo systemctl enable nginx | |
sudo ufw allow ssh | |
sudo ufw allow http | |
sudo ufw enable |
This file contains hidden or 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
Open the terminal Ctrl+Alt+T :: | |
Command is used to check information about the RAM usage by your system | |
1. free -m | |
***The vmstat command | |
View memory statistics through the vmstat command. |
This file contains hidden or 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
# My Youtub :: https://youtu.be/Gmq4gZSPexA | |
#linux Screen Recorder | |
*** Screen Recorder Install on Ubuntu | |
***Kazam. Kazam is one of the best lightweight screen recorder available for Linux desktop. | |
***Open Broadcaster Software (OBS) | |
***SimpleScreenRecorder.SimpleScreenRecorder is a simple and easy to go Linux screen recorder software. | |
***RecordMyDesktop. | |
***Vokoscreen. | |
***Peek. |
This file contains hidden or 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
Image Editors You Can Install and Use On Ubuntu | |
1.GIMP Image Editor. ... | |
GIMP is a free and open-source raster graphics editor used for image retouching and editing, | |
free-form drawing, converting between different image formats, and more specialized tasks. | |
2.MyPaint. MyPaint is an open source graphics program designed mainly for painters who want to create artful projects. ... | |
3.Pinta Image Editor. ... |
This file contains hidden or 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 | |
# Youtube:::https://youtu.be/zdffYSv5x30 | |
First got to your browser and then find : https://github.com/git/git | |
copy Link : https://github.com/git/git.gi | |
Open your Terminal : Ctrl+Alt+T | |
Put this command your Terminal : git clone https://github.com/git/git.git pressd this commad | |