Showing posts with label linux zip. Show all posts
Showing posts with label linux zip. Show all posts

Thursday, May 16, 2013

how do i install heroes of newerth for linux mint?

Q. I am a complete noob on linux and I need some help. After I download HON for linux and I try to open it, it says I need to open with an appilcation, I have no idea how to do that, please help.

A. Was the file you downloaded a compressed file? More than likely it was and you don't have a program to decompress the file. To expand compressed file (decompresses) you can use and gzip -d, bunzip2 (bzip2 -d), unzip commands. See the link below for more info. that should help you out.

http://www.cyberciti.biz/howto/question/general/compress-file-unix-linux-cheat-sheet.php

http://www.cyberciti.biz/tips/how-can-i-zipping-and-unzipping-files-under-linux.html

How do you take dial up internet in Ubuntu linux?
Q. Also please mention how can you login as root? I am new to linux and am self learning it.. i cant install new packages also.. also should i do anything special to install my modem in ubuntu.. theres a folder named linux in the drivers folder of my modem cd.. but doubleclicking the driver file in the folder doesnt yield any results..help ?

A. there is a program called KPPP.. on application menu >> Application >> Add/Remove >> on "search" box just type in "KPPP" and on "show" box select all available application... you'll see 2 programs, KPPP and KPPPLogView.. select both and click Apply..

In ubuntu, there's no need for you to login as root.. if you want to install a program (a firewall as example) just type "sudo apt-get install firestarter" at command prompt.. sudo enables you to run admin/root command.

installing a modem driver that are not PnP in ubuntu requires a little knowlegde about linux.. 1st.. you have to read readme.txt, how to install documentation in that linux driver's folder.. some driver requires special care and special command. 2nd. Surf the web for the latest driver and download it.. 3rd Double clicking driver file wont let you go anywhere.. please read all documents in that folder and you might find commands like this ./configure, make, make install.. so read the instruction.. if you still have problems installing the modem driver.. feel free to zip and email me those driver files

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.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, April 20, 2013

How do I remove Windows XP from my toshiba portege 2000 and restart with Linux?

Q. I need a little step by step. The Windows XP crashes upon start. I have made a Ubuntu boot disc. What steps do I need to take to erase the Windows and boot with ubuntu. It won't boot on its own. I even set the bios to start from the CD rom (iomega zip 650). OR is there any way to repair XP without paying Microsoft a ton of money. Personally, I just want to escape to DOS, delete windows altogether and boot from the CD if I can. But I can't get past the 'dead' Windows XP.

Thank you.

A. Since linux is fat 32 I would say, go to Best Buy and get a win me or win 98 startup floppy and use that to format. Just stick the floppy in and restart the computer. When it comes to a place in what you call as DOSS, there will be 4.....1,2,3,4 selections for win me and 1,2,3 for win 98. Pick #2 of the 4 or pick #1 of the 3 all for cdrom support. And then click "Enter" and let it go for its thing. In about 2-3 minutes, it'll be looking like this A:\......When it's like that type in fdisk.....then it will look like this.....A:\fdisk and click "Enter" When you get to the partition area, delete existing partition. and setup for fat32 Follow instructions there as you go. I'm not too talented to give complete directions there. When its all done it'll return to A:\......then you get to type in the format c: so it looks like this, A:\format c: and click enter. follow instructions and you'll be formatting in no time.

After reading more of your question, Its not winxp at fault, Its you powersupply or your videocard or both as it was for my computer. Or its hot and you may have to clean out the dust.

How do you boot linux from a flash drive?
Q. I am looking for the best linux os distro that could boot straight from my flash drive.

Something like knoppix but for flash.

Another question, with that, can you access the hard drive and store information? Like to fix a windows machine?

A. You can run this of CD, USB, and even in RAM
http://www.damnsmalllinux.org/

To intall to USB drive:
First, boot up your computer from the DSL livecd, frugal, or USB-frugal. Note that it is not possible to do a USB install, or any other kind of install from a DSL Embedded system.

In the Fluxbox menu, go Apps >> Tools >> Install to USB Pendrive and choose either USB-ZIP emulation or USB-HDD emulation, depending on what is supported by your computer's bios.

how do i install heroes of newerth for linux mint?
Q. I am a complete noob on linux and I need some help. After I download HON for linux and I try to open it, it says I need to open with an appilcation, I have no idea how to do that, please help.

A. Was the file you downloaded a compressed file? More than likely it was and you don't have a program to decompress the file. To expand compressed file (decompresses) you can use and gzip -d, bunzip2 (bzip2 -d), unzip commands. See the link below for more info. that should help you out.

http://www.cyberciti.biz/howto/question/general/compress-file-unix-linux-cheat-sheet.php

http://www.cyberciti.biz/tips/how-can-i-zipping-and-unzipping-files-under-linux.html



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Monday, March 11, 2013

How do you develop a website with a zip code / City, State lookup?

Q. How do you develop a website with a zip code look up for various stores, and locations? A website similar to Yelp.com?

Also, how much does a website like that cost to make approximately?

Thanks.

A. Use the LAMP stack

Linux as an OS - Cost - free
Apache for a web server - cost - free
MySQL for a database - cost - Free
Use a scripting language like Python, Perl, or PHP to handle the interface between the web page and the HTML pages on the web site - cost - free

Create the web site
Link the clicks and dialog windows to the scripts
set up the database
load your data
Test
Debug
Test
Debug
Test
Debug
......
Some time much later
......
Go Live

