<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nalleju</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nalleju"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Nalleju"/>
	<updated>2026-05-04T05:24:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=How_To_Use_USB_Drives&amp;diff=42133</id>
		<title>How To Use USB Drives</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=How_To_Use_USB_Drives&amp;diff=42133"/>
		<updated>2011-06-19T20:52:30Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: moved Amahi:Community portal to HowTo use USB disks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;	&lt;br /&gt;
== Use USB Disks or sticks ==&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo]]&lt;br /&gt;
I have several USB disck and eSATA disk I need on my machine.&lt;br /&gt;
I also need to bring files and take files from the machine by USB stick.&lt;br /&gt;
I use Putty and Webmin for these things&lt;br /&gt;
 &lt;br /&gt;
Install autofs&lt;br /&gt;
{{Code|Code= yum install autofs}}&lt;br /&gt;
&lt;br /&gt;
Need VFAT for the big USB Disk or the large files on it:&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​yum install fuse fuse-ntfs-3g}}&lt;br /&gt;
&lt;br /&gt;
Setup the autofs by edit master settings&lt;br /&gt;
&lt;br /&gt;
Change 2 lines to (if not needed)&lt;br /&gt;
&lt;br /&gt;
Add one (or more) line for the USB disk /var/hda/vol /etc/auto.vol  --timeout=3&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= nano /etc/auto.master&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Sample auto.master file&lt;br /&gt;
# This is an automounter map and it has the following format&lt;br /&gt;
# key [ -mount-options-separated-by-comma ] location&lt;br /&gt;
# For details of the format look at autofs(5).&lt;br /&gt;
#&lt;br /&gt;
/var/hda/vol    /etc/auto.vol  --timeout=3&lt;br /&gt;
#&lt;br /&gt;
#/misc  /etc/auto.misc&lt;br /&gt;
#&lt;br /&gt;
# NOTE: mounts done from a hosts map will be mounted with the&lt;br /&gt;
#      &amp;quot;nosuid&amp;quot; and &amp;quot;nodev&amp;quot; options unless the &amp;quot;suid&amp;quot; and &amp;quot;dev&amp;quot;&lt;br /&gt;
#      options are explicitly given.&lt;br /&gt;
#&lt;br /&gt;
#/net  -hosts&lt;br /&gt;
#&lt;br /&gt;
# Include central master map if it can be found using&lt;br /&gt;
# nsswitch sources.&lt;br /&gt;
#&lt;br /&gt;
# Note that if there are entries for /net or /misc (as&lt;br /&gt;
# above) in the included master map any keys that are the&lt;br /&gt;
# same will not be seen as the first read key seen takes&lt;br /&gt;
# precedence.&lt;br /&gt;
#&lt;br /&gt;
+auto.master&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Add the directory by&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​mkdir /var/hda/vol ; chmod 775 /var/hd}}&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Then add the auto.vol file:&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​nano /etc/auto.vol&lt;br /&gt;
#&lt;br /&gt;
# This is an automounter map and it has the following format&lt;br /&gt;
# key [ -mount-options-separated-by-comma ] location&lt;br /&gt;
# mountpoint_key options location_device # man 5 autofs&lt;br /&gt;
#&lt;br /&gt;
cdrom  -fstype=auto,ro,nosuid,nodev,user                      :/dev/cdrom&lt;br /&gt;
#floppy -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/fd0&lt;br /&gt;
K      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdk1&lt;br /&gt;
K.2    -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000  :dev/sdk2 #2nd partition&lt;br /&gt;
K.3    -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000  :dev/sdk3 #3d partition&lt;br /&gt;
L      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdl1&lt;br /&gt;
M      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdm1&lt;br /&gt;
N      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdn1&lt;br /&gt;
O      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdo1&lt;br /&gt;
G      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdg&lt;br /&gt;
H      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdh&lt;br /&gt;
I      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdi&lt;br /&gt;
J      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdj&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Now restart autofs and then all is GO&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​service autofs restart}}&lt;br /&gt;
&lt;br /&gt;
Create the symlinks&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​ln -s /var/hda/vol /var/hda/files/Disks}}&lt;br /&gt;
&lt;br /&gt;
Make browse active by edit the file autofs &lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​nano /etc/sysconfig/autofs&lt;br /&gt;
&lt;br /&gt;
Change line BROWSE_MODE=&amp;quot;no&amp;quot; to BROWSE_MODE=&amp;quot;yes&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
That is all, but for more see:&lt;br /&gt;
http://www.autofs.org/autofs-man.html&lt;br /&gt;
&lt;br /&gt;
[[User:Nalleju|Nalleju]]&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Amahi_Wiki:Community_portal&amp;diff=42139</id>
		<title>Amahi Wiki:Community portal</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Amahi_Wiki:Community_portal&amp;diff=42139"/>
		<updated>2011-06-19T20:52:30Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: moved Amahi:Community portal to HowTo use USB disks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[HowTo use USB disks]]&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=How_To_Use_USB_Drives&amp;diff=42127</id>
		<title>How To Use USB Drives</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=How_To_Use_USB_Drives&amp;diff=42127"/>
		<updated>2011-06-19T20:51:33Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: HowTo Use USB Disks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;	&lt;br /&gt;
