-
Notifications
You must be signed in to change notification settings - Fork 1
SCREENSHOT SHARING
Baisalbek Daniiarov edited this page Oct 12, 2019
·
2 revisions
Droplet Creating Documentation
sudo apt install nginx
cd /var/www
mkdir yourDomain.name //xbaysal11.com
cd yourDomain.name
mkdir html
cd html
cd /etc/nginx/sites-enabled
vim yourDomain.name
// Paste it and change yourDomain.name
server {
listen 80;
listen [::]:80;
root /var/www/yourDomain.name/html;
index index.html index.htm index.nginx-debian.html;
server_name yourDomain.name www.yourDomain.name;
location / {
try_files $uri $uri/ =404;
}
}
sudo reboot
Steps:
- 1.Install necessary software.
sudo apt install imagemagick xclip
- 2.Take a script
- 3.Change two variable in script.
vim screenshot.sh
pubIP="35.245.175.101"
domain="xbaysal11.ml"
- 4.Give to script execute rights and run.
chmod +x screenshot.sh
./screenshot.sh
- 1.The cursor should change, click and select the area.
- 2.We will see that we had text in the buffer.
- 3.We can paste this link into the browser or share and see our screenshot.
- Main Page Privatium
- Droplet Creating Documentation
- File Sharing Documentation
- VPN Documentation
- PROXY Documentation
SPONSORS [Become a sponsor]
Privatium is GPL licensed.