Questions tagged [source]
182 questions
8
votes
3 answers
How to change the Ubuntu source code
I have heard that we can obtain the source code of Ubuntu and customize it as we wish. But where can I find the source code of Ubuntu, and what languages are used to write Ubuntu?
3
votes
1 answer
source command not found
I installed python environment and everything related to that being a user xxx and in group nginx. When I try to activate the environment using the source /path/to/activate being user xxx I can do it but when I log in as user yyy who is in the group…

Saad
- 233
3
votes
0 answers
remove duplicate source entry
Possible Duplicate:
Duplicate sources.list entry but cannot find the duplicates?
This is my source.list and seems fine to me
# deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ precise main restricted
# deb cdrom:[Ubuntu…

yosa
- 31
1
vote
2 answers
Videos requires to install plugins to play files of the following types: • MPEG-4 AAC decoder • H.264 (High Profile) decoder
i am unable to perform the task though i followed the instruction. how to handel Unable to locate package ubuntu-restricted-extras?

bijaya
- 11
- 1
- 1
- 3
0
votes
1 answer
./configure command no longer available
when installing apache, mysql, php from source ./configure does not a command anymore. What is the replacement for ./configure on ubuntu 13.10?

Joseph Rotonda
- 1
- 1
0
votes
3 answers
How to create a aliases for all the users linux..?
root@puppetclient-ubuntu:/home/azureuser#cat /etc/.bash_aliases
alias extend_shutdown_15='bash extend_shutdown.sh 15 ; bash /bin/max_timetrack.sh'
alias extend_shutdown_30='bash extend_shutdown.sh 30 ; bash /bin/max_timetrack.sh'
alias…

hariraj
- 1
-1
votes
1 answer
Dynamically construct variables inside the script and fetch values from source parameters
I have a txt file extract.dat which is read inside my code using source.
$ cat extract.dat
ExchgRate_prop="EDB_NAME=share_exchange SRC_WDS=wds PN=ExchgRate"
Compliance_prop="EDB_NAME=share_compliance SRC_WDS=wca…