== Use USB Disks or sticks ==&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo]]&lt;br /&gt;
I have several USB disck and eSATA disk I need on my machine.&lt;br /&gt;
I also need to bring files and take files from the machine by USB stick.&lt;br /&gt;
I use Putty and Webmin for these things&lt;br /&gt;
 &lt;br /&gt;
Install autofs&lt;br /&gt;
{{Code|Code= yum install autofs}}&lt;br /&gt;
&lt;br /&gt;
Need VFAT for the big USB Disk or the large files on it:&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​yum install fuse fuse-ntfs-3g}}&lt;br /&gt;
&lt;br /&gt;
Setup the autofs by edit master settings&lt;br /&gt;
&lt;br /&gt;
Change 2 lines to (if not needed)&lt;br /&gt;
&lt;br /&gt;
Add one (or more) line for the USB disk /var/hda/vol /etc/auto.vol  --timeout=3&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= nano /etc/auto.master&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Sample auto.master file&lt;br /&gt;
# This is an automounter map and it has the following format&lt;br /&gt;
# key [ -mount-options-separated-by-comma ] location&lt;br /&gt;
# For details of the format look at autofs(5).&lt;br /&gt;
#&lt;br /&gt;
/var/hda/vol    /etc/auto.vol  --timeout=3&lt;br /&gt;
#&lt;br /&gt;
#/misc  /etc/auto.misc&lt;br /&gt;
#&lt;br /&gt;
# NOTE: mounts done from a hosts map will be mounted with the&lt;br /&gt;
#      &amp;quot;nosuid&amp;quot; and &amp;quot;nodev&amp;quot; options unless the &amp;quot;suid&amp;quot; and &amp;quot;dev&amp;quot;&lt;br /&gt;
#      options are explicitly given.&lt;br /&gt;
#&lt;br /&gt;
#/net  -hosts&lt;br /&gt;
#&lt;br /&gt;
# Include central master map if it can be found using&lt;br /&gt;
# nsswitch sources.&lt;br /&gt;
#&lt;br /&gt;
# Note that if there are entries for /net or /misc (as&lt;br /&gt;
# above) in the included master map any keys that are the&lt;br /&gt;
# same will not be seen as the first read key seen takes&lt;br /&gt;
# precedence.&lt;br /&gt;
#&lt;br /&gt;
+auto.master&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Add the directory by&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​mkdir /var/hda/vol ; chmod 775 /var/hd}}&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
Then add the auto.vol file:&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​nano /etc/auto.vol&lt;br /&gt;
#&lt;br /&gt;
# This is an automounter map and it has the following format&lt;br /&gt;
# key [ -mount-options-separated-by-comma ] location&lt;br /&gt;
# mountpoint_key options location_device # man 5 autofs&lt;br /&gt;
#&lt;br /&gt;
cdrom  -fstype=auto,ro,nosuid,nodev,user                      :/dev/cdrom&lt;br /&gt;
#floppy -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/fd0&lt;br /&gt;
K      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdk1&lt;br /&gt;
K.2    -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000  :dev/sdk2 #2nd partition&lt;br /&gt;
K.3    -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000  :dev/sdk3 #3d partition&lt;br /&gt;
L      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdl1&lt;br /&gt;
M      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdm1&lt;br /&gt;
N      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdn1&lt;br /&gt;
O      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdo1&lt;br /&gt;
G      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdg&lt;br /&gt;
H      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdh&lt;br /&gt;
I      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdi&lt;br /&gt;
J      -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdj&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Now restart autofs and then all is GO&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​service autofs restart}}&lt;br /&gt;
&lt;br /&gt;
Create the symlinks&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​ln -s /var/hda/vol /var/hda/files/Disks}}&lt;br /&gt;
&lt;br /&gt;
Make browse active by edit the file autofs &lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​nano /etc/sysconfig/autofs&lt;br /&gt;
&lt;br /&gt;
Change line BROWSE_MODE=&amp;quot;no&amp;quot; to BROWSE_MODE=&amp;quot;yes&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
That is all, but for more see:&lt;br /&gt;
http://www.autofs.org/autofs-man.html&lt;br /&gt;
&lt;br /&gt;
[[User:Nalleju|Nalleju]]&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42115</id>
		<title>HowTo Webmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42115"/>
		<updated>2011-06-19T20:30:44Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: HowTo install Webmin on Amahi&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HowTo]]&lt;br /&gt;
