• 01-10-2010, 17:35:03
    #1
    Üyeliği durduruldu
    arkadaşlar merhaba benim bir kaç sorum olacak sizlere

    1. sorum
    ssh ile giriş yaptığımda

    -bash-3.2#
    böyle yazıyor bu normal mi normalde root@server vs gibi yazması lazım değil mi ?


    2. sorum ise

    cpanel kuramıyorum sh latest yaptığımda
    Fatal! Perl must be installed before proceeding!
    bu hatayı alıyorum perl nasıl kuracam

    şimdiden sağolun
  • 01-10-2010, 17:38:34
    #2
    sunucuoptimizasyon.com
    Herşey yazabilir çok problem edilecek bir durum değil.
    İkinci sorununuz ise sunucuda perl yüklü olmaması. yum update çalıştırın.
  • 01-10-2010, 17:39:18
    #3
    Üyeliği durduruldu
    yum update yaptım

    -bash-3.2# yum update
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    * addons: yum.singlehop.com
    * base: yum.singlehop.com
    * extras: mirrors.gigenet.com
    * updates: ftp.linux.ncsu.edu
    Setting up Update Process
    No Packages marked for Update
  • 01-10-2010, 17:44:32
    #4
    sunucuoptimizasyon.com
    İşletim sistemi nedir?
  • 01-10-2010, 17:45:03
    #5
    Üyeliği durduruldu
    centos 5.5
  • 01-10-2010, 17:48:54
    #6
    Üyeliği durduruldu
    yum install perl yaptım kurdu yinede allah razı olsun senden Elazığlı168
  • 21-11-2010, 13:01:53
    #7
    PerL adlı üyeden alıntı: mesajı görüntüle
    arkadaşlar merhaba benim bir kaç sorum olacak sizlere

    1. sorum
    ssh ile giriş yaptığımda

    -bash-3.2#
    böyle yazıyor bu normal mi normalde root@server vs gibi yazması lazım değil mi ?
    Aslında alısılmısın dısında.. SSH hesapları acıyorsanız dizinleride gostermeyecektir..

    Düzeltmek için;


    pico .bashrc
    içersine aşşağıda verdiğim konu yapıştır
    Code:
    # .bashrc

    # Source global definitions
    if [ -f /etc/bashrc ]; then
    . /etc/bashrc
    fi

    # User specific aliases and functions

    burayı kaydet

    pico .bash_profile
    içersine gir boş bi ekran gelicek buraya aşşağıdaki konu yapıştır


    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi

    # User specific environment and startup programs

    PATH=$PATH:$HOME/bin

    export PATH

    Kaydet ve çık.. Bu işlemi SSH hesaplarınada uygulaman gerekmekte..