Jump to content

Frezi Op

Miembro
  • Contador contenido

    86
  • Ingreso

  • Última visita

  • Días ganados

    9

Actividad de reputación

  1. Sorprendido
    Frezi Op got a reaction from Kretux in VDI-FREEBSD13-GCC8-9-10-11-MYSQL56   
    VDI CON SISTEMA OPERATIVO FREEBSD
    PRACTICAMENTE EL FREEBSD ACTUAL LISTO PARA MONTAR FILES METIN
    Cuenta con GCC8 GCC9 GCC10 Y GCC 11
    MYSQL56
    Librerias Actualizadas
    PYTHON38-3..8.13
    LINK DE DESCARGA DEBAJO 
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    user: root
    pssw: dev


    NOTA: EL VDI NO ESTA IMPLEMENTADO POR MI
  2. Me Gusta
    Frezi Op reacted to MiGueLiT0 in VDI-FREEBSD13-GCC8-9-10-11-MYSQL56   
    se agradece
     
  3. Caca
    Frezi Op reacted to Aztekax in [Python]Cambiador de Equipo   
    a pero si el men m envio por mesenger yo que culpa ni sabia 
  4. Me Gusta
    Frezi Op reacted to 𝗔𝗿𝗲𝘀 in [Python]Cambiador de Equipo   
    Luego tambien aparte me hace gracia porque vas cagando los post de las personas diciendo que tienen backdoor que ya lo testeastes y ahora vienes aca porque no sabes reparar un simple error en python? XD nmms cada dia flipo mas con esta gente
     
  5. Me Gusta
    Frezi Op reacted to 𝗔𝗿𝗲𝘀 in [Python]Cambiador de Equipo   
    Pero tan simple jajajajaja no dejalo que el aprenda solo de igual ami tambien me cago mi post antes de que yo lo borrara por eso no lo ayudare xD
     
  6. Me Gusta
    Frezi Op got a reaction from KiiRo in VDI-FREEBSD13-GCC8-9-10-11-MYSQL56   
    VDI CON SISTEMA OPERATIVO FREEBSD
    PRACTICAMENTE EL FREEBSD ACTUAL LISTO PARA MONTAR FILES METIN
    Cuenta con GCC8 GCC9 GCC10 Y GCC 11
    MYSQL56
    Librerias Actualizadas
    PYTHON38-3..8.13
    LINK DE DESCARGA DEBAJO 
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    user: root
    pssw: dev


    NOTA: EL VDI NO ESTA IMPLEMENTADO POR MI
  7. Me Gusta
    Frezi Op got a reaction from zewojtasi in AutopatchC++   
    No doy soporte de instalación gratuita.
    Pero les dejo los archivos completos 
    la imagen de interface se encuentra en los archivos
    link de descarga :
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
  8. Me Gusta
    Frezi Op got a reaction from kuzma083801 in VDI-FREEBSD13-GCC8-9-10-11-MYSQL56   
    VDI CON SISTEMA OPERATIVO FREEBSD
    PRACTICAMENTE EL FREEBSD ACTUAL LISTO PARA MONTAR FILES METIN
    Cuenta con GCC8 GCC9 GCC10 Y GCC 11
    MYSQL56
    Librerias Actualizadas
    PYTHON38-3..8.13
    LINK DE DESCARGA DEBAJO 
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    user: root
    pssw: dev


    NOTA: EL VDI NO ESTA IMPLEMENTADO POR MI
  9. Sorprendido
    Frezi Op got a reaction from yamano TeaSpeak Forum in Scorpion Dungeon+Quest+mission   
    COMPLETE FILES
    DUNGOEON+QUEST+MISSION 
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
     

  10. Me Gusta
    Frezi Op got a reaction from josepiti1 in AutopatchC++   
    No doy soporte de instalación gratuita.
    Pero les dejo los archivos completos 
    la imagen de interface se encuentra en los archivos
    link de descarga :
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
  11. Me Gusta
    Frezi Op got a reaction from SSentry in AutopatchC++   
    No doy soporte de instalación gratuita.
    Pero les dejo los archivos completos 
    la imagen de interface se encuentra en los archivos
    link de descarga :
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
  12. Me Gusta
    Frezi Op got a reaction from rapopero in AutopatchC++   
    No doy soporte de instalación gratuita.
    Pero les dejo los archivos completos 
    la imagen de interface se encuentra en los archivos
    link de descarga :
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
  13. Me Gusta
    Frezi Op reacted to ALEXANDER2020 in Tutorial de instalación del servidor + FreeBsD   
    Entonces comencemos: 
    primero tenemos que instalar mysql.
    CÓDIGO: SELECCIONAR TODO
    portsnap fetch extract
    CÓDIGO: SELECCIONAR TODO
    cd /usr/ports/databases/mysql55-server
    CÓDIGO: SELECCIONAR TODO
    make WITH_XCHARSET=all install clean
    CÓDIGO: SELECCIONAR TODO
    echo 'mysql_enable="YES"' >> /etc/rc.conf
    CÓDIGO: SELECCIONAR TODO
    cd /var/db/mysql;fetch
    Debes iniciar sesión para ver el contenido del enlace en esta publicación. CÓDIGO: SELECCIONAR TODO
    tar -xzvf 2011er_Datenbank.gz && rm 2011er_Datenbank.gz
    CÓDIGO: SELECCIONAR TODO
    chown -R mysql /var/db/mysql && chgrp -R mysql /var/db/mysql
    CÓDIGO: SELECCIONAR TODO
    /usr/local/etc/rc.d/mysql-server restart
    CÓDIGO: SELECCIONAR TODO
    reboot
    CÓDIGO: SELECCIONAR TODO
    mysql -u root
    CÓDIGO: SELECCIONAR TODO
    grant all on *.* to mt2@"localhost" identified by "metin2";
    CÓDIGO: SELECCIONAR TODO
    grant all on *.* to acces@"%" identified by "parola";

    (En lugar de nombre de usuario y contraseña, escriba el usuario y la contraseña que desea conectar a mysql (navicat))
    CÓDIGO: SELECCIONAR TODO
    exit
    CÓDIGO: SELECCIONAR TODO
     mysqladmin -u root password yourrootsqlpassword

    (en lugar de yourrootsqlpassword escriba una contraseña para el usuario raíz)
    CÓDIGO: SELECCIONAR TODO
    chmod -R 777 /var/db/mysql
    Ahora tenemos que instalar las libs.
    CÓDIGO: SELECCIONAR TODO
    cd /; fetch
    Debes iniciar sesión para ver el contenido del enlace en esta publicación. CÓDIGO: SELECCIONAR TODO
    tar -xzvf lib.tar.gz && rm lib.tar.gz
    CÓDIGO: SELECCIONAR TODO
    cd /usr;fetch
    Debes iniciar sesión para ver el contenido del enlace en esta publicación. CÓDIGO: SELECCIONAR TODO
     tar -xzvf lib.tar.gz && rm lib.tar.gz

    Sigue la instalación del servidor.
    CÓDIGO: SELECCIONAR TODO
    cd /usr && fetch
    Debes iniciar sesión para ver el contenido del enlace en esta publicación. CÓDIGO: SELECCIONAR TODO
    tar -xzvf game2019.tar.gz && rm game2019.tar.gz
    CÓDIGO: SELECCIONAR TODO
    chmod -R 777 /usr/game

    Hay un reinicio y eso fue todo : -!
    CÓDIGO: SELECCIONAR TODO
     reboot
    Para iniciar el servidor, escribirás el siguiente comando:
    CÓDIGO: SELECCIONAR TODO
     cd /usr/game && sh start.sh
    respectivamente para detenerse:
    CÓDIGO: SELECCIONAR TODO
     cd /usr/game && sh close.sh
  14. Me Gusta
    Frezi Op reacted to 【ℛ-𝓝】ℛ𝔂𝓼𝒆 in [SERVERFILES] Ottoman2   
    MariaDB: 10.3
    GCC: 8
    Descargas: Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    Libs: Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    FreeBSD Recomendada: Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    Instalación de MariaDB:
    pkg remove mysql55-server
    pkg remove mysql55-client
    pkg install mariadb103-server

    Cerrar los paquetes con Python 2.7.18.
  15. Me Gusta
    Frezi Op got a reaction from Haar2 in AutopatchC++   
    No doy soporte de instalación gratuita.
    Pero les dejo los archivos completos 
    la imagen de interface se encuentra en los archivos
    link de descarga :
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
  16. Caca
    Frezi Op reacted to Aztekax in [Python]Cambiador de Equipo   
    no va el sistema me da estos errores estoy bien ese .py me voto eso 

    Debes iniciar sesión para ver el contenido del archivo adjunto en esta publicación.
  17. Gracias
    Frezi Op got a reaction from DaksaM in AutopatchC++   
    No doy soporte de instalación gratuita.
    Pero les dejo los archivos completos 
    la imagen de interface se encuentra en los archivos
    link de descarga :
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
  18. Me Gusta
    Frezi Op got a reaction from Richard Bajkai in Replica de Web Metin2 y Shop .es   
    THE SHOP AND WEBSITE WORK PERFECTLY

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
  19. Me Gusta
    Frezi Op got a reaction from JohnTonS in AutopatchC++   
    No doy soporte de instalación gratuita.
    Pero les dejo los archivos completos 
    la imagen de interface se encuentra en los archivos
    link de descarga :
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
  20. Me Gusta
    Frezi Op got a reaction from Vex in AutopatchC++   
    No doy soporte de instalación gratuita.
    Pero les dejo los archivos completos 
    la imagen de interface se encuentra en los archivos
    link de descarga :
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
  21. Haha
    Frezi Op reacted to 𝗔𝗿𝗲𝘀 in Replica de Web Metin2 y Shop .es   
    xD Que sabras y mas teniendo 3 meses de experiencia xD. Incluso como dice Frezi si no sabes quitar el bloqueo de un pj vas a saber de paginas web xDDDDDDDDDD
     
  22. Me Gusta
    Frezi Op got a reaction from Onur in Scorpion Dungeon+Quest+mission   
    COMPLETE FILES
    DUNGOEON+QUEST+MISSION 
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
     

  23. Me Gusta
    Frezi Op got a reaction from Tudy96 in Scorpion Dungeon+Quest+mission   
    COMPLETE FILES
    DUNGOEON+QUEST+MISSION 
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
     

  24. Me Gusta
    Frezi Op got a reaction from Papi.Hernan n in WEBS   
    LES COMPARTO ESTE SET DE BONITAS WEBS DEJEN SU LIKE 
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.

  25. Me Gusta
    Frezi Op reacted to TTV_RANDARON in VDI Listo para Metin2   
    Especificaciones de la máquina virtual
    1 GB de RAM (aumente como desee desde la configuración del hipervisor)
    intercambio de 4 GB
    HDD 6.16G - utilizado por la instalación: 2.57G (Sistema de archivos ZFS, ampliable en caliente en cualquier momento)
    Sistema operativo: FreeBSD 10.3-RELEASE (GENERIC) 64bit

    Software instalado
    Los principales software instalados son:
    MariaDB 10.1 (Fork MySQL, 100% compatible con metin2)
    Compatibilidad con las versiones 9.x, 4.x y 7.x de FreeBSD
    Bibliotecas de 32 bits
    Webmin (panel de control web para la administración)
    Bash (shell básico para linux)
    Pescado (concha fácil de usar)
    gcc49 (software para compilar fuentes)
    rsync (copia avanzada de archivos, incluso remota)
    IPFilter (software Advanced Firewall, fácil de usar GUI a través de webmin, reglas ya configuradas)
     
    Aquí está la lista completa de todos los paquetes instalados (instalación a través de puertos)
    root@iltizioservice_demo ~# pkg info
    argp-standalone-1.3_2 Standalone version of arguments parsing functions from GLIBC
    autoconf-2.69_1 Automatically configure source code on many Un*x platforms
    autoconf-wrapper-20131203 Wrapper script for GNU autoconf
    automake-1.15_1 GNU Standards-compliant Makefile generator
    automake-wrapper-20131203 Wrapper script for GNU automake
    bash-4.3.46_1 The GNU Project's Bourne Again SHell
    binutils-2.27_3,1 GNU binary tools
    bison-2.7.1,1 Parser generator from FSF, (mostly) compatible with Yacc
    ca_root_nss-3.26 Root certificate bundle from the Mozilla Project
    cmake-3.6.2 Cross-platform Makefile generator
    cmake-modules-3.6.2 Modules and Templates for CMake
    compat4x-i386-5.3_11 Convenience package to install the compat4x libraries
    compat7x-amd64-7.4.704000.201310.1 Convenience package to install the compat7x libraries
    compat9x-amd64-9.3.903000.20160608 Convenience package to install the compat9x libraries
    curl-7.50.3 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
    dialog4ports-0.1.6 Console Interface to configure ports
    expat-2.2.0 XML 1.0 parser written in C
    fish-2.3.1 User friendly command line shell
    gcc-ecj-4.5 Eclipse Java Compiler used to build GCC Java
    gcc49-4.9.4 GNU Compiler Collection 4.9
    gettext-runtime-0.19.8.1 GNU gettext runtime libraries and programs
    gettext-tools-0.19.8.1 GNU gettext development and translation tools
    glib-2.46.2_3 Some useful routines of C programming (current stable version)
    gmake-4.2.1_1 GNU version of 'make' utility
    gmp-5.1.3_3 Free library for arbitrary precision arithmetic
    help2man-1.43.3_1 Automatically generating simple manual pages from program output
    indexinfo-0.2.5 Utility to regenerate the GNU info page index
    ipmitool-1.8.17_1 CLI to manage IPMI systems
    jsoncpp-1.7.3 JSON reader and writer library for C++
    libarchive-3.2.1,1 Library to create and read several streaming archive formats
    libffi-3.2.1 Foreign Function Interface
    libiconv-1.14_9 Character set conversion library
    liblz4-131 LZ4 compression library, lossless and very fast
    libstatgrab-0.91 Provides a useful interface to system statistics
    libtool-2.4.6 Generic shared library support script
    libxml2-2.9.4 XML parser library for GNOME
    localedata-5.4_2 Legacy locale data for FreeBSD 6+
    lzo2-2.09 Portable speedy, lossless data compression library
    m4-1.4.17_1,1 GNU m4
    mariadb101-client-10.1.17 Multithreaded SQL database (client)
    mariadb101-server-10.1.17 Multithreaded SQL database (server)
    mpc-1.0.3 Library of complex numbers with arbitrarily high precision
    mpfr-3.1.4 Library for multiple-precision floating-point computations
    muse-0.2 Shows memory usage data
    p5-Authen-PAM-0.16_2 Perl interface to the PAM library
    p5-IO-Tty-1.12_1 Flexible I/O Perl5 module that allows manipulation of pseudo-TTYs
    p5-Locale-gettext-1.06 Message handling functions
    p5-Net-SSLeay-1.78 Perl5 interface to SSL
    patch-2.7.5 GNU patch utility
    pcre-8.39 Perl Compatible Regular Expressions library
    perl5-5.20.3_15 Practical Extraction and Report Language
    pkg-1.8.7_3 Package manager
    pkgconf-1.0.1 Utility to help to configure compiler and linker flags
    py27-Babel-2.3.4 Collection of tools for internationalizing Python applications
    py27-Jinja2-2.8 Fast and easy to use stand-alone template engine
    py27-MarkupSafe-0.23 Implements XML/HTML/XHTML Markup safe string for Python
    py27-alabaster-0.7.6 Modified Kr Sphinx theme
    py27-docutils-0.12 Python Documentation Utilities
    py27-imagesize-0.7.1 Python image size library
    py27-pygments-2.1.3 Syntax highlighter written in Python
    py27-pystemmer-1.3.0_1 Snowball Stemming Algorithms for Information Retrieval
    py27-pytz-2016.6.1,1 World Timezone Definitions for Python
    py27-setuptools27-23.1.0 Python packages installer
    py27-six-1.10.0 Python 2 and 3 compatibility utilities
    py27-snowballstemmer-1.2.0_1 Snowball stemming library collection for Python
    py27-sphinx-1.4.6_1 Python documentation generator
    py27-sphinx_rtd_theme-0.1.9 Mobile-friendly py-sphinx theme
    python2-2_3 The "meta-port" for version 2 of the Python interpreter
    python27-2.7.12 Interpreted object-oriented programming language
    python3-3_3 The "meta-port" for version 3 of the Python interpreter
    python34-3.4.5 Interpreted object-oriented programming language
    rsync-3.1.2_5 Network file distribution/synchronization utility
    scons-2.5.0 Build tool alternative to make
    webmin-1.810 Web-based interface for system administration for Unix
    xe-guest-utilities-6.2.0_2 FreeBSD VM tools for Citrix XenServer and XCP
    xen-guest-tools-4.6.1 Xen tools within FreeBSD domU
    xinetd-2.3.15_2 Replacement for inetd with better control and logging
    yajl-2.1.0 Portable JSON parsing and serialization library in ANSI C
    zip-3.0_1 Create/update ZIP files compatible with PKZIP
    Accesos
    Se han configurado todas las utilidades necesarias, servidor mysql y servidor ssh para conectarse desde el exterior:
    SSH, SFTP (Putty, WinSCP): id root password: iltizioservice
    Remote MariaDB (Navicat, mysql): id root password: iltizioservice
    Local MariaDB (gameserver): id: contraseña del juego: iltizioservice
    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
×
×
  • Crear nuevo...