User Feedback :: How to delete??
hello
I downloaded few things by myDSL menu,but some of them I don't want to use,what should I do??How to delete them??
How to delete shortcuts from the desktop??
And by the way how to change clock&date settings??
please help me.
Please learn to use the Search Function
Or even just look around the boards, because this question is asked all the time.
http://damnsmalllinux.org/cgi-bin....;t=5409
system time is changed with the 'date' command (as root)
http://www.die.net/doc/linux/man/man1/date.1.html
After doing this, you can update the hardware clock if necessary with
"sudo hwclock --systohc"
Sorry for stupid questions.
I found everything I wanted where you said.
thx a lot
One more Q:
where can I choose programs that I want to have run when the system boots??
For non-graphical applications run as root, such as daemons and system configuration, add commands to /opt/bootlocal.sh
For user-run apps:
.bash_profile for apps to start at login.
.xinitrc for anything run with the graphical desktop.
If you add an application which continues to run more than a second or two, add a "&" at the end of the command. In .xinitrc, make sure the commands are added above the "fluxbox" line.
Next Page...
original here.