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
e.g. for the channel : https://www.youtube.com/channel/UC_4WpPcSfpxsSqA6hNpqJbg | |
the RSS link is : https://www.youtube.com/feeds/videos.xml?channel_id=UC_4WpPcSfpxsSqA6hNpqJbg | |
To find the id, you need to find the "externalId" in the page source code. |
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
== Move files and directories to the parent folder in Linux === | |
cd to/the/dir | |
mv * ../ | |
== installer apapche == | |
apt-get install apache2 apache2-doc | |
== Redemarrer apache apres changement des dns == |
NewerOlder