This is one of the videos I try to watch when I feel out of Inspiration.
If you are out of Inspiration watch it.
This is one of the videos I try to watch when I feel out of Inspiration.
If you are out of Inspiration watch it.
PhpMyAdmin is a nice database management and administration tool, it is easy to install it, but some people are having problems making it work under apache, that’s because it needs configuration. I presume you already have LAMP installed and configured on your machine, if not, please read this post – Install and Configure LAMP on Ubuntu first.
Just in case you haven’t installed phpMyAdmin yet, type the following line in the Terminal:
apt-get install phpmyadmin
To set up under Apache all you need to do is include the following line in /etc/apache2/apache2.conf, first type the following command to open up this file:
sudo vim /etc/apache2/apache2.conf
Add the following line of code inside apache2.conf:
Include /etc/phpmyadmin/apache.conf
Now restart Apache:
sudo /etc/init.d/apache2 restart
Point your browser to: http://domain/phpmyadmin, you should be able to see the phpMyAdmin landing page now!
If debugging is the process of removing bugs, then programming must be the process of putting them in.
- Edsger Dijkstra
Always program as if the person who will be maintaining your program is a violent psychopath that knows where you live.
- Martin Golding
In order to understand recursion, one must first understand recursion.
- Unknown Author
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
- Rich Cook
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
- Tom Cargill
I would love to change the world, but they won’t give me the source code
- Unknown
My software never has bugs. It just develops random features.
- Unknown
Difference between a virus and windows ? Viruses rarely fail.
- Unknown
The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones.
- Unknown
Unix is user-friendly. It’s just very selective about who its friends are.
- Unknown
If the code and the comments disagree, then both are probably wrong.
- Norm Schryer
Before software can be reusable it first has to be usable.
- Ralph Johnson
Writing in C or C++ is like running a chain saw with all the safety guards removed.
- Bob Gray
Microsoft is not the answer. Microsoft is the question. NO is the answer.
- Erik Naggum
Computer are like air conditioners: they stop working when you open windows.
- Unknown
If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
- Gerald Weinberg
C isn’t that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void
- Unknown
There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.
- C.A.R. Hoare
bug, n: An elusive creature living in a program that makes it incorrect. The activity of ‘debugging’, or removing bugs from a program, ends when people get tired of doing it, not when the bugs are removed.
- Datamation, January 15, 1984
JustRedIt.com-Changing the way you Read
WebMakdi.com - Lets Make Internet Fun
VarunDublish.com - Blogger, Coder 