Header Ads

FreeBSD kurarken kullanılan komutlar

 

root@localhost:~ # history
     1  21:59   poweroff
     2  22:01   pkg update -f
     3  22:01   portsnap fetch extract
     4  22:15   cd /usr/ports/devel/subversion && make install clean BATCH=yes
     5  23:58   cd /usr/ports/lang/gcc8 && make install clean BATCH=yes
     6  7:56    cd /usr/ports/devel/gdb && make install clean BATCH=yes
     7  11:07   cd /usr/ports/devel/makedepend && make install clean BATCH=yes
     8  11:10   cd /usr/ports/misc/compat7x && make install clean BATCH=yes
     9  11:10   cd /usr/ports/misc/compat9x && make install clean BATCH=yes
    10  11:10   cd /usr/ports/misc/compat11x && make install clean BATCH=yes
    11  11:10   cd /usr/ports/devel/boost-all && make install clean BATCH=yes
    12  11:13   poweroff
    13  11:17   cd /usr/ports/devel/llvm/ && make install clean BATCH=yes
    14  13:33   poweroff
    15  13:39   cd /usr/ports/graphics/devil && make install clean BATCH=yes
    16  13:51   cd /usr/ports/security/cryptopp && make install clean BATCH=yes
    17  14:04   history
    18  14:05   cd /usr/ports/security/openssl && make install clean BATCH=yes
    19  14:12   cd /usr/ports/lang/python27 && make install clean BATCH=yes
    20  14:14   poweroff
    21  20:20   history
root@localhost:~ #
root@localhost:~ #

1 yorum:

  1. Server Files Game ve Mysql Dosyalarını silme:
    cd /usr
    rm -rf game
    rm -rf home
    cd /var/db
    rm -rf mysql

    Server Files Dosyaları Kurma:
    Game Dosyası = cd /usr - tar zxvf game.tar.gz
    Mysql Dosyası = cd /var/db - tar zxvf mysql.tar.gz
    Oyunu Başlatma = cd /usr/game - sh admin_panel.sh veya sh start.sh

    cd /usr/home sh start.sh


    tre ---- koyma - komut yazarken

    tar zxvf game.tgz
    tar zxvf mysql.tgz


    hostname="freebsd12"
    ifconfig_em0="inet 192.168.0.10 netmask 255.255.255.0"
    ifconfig_em0_ipv6="inet6 accept_rtadv"
    sshd_enable="YES"
    # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
    dumpdev="AUTO"



    ee /etc/ssh/sshd_config

    ee /etc/ssh/sshd_config

    PermitRootLogin yes
    PasswordAtentication yes

    FreeBSD

    configurasyonu

    ssh login ve diğerindeki "#"

    # karakterleri silinecek..

    AÇ FTP

    vi /etc /rc.conf

    satır ekle

    ftpd_enable="YES"

    wq

    /etc/rc.d/ftpd start


    su update
    pkg update
    pkg


    mysql kurulumu

    mysql şifresi



    ee /etc/ssh/sshd_config

    permit root login yes "#" karakterleri silinecek iki satır
    atentication password yes

    AÇ FTP

    vi /etc/rc.conf

    ee /etc/rc.conf

    satır ekle

    sshd_enable="YES"
    ssh_enable="YES"
    ftp_enable="YES"
    ftpd_enable="YES"

    mysqL_enable"YES"

    /etc/rc.d/ftpd start


    SERVERİ BAŞLATMA KOMUTU
    sh start.sh

    tar ve tgz DOSYA KURMA komutu

    cd /usr tar zxvf game.tgz

    bu komutlara dikkat et

    CH CONF dosyaları varsa ip adreslerini ayarla

    Konsolda Türkçe klavye kullanmak istiyorsak yapmamız aşağıdakileri yapıyoruz.

    /etc/rc.conf dosyasını editör ile açıp;


    keymap=tr.iso9.q #/usr/share/sysconf/keymap/tr.iso9.q.kbd
    font8×16=iso09-8×16 # /usr/share/sysconf/fonts/iso09-8×16.fnt

    YanıtlaSil

Blogger tarafından desteklenmektedir.