-
Install needed adobe apps from adobe creative cloud.
-
Open Terminal.
-
Copy-paste the below command to your terminal and run it (enter password when asked).
Note: YouTube is serving thumbnails from 2 servers:
//img.youtube.com//i.ytimg.com
Examples are with //i.ytimg.com server just because it’s shorter, no other particular reason. You can use both.
-
Player Background Thumbnail (480x360):
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
| HIRE Me For Your Project Support :) | |
| Telegram: https://t.me/LinuxGun | |
| #!/bin/bash | |
| # Completely Remove Apache Ubuntu | |
| service apache2 stop | |
| apt purge apache2 | |
| apt remove apache2.* | |
| apt autoremove | |
| whereis apache2 |