Hi every one, I am new to Linux, I have just understood the very basics of the command line and the file system, but I am still having practical problems: Here is the biggest so far:
I just installed IRAF (An Astronomical Image editing sofware) and even though it prompted me with "Successfully installed", when I want to run the application it gives me this error:
Code:
/iraf/iraf/bi
I just did a clean install of Ubuntu 12.04 on a new hard drive.
1) I set a password for myself as administrator and would like to change it, because it's too long, but I see no way to do so.
Hello, I have a liveUSB with ubuntu 11.10 on it. I have there my own account "Han" with a password, and there's also a basic account called "ubuntu". I have set a password there too, by some passwd command in terminal. The problem is, when I boot up the computer, It automatically logs in ubuntu account, without asking for password.
Hello:I have just finished installing CrunchBang 64 bit stable and during the install I was never asked to enter a "root" password. I was asked to create a user account and user password.I have just discovered by using synaptic for updates that my "root" password is the same as my user password.How do I change the "root" password?
I have windows Vista on my HP laptop. The user administrator and standard accounts have always acted wierd.
I've just installed 11.10, and am using Gnome shell.
Main >> SQL Services >> Postgres Config
Under "Create Postgres Users", when I click the "Create Users" button, it goes to the next page and returns "PostgreSQL users created".
But no previously created account Pg user is added! :eek:
How do I debug this? How do I run the "Create users" under command line?
Hi, firstly I know this is a silly thing to have done but equally, I am quite amazed that the system would allow me to "Disable" the only Administrator account.
Hi All,
I have one shell script and like to convert into GUI for user creation..Any way to convert shell script into php?
Please find the below for my script.
Code:
$ more user.sh
#!/bin/ksh
set -x
pwfile="/etc/passwd" shadowfile="/etc/shadow"
gfile="/etc/group"
######Want to check user account already exist###############
echo &qu