- sudo apt-get --reinstall install bcmwl-kernel-source
- sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma
- sudo modprobe wl
Showing posts with label apple. Show all posts
Showing posts with label apple. Show all posts
Tuesday, 5 November 2013
Recover wireless of Ubuntu on MacBook Air 4,2
Sunday, 3 February 2013
Fix jEdit fonts for MacBook Pro with Retina display
From: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972#c4
Assumptions: jEdit was installed into /Applications directory.
- Close any running jEdit
- Edit /Applications/jEdit.app/Contents/Info.plist
- At end of file, add the top two lines below above the bottom two lines, and save
- Drag jEdit to desktop
- Start jEdit and see if fonts fixed
- If fixed, drag jEdit back to /Applications, and retest.
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>
Subscribe to:
Posts (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
CRITICAL: AWS now offers internal VPC DNS! Below is no longer necessary AFAIK. Woo hoo! http://aws.amazon.com/about-aws/whats-new/2014/...
-
build sudo apt-get install git gcc sudo apt-get install automake autoconf git clone git://github.com/rriley/tsunami-udp.git cd tsunam...
-
From: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972#c4 Assumptions: jEdit was installed into /Applications directory. Close any...