General :: How Can I Install A More Modern Version Of GNU Utils (coreutils) On Debian Linux With No Admin Rights?

Jul 1, 2011

I would like to install a more modern version of GNU utils (coreutils) on a debian linux system where I have no admin rights. Is there a way to do that?

The rationale is that I need a more modern version to the one installed in the system where I intend to run my analysis. I am trying to use "sort -R" or "shuf" to randomize lines in a big text file.

View 1 Replies


ADVERTISEMENT

Red Hat / Fedora :: Possible To Make Install With Just Admin Rights

May 25, 2010

I have moved to a new place and they expect me to work without root access to my machine, but I need to compile and make some software. However I get the following error:

mkdir: cannot create directory '/usr/local/ope': Permission denied
chmod: cannot access '/usr/local/ope': No such file or directory
mkdir: cannot create directory '/usr/local/ope': No such file or directory
chmod: cannot access '/usr/local/ope/bin': No such file or directory
make[1]: *** [/usr/local/ope/bin] Error 1
make[1]: Target '_installall' not remade because of errors.

I have been allegedly been given admin rights - but do I need root to do this?

View 4 Replies View Related

General :: Assigning Admin Rights To Apps?

Sep 30, 2010

I am using linux mint and have installed Netbeans on it but whenever I run netbeans from accounts other than root it throws an error for not having permission to start glassfish server of netbeans. I also tried running this application using run as administrator option but then the application does not start.

So is there a way to assign netbeans admin rights permanently so that whenever I start this application from other accounts I should not face this error?

View 2 Replies View Related

General :: How To Give Full Admin Rights To New User?

Jul 14, 2011

I have created a new user using sudo adduser "user1" from the root .but this user does not have full admin rights...How to give full access to this user1?

View 3 Replies View Related

Ubuntu :: Lost Admin Rights After Updating To 10.4?

Apr 30, 2010

I cant change my user settings (password, login screen settings etc) after upgrading to 10.4 on my desktop pc. It says I don't have rights. I'm the only user, no other profiles. Otherwise seems to be working fine!

View 1 Replies View Related

Ubuntu Security :: 10.10 - No Admin Rights For Administrator

Oct 22, 2010

I am only user on this ubuntu 10.10 install. I have admin rights but when I try to change some settings via Ubuntu tweak unlock or alter user and groups via advanced tab I never get the option to enter my password. I have added a new user 'tempuser' via safe mode and this user is administrator too but everything works fine from this user..

Results from $ grep admin /etc/group
lpadmin:105:heath,tempuser
admin:119:firstuser,tempuser,heath

Results from groups
admin adm dialout fax cdrom floppy tape audio dip video plugdev fuse lpadmin sambashare
I am thinking of making a fresh install if I cant sort this but would like to fix if possible.

View 9 Replies View Related

Ubuntu :: How To Get Admin Rights And Change Default OS

May 4, 2011

I've got a Dell laptop with a dual boot with Ubuntu and Windows 7, but I want windows 7 to be the default OS. I can't seem to find anything on Ubuntu with any information. I had a look at some forums and it said I need to go into admin, but I don't think I have it. Does anyone know how to get Admin rights and how to change the default OS?

View 4 Replies View Related

Ubuntu :: Somehow Lost Ability To Gain Admin Rights

Feb 2, 2010

I am semi new to linux and i was getting the hang of it until just recently. I'm trying to do some web design using php and mysql. In my reference material (the all in one desktop reference {for dummies}). At some point I needed to do something in /var/www but I ran into a permissions problem so I typed:
Code:
chgrp -v -r guy0203 /var/www
405 chgrp -v -R guy0203 /var/www
406 chown -v -R guy0203 /var/www

Afterwards in some subsequent step it suggested putting the files in /usr/src/mysql. Since I didn't have that folder I used mkdir and created it. Then I tried adding the files I needed to that folder and got denied on the grounds of not having permissions once again. So tried something like this:
Code:
451 chmod 777 /usr/
452 sudochmod 777 /usr/
453 sudo chmod 777 /usr/

It was a 755 originally but I couldn't copy those commands. It turns out as that I had two terminals open in different desktops. one of them was a root terminal. It was at this point that realized that I was in that root terminal and decided I was done 'learning' for the day. I decided to listen to some music (which is located in my windows partion) and ran into a problem. The prompt that pops up to normally asks me for my admin PW to mount the drive. Now just vibrates like an incorrect entry was received, says authentication error and says I am not authorized to mount that drive then I went back to terminal to fix it, and when I tried to elevate myself to SU:

I got this:
Code:
guy0203@guy0203-laptop:~$ sudo su
sudo: must be setuid root
guy0203@guy0203-laptop:~$

I don't know what to do now but I think I totally killed this OS. If so is there anyway to save things if I have to reinstall?

View 9 Replies View Related

Ubuntu :: Time On Custom Distro Without Admin Rights?

Jan 10, 2011

I created a custom linux distro that originated from ubuntu server and I installed time-admin and want to change the time without admin rights. Is this possible?

View 1 Replies View Related

