|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Add stuff to startup
I need to execute some commands when Linux is started;
xmodmap -e 'keycode 26 = e E EuroSign' which maps the euro key to my E-key,this needs to be executed after X has been started.In which file do I need to put this? sudo /usr/bin/adsl-start which starts my ADSL connection,I have no idea where I have to put this? If someone could please tell me how I can make this things run when Linux is started,I would be very thankfull ![]() Last edited by Tuxie : September 27th, 2002 at 03:59 PM. |
|
#2
|
|||
|
|||
|
I would put it in /etc/rc.d/rc.local
|
|
#3
|
||||
|
||||
|
I don't know if it is absolutely necessary but you can fire up xmodmap from ~/.xinitrc. Otherwise your wm could (and should) take care of that too.
__________________
Words must be weighed, not counted. |
|
#4
|
|||
|
|||
|
I added it to /etc/rc.d/rc.local,and it works fine!Thanks!
Now when I start my computer,I already have an internet connection and everything works fine ![]() |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Add stuff to startup |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|