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: Configuration NFS windows and RPI »

Unpatched Mac bug gives attackers “super user” status by going back in time

Researchers have made it easier to exploit a five-month-old security flaw that allows penetration testers and less-ethical hackers to gain nearly unfettered «root» access to Macs over which they already have limited control. The authentication bypass vulnerability was reported in March and resides in a Unix component known as sudo. While the program is designed… Leer más: Unpatched Mac bug gives attackers “super user” status by going… »

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: Enabling FTP on with Mountain Lion »

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: Installing Cygwin/X »

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»