Ubuntu Servers :: Portable OpenVPN Without Admin Rights?

Feb 4, 2011

I have OpenVPN setup and running on my home server (Lucid Lynx). I move around alot and use Portable OpenVPN to connect to my home server. The problem is a lot of the computers I use I do not have admin rights to install the necessary routes to connect. So my question is this. Can OpenVPN be configured to use PPTP protocol? Because I have PortableVPN on my U3 flash drive and that VPN client does not need admin rights to run. If OpenVPN cannot do this, and from my understanding of its archetecture it cannot, but I must admit i am no authority on the matter. Can you suggest a workable solution, ie. install and setup this server software and use this portable client software.

View 1 Replies View Related

Server :: Giving AD User Local Admin Rights In Ubuntu

Jul 16, 2009

I'm having a bit of a problem after joining Ubuntu 9.04 to my company's Windows Domain. I can log in and use sudo just fine but I don't have access to certain things in my menu (i.e. "Add/Remove Software") and I can't open the User Manager. I manually edited the /etc/group file as root and added my username (username@domain) to the appropriate groups but still no luck.

View 2 Replies View Related

Programming :: C++ Codes To Check Whether User Is Root Or Has Admin Rights

Jan 8, 2011

One of the feature in my application involve changing of hardware setting. This require the user to be root or have administrative right.Before my application enable that feature, I want it to check whether the user is "root" or not, or whether user use "sudo" command to run the application or not, or whether the user has administrative rights or not.What are the codes or library that can do this?

NOTE: Sometimes, advanced linux user may set the user id of root to something else other than 0. So, getuid() may not be helpful in this case.

View 4 Replies View Related

General :: Cannot Install Modern Browser In RH9?

Feb 14, 2010

I am using an old Linux distro in my workplace, it's Red Hat 9. I am unable to install Opera or Firefox. What is the latest version of Firefox that I can install on RH9

View 8 Replies View Related

Ubuntu :: Admin / Root Rights Login To Edit And Read Files

Feb 12, 2011

I'm a new Ubuntu user and a Python programmer, it's the first time that I use Python in Ubuntu so it's a bit confusing me. If I want to save a Module or something in a specified map, I get 'Errno 13', it says that I don't have permission to edit, do thing in that map. And this is also for importing files with Python. I logged in from Terminal with 'sudo -i' and closed Terminal, but the problem keeps repeating. How do I login as Admin or Root and stay as Admin or Root? I need right to edit/read files as well as root and normal user.

An example:
Python file:
test.py ->
test = open('/a.txt', 'w')
test.write('Test - Test - Test')
test.close

When I execute this, I get in the Python IDLE the 'Errno 13' problem and below the 'Errno 13' it says that I don't have permission. Who know how to stay logged in as root, even if the user has not logged in or isn't this possible, if it isn't then I just want to get files moving, editing/erasing etc.

View 9 Replies View Related

Server :: Windows 7 Local Admin Rights Using A Samba 3 Domain Controller?

Jul 23, 2010

i have a ubuntu server box with samba 3 as domain controller with all windows 7 clients.i am wanting all users to have local admin rights so they can install programs etc.

View 1 Replies View Related

Debian :: How To Install Glibc-utils

Feb 27, 2010

I want to install glibc-utils on debain . but I can't find it by apt-get .my friend can install it on redhat. how to install glibc-utils on debian.

View 8 Replies View Related

Debian :: Any Way To Install Ecryptfs-utils In Stretch?

Jan 10, 2016

After years with debian stable I'm testing debian...testing (stretch) in a separate partition. I'm just using the stretch repositories and nothing else, so that I won't mess up the system by pulling packages from different branches.

Unfortunately ecryptfs-utils is not (yet) available on stretch. Is there any safe way to use this package on my debian stretch, preferably the stable package from jessie?

How long it will take for this package to reach stretch from unstable?

View 6 Replies View Related

Debian Installation :: Install Cifs-utils On Wheezy Armhf 404 File Not Found

Aug 12, 2014

Install cifs-utils on wheezy armhf
apt-get install cifs-utils --fix-missing
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code] ....

View 7 Replies View Related

OpenSUSE Install :: Wrong Linux Kernel Version Reported By Uname -a

Jan 6, 2010

I am an openSuSE user for many years. My current installation is openSuSE 11.2. However, my first was SuSE 6.4 and I have been _constantly_ upgrading since then until reaching the current openSuSE 11.2. The technical issue I have been facing lately is with the kernel version of my current system: although it should be 2.6.31.5-0.1-desktop, as this is the one I have chosen via the online update mechanism and the yast2 system boot-loader procedure, grub shows it as preselected, the boot procedure in the end greets me mentioning this very kernel version, _but_ when I issue the command: uname -a in a command prompt, I am informed of using linux kernel version: 2.6.18.2-34-default #1 SMP PREEMPT

I am really quite puzzled, since I _cannot_ find any such vmlinuz file under /boot/ ! Could it be that my system properly runs with the expected kernel version, but uname mistakes it with a different one? Is there a way to determine the actual version of the linux kernel that my system currently runs with? If it's a problem with uname, have you got any suggestions that could potentially shed some light towards the origin/cause of the reported issue?

