|
I do not have root access on the host machine. (no php installed)
I have a guest virtual machine running a local server and database. (I do not have any login access to this machine)
I need to access the guest machine database from the host machine.
Started by AndrewWasHere on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Then you should be able to access the database on port 5432 using the IP address of the virtual.
|
|
Is there Any latest linux distro which gives full root access ( NO SUDO ) ? I want to use it for programming in which I have to use / file system very frequently.
What I need is any good linux distro with Nice Installer like Synaptic and Fast Bootup speed...
Started by Sunny Shah on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Permanently....
Settings :
sudo su -
fedora offer full root access by typing
su
Or you can use your debian basedBecoming root for one session: In Ubuntu you can become root for the remainder of the session and related reading.
|
|
I want to add new user and have/grant that new user to have all the root access, how can I do that ?
I did sudo adduser --system testuser but this is not working as I expected.
Thanks for help.
Started by seg.server.fault on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
This has the same effect for file access but it creates other issues; programs will notice you are not user root and refuse to run, but you will gain access to files that belong root access....
To the root group.
|
Ask your Facebook Friends
|
I have a svn repository on a server that i access through svn+ssh. i have only user access (not root) and i cannot install mod_dav.
is there a way to configure multiple user access (ie. with multiple ssh keys) to the svn repository without giving the ...
Started by gpilotino on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Ways to access subversion:
Via apache svnserve svnserve over SSH http://svnbook.red-bean.com/en/1.5 repository to somewhere else or not give people access..
|
|
I have configured anonymous access on a SharePoint site for "Lists and Libraries". I then enable anonymous access to the individual lists/libraries as per my requirements.
This works great, but I cannot access the root site URL where I expect to be redirected...
Started by Jonny on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You need to enable Anonymous access on the Pages library so that you have access.
|
|
I'd like to allow certain users to su to another user account without having to know that account's password, but not allow access to any other user account (i.e. root).
For instance, I'd like to allow Tom the DBA to su to the oracle user, but not to ...
Started by gharper on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
If you want to become a full root user with a shell, then 'sudo -i' works just fine, why.
Add to your /etc/sudoers something like -i', that's all.
The root or tomcat password, they cannot change to that user.
|
|
There is a previous question:
Should we disable the root user?
Most people against the this possibility were saying you will need it and you will be in big trouble if you don't have.
I don't think is a real reason, there is plenty of way to avoid single...
Started by Fleole on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at serverfault):
Disable remote access entirely, or only allow SSH via key authentication require root....
Then I will probably need the root access for some administrative task at some point or another, simply because the 'root' account.
|
|
I am wondering when hosts say they give you root access over ssh what does this mean?
Does it mean that you can log in using only command line?
Or can you use the gnome desktop (or whichever your preference) over vnc or some other remote access?
Also,...
Started by Ke on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
By default 99% of server providers will just give you command-line access or VNC to display the GUI environment, though....
Most of the time, they provide this via a remote ssh terminal .
That they give you full root access to your system.
|
|
Posted 28 December 2010 - 12:07 PM
Permanent Root Solution
This has been proven to work!
On the MID816 forum, quantumfusion posted a solution for permanent root access that he said worked on his device. THANKS!
Here is the link to the files you need: ...
Started by MrTasselhof on
, 20 posts
by 5 people.
Answer Snippets (Read the full thread at slatedroid):
What is this for?? .....
What i can do with this..
What is this for?? ...
Posted 28 December 2010 - 12:52 PM
this root & un-root access...
|
|
I have a program running as root on Linux, talking to a tty (actually an LCD implemented as a tty). The device for what it's worth is /dev/ttyUSB0. I'd like to have my program that writes to this device be able to have exclusive access to the device, ...
Started by Chris Markle on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Perhaps if you said more about what else was grabbing the device, or what you in mind that any solution you come up with... .
Always.
Perhaps this discussion on LKML: [TTY] exclusive mode question can help you!
Answer: Root always has access.
|