Have fun

How do you install a program on linux?
Q. I am new to linux and do not understand the file extensions, i have a tar.gz file that is the Wicd Network Manager because it doesn't work so i am trying to install it because it is not found on the system. How do i go about installing this file.

A. The file tar.gz is a compressed file, much like a .zip file so first you must uncompress it. Usually double clicking in many distros will work.
Then you will have to install it. The methods to do this depend on the linux distro (ubuntu, SUSE, mint, knoppix, red hat, DSL) you are using and the file type (.deb, .sh) that is compressed in the tar.gz file (also called a tarball).
Also, you have to understand what dependencies you need to fulfill to install the program (what libraries you need).
Search the forums for the program you wish to install for the specific linux distribution you are using.
I highly reccomend that you buy a book for your new linux distro. That is how I learned. Linux is not windows, you can't just doubleclick everything you want to install. It makes it harder to install programs but in the end provides a more stable and secure system.

Can anyone help me with installing programs on Linux?
Q. I dont have internet on the computer i have linux on, am i screwed or is there still a way?

A. Some software is distributed in "Source form". This means you download a file containing all the source code for the application you want to install, unpack it, and compile it on your system. Compiling is the process of turning the source code into an executable binary. It is a fairly straight forward process.

Typically applications you must compile from source will come as a ".tar.gz", ".tar.bz2", or ".zip" file.

You'll probably want to operate from inside your home directory. If your user is (for example) username, your home directory will be /home/username/. Downloaded your zip file containing install files to /home/username/src. If you do not have a src directory, you can create it with the following "mkdir" (make directory) command:


Code:
mkdir /home/username/src/
So, we have our source package in /home/username/src/.

Change to the /home/username/src/ directory with the "cd" (change directory) command like so:


Code:
cd /home/username/src/
Use the "ls" (list directory contents) command, to see the file is present:


Code:
ls

We now need to unzip the zipped file, this is done differently depending on the file extension.

for files ending in .tar.gz, use:

Code:
tar -zxvf <filename>
(replacing <filename> with the name of the file).

for files ending in .tar.bz2, use:

Code:
tar -jxvf <filename>
for files ending in .zip, use:

Code:
unzip <filename>
You should now have a new directory, containing all of the source files. To confirm it exists, and to get its name, use the "ls" command again.

Code:
ls
we now need to go into the new directory, so use the cd command:

Code:
cd <directory>



This is where things will differ. Some packages will have an INSTALL or README file which will contain installation instructions. use "ls" to see if the software has an install or readme file. If it does have one, you can use the "more" command to read it, like so:

Code:
more INSTALL
Generally, the final 3 stages are as follows:
- Configure the installation
- Compile the software
- Install the binaries

The pre-installation configuration is done by executing ./configure:

Code:
./configure
This will perform some requirements testing on your system, and create a "Makefile" which will explain to the "make" utility how the software should be compiled.

The next stage is to compile the software, this is done using "make". When you run "make" it will read the instructions in the Makefile and build the application binaries.

Code:
make

The final stage is to install these binaries, ie, copy them to a more permanent location. Typically only the "root" user can do this, so you will need to swich to the root user with the "su" command:

Code:
su
Once you are root, install the binaries using the "make" command, followed by "install", like so:

Code:
make install



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, March 2, 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

Friday, February 15, 2013

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.

How do you develop a website with a zip code / City, State lookup?
Q. How do you develop a website with a zip code look up for various stores, and locations? A website similar to Yelp.com?

Also, how much does a website like that cost to make approximately?

Thanks.

A. Use the LAMP stack

Linux as an OS - Cost - free
Apache for a web server - cost - free
MySQL for a database - cost - Free
Use a scripting language like Python, Perl, or PHP to handle the interface between the web page and the HTML pages on the web site - cost - free

Create the web site
Link the clicks and dialog windows to the scripts
set up the database
load your data
Test
Debug
Test
Debug
Test
Debug
......
Some time much later
......
Go Live

Have fun

What exactly is so great about linux?
Q. I have tried Ubuntu out once but I didn't really see the point of it and I ended up going back to windows 7. What does linux have to offer that windows does not (apart from the fact that its free)? I'd really love to learn more about linux and play around with it (especially customizing it and tweaking settings to personal preference but I don't know if that's what it's about).
Oh and can someone also please recommend a (or perhaps a few) versions I should try out?

A. I'm so glad you ask this question!
Well, linux is great from many points of view. I hope you take your time reading this, and I hope this will prove helpful to you! :D

1. The main one, which is definitely the best thing for an every-day user is the fact that Linux is virus-free. No antivirus, no problems at all with malwares or malicious software.

2. Open source. Open source doesn't mean ONLY that it's free. Aside of the fact that you have FREE licensed OS, there is a huge open source community, constantly working on your linux version (we call them distributions), fixing bugs, or dangerous leaks and making it better, and better every day. With linux, you will always benefit from the latest updates, which is great.

3. Great security. Having no viruses, being open source (constantly updated), with Linux you can be sure you're system is as secure as it can be. As for myself, I feel secure ONLY on Linux.

4. Optimal. Linux is, no doubt, optimal! It is very fast, even on slower computers. As an example, at the Informatics Olympiads in my country, they test the sources both on Windows and Linux, and Linux is faster all the times, sometimes even twice. Linux is faster because of it's relative simplicity, because of it doesn't have all those additional programs which Windows needs for pretty much everything to slow down your computer.

5. Support for all standard formats. With Linux, you are off to go from the moment you install it. It supports pretty much EVERY standard format there is. In windows, to emulate an .iso you need a program (in Linux you don't; of course you can install, if you want a nice user interface), In windows to unzip a .zip you need a program (in Linux, you don't) etc. etc.

6. Great control over your OS. In Linux you got the Terminal, which allows you to do EVERYTHING you want (including to screw up your computer, believe me :)) ). Basically, in Linux you control the system. In Windows it's different, Windows is a closed box, you can only see it's outside. You are forced to use what they give you, how they give it to you. In Linux you can use what you want, how you want. And that's nice.