View 9 Replies View Related

General :: Which Version Of Linux To Download?

Nov 11, 2010

I have an old laptop and want to install linux on it. It's a Toshiba Satellite A-15 S1292. I upgraded it several times. Currently, it has a Intel Celeron 2.4 GHz single-core, 1 GB RAM, 110 GB hard drive, Intel (GMA) 852GM 32 MB shared video. I was planning to install red hat on it but don't seem to have any easy way of download the iso so I going with fedora 14 URL...Can some one please tell my if I'm heading in the right direction. If someone installed linux of this laptop and had any problems, please tell me about them.

View 14 Replies View Related

General :: Which Version Of Matlab Started Supporting 64-bit On Linux/Mac?

May 8, 2011

What is the first Matlab release that fully supports 64-bit? Is it 2010a? I've got 64-bit installations of Linux and Mac OS X, and want to make sure I install a copy of Matlab that takes full advantage of 64-bit and the resulting larger memory support.

View 1 Replies View Related

General :: Cannot Find Kernel Version In /usr/src/linux-2.6.21.5 - Is It Configured

Dec 21, 2010

I'm currently trying to get my wireless card to work with ndiswrapper after installing backtrack4 today, BUT.When I try and use the make command it tells me that some or another file is missing. I've checked and the output is right, There is no file of that name but there is neither a folder of that name.

Code:

root@bt:/usr/src/ndiswrapper-1.56/ndiswrapper-1.56# make
make -C driver
make[1]: Entering directory `/usr/src/ndiswrapper-1.56/ndiswrapper-1.56/driver'

[code]....

View 5 Replies View Related

General :: Changing The Linux Version Starting From Operational

Mar 1, 2011

I'm looking if it is possible to change the whole Linux install without having to boot up using a live-cd.
The purpose is to remotely log on to a machine using SSH or other to replace the complete installation, without loosing network setup so I don't loose contact with it. Perhaps loading the live-cd while linux is already running?

View 5 Replies View Related

Ubuntu :: How To Install Modern Distro On PC (10.4 / 10.10)

Mar 6, 2011

I've this setup
AMD 64 Sempron 3000
2 GB Ram DDR
250 Hard disk (IDE)

I'm not able to install anything on this computer. I've tried: ubuntu 10.10, 10.4, linux mint 10 (for every distro in 32 or 64 bit edition). At the moment of partition recognize, system simply freezes. With older distro (like ubuntu 9.10), I can install successfully. How can I install modern distro on my pc?

View 5 Replies View Related

General :: Ubuntu Windows Version Of Linux 'Monospace' Font

Feb 18, 2010

I'd really like a Windows version of the 'Monospace' font. In other words that exact font, I don't mean 'I want a monospaced font for Windows'.

View 1 Replies View Related

General :: Upgrade Coreutils On Ubuntu 10.10?

Nov 18, 2010

I've got bash 4.1.5(1) at the moment. I had bash 4.1.7(2) version in my university pc. Certain commands aren't working as it should in my version. Could anyone please tell me how to install bash 4.1.7(2) version in my pc? I'm using ubuntu 10.10 OS.

View 14 Replies View Related

General :: Install More Recent WM Version Than The 1 In Debian's Repositories?

Apr 24, 2010

1. I'm trying out ratpoison (a windows manager). It's cool, but a few commands weren't working - I now think that it's because Debian delivered ratpoison 1.4.3 (Feb 2008), while development has issued two more releases (the latest being 1.4.5). Should I (or should I not) install the later release?

2. IF I do, I need to figure out how to convert the tar.gz to a debian package

View 5 Replies View Related

General :: Unable To Install Axel In Debian 6.0 I386 Version

Mar 22, 2011

iam unable to install axel in debian 6.0 i386 while installing through Synaptic Package Manager its Saying that there is No package of "axel"

View 1 Replies View Related

General :: Code Tarball Build Failing In Gnaupps (coreutils, Grep) On A FC7?

Mar 17, 2010

I am not sure which thread this fits in, I am facing a strange problem. There is a code tarball that I cross-compile on a Fedora Core 9 machine and it builds fine. But when I do the same thing on a (heavily used) Fedora Core 7 machine, the build keeps failing in the gnuapp folders grep, coreutils etc. I have tried 'make distclean', and clearing the config.cache but no impact.

Note: I export the PATH variable (to the local cross-compiler) before starting the build. The cross compilation is for the MIPS processor and GNU makefiles are used.

View 1 Replies View Related

General :: How To Shred Already Removed File On Modern Filesystem?

Aug 25, 2011

Consider the following:
mount | grep home
type reiserfs
rm -Rf /home/user/over_9000_little_and_big_super_secret_files/
# oops, I should have shredded it instead.


How can I properly and securely "initialize free space" to ensure that no additional info can be restored restored by digging in free space (Preferrably without stopping or disturbing the filesystem much.) Is dd if=/dev/frandom of=/home/qqqqq really secure for this (tails, journal, etc.)?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved