Introduction
The scripts are written in Bash since that is the default shell in Xandros. To run them you can ether make them executable or execute them as arguments of the shell, the later method being the one I prefer. For both methods opening a terminal window is required.
The terminal
This is the first step for both methods and on the default Xandros installation this only implies pressing Ctrl+Alt+T. For the purpose of this HowTo I will presume that the scripts are located in the /home/user directory of the EeePC. If they are not, you can navigate to their directory using the cd (change directory) command.
cd name-of-directory goes to that directory
cd .. goes backwards
Alternatively you can move the files to your /home/user directory; To exit a terminal just type exit.
Making the scripts executable
Once you open the terminal and, if need be, change to the folder they are located in, you can type:
chmod +x pimpmyeee-version.sh; chmod +x unpimpmyeee-version.sh
After that you can run the scripts at any time by double-clicking them from the file manager or from the terminal by going to their directory and typing:
./pimpmyeee-version.sh
Executing scripts as arguments
To execute the scripts directly you can open a terminal, navigate to their directory and type:
sh pimpmyeee-version.sh