SEARCH

The Geek

Programmer by day, geek by night, The Geek, also known as Lowell Heddings, spends all his free time bringing you fresh geekery on a daily basis. You can follow him on if you'd like.

For every database, you should set the root or sa passwords to something other than the default, unless you want to get hacked. For mysql, the system administrator user is called root. You will use the mysqladmin utility from a command line to set the new password. Notice that there are two commands to be run.

about 7 years ago - by  |  Comments (12)

By default, MySQL only allows connections from the localhost address. The configuration file is usually found in /etc/mysql/my.cnf

about 7 years ago - by  |  Comments (0)

Simply open a new Terminal window and type in this command

about 7 years ago - by  |  Comments (3)

Simply run this command:

about 7 years ago - by  |  Comments (2)

Instead of having to constantly type in ‘sudo’ every time you need to make an admin change, you can use one of these commands to act as root.

about 7 years ago - by  |  Comments (6)

Upgrading Ubuntu Linux is just as easy as installing a new package. Simply run these commands, and your system will be updated:

about 7 years ago - by  |  Comments (2)

The Ruby language has a very simple control structure that is easy to read and follow.

about 44 years ago - by  |  Comments (8)

The Ruby language makes it easy to create functions.

about 44 years ago - by  |  Comments (3)

I know for most of you this is a very simple tip, but I’ve received a number of requests for understanding what will make this screen go away for good, because otherwise it loads up every time you start up your computer.

about 44 years ago - by  |  Comments (39)