Thursday, May 31, 2012

A Foundation for Excellence

Auza.Net has expanded operations by extending help to educational institutions in providing additional trainings to summer and non-summer OJTs. Guided by its vision of helping students become real IT business professional, Auza.Net exceedingly offers all summer OJTs and walk in training participants the support and opportunity to achieve their goals in desired field of Information Technology thru dynamic trainings on Basic and Advance Networking, Website Development and Wordpress, and Advance Programming using PHP.

These are the essential and enduring standards by which Auza.Net believes constitute a sound foundation in becoming a real IT professional:

  1. Learn the intricacies of networking with the Basic and Advance Networking Training
  2. Learn more tricks on website development with Wordpress training
  3. Advance your programming prowess with PHP Training

Start building your IT Career. Enroll now at Auza.Net and advance your skills and knowledge on how to become a real IT business professional.

Auza.Net is also one of the leading business firms in the Philippines that strongly fight against software piracy in the country.

Support ‘Free Software’, choose Linux Operating System now!

Monday, May 28, 2012

How to install Wordpress into Linux Mint 12?

Here are the steps in installing Wordpress to Linux Mint 12.

Step 1:
Before Installing Wordpress we need to ensure that apache is installed in our system.
Go to Menu->Terminal. And type the below code in terminal and hit enter.
sudo apt-get install apache2
Type your linux mint password and press enter.
Type Y and hit enter to confirm apache installation.
After the successful installation , open your favorite browser and type
http://localhost/
in the address bar and press enter. If you will see ‘It works!’ , then your apache works fine.
Step 2:
Next step is to have the web administration tool installed into your system.
Install phpmyadmin in either of these two ways:
We can install PHP by going to the Software Manager ---search for phpmyadmin----click install

 or go to Menu->Terminal. And type the below code in terminal and hit enter.
sudo apt-get install phpmyadmin
Type your linux mint password if needed.
Type y and hit enter to confirm PHP installation.


After the successful installation restart Apache using the below code
sudo /etc/init.d/apache2 restart
Test PHP installation
If you installed phpmyadmin using the graphical mode, then you have to go to the File System /usr/share/ then copy phpmyadmin folder to File System /var/www/
then type the this code to the terminal

cd /var
sudo chmod -R 777 www

Type your root password if required. The above code will allow you to Read-Write-Execute from the directory specified.


By then, you should be able to access localhost/phpmyadmin in your web browser.
Now open your favorite browser and type
http://localhost/phpmyadmin
in the address bar and press enter. If you will see the below page , then your php works fine.
sudo /etc/init.d/apache2 restart
 
For sometime you need to restart your apache for some configurations to take effect. Just type the above code.

Step 3:
Installing MySql
Go to Menu->Terminal. And type the below code in terminal and hit enter.
sudo apt-get install mysql-server
Type your linux mint password if needed.
Type y and hit enter to confirm MySql installation.
During the installation you will be prompted for a password. Choose something secure and type the password and hit enter.
Step 4:
Installing Wordpress
Download latest Wordpress packages and extract the file. Copy wordpress to File System /var/www/

and then type the following code
cd /var/www
chmod -R 777 wordpress
in the address bar type localhost/wordpress/ and press enter.
You should be prompted of your database name, username, password... provide the following information to create your configuration file. After which, you will be able to access your dashboard.

Your Wordpress is now ready to go. Start building your own website.
Enjoy!


Wednesday, May 23, 2012

Error in boot using USB drive for Fedora?

Error in boot using USB drive for Fedora?

Error in boot using USB drive for Fedora?
Or can you see something like this:
[16.467025] USB 1-2: device not accepting address 2, error – 110
[32.103021] USB 1-2: device not accepting address 2, error – 110
[42.627052] USSB 1-2: device not accepting address 4, error – 110
[47.2221531] [drm] nonveau 0000:02:00.0: Register 0X00004030 not found in PLL limits table

Solution:
  1. Go to ‘BIOS Setup’ by pressing DEL, F4 or F2 (Depending on the motherboard of your computer)
  2. ‘Advance Bios Features’
  3. Check if there is ‘Installer OS Select – Auto’
  4. Change ‘Auto’ to ‘Others’
  5. Save Changes by pressing F10. 
  6. Then reboot your system and use your computer’s built-in function to choose the USB boot device — usually this is a special key you hold down at boot time, such as F12 or F9. Then enjoy!

This little knowledge we uncover thru contributed efforts was made possible with the help extended to us by the manager of Auza.Net.

