Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

kako da pokrenem ovaj fajl?

[es] :: Linux :: kako da pokrenem ovaj fajl?

Strane: 1 2

[ Pregleda: 7820 | Odgovora: 27 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Mitrović Srđan
bloodzero
Freelance
Majur //: Šabac

Član broj: 10261
Poruke: 2800
62.108.108.*

Sajt: freeshell-reviews.com


+4 Profil

icon Re: kako da pokrenem ovaj fajl?04.01.2007. u 22:15 - pre 210 meseci
RTFM

On POSIX-compliant and UNIX systems, this stands for setuid on execution or setgid on execution permission.
Tony Melendez:
http://video.google.com/videoplay?docid=-
3819862628517136815&q=tony+melendez

NIKADA NE UZIMATI HOSTING NA GO DADDY!


 
Odgovor na temu

time

Član broj: 41765
Poruke: 974
217.169.219.*



+2 Profil

icon Re: kako da pokrenem ovaj fajl?04.01.2007. u 23:46 - pre 210 meseci
jos samo da pitam ako je instalacija sh et-linux-2.60.x86.run kako se vrse ununstal?
 
Odgovor na temu

VRider
Marković Damir
(BGD/SD Karaburma)/Pirot

Član broj: 1510
Poruke: 4132
*.maksnet.net.

Jabber: damirm | gmail | com
ICQ: 134002435


+13 Profil

icon Re: kako da pokrenem ovaj fajl?05.01.2007. u 11:07 - pre 210 meseci
Kako se instalacija svodi na raspakivanje arhive (u /opt ili /usr/local), i pravljenje jednog soft linka do nekog bin direktorijuma, uninstall se svodi na brisanje toga. Eventualno, u direktorijumu gde si instalirao igru, imas i uninstall, koji naravno pokrenes.
JaFreelancer.com
 
Odgovor na temu

time

Član broj: 41765
Poruke: 974
217.169.219.*



+2 Profil

icon Re: kako da pokrenem ovaj fajl?05.01.2007. u 13:10 - pre 210 meseci
znaci ako sam dobro shvatio to ide ovako:) sve sto igra ima jeste /usr/local/games/enemy-territory i NISTA vise na mom kompu?
izludjuje me pomisao na to da nesto moze da mi zaostane posle brisanja tog foldera:( volim da bar prividno imam kontrolu nad situacijom;)

pozdrav!
 
Odgovor na temu

VRider
Marković Damir
(BGD/SD Karaburma)/Pirot

Član broj: 1510
Poruke: 4132
*.maksnet.net.

Jabber: damirm | gmail | com
ICQ: 134002435


+13 Profil

icon Re: kako da pokrenem ovaj fajl?05.01.2007. u 13:24 - pre 210 meseci
Kucaj jos i "which ime_programa" da vidis gde je napravio link (verovatno u /usr/bin ili /usr/local/bin), pa brisi i njega.
JaFreelancer.com
 
Odgovor na temu

time

Član broj: 41765
Poruke: 974
217.169.219.*



+2 Profil

icon Re: kako da pokrenem ovaj fajl?05.01.2007. u 13:32 - pre 210 meseci
Citat:
which et
/usr/local/bin/et


jel to sve?
 
Odgovor na temu

VRider
Marković Damir
(BGD/SD Karaburma)/Pirot

Član broj: 1510
Poruke: 4132
*.maksnet.net.

Jabber: damirm | gmail | com
ICQ: 134002435


+13 Profil

icon Re: kako da pokrenem ovaj fajl?05.01.2007. u 16:55 - pre 210 meseci
Malo li je na ovu skupocu?
JaFreelancer.com
 
Odgovor na temu

time

Član broj: 41765
Poruke: 974
217.169.219.*



+2 Profil

icon Re: kako da pokrenem ovaj fajl?05.01.2007. u 23:45 - pre 210 meseci
evo novog "problema". skinuo sam hamachi sa net-a.instalirao sam ga po uputstvu i radi ok.e sada mene zanima kako se radi uninstal?
ovo je readme file
Citat:
hamachi-0.9.9.9-linux
=====================

Hamachi is a zero-configuration virtual private networking tool.

http://hamachi.cc

Quick Start

Run 'make install' and then 'tuncfg' from under the root account

Run 'hamachi-init' to generate crypto identity (any account).

Run 'hamachi start' to launch Hamachi daemon.

Run 'hamachi login' to put the daemon online and to create an account.

Run 'hamachi join <network>' to join the network.

