Sunday, February 17, 2013

How can i compress hundreds of files into separate 25mb zip files?

Q. I am trying to put thousands of files on to my website My server will only allow me to upload 25mb files each time. Sooo. I was wondering if there is a certain program or a way to make thousands of files into separate 25 MB zip files. And only zip can't do anything else

A. Stuffit may be able to do what you're asking. It can compress to most formats and is available for Mac and Win (maybe Linux too). You can also set it to split files over a given filesize into segments so you can set a 25Mb limit for filesize.

How to turn a Minecraft seed into a zip file?
Q. My friends and I are trying to make take the DivideByZero Minecraft seed for our online server, but I am not sure how to do it. Does anybody have a link to a .zip file, or know how to make this seed into one? Thanks!

A. This method assumes that you have a world by that seed in your saves list.
Are you on a Windows or Mac (or Linux)?
If you are on a:
Mac, go to your home folder (the folder named your username), open Library, open Application Support, open Minecraft, then saves, and then zip the folder called the name of the world. There you are!
Windows, open up a program called Run (in Programs/Accessories) and type in %appdata% and hit enter. Open up .minecraft, then saves, and then zip the file called the save.
Linux, open up your home folder and press Ctrl-H (to shop hidden files), and look for .minecraft. Then find the saves folder, and zip the save.

How to make an Apache Server using Linux?
Q. Hi I am using linux debian on an old imac g3. I have gotten the web server up to a point where I can see the 'It Works' page but now what? I want to add Joomla to it but I don't know how to make it load like cpanel does. Help!

A. a) Download Joomla
[code]
cd /var/www
sudo wget -c http://joomlacode.org/gf/download/frsrelease/14659/64120/Joomla_1.6.3-Stable-Full_Package.zip
sudo unzip Joomla_1.6.3-Stable-Full_Package.zip
sudo rm index.html
sudo chown -R www-data:www-data *
[/code]

b) Setup MySQL & phpmyadmin
[code]
sudo apt-get install mysql-server
sudo wget -c http://iweb.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.10/phpMyAdmin-3.3.10-all-languages.tar.gz
sudo tar xvfz phpMy*
sudo mv phpMy* phpmyadmin
sudo chown -R www-data:www-data phpmyadmin
sudo mv phpmyadmin/config.sample.inc.php phpmyadmin/config.inc.php
sudo nano phpmyadmin/config.inc.php
[/code]
During the installation, it will ask you for the mysql password. set it, and remember it.

Now,
At this point, add something to the part where it says you need to add something for blowfish authentication. Just type a whole load of random characters.

Press Control + X to save.

visit http://< web server address >/phpmyadmin

login with username 'root' and the password you set before.

Create a new database named "joomla"

Now, visit http://< web server address >
Your database name is the one you just created.
User is "root"
password is the password that you set.

Its not exactly secure to use the root account, but as your only using it for personal purposes, it doesn't matter much.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

No comments:

Post a Comment