Installing the Opera web browser on Fedora
2013-05-20I use Firefox as my primary web browser, however I like to have at least one other browser installed as a secondary browser, which can be useful testing. Recently I found that I was having stability problems with Google Chrome on my Fedora 16 work station (in particular with Flash), so decided it would be a good time to take another look at Opera
as a replacement.
Unfortunately there is no yum repo available for Opera, so you will have to go to their website and download the correct .rpm file:
The "default package" option will give you the .rpm file, in my instance I got a file called opera-12.15-1748.x86_64.rpm. Now as root, cd to the location of that file and run:
1
root$ yum localinstall opera-12.15-1748.x86_64.rpm
Adding a read-only MySQL user
2013-03-06Sometimes you may need to let a user have access to your MySQL database, for example for viewing data directly during testing or for running reports, but you do not want these users to update data or make schema changes.
It is actually quite easy to set up a read-only account in MySQL using the GRANT
statement, which is ideal for these purposes.
Connect to your database as root, then add your new user like so:
1
CREATE USER 'tester'@'%' IDENTIFIED BY 'password';
Tags
accurate adobe agile akamarketing alpha alphaframework amazon amd apache api assoc backend binary blog bots caching christmas collins color commands commerce compression controller css database david dhtml dimensional dimensions dom dublin facebook fan fedora firefox framework gd google graphic hiking html http index interview irish item java javascript john jpeg laptop layout libraries license linux logs looked microsoft mozilla multi mysql netscape pdf perl php pixels png podcast programmer protocol ram relational reminds repository resolution resolutions returned root rss ruby scalable scripting shapes started string svg syntax tables tags tests twitter ups vector weight wikipedia windows xml yahoo youtube yum
© 2001-2013, all rights reserved.