Skip to content

Instantly share code, notes, and snippets.

View shamidreza's full-sized avatar

Hamid Mohammadi shamidreza

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Install Google Play Store on Amazon Fire 7" (5th Gen)
1- Go to Device-> Security-> Enable Apps unknown sources
2- Install ES file explorer from Amazon App Store
3- Connect The Device to you Computer
4- Download the .apk file from here
@shamidreza
shamidreza / speedup_ubuntu_on_virtualbox_macos.txt
Created February 2, 2018 00:23
Speed up Ubuntu 16.04 LTS installed as guest on VirtualBox on Host MacOS
Step 1: Install Guest Additions on guset Ubuntu:
$ sudo apt-get install virtualbox-guest-dkms
$ sudo apt-get install linux-headers-virtual
$ sudo reboot
- Download VBoxGuestAdditions.iso from virtualbox.org
- Mount it from Devices -> Optical Devices -> Choose disk images
$ cd /media/$user$/$VBox_folder$
$ sh ./VBoxLinuxAdditions.run
$ sudo reboot
@shamidreza
shamidreza / multi.ipynb
Created October 6, 2015 21:10
a python script showing multiprocessing abilities of python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.