Read The Arch Way, fall in.
I can’t believe how smoothly this went…
- suspend - seems to work after installing gnome, pm-suspend works too… I have my eye on you. <.<
systemctl suspendworks, but doesn’t wake properly.
- power management
- trackpad
Read The Arch Way, fall in.
I can’t believe how smoothly this went…
systemctl suspend works, but doesn’t wake properly.| #!/bin/bash | |
| # This script downloads and installs the latest Flash player for compatible Macs | |
| # Determine OS version | |
| osvers=$(sw_vers -productVersion | awk -F. '{print $2}') | |
| # Determine current major version of Adobe Flash for use | |
| # with the fileURL variable |
| #if !defined(__GNUC__) || ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) < 40800) | |
| # error "This program requires GNU C compiler v4.8+!" | |
| #endif | |
| #include <stdio.h> | |
| #include <stdbool.h> | |
| #define PRINT_TEST_CPU_SUPPORT_RESULT(inst) printf("\t%-7s: %d\n", inst, __builtin_cpu_supports(inst)?1:0) | |
| #define PRINT_TEST_CPU_TYPE_RESULT(inst) printf("\t%-12s: %d\n", inst, __builtin_cpu_is(inst)?1:0) |
Read The Arch Way, fall in love you lose.
I can't believe how smoothly this went...
systemctl suspend works, but doesn't wake properly.Update: https://github.com/phracker/MacOSX-SDKs hosts the direct SDK folders already extracted.
Xcode 4.3.3Show Package Content/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKsThe Macbook Pro 11,3 (late 2013, Retina) is equipped with two GPUs:
Currently under Linux the Intel GPU can only be used with the help of:
| #!/bin/sh | |
| # Create a bootable ISO from the OS X Mavericks app | |
| # http://thezinx.com/misc/trend/create-bootable-dmg-iso-mavericks-app/ | |
| if [ ! -f /Applications/Install\ OS\ X\ Mavericks.app/Contents/SharedSupport/InstallESD.dmg ]; then | |
| echo "Download the OS X Mavericks App and then rerun this script." | |
| open "https://itunes.apple.com/us/app/os-x-mavericks/id675248567" | |
| exit 1 | |
| fi |
###Useful OS X commands
App Store Debug menu
Show
defaults write com.apple.appstore ShowDebugMenu -bool true
Hide
| #!/bin/sh | |
| # BuildDmg.sh | |
| # Build OS X .dmg install file | |
| # Author maojiajun | |
| set -eu | |
| ################################################################################### | |
| # config, change for you app. |
| IGNORE_CC_MISMATCH=1 bash NVIDIA-Linux-x86_64-337.12.run -a | |
| System specs: | |
| - macbook pro 15 inch retina 11,3 | |
| - ubuntu 14.04 beta x64 |