Run 'hamachi go-online <network>' to go online in the network.

Run 'hamachi list' to list network members and their status.

Requirements & Privileged Access

Hamachi requires TUN/TAP device driver to create and manage virtual
network interface. If you have /dev/net/tun file, you are all set.
Otherwise visit the following page for more information -

http://hamachi.cc/tuntap

Unless you are planning to use Hamachi exclusively from under the
root account, you will need to run 'tuncfg' daemon. This daemon
encapsulates all root-level functionality required by Hamachi and
it must be running prior to launching Hamachi itself.

Tuncfg is distributed in a source code under the BSD license. You
can find the source code in ./tuncfg directory of this distribution.

Running 'make install' automatically builds tuncfg and installs it
in /sbin folder. If you would prefer to install it in altervative
directory, modify ./Makefile accordingly.

Installation

Hamachi Linux client comes as a single executable binary (hamachi)
compiled for the platform of your choice. This binary includes the
daemon, the control application and the setup utility.

To install hamachi in /usr/bin run the following command from under
the root account

make install

Once installed you must run 'tuncfg' daemon with root privileges -

sudo /sbin/tuncfg

or if you don't have sudo -

su - ; /sbin/tuncfg; exit

Hamachi requires one time initialization (per Linux user account).
This step generates cryptographic key pair and creates ~/.hamachi
directory where Hamachi stores the keys, the configuration and the
state. To perform this initialization run

./hamachi-init

Running Hamachi

Running Hamachi involves starting it as a background process and
then controlling this process from the command line. To launch
Hamachi daemon run -

./hamachi start

To stop the daemon run -

./hamachi stop

Running hamachi without an argument displays daemon's status -

version : hamachi-lnx-0.9.9.9
pid : 956
status : logging in
nickname : buddy

When run for the first time the daemon stays offline. To bring
it online run -

./hamachi login

To bring it back offline use -

./hamachi logout

Note that the daemon remembers its state when it is shutdown with
'stop' command. So if its state was online, it will automatically
go online when started next time. If it was offline, it will stay
offline.

Network Operations

Once logged in, you can join the networks using 'hamachi join'
command. You will be prompted for the password if it is required.

You may also create your own networks using 'hamachi create'. You
will become an owner of any networks that you create and only you
will be able to destroy these networks with 'hamachi delete' command.

With 'hamachi evict' you can remove unwanted members from the networks
that you own.

Note that you will stay offline in the network after you create or
join it. To go online in the network use 'hamachi go-online' command.

Two other commands 'hamachi go-offline' and 'hamachi leave' reverse
the effect of the first two.

Note again that the daemon remembers your network state. If you
logout or shutdown the daemon while being online in a network, the
daemon will automatically put you back online in it on the next logon.

Listing Peers

To view the list of all networks and their members run -

./hamachi list

Network names are enclosed in square brakets. The asterisk (*) in
front of the network name means that you are online in this network.

* [homelan]
* 5.0.0.15
x 5.0.0.16 ronny
5.0.0.17 bubba
* 5.0.0.18 zhopa 10.0.0.100:45634

Underneath the network there is a peer list. Online peers will have
their IP address prefixed by an asterisk (*) or an (x).

(*) means that the tunnel to the peer is either being established or
ready. In latter case, peer's tunnel address will be shown on the
right side of the list.

(x) means that the peer in unreachable, ie the mediation server failed
to establish p2p tunnel between you and the peer.

If peer's nickname is known, it will be shown too. To retrieve peers'
nicks use 'hamachi get-nicks' command.

Miscellaneous

You can also change your own nick by using 'hamachi set-nick' command.
If you are online, the change will occur immediately. Otherwise new
nick will be remembered and the change will occur at the next login.


========================================================================
Copyright (c) 2004-2006, Applied Networking Inc. All rights reserved.



da li sam ja toliko lood:( zar im je bio problem da napisu kako se uklanja i gde se instalirao?

da li ovo da smatram za odgovor?
Citat:
Running 'make install' automatically builds tuncfg and installs it
in /sbin folder. If you would prefer to install it in altervative
directory, modify ./Makefile accordingly.


nasao sam u /usr/bin fajl hamachi. da li je dovoljno samo njega obrisati?ako se samo brise sta ce biti sa uredjajem ham0 ?
mnogo mi deinstaliranje programa zagorcava zivot:(
 
Odgovor na temu

[es] :: Linux :: kako da pokrenem ovaj fajl?

Strane: 1 2

[ Pregleda: 7820 | Odgovora: 27 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.