kw606 : Making your Mac cross platform friendly.

Jul 06

macbook-sliderWe dive behind the microphone and give all of you Apple users a slice of pie you don’t want to pass up on. We talk about making your Mac “Slider” friendly and how to put up ladders and crawl out of Apple’s walled garden. We have quite a slew of interesting tips and tricks on how to run “cross platform” applications, files, filesystems and connections through your favorite Mac. Learn and listen to this episode of the podcast that is filled to the rim with community feedback and contributions and great music by Youtube princess Juless.

Shownotes.

Tweak code (Copy and paste in your OSX command line)

#make dock appear instantatiously

defaults write com.apple.Dock autohide-delay -float 0 && killall Dock

#don’t reopen every file when you reopen your app.

#in preview

defaults write com.apple.Preview NSQuitAlwaysKeepsWindows -bool false

#in quicktime

defaults write com.apple.QuickTimePlayerX NSQuitAlwaysKeepsWindows -bool false

#kill the dashboard

defaults write com.apple.dashboard mcx-disabled -boolean YES

killall Dock

#show the path in the finder

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

#disable window animations

defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

#enable direct scrolling

defaults write -g NSScrollAnimationEnabled -bool NO

#no more bouncy windows when scrolling

defaults write -g NSScrollViewRubberbanding -int 0

#set time machine backup to 1800

sudo defaults write/System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 1800

#force expanded save-and-print  dialogs

defaults write -g NSNavPanelExpandedStateForSaveMode -boolean true

defaults write -g PMPrintingExpandedStateForPrint -boolean true

#no 3d-glassy dock

defaults write com.apple.dock no-glass -boolean yes

#show hidden files in finder

#defaults write com.apple.finder AppleShowAllFiles TRUE

#killall Finder

#3d glassy dock

defaults write com.apple.dock no-glass -boolean no

#make hidden app icons semi transparent

defaults write com.apple.Dock showhidden -boolean yes

#create a ‘recent items’ stack

defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’

#screen grabs in jpg

defaults write com.apple.screencapture type jpg

 

Related Posts


Get Metro on your Android device with Launcher 8

Mar 10

I know ! It’s like Windows 8 week here at Knightwise.com, but you know when I go and investigate something new for you guys and girls.. I dive deep.  A couple of weeks ago I had the chance to get a hold of a Nokia Lumia 920. Its a pretty impressive phone. Well built, fast, and also substantially heavy. The kicker came when it was lying down on the table (screen off) and I noticed a similarity between this black 920 and a line from 2001 a Space Odyssey. Pointing at the device with all of my nerd-enthusiasm I proclaimed ” Oh my god .. its full of stars” .. The dumbfounded look I got from the owner confirmed that this man had no idea I was referring to the great line in Stanley Kubrick’s 2001.  Oh Well.

I did however leave the table with a sense of envy to the nice tiled metro interface on his phone. Clutching my Android enabled Aladdin lamp (I have an LG Nexus 4) I knew that the Android Marketplace would be able to make my wish come true. Rub the lamp and …

Tadaa : Launcher 8. The Metro interface for your Android device. If you think this would be a cosmetic overlay lagging down your phone in favor of showing off to your friends .. you are wrong. Its a cute little app that does play the part of “launcher” quite well. You get a tweakable tile interface (with ‘live tiles’) and a “vertical launcher” for all of your applications. The app is free and lets you play around with something highly resembling Metro on your Android phone. Give it a spin and confuse your friends.

Link : Launcher 8

 

Related Posts

Kwtv302 : "A look at Ubuntu 12.04 Precise Pangolin".

May 11

 

If you are into linux but Ubuntu’s new user interface has got you puzzled or scared, this episode is for you. We take a look at the latest long term support version of Ubuntu’s latest release : Precise Pangolin. We take a quick look at the anatomy of the Unity interface, how the different parts can work for you and how to customize it to your liking.

Shownotes.


Related Posts