GoDaddy Apache cPanel: Install SSL Certificate
- Category: cPanel
- Hits: 12417
An article to remind me how to install an SSL certificate with GoDaddy.
Why?
A quick reference for myself as I found that with GoDaddy, a purchased SSL certificate seems to require re-installing each year despite it's expiry in a couple years time.
The first time I did it, there were more steps; the second time I just did as per the below. If I ever have to do the long process again, I'll add it to this article.
How?
I know there are instructions on the GoDaddy website but this is how I do it along with screenshots:
Minimal Privileges for MySQL Database Backup Cron Job
- Category: cPanel
- Hits: 7708
A quick note as I had difficulty finding a clear answer on this. I need a cron job setup where the permissions for a database user is required to do a backup (reading and copying data from a LIVE database) to a copy of the database (inaccessible via other users).
How?
I want to list 2 methods here. One to create a .sql file of the backup but another to copy the contents to a copy of the database accessible only by root and and this database "backuper" user. For both methods, I grant the following to the user doing the backup on the database I want a backup of:
GRANT SELECT, LOCK TABLES, EVENT, INDEX, REFERENCES, TRIGGER, SHOW VIEW ON 'my_live_db'.* TO 'mybackupuser'@'localhost' IDENTIFIED BY 'mybackupuser';
Unix Date Format Specifiers
- Category: Linux
- Hits: 15116
Source: Wikipedia: Date (Unix)
List all cron jobs for all users
- Category: Linux
- Hits: 14317
How to run a .RUN file
- Category: Linux
- Hits: 9011
I've been told of two ways of running a downloaded .RUN file.
Note: Bear in mind that the following is all case-sensitive.
Through the terminal server
- Download the .RUN file to your desktop
- Open a terminal by going to Application > Accessories > Terminal
- Type 'CD Desktop' to go to your desktop folder
- Type 'LS' just to check the .RUN file is in this one
- Type 'sudo sh nameoffile.run'
Through the Gnome GUI
- Right-click on the file you downloaded
- Select 'Properties'
- Select the 'Permissions' tab
- Tick the 'Execute' checkbox
Conclusion
The solution using the terminal worked for me but the second one using Gnome didn't.
Ubuntu as a media server
- Category: Linux
- Hits: 10135
1. If someone wants to use Ubuntu as a home media pc connected to a tv, there is the problem of overscan; consumer tv's crop off the border around the image. How does Ubuntu intend to officially solve this? Right now LinuxMCE has it's own method for doing this so the LMCE UI is never cropped off, but when the user switches back to Ubuntu's gnome desktop, the top nav bar is cut off if he's using a normal tv and not a pc monitor. I'd like to have 1 screen adjustment tool that correctly adjusts both the lmce desktop and the main ubuntu desktop, so even when using the Ubuntu desktop on a TV, the top nav isn't cropped. Any ideas?
Credit where Credit is Due:
Feel free to copy, redistribute and share this information. All that we ask is that you attribute credit and possibly even a link back to this website as it really helps in our search engine rankings.
Disclaimer: Please note that the information provided on this website is intended for informational purposes only and does not represent a warranty. The opinions expressed are those of the author only. We recommend testing any solutions in a development environment before implementing them in production. The articles are based on our good faith efforts and were current at the time of writing, reflecting our practical experience in a commercial setting.
Thank you for visiting and, as always, we hope this website was of some use to you!
Kind Regards,
Joel Lipman
www.joellipman.com