7. Just like the OS, you benefit from a lot of open source software, which (some of them) are great! Like GIMP instead of Photoshop, Blender instead of... well instead of nothing because Blender is the best out there for 3D Modelling (IMO)..., Inkscape for vector graphics etc.

8. WINE. If you still need a certain program from Windows which doesn't have a version for Linux, there is WINE. WINE is basically a thing which lets you install and run Windows programs as your Linux would be Windows. You can very well install MSOffice, Photoshop, Dreamweaver, anything you want. Even games! Yes, you can play windows games on linux with WINE. For some of them, you may get even better performance than on Windows itself. With a little bit of learning it's ropes WINE will make you forget about windows.

9. Customization! That's another great thing of Linux. On Linux you can customize, tweak, modify anything at your pleasure, given that you know how to do it. Of course, some of the things you can customize easily, some of them harder, but there's always that feel of happiness when you make your system look like you want to. And when you know you did it!

At first, I would suggest you to use a dual boot: Windows 7 and Linux, so that you can switch to Windows whenever you need, until you get familiarized with linux. For this, it is necessary to install Windows first, and then Linux with it's bootloader so that it recognizes both Windows and Linux at boot.

Finally, as you requested, here are some versions (distributions, like I said, or shorter distros):
1. Ubuntu - it is great, user friendly. If you want full customization you should try older versions of Ubuntu, like 10.10 or 11.04. http://ubuntu.com/

2. Linux Mint 12 - the distro I'm using now. It's as great as Ubuntu, if not greater. It's interface is very very nice, and I love it. http://linuxmint.com/

Have a nice day, and good luck on learning the ropes to this great system, Linux!
I hope I helped!



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Monday, February 11, 2013

How do you take dial up internet in Ubuntu linux?

Q. Also please mention how can you login as root? I am new to linux and am self learning it.. i cant install new packages also.. also should i do anything special to install my modem in ubuntu.. theres a folder named linux in the drivers folder of my modem cd.. but doubleclicking the driver file in the folder doesnt yield any results..help ?

A. there is a program called KPPP.. on application menu >> Application >> Add/Remove >> on "search" box just type in "KPPP" and on "show" box select all available application... you'll see 2 programs, KPPP and KPPPLogView.. select both and click Apply..

In ubuntu, there's no need for you to login as root.. if you want to install a program (a firewall as example) just type "sudo apt-get install firestarter" at command prompt.. sudo enables you to run admin/root command.

installing a modem driver that are not PnP in ubuntu requires a little knowlegde about linux.. 1st.. you have to read readme.txt, how to install documentation in that linux driver's folder.. some driver requires special care and special command. 2nd. Surf the web for the latest driver and download it.. 3rd Double clicking driver file wont let you go anywhere.. please read all documents in that folder and you might find commands like this ./configure, make, make install.. so read the instruction.. if you still have problems installing the modem driver.. feel free to zip and email me those driver files

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.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Sunday, February 10, 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

Thursday, February 7, 2013

How do you develop a website with a zip code / City, State lookup?

Q. How do you develop a website with a zip code look up for various stores, and locations? A website similar to Yelp.com?

Also, how much does a website like that cost to make approximately?

Thanks.

A. Use the LAMP stack

Linux as an OS - Cost - free
Apache for a web server - cost - free
MySQL for a database - cost - Free
Use a scripting language like Python, Perl, or PHP to handle the interface between the web page and the HTML pages on the web site - cost - free

Create the web site
Link the clicks and dialog windows to the scripts
set up the database
load your data
Test
Debug
Test
Debug
Test
Debug
......
Some time much later
......
Go Live

Have fun

What exactly is so great about linux?
Q. I have tried Ubuntu out once but I didn't really see the point of it and I ended up going back to windows 7. What does linux have to offer that windows does not (apart from the fact that its free)? I'd really love to learn more about linux and play around with it (especially customizing it and tweaking settings to personal preference but I don't know if that's what it's about).
Oh and can someone also please recommend a (or perhaps a few) versions I should try out?

A. I'm so glad you ask this question!
Well, linux is great from many points of view. I hope you take your time reading this, and I hope this will prove helpful to you! :D

1. The main one, which is definitely the best thing for an every-day user is the fact that Linux is virus-free. No antivirus, no problems at all with malwares or malicious software.

2. Open source. Open source doesn't mean ONLY that it's free. Aside of the fact that you have FREE licensed OS, there is a huge open source community, constantly working on your linux version (we call them distributions), fixing bugs, or dangerous leaks and making it better, and better every day. With linux, you will always benefit from the latest updates, which is great.

3. Great security. Having no viruses, being open source (constantly updated), with Linux you can be sure you're system is as secure as it can be. As for myself, I feel secure ONLY on Linux.

4. Optimal. Linux is, no doubt, optimal! It is very fast, even on slower computers. As an example, at the Informatics Olympiads in my country, they test the sources both on Windows and Linux, and Linux is faster all the times, sometimes even twice. Linux is faster because of it's relative simplicity, because of it doesn't have all those additional programs which Windows needs for pretty much everything to slow down your computer.

5. Support for all standard formats. With Linux, you are off to go from the moment you install it. It supports pretty much EVERY standard format there is. In windows, to emulate an .iso you need a program (in Linux you don't; of course you can install, if you want a nice user interface), In windows to unzip a .zip you need a program (in Linux, you don't) etc. etc.

6. Great control over your OS. In Linux you got the Terminal, which allows you to do EVERYTHING you want (including to screw up your computer, believe me :)) ). Basically, in Linux you control the system. In Windows it's different, Windows is a closed box, you can only see it's outside. You are forced to use what they give you, how they give it to you. In Linux you can use what you want, how you want. And that's nice.

