-
compiling – How to use ‘apt’ to get source code and then do separate compile – Ask Ubuntu
”
down vote
acceptedFor this example I’ll use icedtea-6-jre-jamvm as the package you want to rebuild.
First install all the dependencies and build essential:
sudo apt-get build-dep icedtea-6-jre-jamvm
sudo apt-get install build-essentialThen grab the source:
apt-get source icedtea-6-jre-jamvm
Then cd in the openjdk directory directory and build the deb, the -us and -uc here skip the GPG checks if you’re just rebuilding it for yourself:
cd openjdk-6-6b24-1.11.5
dpkg-buildpackage -us -ucThen go up a directory and you should have .deb files. ”
-
How to Fix macOS Sierra Screen Resolution on VirtualBox? – wikigain
“
Replace VM Name to macOS Sierra(VM name in VB)
Step #4. Choose the resolution of your screen monitor from the list below, to choose one just clean N and type the number of that resolution size.
Choose your Screen Resolution From the List
Step #5. Press Windows button + X and click on Command Prompt (Admin).
Run CMD as Admin
Step #6. Select the VirtualBox path by the change directory command, so copy & paste the command to Command Prompt(CMD) then hit enter.
Choose VirtualBox Path
Step #7. These time Copy & paste the fix screen resolution code to Command Prompt(CMD) then hit enter.
Note: Be sure that you have selected a fix resolution for your monitor screen and choice the amount of N. after copying the code to virtual-box then close all tabs.
Run the Screen Resolution Code
Step #8. Start the installed macOS Sierra virtual machine from VirtualBox.
Launch the macOS Sierra VM
Step #9. Now log in to your account and check the screen resolution to confirm it has worked or not. So was all”
-
Step #4. Choose the resolution of your screen monitor from the list below, to choose one just clean N and type the number of that resolution size.
-
VBoxManage setextradata “MacOsSierra” “VBoxInternal2/EfiGopMode” 4
-
-
These time Copy & paste the fix screen resolution code to Command Prompt(CMD) then hit enter.
-