Hi all
I've little experience with Linux
But I really like Kubuntu
I used it to install Oracle 11g using a very complicated guide
After finishing it, I had millions of problems
But now, I could solve everything
The problem is, every time I restart the computer there are a lot of things that I need to type again and again
I really wish that those can be done automatically
I will start with the first one:
Notes: My username if fifo, and the other username which is used for Oracle is called oracle.
1- Setting The Display Parameter:
Code:
fifo@AHMED3:~$ export DISPLAY=:0.0
fifo@AHMED3:~$ xhost +
access control disabled, clients can connect from any host
fifo@AHMED3:~$ sudo su -
[sudo] password for fifo:
root@AHMED3:~# export DISPLAY=:0.0
root@AHMED3:~# xhost +
access control disabled, clients can connect from any host
root@AHMED3:~# su - oracle
Your account has expired; please contact your system administrator
su: User account has expired
(Ignored)
oracle@AHMED3:~$ export DISPLAY=:0.0
oracle@AHMED3:~$ xhost +
access control disabled, clients can connect from any host
oracle@AHMED3:~$
Any method for automating those steps on startup?
Thank you...