7. Just like the OS, you benefit from a lot of open source software, which (some of them) are great! Like GIMP instead of Photoshop, Blender instead of... well instead of nothing because Blender is the best out there for 3D Modelling (IMO)..., Inkscape for vector graphics etc.

8. WINE. If you still need a certain program from Windows which doesn't have a version for Linux, there is WINE. WINE is basically a thing which lets you install and run Windows programs as your Linux would be Windows. You can very well install MSOffice, Photoshop, Dreamweaver, anything you want. Even games! Yes, you can play windows games on linux with WINE. For some of them, you may get even better performance than on Windows itself. With a little bit of learning it's ropes WINE will make you forget about windows.

9. Customization! That's another great thing of Linux. On Linux you can customize, tweak, modify anything at your pleasure, given that you know how to do it. Of course, some of the things you can customize easily, some of them harder, but there's always that feel of happiness when you make your system look like you want to. And when you know you did it!

At first, I would suggest you to use a dual boot: Windows 7 and Linux, so that you can switch to Windows whenever you need, until you get familiarized with linux. For this, it is necessary to install Windows first, and then Linux with it's bootloader so that it recognizes both Windows and Linux at boot.

Finally, as you requested, here are some versions (distributions, like I said, or shorter distros):
1. Ubuntu - it is great, user friendly. If you want full customization you should try older versions of Ubuntu, like 10.10 or 11.04. http://ubuntu.com/

2. Linux Mint 12 - the distro I'm using now. It's as great as Ubuntu, if not greater. It's interface is very very nice, and I love it. http://linuxmint.com/

Have a nice day, and good luck on learning the ropes to this great system, Linux!
I hope I helped!

How do you install a program on linux?
Q. I am new to linux and do not understand the file extensions, i have a tar.gz file that is the Wicd Network Manager because it doesn't work so i am trying to install it because it is not found on the system. How do i go about installing this file.

A. The file tar.gz is a compressed file, much like a .zip file so first you must uncompress it. Usually double clicking in many distros will work.
Then you will have to install it. The methods to do this depend on the linux distro (ubuntu, SUSE, mint, knoppix, red hat, DSL) you are using and the file type (.deb, .sh) that is compressed in the tar.gz file (also called a tarball).
Also, you have to understand what dependencies you need to fulfill to install the program (what libraries you need).
Search the forums for the program you wish to install for the specific linux distribution you are using.
I highly reccomend that you buy a book for your new linux distro. That is how I learned. Linux is not windows, you can't just doubleclick everything you want to install. It makes it harder to install programs but in the end provides a more stable and secure system.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Monday, February 4, 2013

How do you boot linux from a flash drive?

Q. I am looking for the best linux os distro that could boot straight from my flash drive.

Something like knoppix but for flash.

Another question, with that, can you access the hard drive and store information? Like to fix a windows machine?

A. You can run this of CD, USB, and even in RAM
http://www.damnsmalllinux.org/

To intall to USB drive:
First, boot up your computer from the DSL livecd, frugal, or USB-frugal. Note that it is not possible to do a USB install, or any other kind of install from a DSL Embedded system.

In the Fluxbox menu, go Apps >> Tools >> Install to USB Pendrive and choose either USB-ZIP emulation or USB-HDD emulation, depending on what is supported by your computer's bios.

how do i install heroes of newerth for linux mint?
Q. I am a complete noob on linux and I need some help. After I download HON for linux and I try to open it, it says I need to open with an appilcation, I have no idea how to do that, please help.

A. Was the file you downloaded a compressed file? More than likely it was and you don't have a program to decompress the file. To expand compressed file (decompresses) you can use and gzip -d, bunzip2 (bzip2 -d), unzip commands. See the link below for more info. that should help you out.

http://www.cyberciti.biz/howto/question/general/compress-file-unix-linux-cheat-sheet.php

http://www.cyberciti.biz/tips/how-can-i-zipping-and-unzipping-files-under-linux.html

How do you take dial up internet in Ubuntu linux?
Q. Also please mention how can you login as root? I am new to linux and am self learning it.. i cant install new packages also.. also should i do anything special to install my modem in ubuntu.. theres a folder named linux in the drivers folder of my modem cd.. but doubleclicking the driver file in the folder doesnt yield any results..help ?

A. there is a program called KPPP.. on application menu >> Application >> Add/Remove >> on "search" box just type in "KPPP" and on "show" box select all available application... you'll see 2 programs, KPPP and KPPPLogView.. select both and click Apply..

In ubuntu, there's no need for you to login as root.. if you want to install a program (a firewall as example) just type "sudo apt-get install firestarter" at command prompt.. sudo enables you to run admin/root command.

