How to delete??Forum: User Feedback Topic: How to delete?? started by: niecko Posted by niecko on April 10 2005,11:21
helloI 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. Posted by SaidinUnleashed on April 10 2005,14:17
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 > Posted by mikshaw on April 10 2005,15:57
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" Posted by niecko on April 10 2005,16:21
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?? Posted by mikshaw on April 10 2005,21:18
For non-graphical applications run as root, such as daemons and system configuration, add commands to /opt/bootlocal.shFor 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. Posted by RoGuE_StreaK on April 10 2005,23:56
Actually, how do/can you change the way the date is displayed? Don't like month/day/year, prefer day/month/year
Posted by adraker on April 11 2005,00:37
Seems theres a date format string in the man page,can't try it right now, 'cos I'm at work chained to a laptop with terminal Gates Disorder. Heh heh heh, I'll slip my little 182Mb disc in, in a couple of hours.... edit:Sorry, I get it now that I've read it closely, if you want dd:mm:yy in Fluxbox taskbar, edit ~/.fluxbox/init about halfway down, line that says- session.screen0.strftimeFormat: %m/%d/%y %I:%M %P change the %d/ and %m/ around. Posted by mikshaw on April 11 2005,03:11
date uses strftime format:< http://www.die.net/doc/linux/man/man3/strftime.3.html > |