Close
Duke shfaqur rezultatin -9 deri 0 prej 7
  1. #1
    mos e luaj; I DEBUAR! Maska e qoska
    Anėtarėsuar
    17-05-2004
    Vendndodhja
    tirane
    Postime
    837

    Sa veta perdorin Solaris

    Solaris eshte nga te paktet versione te UNIX te mbetura (komerciale) qe ploteson shume nga standartet e UNIX(r) si Unix'98, POSIX e disa te tjera se fundi u shtua dhe Trusted Computing dhe po behet goxha interesante sidomos nese i percjell keto ndryshime tek varianti i tij open-source opensolaris i cili po shqyrtohet nga Google(r) per te zevendesuar serverat e tij te pafund, aktualisht Linux/BSD-OS.
    Sic duket open-source po revulocianizon boten dhe menyren se si programuesit duhet te ideojne menyren e programeve bazuar ne client/server ne thin-client/thick-server te cilen disa variante te OS ne fillimet e tyre tentuan te realizonin plus shtesat Real-Time me daljen e VoIP ne treg.

  2. #2
    Texas Ranger Maska e Clauss
    Anėtarėsuar
    19-06-2003
    Vendndodhja
    Athens
    Postime
    1,483
    une perdor solaris 8/9. jane mushka te verteta si OS. por me duket se ne 10 eshte afruar shume me GNU, shume gnu like . me cfare kam lexuar se nuk e kam provuar 10.
    You were meant for me. Perhaps as a punishment.

  3. #3
    mos e luaj; I DEBUAR! Maska e qoska
    Anėtarėsuar
    17-05-2004
    Vendndodhja
    tirane
    Postime
    837
    Solaris 10 eshte e vertete qe po afrohet me GNU por vetem nga ana grafike pasi ata kane filluar te shperndajne dhe X.org me te bashke me te famshim CDE .
    \Ky eshte i vetmi ndryshim !

    Per te tjerat 10 ka dhe ZFS, i papare si FS, si dhe disa optimizime ne Zones dhe keto te papara pasi eshte virtualizmi i instaluar "by default" ne OS.

    Per te tjerat e paske pare vete!

  4. #4
    Texas Ranger Maska e Clauss
    Anėtarėsuar
    19-06-2003
    Vendndodhja
    Athens
    Postime
    1,483
    e nuk eshte ky i vetmi ndryshim o goska jo. eshte dhe forte, eshte dhe tar, eshte dhe zlib, eshte dhe top-i qe te genjen sy-me-sy dhe te tjera qe sme vine tani.
    per nje qe vjen nga linux eshte pak e cuditshme si faze. anyway, cdo gje mesohet.
    happy compiles everyone!
    You were meant for me. Perhaps as a punishment.

  5. #5
    i/e larguar
    Anėtarėsuar
    30-05-2004
    Vendndodhja
    Ministria e Mbrojtjes Se Republikes Demokratike te Shqiperise
    Postime
    1,499
    Citim Postuar mė parė nga qoska
    Solaris eshte nga te paktet versione te UNIX te mbetura (komerciale) qe ploteson shume nga standartet e UNIX(r) si Unix'98, POSIX e disa te tjera se fundi u shtua dhe Trusted Computing dhe po behet goxha interesante sidomos nese i percjell keto ndryshime tek varianti i tij open-source opensolaris i cili po shqyrtohet nga Google(r) per te zevendesuar serverat e tij te pafund, aktualisht Linux/BSD-OS.
    solaris eshte nr.1 me pelqen por po ju jap .login dhe .cshrc shell sources, nya sme duhen me kam lene zanatin. 453 dite uptime. figura me poshte!


    Kodi:
    # .cshrc file for C shell for students
    
    setenv LD_LIBRARY_PATH "/opt/SUNWspro/SC2.0.1:$OPENWINHOME/lib" 
    setenv MANPATH "/opt/SUNWspro/man:/usr/lang/man:/usr/man:/usr/local/man:usr/openwin/man"
    setenv H_SPELL "/dev/null"
    set filec
    set cdpath=( ~ )
    set lpath = ()
    
    set ignoreeof
    set notify
    
    set path = ($lpath /usr/local/bin /opt/SUNWspro/bin /usr/ucb /bin /usr/bin  )
    set path = ($path  /usr/openwin/bin/xview /usr/openwin/bin )
    set path = ($path  ${HOME}/bin /usr/ccs/bin .)
    set path = ($path /opt/matlab5/bin)
    set path = ($path /usr/sbin)
    set path = ($path ~/bin)
    set path = ($path ~/lib)
    set path = ($path ~/share)
    set path = ($path ~/etc)
    set path = ($path ~/scripts)
    set path = ($path /usr/local)
    set path = ($path /usr/local/samba)
    set path = ($path /usr/local/samba/bin)
    set path = ($path /usr/sbin)
    set path = ($path /sbin)
    
    # kernel compiled tmp
    set path = ($path ~/ctmp)
    
    ### tmp
    set TMPDIR = (~/tmp)
    set TMP = (~/tmp)
    
    #dispkay prompt
    
    alias setprompt 'set prompt="${cwd}% "'
    setprompt
    alias cd 'chdir \!* && setprompt'
    
    setenv OPENWINHOME /usr/openwin
    setenv VISUAL pico
    setenv EDITOR pico
    
    alias cls       'clear'
    alias l         ls -F
    alias ls        ls -F
    alias ll        'ls -l'
    alias cp        'cp -i'
    alias mv        'mv -i'
    alias dir	'ls -al'
    alias rm        'rm -i'
    alias mail Mail
    alias man       'man -F '
    alias df        'df -F ufs'
    
    #make sure every file created gets 700 permission
    umask 077
    limit coredumpsize 0
    setenv EXPERT 0
    
    # avoid stupid tlak/ntalk messages
    mesg n
    setenv filec
    set history=100 savehist=200
    Kodi:
    # .login file for students
    # trick not to display motd every time to work with telnet
    
    set files=(`ls -t /etc/motd ~/.motd_date_control_file`)
    
    if ( $files[1] == /etc/motd ) then
    cat /etc/motd
    touch ~/.motd_date_control_file
    endif
    
    unset files
    
    clear
    
    echo " "
    echo " "
    echo -n " SunOS 5.9 - Machine was *started* on: "
    who -b | awk '{print $4,$5,$6}'
    echo -n " Machine has been *up* and *running* for: "
    uptime | awk '{print $3,$4}'
    echo " "
    
    #XWindow trick for ssh and tenet
    echo -n " X-display now: "
    who am i | awk '{print $6}' | sed 's/(//g' | sed 's/)//g'
    setenv DISPLAY `who am i | awk '{print $6}' | tr -d "()"`:0.0
    echo " "
    
    echo -n " -> You were here (ago) on: "
    last YOURNAME |grep "(" |head -1 | awk '{print $4 ", " $5 " " $6 " on " $7 " [:+:]\n -> You were : " $10 " hrs/minutes logged in\n -> You Last Logged from: " $3 " host [:: ring a bell? ::]"'}
    
    echo -n " -> Current Nr. Users logged in is: "     
    who | wc -l | sed 's/ //g'
    
    echo " "
    echo -n " -> date & time now is: "
    date
    echo " "
    echo " zdravo! kako je sam?"
    echo " "
    Fotografitė e Bashkėngjitura Fotografitė e Bashkėngjitura  

  6. #6
    i/e larguar
    Anėtarėsuar
    30-05-2004
    Vendndodhja
    Ministria e Mbrojtjes Se Republikes Demokratike te Shqiperise
    Postime
    1,499
    harro .login & .cshrc punojne relativisht ok po ashtu ne linux.
    mbani mend C shell.

  7. #7
    ish- Ballisti_Tetove Maska e Cimo
    Anėtarėsuar
    11-12-2004
    Postime
    2,441

    CSH programming is considered harmful

    Citim Postuar mė parė nga Alket123
    harro .login & .cshrc punojne relativisht ok po ashtu ne linux.
    mbani mend C shell.
    Ugh.. cshell?
    tcshell --- mayyybe po jo cshell

    lexo kete artikull mbi cshell:

    http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/

    (/me uses zsh)

Tema tė Ngjashme

  1. Njė miliard njerėz pėrdorin internetin
    Nga YlliRiaN nė forumin Lajme nga informatika
    Pėrgjigje: 0
    Postimi i Fundit: 26-01-2009, 08:00
  2. Opsionet e instalimit pėr Solaris 10
    Nga endri81 nė forumin Pėrdoruesit e Unix
    Pėrgjigje: 1
    Postimi i Fundit: 04-11-2006, 13:30
  3. Open Solaris
    Nga qoska nė forumin Pėrdoruesit e Unix
    Pėrgjigje: 0
    Postimi i Fundit: 28-07-2005, 08:10
  4. Sa veta perdorin UNIX dhe njojhin C
    Nga qoska nė forumin Pėrdoruesit e Unix
    Pėrgjigje: 1
    Postimi i Fundit: 16-06-2004, 11:28

Regullat e Postimit

  • Ju nuk mund tė hapni tema tė reja.
  • Ju nuk mund tė postoni nė tema.
  • Ju nuk mund tė bashkėngjitni skedarė.
  • Ju nuk mund tė ndryshoni postimet tuaja.
  •