WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: larger mouse pointer, make sshd run as service  (Read 4228 times)

Offline jamtat

  • Jr. Member
  • **
  • Posts: 58
larger mouse pointer, make sshd run as service
« on: January 04, 2012, 02:40:23 PM »
Coupla questions as I try to iron out some final issues on this small computer lab installation of TC.

First, I'm concerned the mouse pointer provided by TC (JWM window manager, Xvesa) might be too small for my users. Is there any way I can supply a larger one? Some program I can install for that? Haven't found anything yet.

Also, I've installed openssh on these machines in case I need to ssh in for maintenance sometimes. How do I make sshd run as a service each time the machine boots?

Thanks,
James

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: larger mouse pointer, make sshd run as service
« Reply #1 on: January 04, 2012, 03:55:21 PM »
Read the openssh info file.
Edit /opt/bootlocal.sh and add call to '/usr/local/etc/init.d/openssh start'
Edit /opt/.filetool.lst and add 'usr/local/etc/ssh'.
Do a backup.

Offline jamtat

  • Jr. Member
  • **
  • Posts: 58
Re: larger mouse pointer, make sshd run as service
« Reply #2 on: January 04, 2012, 04:44:04 PM »
Thanks for the pointers, gerald_clark. Guess I'll have to do this individually for each machine. Anyone have input on the mouse pointer question?

James

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
The only barriers that can stop you are the ones you create yourself.

Offline jamtat

  • Jr. Member
  • **
  • Posts: 58
Re: larger mouse pointer, make sshd run as service
« Reply #4 on: January 13, 2012, 03:47:37 PM »
Thanks for bringing those threads to my attention, curaga. With information from them I've managed to get a larger cursor to appear under Xvesa on these machines. I had a little trouble finding big-cursor_3.8.tar.gz (the links provided in those older threads are no longer valid). But I did find a bigcursor.pcf at http://www.eonet.ne.jp/~nippon/bigcursor.pcf (it's really a horrid looking thing, like something straight out of the extra-large Windows 95 option, but I think it's exactly what will be needed by the elderly users of these machines). Once I downloaded that, I just had to gzip it and it was pretty much ready to go. Then, I modified bootlocal.sh as described (adding the line cp -f  /mnt/sda1/home/tc/bigcursor.pcf.gz /usr/lib/X11/fonts/misc/cursor.pcf.gz). Upon rebooting I was greeted by the big, new, abominable-looking black pointer with white outline.

James
« Last Edit: January 24, 2012, 05:24:32 PM by jamtat »