Shutter PPA
sudo add-apt-repository ppa:shutter/ppa
sudo add-apt-repository ppa:shutter/ppa
“Wheel” is a built, archive format that can greatly speed installation compared to building and installing from source archives.
pip wheel requires the wheel package to be installed, which provides the “bdist_wheel” setuptools extension that it uses.
pip install wheel
References :
https://pip.pypa.io/en/latest/user_guide/#installing-from-wheels
sudo apt-get install privoxy
sudo vi /etc/privoxy/config
listen-address 127.0.0.1:8118 forward-socks5 / 127.0.0.1:8891 .
sudo /etc/init.d/privoxy restart
References
https://help.ubuntu.com/community/Privoxy
sudo add-apt-repository ppa:rvm/smplayer sudo apt-get update sudo apt-get install smplayer smplayer-themes smplayer-skins
References :
http://smplayer.sourceforge.net/en/downloads
sudo vgdisplay sudo vgremove
References :
http://askubuntu.com/questions/228136/how-to-remove-all-lvs-vgs-and-partitions-on-all-drives-before-installing-12-04
sudo apt-get install xrdp
Default username and password :
username:pi password:raspberry
then restart xrdp.
References :
https://www.maketecheasier.com/enabling-remote-desktop-access-on-raspberry-pi/
http://j.tlns.be/2015/02/04/getting-started-with-the-raspberry-pi-2-for-net-developers/
To use Registry Editor to turn on automatic logon, follow these steps:
Note If no DefaultPassword string is specified, Windows automatically changes the value of the AutoAdminLogon key from 1 (true) to 0 (false), disabling the AutoAdminLogon feature.
Or another way for automatic login :
Press the Windows + R keyboard combination to bring up a run box, when it appears type netplwiz and hit enter…
Or use Autologon app :
https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
References :
https://support.microsoft.com/en-us/kb/324737
http://www.howtogeek.com/112919/how-to-make-your-windows-8-computer-logon-automatically/
C:Users<username>AppDataRoamingMicrosoftWindowsStart MenuProgramsStartup
References :
http://blogs.msdn.com/b/jasone/archive/2012/08/19/windows-8-where-did-the-startup-folder-go.aspx
search :
/boot/grub/grub.cfg
and find something similar :
Windows NT/2000/XP (loader) (on /dev/sda1)
edit :
/etc/default/grub
and change to:
GRUB_DEFAULT="Windows NT/2000/XP (loader) (on /dev/sda1)"
finally run :
update-grub
References :
http://askubuntu.com/questions/52963/how-do-i-set-windows-to-boot-as-the-default-in-the-boot-loader
Copy Styles to :
C:UsersMahmoodAppDataRoamingMicrosoftBibliographyStyle
and to:
C:Program FilesMicrosoft OfficeOffice16BibliographyStyle
References :
http://www.captiga.com/tips-tricks/install-additional-word-reference-styles-mac-windows/
http://bibword.codeplex.com/