Make life a little bit easier with Webmin&lt;br /&gt;
&lt;br /&gt;
Install Webmin for management and admin work, Amahi is without these.&lt;br /&gt;
&lt;br /&gt;
Connect to your box by Putty root@hda then start installation: &lt;br /&gt;
&lt;br /&gt;
Create fila webmin.repo with&lt;br /&gt;
&lt;br /&gt;
{{Code|nano /etc/yum.repos.d/webmin.repo}}  &lt;br /&gt;
&lt;br /&gt;
edit the file to: &lt;br /&gt;
{{Text|Text=&lt;br /&gt;
[Webmin]&lt;br /&gt;
name=Webmin Distribution Neutral&lt;br /&gt;
baseurl=http://download.webmin.com/download/yum&lt;br /&gt;
enabled=1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You should also fetch and install GPG key with which the packages are signed:&lt;br /&gt;
&lt;br /&gt;
{{Code|rpm --import http://www.webmin.com/jcameron-key.asc}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can now install with: &lt;br /&gt;
&lt;br /&gt;
{{Code|yum install webmin}}&lt;br /&gt;
&lt;br /&gt;
All dependencies should be resolved automatically.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you have the industry standard Admin interface on your Amahi.&lt;br /&gt;
[[User:Nalleju|Nalleju]]&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Talk:HowTo_Webmin&amp;diff=42109</id>
		<title>Talk:HowTo Webmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Talk:HowTo_Webmin&amp;diff=42109"/>
		<updated>2011-06-19T20:27:37Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: HowTo BackUp to DVD/CD&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== HowTo BackUp to DVD/CD ==&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo]]&lt;br /&gt;
You may want to make BackUps to DVDs and CDs with Webmin&lt;br /&gt;
&lt;br /&gt;
Install the program by:&lt;br /&gt;
&lt;br /&gt;
{{Code|Code=yum install cdrecord}}&lt;br /&gt;
&lt;br /&gt;
More info  on : http://linuxcommand.org/man_pages/cdrecord1.html&lt;br /&gt;
&lt;br /&gt;
Now you can run BackUp from Webmin&lt;br /&gt;
&lt;br /&gt;
[[User:Nalleju|Nalleju]]&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Talk:HowTo_Webmin&amp;diff=42103</id>
		<title>Talk:HowTo Webmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Talk:HowTo_Webmin&amp;diff=42103"/>
		<updated>2011-06-19T20:15:13Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: HowTo BackUp to DVD/CD&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== HowTo BackUp to DVD/CD ==&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo]]&lt;br /&gt;