installing a modem driver that are not PnP in ubuntu requires a little knowlegde about linux.. 1st.. you have to read readme.txt, how to install documentation in that linux driver's folder.. some driver requires special care and special command. 2nd. Surf the web for the latest driver and download it.. 3rd Double clicking driver file wont let you go anywhere.. please read all documents in that folder and you might find commands like this ./configure, make, make install.. so read the instruction.. if you still have problems installing the modem driver.. feel free to zip and email me those driver files



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

How do you develop a website with a zip code / City, State lookup?

Q. How do you develop a website with a zip code look up for various stores, and locations? A website similar to Yelp.com?

Also, how much does a website like that cost to make approximately?

Thanks.

A. Use the LAMP stack

Linux as an OS - Cost - free
Apache for a web server - cost - free
MySQL for a database - cost - Free
Use a scripting language like Python, Perl, or PHP to handle the interface between the web page and the HTML pages on the web site - cost - free

Create the web site
Link the clicks and dialog windows to the scripts
set up the database
load your data
Test
Debug
Test
Debug
Test
Debug
......
Some time much later
......
Go Live

Have fun

What exactly is so great about linux?
Q. I have tried Ubuntu out once but I didn't really see the point of it and I ended up going back to windows 7. What does linux have to offer that windows does not (apart from the fact that its free)? I'd really love to learn more about linux and play around with it (especially customizing it and tweaking settings to personal preference but I don't know if that's what it's about).
Oh and can someone also please recommend a (or perhaps a few) versions I should try out?

A. I'm so glad you ask this question!
Well, linux is great from many points of view. I hope you take your time reading this, and I hope this will prove helpful to you! :D

1. The main one, which is definitely the best thing for an every-day user is the fact that Linux is virus-free. No antivirus, no problems at all with malwares or malicious software.

2. Open source. Open source doesn't mean ONLY that it's free. Aside of the fact that you have FREE licensed OS, there is a huge open source community, constantly working on your linux version (we call them distributions), fixing bugs, or dangerous leaks and making it better, and better every day. With linux, you will always benefit from the latest updates, which is great.

3. Great security. Having no viruses, being open source (constantly updated), with Linux you can be sure you're system is as secure as it can be. As for myself, I feel secure ONLY on Linux.

4. Optimal. Linux is, no doubt, optimal! It is very fast, even on slower computers. As an example, at the Informatics Olympiads in my country, they test the sources both on Windows and Linux, and Linux is faster all the times, sometimes even twice. Linux is faster because of it's relative simplicity, because of it doesn't have all those additional programs which Windows needs for pretty much everything to slow down your computer.

5. Support for all standard formats. With Linux, you are off to go from the moment you install it. It supports pretty much EVERY standard format there is. In windows, to emulate an .iso you need a program (in Linux you don't; of course you can install, if you want a nice user interface), In windows to unzip a .zip you need a program (in Linux, you don't) etc. etc.

6. Great control over your OS. In Linux you got the Terminal, which allows you to do EVERYTHING you want (including to screw up your computer, believe me :)) ). Basically, in Linux you control the system. In Windows it's different, Windows is a closed box, you can only see it's outside. You are forced to use what they give you, how they give it to you. In Linux you can use what you want, how you want. And that's nice.

7. Just like the OS, you benefit from a lot of open source software, which (some of them) are great! Like GIMP instead of Photoshop, Blender instead of... well instead of nothing because Blender is the best out there for 3D Modelling (IMO)..., Inkscape for vector graphics etc.

8. WINE. If you still need a certain program from Windows which doesn't have a version for Linux, there is WINE. WINE is basically a thing which lets you install and run Windows programs as your Linux would be Windows. You can very well install MSOffice, Photoshop, Dreamweaver, anything you want. Even games! Yes, you can play windows games on linux with WINE. For some of them, you may get even better performance than on Windows itself. With a little bit of learning it's ropes WINE will make you forget about windows.

9. Customization! That's another great thing of Linux. On Linux you can customize, tweak, modify anything at your pleasure, given that you know how to do it. Of course, some of the things you can customize easily, some of them harder, but there's always that feel of happiness when you make your system look like you want to. And when you know you did it!

At first, I would suggest you to use a dual boot: Windows 7 and Linux, so that you can switch to Windows whenever you need, until you get familiarized with linux. For this, it is necessary to install Windows first, and then Linux with it's bootloader so that it recognizes both Windows and Linux at boot.

Finally, as you requested, here are some versions (distributions, like I said, or shorter distros):
1. Ubuntu - it is great, user friendly. If you want full customization you should try older versions of Ubuntu, like 10.10 or 11.04. http://ubuntu.com/

2. Linux Mint 12 - the distro I'm using now. It's as great as Ubuntu, if not greater. It's interface is very very nice, and I love it. http://linuxmint.com/

Have a nice day, and good luck on learning the ropes to this great system, Linux!
I hope I helped!

How do you install a program on linux?
Q. I am new to linux and do not understand the file extensions, i have a tar.gz file that is the Wicd Network Manager because it doesn't work so i am trying to install it because it is not found on the system. How do i go about installing this file.

