You are not logged in.
Hello everyone
First of all i like to thank everyone who created and made Slitaz.
I installed Slitaz on my hardrive. Quit eassy. I like the Slitaz Panel.
My first question's:
* How can I make a automaticly inlog by booting in to the system?
* For what and in what kind of situation can we use Dropbear?
* About Wikiss - and the markdown formatting. Is there a way to convert from my http://daringfireball.net/projects/markdown/ files to the Wikiss format ? For formatting markdown I use Pandoc but i am not shure if i can install Pandoc in Slitaz.
Hendrikus
Offline
Hi Hendrikus,
I can answer only to your first question:
How can I make a automaticly inlog by booting in to the system?
You need to add autologin option to kernel parameters in your GRUB's menu.lst. Here is cut of my menu.lst (I use frugal installation and Grub4Dos):
[c]title SliTaz 4.0
rootnoverify (hd0,1)
kernel (hd0,1)/boot/slitaz4/bzImage rw root=/dev/null lang=ru_RU kmap=ru autologin home=UUID=e7a605fb-cbb6-49ff-a5ac-8bfd89e5b4ed
initrd (hd0,1)/boot/slitaz4/rootfs.gz[/c]
Just add autologin and leave all your parameters unchanged.
Offline
And I'll answer the other two:
2. Dropbear is a lightweight way to create and manage ssh connections to your system. It's basically a way to access your computer remotely through a terminal shell enviroment over a secure (SSL) connection. So using clients like Putty or winscp, you'd be able to access your computer from a work Windows PC and copy, delete, rename, move and edit files to and from the two systems.
3. It's probably possible if you hack the syntax engine of Wikiss, although I prefer it's later fork, LionWiki, because it supports plugins and I've hacked up a small plugin that supports basic Creole syntax.
Offline
HI Aleksej
<You need to add autologin option to kernel parameters in your GRUB's menu.lst.
Thank you for your information all worked well out the way you explained to me.
Hendrikus
Offline
Hello Trixar_za
Thanks for giving me such an information what helps me forwards.
Dropbear:
<You'd be able to access your computer from a work Windows PC and copy, delete, rename, move and edit files to and from the two systems.
This is excactly where I was looking for. And I could not get my finger on the right information. So you helped me a lot with this.
One question left: Is it only working from a Windows Pc to a Dropbear on a linux Pc? And do I understand you - can I access my computer also from another location - not only from inside a intranet/home netwerk?
Wikiss:
I also like the later fork Lionkiss. I did not find Lionwiki in the Slitaz Tazpanel Packages. Do you know how to install it?
Hendrikus
Offline
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]