Tagged Questions
0
votes
2answers
45 views
Calendar.vim E492: Not an editor command: Calendar
I am trying to install the calendar.vim plugin on mac osx snow leopard running gvim. I have pathogen.vim installed, so I followed the instructions on github to install calendar.vim from the terminal:
...
1
vote
3answers
124 views
Unix vs Mac OS X, Notable Difference
I was searching Unix vs OS X. I found a notable difference at
From http://www.unix.com/unix-dummies-questions-answers/919-mac-osx-vs-unix.html
OS X is a evolutionary kernel from the MACH and BSD ...
2
votes
1answer
80 views
dd is crashing after a few hours of transfer
I am trying to clone a external hardrive ( 1.5T ) to a second one ( 3T ) with dd. I am working on Unix and want to create a disk image.
Here is the command I am using :
dd if=/dev/disk1 ...
2
votes
1answer
263 views
Mac OS X partition type problem
As a 2 decades of MS-Windows user I have switched to Mac OS X a month ago. And my knowledge is not enough to fix my big problem which I encountered yesterday and my brand new MBPro is dead now.
I ...
1
vote
0answers
185 views
os-prober not detecting Arch install
I'm triple booting osx, win 7 and arch on an apple macbook pro 8,2
I've followed the guide specific for my macbook pro here:
Macbook Pro 8,2 Arch Installation
As well as the beginners install guide ...
3
votes
1answer
395 views
Connect to Webdav (https) with domain\user
I have a problem trying to connect with our network webdav share on mac osx. I can connect from windows, so it's working. On Mac OSX I have set the routes, and I can connect when using "Transmit" but ...
1
vote
0answers
70 views
How do I fix my FastCGI Pinax / Django deployment?
I'm running OSX Lion (posted here because this is a Unix-specific question), and am trying to deploy a Pinax project via FCGI. I have the FastCGI daemon running:
$ ps wwaux | grep fcgi
jonathan ...
2
votes
1answer
261 views
Vim script check running platform
" Get running OS
let os = ""
if has("win32")
let os="win"
else
if has("unix")
let s:uname = system("uname")
if s:uname == "Darwin"
let os="mac"
else
let os="unix"
endif
...
1
vote
3answers
707 views
Dual booting on a Macbook Pro 7,1.
I'm looking to install Linux on my Macbook Pro in a Dual Boot config. I've previously asked this question in a different fashion here: Dual Boot Fedora 16 with OS X rEFIt.
However, it didn't really ...
2
votes
0answers
272 views
Dual boot Fedora 16 with OS X refit
Having trouble with installing Fedora 16 on my Macbook Pro. While the installation itself completes without and issues, the bootloader doesn't install correctly.
I have rEFIt, which I already have ...