Archivo de la categoría: Nix

Configuration NFS windows and RPI

http://ubuntuforums.org/showthread.php?t=1686544 En la parte de windows 7: Start Registry Editor Locate HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClientForNFS \CurrentVersion\Default Create two DWORD values namely AnonymousUid and AnonymousGid Set these values to the UID and GID you would like this NFS client to use Restart your Client for NFS service using the Microsoft Services for NFS MMC snap-in En la parte del… Leer más »

Mandatory monthly Login with DynDNS.org automate (auto login script)

For a short time you have to, so that one does not lose its host name, log in your account every month of DynDNS.org. With a simple script and a crontab entry allows you to automate. Log on automatically This script automates the login account of the DynDNS.org. You must enter the user name and password only.… Leer más »

Categoría: Nix

Enabling FTP on with Mountain Lion

Enabling FTP on with Mountain Lion If you have Lion or Mountain Lion, you may mention that FTP option is gone from Sharing options. No worries, FTP server is still there, even if it is a regular installation and not Server one. No enable FTP server, run from Terminal.app sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist… Leer más »

Installing Cygwin/X

Installing Cygwin/X Cygwin tools are, in the words of the Cygwin development homepage, http://cygwin.com/, «ports of the popular GNU development tools and utilities for Windows 95, 98, and NT. They function by using the Cygwin library which provides a UNIX-like API on top of the Win32 API.» Cygwin allows the compilation of the X Window… Leer más »

openmpi solaris 10 sparc

wget http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.3.tar.gz gtar -xvzf openmpi-1.6.3.tar.gz ./configure CFLAGS=»-mv8plus -Wa,-xarch=v8plus»

Installing Solaris IOU in SPARC server

NetBSD supports Solaris/SVR4 binary emulation. This means that NetBSD/SPARC is able to execute Solaris/SPARC binaries – IOU, for example. http://www.netbsd.org/docs/compat.html http://netbsd.gw.com/cgi-bin/man-cgi?compat_solaris+.sparc+NetBSD-5.1 NetBSD/SPARC runs on qemu-system-sparc. Solaris emulation requires some real Solaris libraries. Libraries from any 32-bit Solaris/SPARC should work. Solaris 8 works. Solaris 10 does not work. Here’s a quick tutorial: 1. Compile qemu-system-sparc. 2.… Leer más »

NAT para tap0 qemu openvz CENTOS 6

echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -j SNAT –to 123.123.123.123 iptables -t nat -A POSTROUTING -j SNAT –to-source 10.0.0.2 123.123.123.123 vps IP source tap0 interface ip