You may want to make BackUps to DVDs and CDs with Webmin&lt;br /&gt;
&lt;br /&gt;
Install the program by:&lt;br /&gt;
&lt;br /&gt;
{{Code=yum install cdrecord}}&lt;br /&gt;
&lt;br /&gt;
More info  on : http://linuxcommand.org/man_pages/cdrecord1.html&lt;br /&gt;
&lt;br /&gt;
Now you can run BackUp from Webmin&lt;br /&gt;
&lt;br /&gt;
[[User:Nalleju|Nalleju]]&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42085</id>
		<title>HowTo Webmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42085"/>
		<updated>2011-06-19T20:08:10Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: moved User talk:Nalleju to HowTo Webmin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HowTo]]&lt;br /&gt;
Make life a little bit easier with Webmin&lt;br /&gt;
&lt;br /&gt;
Install Webmin for management and admin work, Amahi is without these.&lt;br /&gt;
&lt;br /&gt;
Connect to your box by Putty root@hda then start installation by: &lt;br /&gt;
&lt;br /&gt;
Create fila webmin.repo with&lt;br /&gt;
&lt;br /&gt;
{{Code|nano /etc/yum.repos.d/webmin.repo}}  &lt;br /&gt;
&lt;br /&gt;
edit the file to: &lt;br /&gt;
{{Code|Code=&lt;br /&gt;
[Webmin]&lt;br /&gt;
name=Webmin Distribution Neutral&lt;br /&gt;
baseurl=http://download.webmin.com/download/yum&lt;br /&gt;
enabled=1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You should also fetch and install GPG key with which the packages are signed:&lt;br /&gt;
&lt;br /&gt;
{{Code|rpm --import http://www.webmin.com/jcameron-key.asc}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can now install with: &lt;br /&gt;
&lt;br /&gt;
{{Code|yum install webmin}}&lt;br /&gt;
&lt;br /&gt;
All dependencies should be resolved automatically.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you have the industry standard Admin interface on your Amahi.&lt;br /&gt;
[[User:Nalleju|Nalleju]]&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=User_talk:Nalleju&amp;diff=42091</id>
		<title>User talk:Nalleju</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=User_talk:Nalleju&amp;diff=42091"/>
		<updated>2011-06-19T20:08:10Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: moved User talk:Nalleju to HowTo Webmin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[HowTo Webmin]]&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42079</id>
		<title>HowTo Webmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42079"/>
		<updated>2011-06-19T20:07:48Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: Make life a little bit easier with Webmin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HowTo]]&lt;br /&gt;
Make life a little bit easier with Webmin&lt;br /&gt;
&lt;br /&gt;
Install Webmin for management and admin work, Amahi is without these.&lt;br /&gt;
&lt;br /&gt;
Connect to your box by Putty root@hda then start installation by: &lt;br /&gt;
&lt;br /&gt;
Create fila webmin.repo with&lt;br /&gt;
&lt;br /&gt;
{{Code|nano /etc/yum.repos.d/webmin.repo}}  &lt;br /&gt;
&lt;br /&gt;
edit the file to: &lt;br /&gt;
{{Code|Code=&lt;br /&gt;
[Webmin]&lt;br /&gt;
name=Webmin Distribution Neutral&lt;br /&gt;
baseurl=http://download.webmin.com/download/yum&lt;br /&gt;
enabled=1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You should also fetch and install GPG key with which the packages are signed:&lt;br /&gt;
&lt;br /&gt;
{{Code|rpm --import http://www.webmin.com/jcameron-key.asc}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can now install with: &lt;br /&gt;
&lt;br /&gt;
{{Code|yum install webmin}}&lt;br /&gt;
&lt;br /&gt;
All dependencies should be resolved automatically.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you have the industry standard Admin interface on your Amahi.&lt;br /&gt;
[[User:Nalleju|Nalleju]]&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42073</id>
		<title>HowTo Webmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42073"/>
		<updated>2011-06-19T19:59:40Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HowTo]]&lt;br /&gt;
Make life a little bit easier with Webmin&lt;br /&gt;
&lt;br /&gt;
Install Webmin for management and admin work, Amahi is without these.&lt;br /&gt;
&lt;br /&gt;
Connect to your box by Putty root@hda then start installation by: &lt;br /&gt;
&lt;br /&gt;
Create fila webmin.repo with&lt;br /&gt;
&lt;br /&gt;
{{Code|nano /etc/yum.repos.d/webmin.repo}}  &lt;br /&gt;
&lt;br /&gt;
edit the file to: &lt;br /&gt;
{{Code|Code=&lt;br /&gt;
[Webmin]&lt;br /&gt;
name=Webmin Distribution Neutral&lt;br /&gt;
baseurl=http://download.webmin.com/download/yum&lt;br /&gt;
enabled=1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You should also fetch and install GPG key with which the packages are signed:&lt;br /&gt;
&lt;br /&gt;
{{Code|rpm --import http://www.webmin.com/jcameron-key.asc}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can now install with: &lt;br /&gt;
&lt;br /&gt;
{{Code|yum install webmin}}&lt;br /&gt;
&lt;br /&gt;
All dependencies should be resolved automatically.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you have the industry standard Admin interface on your Amahi.&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42061</id>
		<title>HowTo Webmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42061"/>
		<updated>2011-06-19T19:51:50Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: /* Use USB Disks or sticks */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Make life a little bit easier with Webmin&lt;br /&gt;
&lt;br /&gt;
Install Webmin for management and admin work, Amahi is without these.&lt;br /&gt;
&lt;br /&gt;
Connect to your box by Putty root@hda then start installation by: &lt;br /&gt;
&lt;br /&gt;
Create fila webmin.repo with&lt;br /&gt;
&lt;br /&gt;
nano /etc/yum.repos.d/webmin.repo  &lt;br /&gt;
&lt;br /&gt;
edit the file to: &lt;br /&gt;
&lt;br /&gt;
[Webmin]&lt;br /&gt;
name=Webmin Distribution Neutral&lt;br /&gt;
baseurl=http://download.webmin.com/download/yum&lt;br /&gt;
enabled=1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You should also fetch and install GPG key with which the packages are signed:&lt;br /&gt;
&lt;br /&gt;
rpm --import http://www.webmin.com/jcameron-key.asc &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can now install with: &lt;br /&gt;
&lt;br /&gt;
yum install webmin &lt;br /&gt;
&lt;br /&gt;
All dependencies should be resolved automatically.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you have the industry standard Admin interface on your Amahi.&lt;br /&gt;
&lt;br /&gt;
== Use USB Disks or sticks ==&lt;br /&gt;
&lt;br /&gt;
[[Category:HowTo]]&lt;br /&gt;
I have several USB disck and eSATA disk I need on my machine.&lt;br /&gt;
I also need to bring files and take files from the machine by USB stick.&lt;br /&gt;
I use Putty and Webmin for these things&lt;br /&gt;
&lt;br /&gt;
# Install autofs &lt;br /&gt;
&lt;br /&gt;
{{Code|Code= yum install autofs}}&lt;br /&gt;
&lt;br /&gt;
Need VFAT for the big USB Disk or the large files on it:&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​yum install fuse fuse-ntfs-3g}}&lt;br /&gt;
&lt;br /&gt;
- Setup the autofs by edit master settings &lt;br /&gt;
Change 2 lines to (if not needed)&lt;br /&gt;
Add one (or more) line for the USB disk /var/hda/vol /etc/auto.vol   --timeout=3&lt;br /&gt;
&lt;br /&gt;
{{Code|Code= nano /etc/auto.master&lt;br /&gt;
#&lt;br /&gt;
# Sample auto.master file&lt;br /&gt;
# This is an automounter map and it has the following format&lt;br /&gt;
# key [ -mount-options-separated-by-comma ] location&lt;br /&gt;
# For details of the format look at autofs(5).&lt;br /&gt;
#&lt;br /&gt;
/var/hda/vol    /etc/auto.vol   --timeout=3&lt;br /&gt;
#&lt;br /&gt;
#/misc  /etc/auto.misc&lt;br /&gt;
#&lt;br /&gt;
# NOTE: mounts done from a hosts map will be mounted with the&lt;br /&gt;
#       &amp;quot;nosuid&amp;quot; and &amp;quot;nodev&amp;quot; options unless the &amp;quot;suid&amp;quot; and &amp;quot;dev&amp;quot;&lt;br /&gt;
#       options are explicitly given.&lt;br /&gt;
#&lt;br /&gt;
#/net   -hosts&lt;br /&gt;
#&lt;br /&gt;
# Include central master map if it can be found using&lt;br /&gt;
# nsswitch sources.&lt;br /&gt;
#&lt;br /&gt;
# Note that if there are entries for /net or /misc (as&lt;br /&gt;
# above) in the included master map any keys that are the&lt;br /&gt;
# same will not be seen as the first read key seen takes&lt;br /&gt;
# precedence.&lt;br /&gt;
#&lt;br /&gt;
+auto.master&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Add the directory by&lt;br /&gt;
{{Code|Code= ​mkdir /var/hda/vol ; chmod 775 /var/hd}}&lt;br /&gt;
&lt;br /&gt;
# Then add the auto.vol file &lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​nano /etc/auto.vol#&lt;br /&gt;
# This is an automounter map and it has the following format&lt;br /&gt;
# key [ -mount-options-separated-by-comma ] location&lt;br /&gt;
# mountpoint_key options location_device # man 5 autofs&lt;br /&gt;
#&lt;br /&gt;
cdrom   -fstype=auto,ro,nosuid,nodev,user                       :/dev/cdrom&lt;br /&gt;
#floppy -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/fd0&lt;br /&gt;
K       -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdk1&lt;br /&gt;
K.2     -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000  :dev/sdk2 #2nd partition&lt;br /&gt;
K.3     -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000  :dev/sdk3 #3d partition&lt;br /&gt;
L       -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdl1&lt;br /&gt;
M       -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdm1&lt;br /&gt;
N       -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdn1&lt;br /&gt;
O       -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdo1&lt;br /&gt;
G       -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdg&lt;br /&gt;
H       -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdh&lt;br /&gt;
I       -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdi&lt;br /&gt;
J       -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sdj&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
# Now restart autofs and then all is GO &lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​service autofs restart}}&lt;br /&gt;
&lt;br /&gt;
# Create the symlinks &lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​ln -s /var/hda/vol /var/hda/files/Disks}}&lt;br /&gt;
&lt;br /&gt;
# Make browse active by edit the file autofs  &lt;br /&gt;
&lt;br /&gt;
{{Code|Code= ​nano /etc/sysconfig/autofs &lt;br /&gt;
Change line BROWSE_MODE=&amp;quot;no&amp;quot; to BROWSE_MODE=&amp;quot;yes&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
That is all, but for more see:&lt;br /&gt;
http://www.autofs.org/autofs-man.html&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42049</id>
		<title>HowTo Webmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=HowTo_Webmin&amp;diff=42049"/>
		<updated>2011-06-19T18:59:14Z</updated>

		<summary type="html">&lt;p&gt;Nalleju: HowTo install Webmin on Amahi&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Make life a little bit easier with Webmin&lt;br /&gt;
&lt;br /&gt;
Install Webmin for management and admin work, Amahi is without these.&lt;br /&gt;
&lt;br /&gt;
Connect to your box by Putty root@hda then start installation by: &lt;br /&gt;
&lt;br /&gt;
Create fila webmin.repo with&lt;br /&gt;
&lt;br /&gt;
nano /etc/yum.repos.d/webmin.repo  &lt;br /&gt;
&lt;br /&gt;
edit the file to: &lt;br /&gt;
&lt;br /&gt;
[Webmin]&lt;br /&gt;
name=Webmin Distribution Neutral&lt;br /&gt;
baseurl=http://download.webmin.com/download/yum&lt;br /&gt;
enabled=1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You should also fetch and install GPG key with which the packages are signed:&lt;br /&gt;
&lt;br /&gt;
rpm --import http://www.webmin.com/jcameron-key.asc &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can now install with: &lt;br /&gt;
&lt;br /&gt;
yum install webmin &lt;br /&gt;
&lt;br /&gt;
All dependencies should be resolved automatically.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you have the industry standard Admin interface on your Amahi.&lt;/div&gt;</summary>
		<author><name>Nalleju</name></author>
		
	</entry>
</feed>