Tagged Questions
3
votes
1answer
113 views
Awesome: Incorrect timezone
Typically, I set the timezone of my computer's clock by changing the .bashrc file, appending, say, TZ='America/Los_Angeles'; export TZ such that whenever date is invoked the right time in the right ...
3
votes
0answers
100 views
tab-expansion and “./” bash shell [closed]
Maybe someone here would be able to help me out. Have installed Ubuntu 12.04 LTS (kubuntu) on two machines. The .bashrc and .bash_profile files are identical as the file structures on each machine is ...
0
votes
1answer
272 views
Setting up enviroment variables in Ubuntu
I am trying to setup up my enviroment variable in my Ubuntu machine. Now i did some research and tryed the method on this question Set environment variable in Ubuntu
Similar question but the thing is ...
2
votes
4answers
256 views
Update Linux Path permanently [duplicate]
Possible Duplicate:
How do I set a user environment variable? (permanently, not session)
How can I permanently modify the PATH variable in Ubuntu? Is it possible to do it without modifying ...
4
votes
2answers
2k views
Is it possible to export env variable via Upstart?
I need to export a variable FOO=stringhere so that system processes could use it. And the place I would like to do this, is Upstart job.
Unfortunately, I tried as per Upstart manual to do env ...
1
vote
2answers
605 views
ssh-agent error on ubuntu server 10.04 LTS
I have an Ubuntu Server 10.04 installation on Linode. I am trying to use ssh-agent to stop typing my passphrase everytime I need to push some changes to GitHub. I am using the script provided by ...