CardSharing Forum Banner

Go Back   CardSharing Forum > Sharing receivers > Relook > Tutorials
Notices

Reply
 
LinkBack Thread Tools Display Modes
Copy Var to HD
Old
  (#1)
Junior Member
 
RichyE's Avatar
 
Offline
Posts: 3

Level: 1 [♥ Bé-Yêu ♥]
Life: 0 / 2
Magic: 1 / 16
Experience: 10%

Thanks: 2
Thanked 4 Times in 3 Posts
Join Date: Nov 2006
Copy Var to HD - 08-April-2007, 21:31

Jaxc made a nice script to make some room in your relooks memory.
I have used from Highland 2.11 till 2.14 and it worked great.

Copy the code into a file and copy it to your relook, then execute it via telnet with ./*****, where ***** is your filename.
Or use telnet to enter every line one at a time and press enter after every line.

#################################
#var to HD /Var/Data script v1.5
# by Jaxc

echo "Copying to Hdd"
killall newcs mgcamd evocamd cardspider cs2gbox capmtserver CCcam gbox # (killall emu's)
touch /var/tmp/gbox.kill

A="emu keys keys0 etc scripts plugins www"
for e in $A ; do
rm -rf /var/data/$e #(remove files from HDD)
mv /var/$e /var/data/ #(copy files to HDD)
ln -s /var/data/$e /var/$e # (set symlinks)
done

killall httpd
httpd -h /var/data/www #(set HTTPD dir to /var/data)

echo "Var ready"
#######################################

Lavatronics.com
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 2 Users Say Thank You to RichyE For This Useful Post:
geo4u (19-August-2008), oufx1 (21-August-2008)
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On






Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.