Results 1 to 2 of 2
i downloaded a debian based http-tunnel software ....................i installed it ok the package managers show it " installed- ok " but i dont know how to run it it didnt ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-30-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 12
how to run......
i downloaded a debian based http-tunnel software ....................i installed it ok the package managers show it " installed- ok " but i dont know how to run it it didnt make any shortcuts icons or any thing ........................i am an extreme linux newbie ................help would be appreciated ........................i dont do good in installing apps at linux ............................/usr/share/doc/mozilla/usr/share/doc/mozilla-browser/localstart.html-browser/localstart.html
- 07-30-2006 #2Linux Newbie
- Join Date
- Dec 2004
- Location
- Portland, OR
- Posts
- 123
executables should be installed to /usr/bin. if you cd /usr/bin; ls -la; there will probably be too much stuff to sort through. so ls *string* where string is something you think might be in the name of the executable. once youve found it, simply ./nameofexecutable. you may need to chmod it first so you have executable permission for your username.


Reply With Quote
