General :: How To Use Password Protection With Tar Command
Apr 19, 2011How can I use password protection with the tar command in Linux? I'm new to Linux so please explain to me with simple usage.
View 2 RepliesHow can I use password protection with the tar command in Linux? I'm new to Linux so please explain to me with simple usage.
View 2 RepliesI have an acer aspire one running linpus
Generally I'm very happy with it apart from not being able to run some of the software I use but I do like the linux system.
Now, though, I find that it is progressively holding me back as more and more things I want to do require a change that involves the password protected access and I don't know it.
I tried 000000 and 111111 I don't know if anybody knows another default password. It maybe I did change it but I have no idea what to.
In order to save power,I want to leave the default(blank) screensaver active,in case I forget to close my monitor when the computer is running.However,the screensaver is,by default,password protected and I would like to disable this annoying feature(which is,anyway,useless for me).If I go to System>Preferences>Screensaver and uncheck "Lock screen when scrensaver is active",will this remove password protection from the screensaver?
View 2 Replies View Relatedis there a way to make a password key-ring for a list of specifications, specifically; all the applications relating to preferences. I'm running Ubuntu 11.04, I'm the only user, I disabled all login password requirements because they were annoying me and I'm cool with anybody using any of my applications as long as they aren't capable of changing my system in any way. Some of the applications I would like to be on the list include the terminal, the network connections preferences, the keyboard preferences. I wan't to be prompted for a password before opening these programs
View 4 Replies View RelatedI use Firefox's built-in password saving utility, which is great. However, for some Web sites, I never get the option to save the password. Googling indicates that Firefox somehow gives Web sites a means of disabling password-saving.
How do I disable this "feature"? (Preferably without installing a plug-in.) It's irritating. I should get to decide whether or not I want passwords saved, not some stupid Web Master who thinks he knows what is best for the world.
How I make a password to delete protection and open a folder?
View 2 Replies View RelatedI am an absolute Linux Beginner who is being required to do a bit of admin work because the boss just fired the old linux admin. Unfortunately, one of our employees cannot remember her password to her email account and as such I need to reset it on our linux server.What I want to check is that this email account is actually a linux user account and I simply will reset the password for it using the passwd command from the root login. Is that correct?
View 1 Replies View RelatedI don't know if this is Just my Machine, or not. But here is it:
Ubuntu 10.01
Acer Aspire 7740
When the computer is locked. I can smiply go to switch users. when the list of users logins are shown all i have to do is click on my user name and it allows me into my account without typing in a password. I can lock the computer manually or wait for it to time out it doesn't matter. the switch users method allows me to bypass the password protection.
How do I set up SSH so I don't have to type my password? i execute the following command ssh -l admin hostname command but each time i execute it, it ask me to enter password.how i can give it password as default because i'm going to put in bash file ?
View 2 Replies View RelatedI am new in Linux.Problem is that how to add a more then one users in a one command and also add a password to them?
View 2 Replies View RelatedI have a samba server setup it works fine for the users with their username and passwords. by executing the following command.
smbclient //fedora.com/one -U bigbob
it prompts password . If i give password i got
smb>
my question is that how can i login if the users doesn't have their passwords(public share) ?.. I mean smbclient command !!
I dont want to use ssh key authentication.I have a simple script which I need to ssh to remote machine and all I want is to supply the password on the same ssh commandline
View 4 Replies View RelatedI am writing a script to get hardware information of a particular UNIX machine. To do this, I ftp a shell script (commands to get h/w information) to the target machine and then use SSH to remote the remote script.With FTP, I can pass a password accepted as input the shell script. How can I pass the same password to SSH ? This is because I do not want the user to enter the password twice.
View 5 Replies View RelatedI need to run one command as different user with out a password prompt.
I did this
Code:
one localhost= (two) /usr/bin/whoami
This work but it prompts for password. Is there a way that can be done with NOPASSWD option ?
I migrated an old SuseLinux 10 box to Debian (Lenny) a couple months ago, and apparently no one noticed you can't change your password. Root can do it because passwd doesn't ask root for a password, but no one else can (although they can log in, passwd doesn't recognize their login password when they attempt to set a new password and it asks).I changed authentication to use blowfish when I setup the server (because the SuseLinux 10 system used it) and apparently the passwd command doesn't work with that. Apparently I need to update another configuration file or possibly get a different program to update the passwd file if I use blowfish. Any ideas?
The weird thing is that it can generate a blowfish hash to set a new password, but apparently can't generate one to authenticate the user.something changed recently and it is no longer generating a blowfish hash when setting a new password. It is generating a hash with only 13 characters. And I can clearly see that many users have changed their passwords.
I'm trying to create a user john with default password 'abcdef'. I used the following command.
useradd john -p abcdef
I can't login with the password. in /etc/shadow file I can see the password in clear text format. how I can create a user along with password.
I wish to allow a user to use sudo to run a single command (service app status) to determine if my application app is running, in my sudoers file i have: user ALL= /sbin/service app status I understand that there is a parameter called timestamp_timeout that will set the timeout for the 'user', but requires at least 1 entry of the root password.
I wish to allow the user to do "sudo service app status" and not have to enter the root password ever(maybe once is ok), but still make the user enter the root password for all other root activities. Is there a way to prevent the password entry for this command only and no others?
I am trying to change the password of a user by 'usermod' command. let us assume that there is a user named "test" to change the password of the user we can type "passwd test" which will change the password of the user "test". I want to change the password similarly using the command "usermod". when I give usermod -p yahoo test"(yahoo is the password which I want to set), I am not getting any errors but when I switch user to test, I am unable to login.
View 1 Replies View RelatedI'd like to start a background job using the sudo command and route its output to a file. This presents a problem because the prompt for the password doesn't work properly. It looks something like this when I try it:
Code:
Mac:server user$ sudo php crossdomain_server.php > data/crosscomain_output.txt &
[3] 30303
Mac:server user$ Password:
[3]+ Stopped sudo php crossdomain_server.php > data/crosscomain_output.txt
Mac:server user$
Basically I'm not properly prompted for the password and as soon as I type anything in my background job fails because it didn't receive the password. Is there any way to execute a sudo command by supplying the password on the same line as the command?
When Linux ask for my password in command line,my keyboard becomes unresponsive just for that moment or let me put it this way,until i need to write my password my keyboard is unresponsive,but for all other things is fine.or for example,i can input my password when i have a graphic interface but i can't with command line or i can't login to my computer from command lineexcuse me if my question is doll,i moved from windows to ubuntu just lastweek,( & i am flying high in sky with ubuntu & digging a very deep hole for windows too!!.)
View 2 Replies View RelatedI'd like to burn DVD (my pictures and some data) with a possible strong protection mechanismus, to prevent of DVD media copying and not pictures data copying. Which program can I use under Linux?
View 10 Replies View RelatedI have couple of USB modules. They are full of unwanted Windows files.I want to remove everything and format it.The message is it is write protected. The command fdisk -l gives the following:
Disk /dev/sdc: 2008 MB, 2008416256 bytes
57 heads, 56 sectors/track, 1228 cylinders
Units = cylinders of 3192 * 512 = 1634304 bytes
[code]...
I have the following commande /sbin/fuser -f -u /u/DT01/F010107 1>/tmp/null 2>/tmp/seausr.T0069 when executing as root 'su' this give me all user using the file. but when tried with 'sudo' i am asked with 'user password'. Is ther anyway to simply get the result without having to supply a password and to see all user not only me. (i have the file open also).
View 1 Replies View RelatedIn Ubuntu 10.04, I logged in as user1 and when I open a new terminal and issue any command it is asking password.user@ubun-laptop:~$ sudo ifconfig[sudo] password for user: It is asking for password only for first time.From the next command onwards it is not asking.Can some one please tell me if it is possible to issue ONLY ONE COMMAND, in which even if the password request comes, it will automatically fill the password.Just like "ps -elf | grep NetworkManager". I am expecting any combination of commands in a single line, so that password is filled automatically IF PASSWORD IS ASKED. If password is not asked, the command must be executed.
View 17 Replies View RelatedDoes rootkit copy protection pose a problem in Linux? I own only one CD with rootkit (XCP), and was wondering if I should avoid playing it on this Linux system. (I know Sony offered to take back the CDs and exchange them for rootkit-free copies, but I never cared to go to the trouble.) (It's not particularly important, because all I have to do is play this CD in my DVD player.)
View 1 Replies View RelatedFor some reason passwd does not accept my current password as the old password when i try to change my password with the command passwd. Im not sure whats wrong with whatever linux uses to handle passwords but I cant even change passwords with the root user account. Is there any way to fix both of these problems.
View 3 Replies View RelatedThe lock on the card broke off and I tried using tape in that groove, but is too thick for my camcorder. I navigated /media > Context Menu > Properties > Permissions tab > File access, and chose Read and write, but this didn't allow my camcorder to record with the card. Unless there's a way to unlock it with software, I'll try switching the insides with the casing of another. I just want to know what is the best type of SD card or Mini SD adpter to do the trick, i.e. what has the best lock.
View 1 Replies View RelatedSuSE SLES10, 32 bit. I have an app which crashes with general protection often.
There is message every time in /var/log/messages:
2010-10-22T08:49:49.350476+02:00 HostName kernel: ProgramName[28023] general protection rip:404575 rsp:7fffc5656270 error:0
How do I establish relation between this message and source code? Error was observed on another host where some tests were running, now license is expired and I can't get more info nor core dump. I have to investigate what I have and try to reproduce it locally. Unfortunately original binary was stripped.Now I prepared non-stripped version. Does it has the same addresses for function as original? Is it possible to use symbol information for finding where RIP points to?
I have Ubuntu 11.04. My system exceeds by far the recommendations for the game. The game is from 2001 and has very low system specs, so that's not the problem. Other games run fine, I have 3d acceleration etc. The game installs, but when I try to run it, it gives me the following error:
Critical Error: General Protection Fault
History: UD3DRenderDevice::CreateVideoTexture <- AllocTextures <- UD3DRenderDevice:: SetRes <- UD3DRenderDevice::Init <- UWindowsViewport::TryRenderDevice <- UWindowsViewport::OpenWindow <-UGameEngine::Init <- InitEngine
I really love that game and couldn't do without it. Another problem, not games related. My Ubuntu desktop freezes completely sometimes if screen is idle for a few minutes. A blank, white full screen appears and nothing I do can get me back to normal desktop. Only solution is Restart.
I have a shortcut on my desktop linking to my server, it looks like:
Code:
firefox <server IP>
What i want it to do, is when i click it it will ask for a password, if the correct password is entered then it will execute, if not it will close. This is not for security and i know it is very easy to bypass, but i don't want it to be so easy for my friends to start sneaking around my server and then don't know how to take it away anyway.
I tried gksudo, but this run firefox with root privileges, that is not what i want, i want it to run firefox as a normal user, maybe there is some way of using gksudo and running firefox with normal privileges?