A. The file tar.gz is a compressed file, much like a .zip file so first you must uncompress it. Usually double clicking in many distros will work.
Then you will have to install it. The methods to do this depend on the linux distro (ubuntu, SUSE, mint, knoppix, red hat, DSL) you are using and the file type (.deb, .sh) that is compressed in the tar.gz file (also called a tarball).
Also, you have to understand what dependencies you need to fulfill to install the program (what libraries you need).
Search the forums for the program you wish to install for the specific linux distribution you are using.
I highly reccomend that you buy a book for your new linux distro. That is how I learned. Linux is not windows, you can't just doubleclick everything you want to install. It makes it harder to install programs but in the end provides a more stable and secure system.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Saturday, February 2, 2013

How do you develop a website with a zip code / City, State lookup?

Q. How do you develop a website with a zip code look up for various stores, and locations? A website similar to Yelp.com?

Also, how much does a website like that cost to make approximately?

Thanks.

A. Use the LAMP stack

Linux as an OS - Cost - free
Apache for a web server - cost - free
MySQL for a database - cost - Free
Use a scripting language like Python, Perl, or PHP to handle the interface between the web page and the HTML pages on the web site - cost - free

Create the web site
Link the clicks and dialog windows to the scripts
set up the database
load your data
Test
Debug
Test
Debug
Test
Debug
......
Some time much later
......
Go Live

Have fun

What exactly is so great about linux?
Q. I have tried Ubuntu out once but I didn't really see the point of it and I ended up going back to windows 7. What does linux have to offer that windows does not (apart from the fact that its free)? I'd really love to learn more about linux and play around with it (especially customizing it and tweaking settings to personal preference but I don't know if that's what it's about).
Oh and can someone also please recommend a (or perhaps a few) versions I should try out?

A. I'm so glad you ask this question!
Well, linux is great from many points of view. I hope you take your time reading this, and I hope this will prove helpful to you! :D

1. The main one, which is definitely the best thing for an every-day user is the fact that Linux is virus-free. No antivirus, no problems at all with malwares or malicious software.

2. Open source. Open source doesn't mean ONLY that it's free. Aside of the fact that you have FREE licensed OS, there is a huge open source community, constantly working on your linux version (we call them distributions), fixing bugs, or dangerous leaks and making it better, and better every day. With linux, you will always benefit from the latest updates, which is great.

3. Great security. Having no viruses, being open source (constantly updated), with Linux you can be sure you're system is as secure as it can be. As for myself, I feel secure ONLY on Linux.

4. Optimal. Linux is, no doubt, optimal! It is very fast, even on slower computers. As an example, at the Informatics Olympiads in my country, they test the sources both on Windows and Linux, and Linux is faster all the times, sometimes even twice. Linux is faster because of it's relative simplicity, because of it doesn't have all those additional programs which Windows needs for pretty much everything to slow down your computer.

5. Support for all standard formats. With Linux, you are off to go from the moment you install it. It supports pretty much EVERY standard format there is. In windows, to emulate an .iso you need a program (in Linux you don't; of course you can install, if you want a nice user interface), In windows to unzip a .zip you need a program (in Linux, you don't) etc. etc.

6. Great control over your OS. In Linux you got the Terminal, which allows you to do EVERYTHING you want (including to screw up your computer, believe me :)) ). Basically, in Linux you control the system. In Windows it's different, Windows is a closed box, you can only see it's outside. You are forced to use what they give you, how they give it to you. In Linux you can use what you want, how you want. And that's nice.

7. Just like the OS, you benefit from a lot of open source software, which (some of them) are great! Like GIMP instead of Photoshop, Blender instead of... well instead of nothing because Blender is the best out there for 3D Modelling (IMO)..., Inkscape for vector graphics etc.

8. WINE. If you still need a certain program from Windows which doesn't have a version for Linux, there is WINE. WINE is basically a thing which lets you install and run Windows programs as your Linux would be Windows. You can very well install MSOffice, Photoshop, Dreamweaver, anything you want. Even games! Yes, you can play windows games on linux with WINE. For some of them, you may get even better performance than on Windows itself. With a little bit of learning it's ropes WINE will make you forget about windows.

9. Customization! That's another great thing of Linux. On Linux you can customize, tweak, modify anything at your pleasure, given that you know how to do it. Of course, some of the things you can customize easily, some of them harder, but there's always that feel of happiness when you make your system look like you want to. And when you know you did it!

At first, I would suggest you to use a dual boot: Windows 7 and Linux, so that you can switch to Windows whenever you need, until you get familiarized with linux. For this, it is necessary to install Windows first, and then Linux with it's bootloader so that it recognizes both Windows and Linux at boot.

Finally, as you requested, here are some versions (distributions, like I said, or shorter distros):
1. Ubuntu - it is great, user friendly. If you want full customization you should try older versions of Ubuntu, like 10.10 or 11.04. http://ubuntu.com/

2. Linux Mint 12 - the distro I'm using now. It's as great as Ubuntu, if not greater. It's interface is very very nice, and I love it. http://linuxmint.com/

Have a nice day, and good luck on learning the ropes to this great system, Linux!
I hope I helped!

How do you install a program on linux?
Q. I am new to linux and do not understand the file extensions, i have a tar.gz file that is the Wicd Network Manager because it doesn't work so i am trying to install it because it is not found on the system. How do i go about installing this file.

A. The file tar.gz is a compressed file, much like a .zip file so first you must uncompress it. Usually double clicking in many distros will work.
Then you will have to install it. The methods to do this depend on the linux distro (ubuntu, SUSE, mint, knoppix, red hat, DSL) you are using and the file type (.deb, .sh) that is compressed in the tar.gz file (also called a tarball).
Also, you have to understand what dependencies you need to fulfill to install the program (what libraries you need).
Search the forums for the program you wish to install for the specific linux distribution you are using.
I highly reccomend that you buy a book for your new linux distro. That is how I learned. Linux is not windows, you can't just doubleclick everything you want to install. It makes it harder to install programs but in the end provides a more stable and secure system.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

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

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.

