Archivo del Autor: carlosap

tarjeta gráfica dell t110 ii

ati 7950/7970 @MCTONY01 Hace 7 meses +1 gtx 690 @lakresta Hace 7 meses +1 una HD 7770 o GT 610!! trata de buscar una q no consuma mucho.

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 »

SQL Home Database Administration HDDs, SSDs and Database Considerations

https://www.simple-talk.com/sql/database-administration/hdds,-ssds-and-database-considerations/ A technical journal and community hub from Red Gate Join Simple-Talk Sign in Home SQL .NET Cloud SysAdmin Opinion Books Blogs Forums SQL Home Database Administration HDDs, SSDs and Database Considerations Av rating: Total votes: 33 Total comments: 5 send to a friend printer friendly version HDDs, SSDs and Database Considerations 09 January 2013… Leer más: SQL Home Database Administration HDDs, SSDs and Database Considerations »

table name from table number.

Para listar todas las tablas: for each _file  no-lock where _file._hidden = no,      each _field no-lock where _field._file-recid = recid( _file ):   display _file._file-number.   display _file._file-name _field._field-name. end. ————————————————————– Or, the quick ‘n dirty version: Code: find _file no-lock where _file._file-number = 7. /* change this number */ display _file._file-name.

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… »