![]() |
HowTo.FreeMoreMemory HistoryHide minor edits - Show changes to markup June 10, 2009, at 11:44 AM
by --
Changed line 77 from:
It is worth mentioning that the to:
It is worth mentioning that the June 10, 2009, at 11:44 AM
by --
Changed line 77 from:
It is worth mentioning that the to:
It is worth mentioning that the June 10, 2009, at 11:35 AM
by --
Changed line 77 from:
It is worth mentioning that the /usr/sbin/WatchDog? script will restart the thttpd process on a regular basis if it is being called from crond, as is the default behaviour. This is documented in the BootSequencePage to:
It is worth mentioning that the June 10, 2009, at 11:33 AM
by -- Added details of crontab restarting thttpd
Changed lines 75-77 from:
@] to:
@] It is worth mentioning that the /usr/sbin/WatchDog? script will restart the thttpd process on a regular basis if it is being called from crond, as is the default behaviour. This is documented in the BootSequencePage January 05, 2009, at 06:58 PM
by --
Added lines 45-46:
~when I did this, it also disabled my telnet access, leaving me unable to log in and undo this change! Changed lines 51-52 from:
Create a called to:
Create a diversion script called September 02, 2008, at 12:21 PM
by -- updated info and formatting
Changed lines 3-4 from:
Disable UPnPto:
Disable UPnPChanged lines 9-10 from:
Disable support for Maxtor OneTouch USB drivesto:
Disable support for Maxtor OneTouch USB drivesChanged lines 30-31 from:
Disable xinetd and FTP supportto:
Disable xinetd and FTP supportChanged lines 38-39 from:
To prevent it from starting at next boot, create a file called to:
To prevent it from starting at next boot, create a diversion script called Changed lines 45-73 from:
by Fcarolo, September 2009 to:
Disable SambaIf you have other uses for your slug and do not need the built-in Samba server, you can disable it using some diversion scripts. Create a called #!/bin/sh return 0 Since you are not running Samba, you can also divert other scripts used for maintenance tasks related to it. Create two extra scripts at After creating these scripts, reboot the slug through the web interface or using the Disable the Built-in Web ServerYou can disable the built-in web server if you comfortable with managing the slug using only a command line shell. To stop the web server: killall thttpd
To prevent it from starting at next boot, create a diversion script called #!/bin/sh return 0 September 01, 2008, at 07:53 PM
by -- updated info and formatting
Changed line 45 from:
by Profiles/Fcarolo, September 2009 to:
by Fcarolo, September 2009 September 01, 2008, at 07:53 PM
by -- typo
Changed lines 38-39 from:
To prevent it from starting at next boot, create a file called to:
To prevent it from starting at next boot, create a file called Changed line 45 from:
by Profiles/fcarolo, September 2009 to:
by Profiles/Fcarolo, September 2009 September 01, 2008, at 07:52 PM
by -- updated info and formatting
Changed lines 9-10 from:
to:
Disable support for Maxtor OneTouch USB drivesSeptember 01, 2008, at 07:52 PM
by -- updated info and formatting
Deleted line 20:
Deleted line 22:
Deleted line 41:
Added lines 44-45:
by Profiles/fcarolo, September 2009 September 01, 2008, at 07:51 PM
by -- updated info and formatting
Changed lines 1-5 from:
Tip to increase available user RAM slightlyYou can also free up a small amount of user RAM for use by other packages by disabling the UPNP functionality using the Web configuration pages. RobHam June 2005 to:
These are some tips to increase available memory under Unslung 6.x. Disable UPnPYou can free up a small amount of RAM for use by other packages by disabling the UPnP functionality using the web configuration pages. Go to the Administration section for the web interface, and under the System tab, uncheck Enable UPnP Support. by RobHam, June 2005 Disable support for Maxtor OneTouch? USB drivesChanged lines 17-26 from:
You can permanently disable onetouch_detect by editing the file /etc/rc.d/rc.quickset. You need to be root to do this. Edit the file and comment out the line: /usr/sbin/onetouch_detect; check_status
slebetman-August 2005 to:
To make this change permanent, but also easy to revert, create a diversion script for #!/bin/sh /usr/sbin/QuickSet; check_status /usr/sbin/USB_Detect; check_status return 0 This script will run the original commands from by slebetman, August 2005 Disable xinetd and FTP supportIf you do not use the built-in FTP server available from Unslung (actually, the original FTP server by Linksys) you can stop To stop killall inetd
To prevent it from starting at next boot, create a file called #!/bin/sh return 0 January 08, 2008, at 12:08 PM
by -- fixed false wikilink
Changed lines 6-7 from:
If, like me, you don't have Maxtor's OneTouch? drives you can also disable the built in onetouch software to free even more ram. to:
If, like me, you don't have Maxtor's OneTouch drives you can also disable the built in onetouch software to free even more ram. December 25, 2007, at 12:50 AM
by -- removed untrue content
Deleted lines 21-32:
smbd (or Samba Deamon) seems to occupy a lot of memory resources. If you, like me do not need samba shares, simply disable samba by means of DiversionScript? In the /unslung directory, add a file 'rc.samba' with contents: #!/bin/sh
return 0
Now I have made this file executable using 'chmod +x rc.samba', I do not know if that is needed; but it works like a charm. In original state; about 700 to 1000 1k blocks free; now approximately 6700 1k blocks free. Betonpoaltie - oct '07 October 17, 2007, at 02:09 PM
by --
Changed lines 25-27 from:
@@#!/bin/sh
@@return 0
to:
#!/bin/sh
return 0
October 17, 2007, at 02:08 PM
by --
Changed lines 25-27 from:
return 0 to:
@@#!/bin/sh
@@return 0
October 17, 2007, at 02:08 PM
by --
Changed line 22 from:
--- to:
October 17, 2007, at 02:07 PM
by -- disable samba
Changed lines 20-32 from:
slebetman-August 2005 to:
slebetman-August 2005 --- smbd (or Samba Deamon) seems to occupy a lot of memory resources. If you, like me do not need samba shares, simply disable samba by means of DiversionScript? In the /unslung directory, add a file 'rc.samba' with contents:
return 0 Now I have made this file executable using 'chmod +x rc.samba', I do not know if that is needed; but it works like a charm. In original state; about 700 to 1000 1k blocks free; now approximately 6700 1k blocks free. Betonpoaltie - oct '07 November 24, 2006, at 08:45 PM
by --
Changed lines 10-12 from:
killall /usr/sbin/onetouch_detect
to:
killall onetouch_detect
August 26, 2005, at 04:33 AM
by --
Changed line 14 from:
""/etc/rc.d/rc.quickset"". You need to be root to do this. to:
/etc/rc.d/rc.quickset. You need to be root to do this. August 26, 2005, at 04:32 AM
by --
Changed line 14 from:
/etc/rc.d/rc.quickset file. You need to be root to do this. to:
""/etc/rc.d/rc.quickset"". You need to be root to do this. August 26, 2005, at 04:30 AM
by --
Changed line 5 from:
to:
Changed lines 8-12 from:
You can kill the onetouch_detect software by issuing: killall /usr/sbin/onetouch_detect to:
You can kill the onetouch_detect software by issuing the command: killall /usr/sbin/onetouch_detect
Changed lines 14-19 from:
/etc/rc.d/rc.quickset and commenting out the line: /usr/sbin/onetouch_detect; check_status you need to be root to do this. to:
/etc/rc.d/rc.quickset file. You need to be root to do this. Edit the file and comment out the line: /usr/sbin/onetouch_detect; check_status
August 26, 2005, at 04:25 AM
by --
Changed lines 9-12 from:
@@ killall /usr/sbin/onetouch_detect @@ to:
killall /usr/sbin/onetouch_detect Changed lines 15-17 from:
@@ /usr/sbin/onetouch_detect; check_status @@ to:
/usr/sbin/onetouch_detect; check_status August 26, 2005, at 04:24 AM
by --
Added lines 5-20:
If, like me, you don't have Maxtor's OneTouch? drives you can also disable the built in onetouch software to free even more ram. You can kill the onetouch_detect software by issuing: @@ killall /usr/sbin/onetouch_detect @@ You can permanently disable onetouch_detect by editing the file /etc/rc.d/rc.quickset and commenting out the line: @@ /usr/sbin/onetouch_detect; check_status @@ you need to be root to do this. slebetman-August 2005 June 22, 2005, at 03:10 PM
by -- Moved from ModifyMemorySize
Added lines 1-4:
Tip to increase available user RAM slightlyYou can also free up a small amount of user RAM for use by other packages by disabling the UPNP functionality using the Web configuration pages. RobHam June 2005
view ·
edit ·
print ·
history ·
Last edited by Neil Ronketti.
Based on work by Neil Ronketti, Michael, fcarolo, betonpolatie, betonpoaltie, mrkzander, and slebetman. Originally by tman. Page last modified on June 10, 2009, at 11:44 AM
|