How do you develop a website with a zip code / City, State lookup?
Q. How do you develop a website with a zip code look up for various stores, and locations? A website similar to Yelp.com?

Also, how much does a website like that cost to make approximately?

Thanks.

A. Use the LAMP stack

Linux as an OS - Cost - free
Apache for a web server - cost - free
MySQL for a database - cost - Free
Use a scripting language like Python, Perl, or PHP to handle the interface between the web page and the HTML pages on the web site - cost - free

Create the web site
Link the clicks and dialog windows to the scripts
set up the database
load your data
Test
Debug
Test
Debug
Test
Debug
......
Some time much later
......
Go Live

Have fun

How do you install a program on linux?
Q. I am new to linux and do not understand the file extensions, i have a tar.gz file that is the Wicd Network Manager because it doesn't work so i am trying to install it because it is not found on the system. How do i go about installing this file.

A. The file tar.gz is a compressed file, much like a .zip file so first you must uncompress it. Usually double clicking in many distros will work.
Then you will have to install it. The methods to do this depend on the linux distro (ubuntu, SUSE, mint, knoppix, red hat, DSL) you are using and the file type (.deb, .sh) that is compressed in the tar.gz file (also called a tarball).
Also, you have to understand what dependencies you need to fulfill to install the program (what libraries you need).
Search the forums for the program you wish to install for the specific linux distribution you are using.
I highly reccomend that you buy a book for your new linux distro. That is how I learned. Linux is not windows, you can't just doubleclick everything you want to install. It makes it harder to install programs but in the end provides a more stable and secure system.



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Friday, February 1, 2013

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.

How do you develop a website with a zip code / City, State lookup?
Q. How do you develop a website with a zip code look up for various stores, and locations? A website similar to Yelp.com?

Also, how much does a website like that cost to make approximately?

Thanks.

A. Use the LAMP stack

Linux as an OS - Cost - free
Apache for a web server - cost - free
MySQL for a database - cost - Free
Use a scripting language like Python, Perl, or PHP to handle the interface between the web page and the HTML pages on the web site - cost - free

Create the web site
Link the clicks and dialog windows to the scripts
set up the database
load your data
Test
Debug
Test
Debug
Test
Debug
......
Some time much later
......
Go Live

Have fun

What exactly is so great about linux?
Q. I have tried Ubuntu out once but I didn't really see the point of it and I ended up going back to windows 7. What does linux have to offer that windows does not (apart from the fact that its free)? I'd really love to learn more about linux and play around with it (especially customizing it and tweaking settings to personal preference but I don't know if that's what it's about).
Oh and can someone also please recommend a (or perhaps a few) versions I should try out?

A. I'm so glad you ask this question!
Well, linux is great from many points of view. I hope you take your time reading this, and I hope this will prove helpful to you! :D

1. The main one, which is definitely the best thing for an every-day user is the fact that Linux is virus-free. No antivirus, no problems at all with malwares or malicious software.

2. Open source. Open source doesn't mean ONLY that it's free. Aside of the fact that you have FREE licensed OS, there is a huge open source community, constantly working on your linux version (we call them distributions), fixing bugs, or dangerous leaks and making it better, and better every day. With linux, you will always benefit from the latest updates, which is great.

3. Great security. Having no viruses, being open source (constantly updated), with Linux you can be sure you're system is as secure as it can be. As for myself, I feel secure ONLY on Linux.

4. Optimal. Linux is, no doubt, optimal! It is very fast, even on slower computers. As an example, at the Informatics Olympiads in my country, they test the sources both on Windows and Linux, and Linux is faster all the times, sometimes even twice. Linux is faster because of it's relative simplicity, because of it doesn't have all those additional programs which Windows needs for pretty much everything to slow down your computer.

5. Support for all standard formats. With Linux, you are off to go from the moment you install it. It supports pretty much EVERY standard format there is. In windows, to emulate an .iso you need a program (in Linux you don't; of course you can install, if you want a nice user interface), In windows to unzip a .zip you need a program (in Linux, you don't) etc. etc.

6. Great control over your OS. In Linux you got the Terminal, which allows you to do EVERYTHING you want (including to screw up your computer, believe me :)) ). Basically, in Linux you control the system. In Windows it's different, Windows is a closed box, you can only see it's outside. You are forced to use what they give you, how they give it to you. In Linux you can use what you want, how you want. And that's nice.

7. Just like the OS, you benefit from a lot of open source software, which (some of them) are great! Like GIMP instead of Photoshop, Blender instead of... well instead of nothing because Blender is the best out there for 3D Modelling (IMO)..., Inkscape for vector graphics etc.

8. WINE. If you still need a certain program from Windows which doesn't have a version for Linux, there is WINE. WINE is basically a thing which lets you install and run Windows programs as your Linux would be Windows. You can very well install MSOffice, Photoshop, Dreamweaver, anything you want. Even games! Yes, you can play windows games on linux with WINE. For some of them, you may get even better performance than on Windows itself. With a little bit of learning it's ropes WINE will make you forget about windows.

9. Customization! That's another great thing of Linux. On Linux you can customize, tweak, modify anything at your pleasure, given that you know how to do it. Of course, some of the things you can customize easily, some of them harder, but there's always that feel of happiness when you make your system look like you want to. And when you know you did it!

