I cannot use SVN on Windows - windows

I created svn server on my MacOS Snow Leopard following these steps. But It's working only on MacOS. I don't know why.
My Windows is 192.168.0.100, MacOS is 192.168.0.101. I'm sure, because I test it by ipconfig getpacket en1 and ipconfig /all. What am I doing wrong?

Related

How to export display from an vagrant Linux box to MacOS host?

I've got a Mac OS with Catalina installed. In this MAC Os host, I run a VirtualBox centos linux box (installed with Vagrant). In the Centos virtual Box I want to launch app like (google-chrome or any x application) with the display exported to the MacOS host.
I've set the X11Forwarding yes in /etc/ssh/sshd_config (in MacOS Box AND in the Centos BOX).
On MacOS i've installed and running XQuartz, which is working well (I can start xterm from MacOs XQuartz configuration for example).
I ssh from MacOs into my Centos box with -X. So X11 port forwarding must be ok.
When I start any graphical application from Centos (google-chrome for example), I always have this message :
(google-chrome:26817): Gtk-WARNING **: 17:49:49.940: cannot open display:
I've tried some export DISPLAY configuration but without success : always cannot open dispay
Any help would be greatly appreciated because I'm stuck.
I solve my problem. It is just a matter of NIC interface used when starting VM through Vagrant. If I use the Wifi NIC -> KO. If I use the Ethernet NIC it is ok.

mac osx 10.4.11 with x11 1.1.3 (XFree86 4.4.0) - is this compatible to do X-forwarding from Mac OS 10.13.6?

This is a long story.
I use an old OSX 10.4.11 machine (Power PC) as a web server. Very low use.
It runs X11 at 1.1.3 (XFree86 4.4.0).
For several years I used X-forwarding to show log traffic on a newer Mac Intel machine (Mac mini). At some point after about 2006 this just stopped working. I have never tried to upgrade the 10.4.11 machine as it met and continues to meet my needs for a low cost Web server.
Meantime XQuartz has come and been through several new versions, as has MacOS. Currently I have MacOS 10.13.6 and XQuartz 2.7.11 on the Mac Mini. I am revisiting why the long-defunct X-forwarding sessions to OSX 10.4.11 stopped working.
I find I can do X-forwarding fine from my Linux 18.04 box, which was a surprise. I have spent a lot of time trying various approaches to resolving the issue. It occurs to me that the 10.4.11 setup may just be too old, and therefore incompatible. Hence my question: "mac osx 10.4.11 with x11 1.1.3 (XFree86 4.4.0) - is this compatible to do X-forwarding from Mac OS 10.13.6?".
Any comments will be much appreciated.
I am answering my own question.
I spent several days looking at logs from ssh -v -X user#hostname, with -vv and -vvv for more log info. I also tried the ssh -Y variants of that command.
Reading extensively from stackexchange and elsewhere, I restored and re-edited the ssh_config and sshd_config files on both server and client hosts several times, and coded shell scripts to restart sshd.
The insurmountable problem was that $DISPLAY was not being set up correctly on the client. This is what led to my question.
The only way I could get X-forwarding to work with my OSX 10.4.11 PPC client was:
1) ssh -f user#hostname /usr/X11R6/bin/xterm
then
2) run my local commands on the client from that window (nsu and nsu-go).
I also had to add the correct path to all my commands, including /usr/X11R6/bin for xterm as above, and ~/bin to my commands on the client.
The package I was working with was https://sourceforge.net/projects/nsu/ where detail changes are required.

Mac OS X 10.10 disable USB ports

Can anyone tell me how to disable all usb-ports on OSX 10.10 (Yosemite)?
We've got a large number of iMacs setup, where we don't want the user to be able to control/use USB ports.
In previous OSX versions, the command was
cd /System/Library/Extensions
mv IOUSBMassStorageClass.kext/ IOUSBMassStorageClass.kext.bup
But this no longer works under Yosemite?
Eventually found a solution, i now use
cd /System/Library/Extensions/
sudo kextunload IOUSBMassStorageClass.kext
and after that all usbs are disabled.

Installing MAC OS useing virtualbox On Windows 8.1

I am trying to install Mac(OSX-Mavericks) using virtualbox On Windows 8.1.
Everything works fine But, when MAC Installation setup starts in virtual machine, it keep on loading and do not start the installation wizard stays on the first screen.
I have waited for a log time like 3-4 hrs but unable to figure out the problem as there is no error.
I am using a dell(Inspiron 3537).
I have installed Mac on my previous Samsung laptop successfully in the same way.
I will provide other information on demand as I'm not sure where the problem is as setup loads but not starts the installation process.
Thanks in advance
enable virtualisation on your BIOS, it may helps.
Open an administrator CMD shell and try this:
cd "C:\Program Files\Oracle\Virtualbox"
VBoxManage modifyvm <name_of_your_vm> --cpuidset 00000001 000306a9 00020800 80000201 178bfbff
Then close/VirtualBox and open again (to save your new settings). Boot OSX with "-v" flag.

Can't connect to iPhone WiFi debugger on Lion running in VM

I'm running OSX Lion in VM and have set everything up properly, I can compile fine and run apps fine even on a device and I can connect to the VM Lion via WiFi from both a Windows install, another Mac running OSX Leopard and the host OS so I know it is running on the network.
The phone itself has its debug settings set up correctly for the app, the debugger host IP address it has is the same IP address as the VM OSX Lion install.
Is there a special case with VMs and wifi debugging?
I'm using Mono 2.10.4, mono touch v4.0.5 and MonoDevelop v2.4.2

Resources