Wednesday, December 23, 2015

Enable VNC Remote Desktop Sharing - Vino Server in lubuntu 15.10




1. Terminal command (if this is a fresh installation of lubuntu) -
sudo apt-get update
2. Terminal command -
sudo apt-get install vino

3. Terminal command (to setup vino and add password) -
vino-preferences


4. (to add vino to startup) -
vino-preferences


Click start->preferences->Default Applications for LXSession->
Autostart->(enable desktop sharing) 

5. Its still not over (solution for "No matching security types" error)
open terminal and enter this command
gsettings set org.gnome.Vino require-encryption false
 

Thursday, November 5, 2015

Extract youtube video links from youtube playlist

 
NOTE: This will extract links from youtube playlists NOT from favorites!

1. Download Python for windows from here and youParse.py from here.
For official \ latest version download of youParse go here.

 
2. Start installing python make sure you select custom


3. Start installing python make sure you select custom


4. Select any features you want/dont want


5. The location above is default and confusing for me


6. So I'm gonna select C:\Python3.5.0 (easy and short)


7. Select location and hit install



8.Copy/Paste youParse in the python directory...


9.choose your playlist...


10.Open playlist and copy the share link...


11.create your python command like this...


12.Click start > run > type 'cmd' > and type cd C:\Python3.5.0 in command prompt. CD means change directory, since we want to be in python dir.


13. Paste the command we made in this command prompt...


14.Links will be extracted...


15.Right clickk + Hit select all



16.Press Ctrl+C to copy all


17.Paste it in a new txt document..and done


18. Now copy all these youtube links in your favourite youtube downloader and you may download the entire playlist. Accessible offline without internet.

Resources: http://pantuts.com/2013/02/16/youparse-extract-urls-from-youtube/

Thursday, September 17, 2015

How to install sublime text on ubuntu


For Sublime-Text-3:
sudo add-apt-repository ppa:webupd8team/sublime-text-3 
sudo apt-get update 
sudo apt-get install sublime-text-installer