At first, I would suggest you to use a dual boot: Windows 7 and Linux, so that you can switch to Windows whenever you need, until you get familiarized with linux. For this, it is necessary to install Windows first, and then Linux with it's bootloader so that it recognizes both Windows and Linux at boot.

Finally, as you requested, here are some versions (distributions, like I said, or shorter distros):
1. Ubuntu - it is great, user friendly. If you want full customization you should try older versions of Ubuntu, like 10.10 or 11.04. http://ubuntu.com/

2. Linux Mint 12 - the distro I'm using now. It's as great as Ubuntu, if not greater. It's interface is very very nice, and I love it. http://linuxmint.com/

Have a nice day, and good luck on learning the ropes to this great system, Linux!
I hope I helped!



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Wednesday, January 30, 2013

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.

How do you develop a website with a zip code / City, State lookup?
Q. How do you develop a website with a zip code look up for various stores, and locations? A website similar to Yelp.com?

Also, how much does a website like that cost to make approximately?

Thanks.

A. Use the LAMP stack

Linux as an OS - Cost - free
Apache for a web server - cost - free
MySQL for a database - cost - Free
Use a scripting language like Python, Perl, or PHP to handle the interface between the web page and the HTML pages on the web site - cost - free

Create the web site
Link the clicks and dialog windows to the scripts
set up the database
load your data
Test
Debug
Test
Debug
Test
Debug
......
Some time much later
......
Go Live

Have fun

What exactly is so great about linux?
Q. I have tried Ubuntu out once but I didn't really see the point of it and I ended up going back to windows 7. What does linux have to offer that windows does not (apart from the fact that its free)? I'd really love to learn more about linux and play around with it (especially customizing it and tweaking settings to personal preference but I don't know if that's what it's about).
Oh and can someone also please recommend a (or perhaps a few) versions I should try out?

A. I'm so glad you ask this question!
Well, linux is great from many points of view. I hope you take your time reading this, and I hope this will prove helpful to you! :D

1. The main one, which is definitely the best thing for an every-day user is the fact that Linux is virus-free. No antivirus, no problems at all with malwares or malicious software.

2. Open source. Open source doesn't mean ONLY that it's free. Aside of the fact that you have FREE licensed OS, there is a huge open source community, constantly working on your linux version (we call them distributions), fixing bugs, or dangerous leaks and making it better, and better every day. With linux, you will always benefit from the latest updates, which is great.

3. Great security. Having no viruses, being open source (constantly updated), with Linux you can be sure you're system is as secure as it can be. As for myself, I feel secure ONLY on Linux.

4. Optimal. Linux is, no doubt, optimal! It is very fast, even on slower computers. As an example, at the Informatics Olympiads in my country, they test the sources both on Windows and Linux, and Linux is faster all the times, sometimes even twice. Linux is faster because of it's relative simplicity, because of it doesn't have all those additional programs which Windows needs for pretty much everything to slow down your computer.

5. Support for all standard formats. With Linux, you are off to go from the moment you install it. It supports pretty much EVERY standard format there is. In windows, to emulate an .iso you need a program (in Linux you don't; of course you can install, if you want a nice user interface), In windows to unzip a .zip you need a program (in Linux, you don't) etc. etc.

6. Great control over your OS. In Linux you got the Terminal, which allows you to do EVERYTHING you want (including to screw up your computer, believe me :)) ). Basically, in Linux you control the system. In Windows it's different, Windows is a closed box, you can only see it's outside. You are forced to use what they give you, how they give it to you. In Linux you can use what you want, how you want. And that's nice.

7. Just like the OS, you benefit from a lot of open source software, which (some of them) are great! Like GIMP instead of Photoshop, Blender instead of... well instead of nothing because Blender is the best out there for 3D Modelling (IMO)..., Inkscape for vector graphics etc.

8. WINE. If you still need a certain program from Windows which doesn't have a version for Linux, there is WINE. WINE is basically a thing which lets you install and run Windows programs as your Linux would be Windows. You can very well install MSOffice, Photoshop, Dreamweaver, anything you want. Even games! Yes, you can play windows games on linux with WINE. For some of them, you may get even better performance than on Windows itself. With a little bit of learning it's ropes WINE will make you forget about windows.

9. Customization! That's another great thing of Linux. On Linux you can customize, tweak, modify anything at your pleasure, given that you know how to do it. Of course, some of the things you can customize easily, some of them harder, but there's always that feel of happiness when you make your system look like you want to. And when you know you did it!

At first, I would suggest you to use a dual boot: Windows 7 and Linux, so that you can switch to Windows whenever you need, until you get familiarized with linux. For this, it is necessary to install Windows first, and then Linux with it's bootloader so that it recognizes both Windows and Linux at boot.

Finally, as you requested, here are some versions (distributions, like I said, or shorter distros):
1. Ubuntu - it is great, user friendly. If you want full customization you should try older versions of Ubuntu, like 10.10 or 11.04. http://ubuntu.com/

2. Linux Mint 12 - the distro I'm using now. It's as great as Ubuntu, if not greater. It's interface is very very nice, and I love it. http://linuxmint.com/

Have a nice day, and good luck on learning the ropes to this great system, Linux!
I hope I helped!



Nec Projector Review

Plastic Shed Reviews

Ati Graphic Reviews

Nurse Uniforms Reviews

Cabochons Reviews

Inflatable Water Slides Reviews

Barcode Scanner Reviews

Older Posts Home