Skip to content

Instantly share code, notes, and snippets.

View mrsize's full-sized avatar

Thomas Dufranne mrsize

View GitHub Profile
@mrsize
mrsize / gist:d3226ba14e17f91ef9c1ff7dbe66d1a3
Created December 3, 2018 18:30
Youtube channel : Find the RSS Address
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.
@mrsize
mrsize / gist:56d3130b36c7ffd3278b0ad0e49491a6
Last active November 30, 2018 13:19
ubuntu command lines - Lignes de commandes pour Ubuntu
== 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 ==