CEllsworth_white

Home   News   For Sale
Home You are here: Home News Computer Related
 

Who's Online

We have 1 guest online
 
   
Computer Related
How to install MySQL and MySQL Adminer for FeralHosting (shared server slot) PDF Print E-mail
Written by CEllsworth   
Saturday, 07 May 2011 01:04

1.  First goto the software install page for feralhosting at: https://www.feralhosting.com/heron/manager/software/

2.  Install MySQL.  Take note of your SOCKET and your PASSWORD.  Your username should be root.

3.  Now to install Adminer to configure your mysql, this is the procedure I used: (from ssh login)

cd ~/www/user.server.feralhosting.com/public_html
mkdir adminer
cd adminer/
wget http://cdnetworks-us-2.dl.sourceforge.net/project/adminer/Adminer/Adminer%203.2.2/adminer-3.2.2-mysql-en.php
ln -s adminer-3.2.2-mysql-en.php index.php

Notes about the first line in the code block above: (cd ~/www/user.server.feralhosting.com/public_html)
    1. Make sure in the first command to replace user and server with the correct info.
    2. Alternatively type cd ~/www/(TAB TO AUTOCOMPLETE)/(TAB TO AUTOCOMPLETE).
        This should result in the correct path as above if you havent made many changes in in your www path.

4.  Now goto http://user.server.feralhosting.com/adminer

5.  You will need the socket path / username / password you obtained after installing the MySQL server from the very first step.

6.  Put the socket path in the hostname blank (prefixed with a :)  Like :/media/***/***/user/mysql/socket

7.  Put in root for the username

8.  Put in the password obtained from the software install page.

ENJOY!

References:
 http://www.adminer.org/
 https://www.feralhosting.com/heron/faq/view?question=6

Last Updated on Friday, 09 December 2011 22:16
 
RunInTray PDF Print E-mail
User Rating: / 1
PoorBest 
Written by CEllsworth   
Tuesday, 25 January 2011 21:14

zip-file-icon RunInTray.zip is a AutoIt Script designed to start a program and hide it in the system tray.  From there you can show or hide it either with the right click menu or by double clicking on the icon.

Run it using the following syntax:

 RunInTray.exe "c:\windows\system32\notepad.exe" "C:\documents and settings\user" "Notepad"

Last Updated on Friday, 09 December 2011 14:27
Read more...
 
How to install XBMC on Apple TV 2 [Jailbreak] PDF Print E-mail
Written by CEllsworth   
Tuesday, 25 January 2011 18:40

ATV2-smallAlready jailbroken your Apple TV 2 and curious how to install the nifty little XBMCadd-on that allows you to stream and add even more content from your network? Since we don’t have Cydia for Apple TV (yet), the process of installing jailbreak apps is a bit different. Hit the jump for a quick walkthrough on how to get XBMC working on your jailbroken Apple TV 2.

Courtesy of:  TheIphoneBlog

Last Updated on Tuesday, 25 January 2011 18:42
 
How to Jailbreak Apple TV 2 with Seas0nPass [Mac] PDF Print E-mail
Written by CEllsworth   
Tuesday, 25 January 2011 18:38

Seas0nPassSeas0nPass is a new jailbreak utility designed specifically for the second generation Apple TV (2010). It’s comparable to utilities like PwnageTool. I’ve used both and I personally find Seas0nPass to make the process much simpler when it comes to theApple TV. Not only does it jailbreak 4.1.1 (4.2.1), it offers a pretty easy tethered boot mode as well. Hit the jump for a walkthrough on how to jailbreak the Apple TV 2 using Seas0nPass.

For this example, I’ll be jailbreaking an Apple TV 2 running iOS 4.2.1 (4.1.1), which requires a tethered boot. Here is what you’ll need in order to jailbreak your Apple TV –

  • A Mac running the most current version of iTunes
  • Newest version of Seas0nPass
  • A micro-USB cable

Once you’ve got all the above, we’re ready to start.

Courtesy of:  TheIphoneBlog

More reading:  fireCore:  Jailbreaking 101 - Seas0nPass

Last Updated on Tuesday, 25 January 2011 18:43
 


  Top