Friday, May 18, 2012

The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.

Are you having problem with updating your Linux OS?
You could not download all repository indexes for your laptop/PC after you attempted to download updates.
You got these error messages.

"The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct."

E: Malformed line 11 in source list /etc/apt/sources.list (absolute dist)
E: Unable to lock the list directory

E: Malformed line 11 in source list /etc/apt/sources.list (absolute dist)
E: The list of sources could not be read.
Go to the repository dialog to correct the problem.
E: _cache->open() failed, please report.

ERROR###ERROR###ERROR###ERROR###ERROR###ERROR###ERROR
E:Malformed line 11 in source list /etc/apt/sources.list (absolute dist)

After checking my source list at /etc/apt/sources.list:

deb http://packages.linuxmint.com/ lisa main upstream import
deb http://archive.ubuntu.com/ubuntu/ oneiric main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ oneiric-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ oneiric-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ oneiric partner
deb http://packages.medibuntu.org/ oneiric free non-free

#deb http://archive.getdeb.net/ubuntu oneiric-getdeb apps
#deb http://archive.getdeb.net/ubuntu oneiric-getdeb games
deb http://www.linuxmint.com/repository romeo/
deb http://www.linuxmint.com/repository romeo/ apt-get update
If you found the last two lines in your resource.list at /etc/apt/;
remove that, the dev http://www.linuxmint.com/repository romeo/
and htttp://www.linuxmint.com/repository romeo/ apt-get update.
You can easily remove that by editing the file with the root privileges. Go to the directory /etc/apt/ and then
type this code in the terminal sudo gedit resource.list.
Be sure you that your prompt for the terminal is the same directory of the file.
That's it.

Thursday, May 17, 2012

Cannot Get Updates for Linux Mint and Ubuntu.


Last time, you were able to install other application softwares for Linux in your Laptop like Gimp, VLC, gThumb, etc...
Unfortunately now, you could hardly install other applications. For example, you want to install LAMP for your laptop however you got some error messages.
like the following:

Err http://security.ubuntu.com/ oneiric-security InRelease

Err http://archive.canonical.com/ oneiric InRelease

Err http://packages.medibuntu.org/ oneiric InRelease

Err http://security.ubuntu.com/ oneiric-security Release.gpg
Unable to connect to 10.blaah.blah.bla
Err http://archive.canonical.com/ oneiric Release.gpg
Unable to connect to 10.blaah.blah.bla
Err http://packages.medibuntu.org/ oneiric Release.gpg
Unable to connect to 10.blaah.blah.bla
Err http://packages.linuxmint.com/ lisa InRelease

Err http://archive.ubuntu.com/ oneiric InRelease

Err http://archive.ubuntu.com/ oneiric-updates InRelease

Err http://packages.linuxmint.com/ lisa Release.gpg
Unable to connect to 10.blaah.blah.bla
Err http://archive.ubuntu.com/ oneiric Release.gpg
Unable to connect to 10.blaah.blah.bla
Err http://archive.ubuntu.com/ oneiric-updates Release.gpg
Unable to connect to 10.blaah.blah.bla
Reading package lists... Done
W: Failed to fetch http://packages.linuxmint.com/dists/lisa/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/oneiric/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/oneiric-updates/InRelease

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/oneiric-security/InRelease

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/oneiric/InRelease

W: Failed to fetch http://packages.medibuntu.org/dists/oneiric/InRelease

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/oneiric-security/Release.gpg Unable to connect to 10.blaah.blah.bla

W: Failed to fetch http://archive.canonical.com/ubuntu/dists/oneiric/Release.gpg Unable to connect to 10.blaah.blah.bla

W: Failed to fetch http://packages.medibuntu.org/dists/oneiric/Release.gpg Unable to connect to 10.blaah.blah.bla

W: Failed to fetch http://packages.linuxmint.com/dists/lisa/Release.gpg Unable to connect to 10.blaah.blah.bla

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/oneiric/Release.gpg Unable to connect to 10.blaah.blah.bla

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/oneiric-updates/Release.gpg Unable to connect to 10.blaah.blah.bla

W: Some index files failed to download. They have been ignored, or old ones used instead.
Try this solution:
  Your problem could be greatly caused by a network issue. I have met this problem more often when my network connection is not stable. Try to do it again on another Internet connection. 
Check your Internet connection by typing the following codes to the termnial:
ping google.com
if the time=50 ms or lower... then there you   have a very good Internet connection.