Try to login to one of my wordpress blog :

Try to reset password I see this one :

Sorry, that key does not appear to be valid.
Hmm, need to use ‘hard way’ to get / set password for my account.
Try to login to one of my wordpress blog :

Try to reset password I see this one :

Sorry, that key does not appear to be valid.
Hmm, need to use ‘hard way’ to get / set password for my account.
Everyone has their own way to find good webhost, I do have too.
1. Limited feature, limited means every single aspects to make sure an server working well already in server administrator mind. Just trust it. I don’ agree with words ‘unlimited’ word. Unlimited means no control, no control means preparing to get disappointed.
2. Free Hosting, sometime its good but much more experience from unsatisfied user using free web host. Downtime, unreliable support system and wasting time.
3. You are You, you know what you need. For newbie, start with free hosting with reputable host like blogspot that support domain pointing feature. Pick hosting with feasible budget on your own domain name better than pick hosting with a lot of feature but expensive.
4. Don’t believe review, some of review just need to throw affiliate ID for some host. Never try it and get confused when someone asked more detailed experience. Just do your own research. Your patience will pays off.
5. Consider to upgrade, VPS or dedicated server is the answer of your highly traffic needs. But beware on it. Expensive still not guaranteed you to get good host. Better do your research and compare host. A few good forum exist out there to help you.
Do you have an experience to share? I’d love to hear that
This time I wanna learn about symbol &&, I’ll use it to simply download and unzip theme and plugins for my wordpress blog faster and easier. Lets start :
I like to try these theme and plugins:
http://speckyboy.com/wp-content/uploads/2007/11/winter_styled.zip
http://downloads.wordpress.org/plugin/replace-wp-version.zip
http://wordpress.designpraxis.at/download/backupwordpress.zip
1. For theme go to theme folder in inside wp-theme area
2. Download file and unzip in single command :
# wget http://speckyboy.com/wp-content/uploads/2007/11/winter_styled.zip && unzip winter_styled.zip
–07:58:23– http://speckyboy.com/wp-content/uploads/2007/11/winter_styled.zip
=> `winter_styled.zip’
Resolving speckyboy.com… 64.13.232.110
Connecting to speckyboy.com|64.13.232.110|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 32,088 (31K) [application/zip]
100%[=============>] 32,088 –.–K/s
07:58:23 (541.94 KB/s) – `winter_styled.zip’ saved [32088/32088]
Archive: winter_styled.zip
inflating: winter_styled/404.php
inflating: winter_styled/archive.php
inflating: winter_styled/comments.php
inflating: winter_styled/footer.php
inflating: winter_styled/functions.php
inflating: winter_styled/header.php
creating: winter_styled/images/
inflating: winter_styled/images/Thumbs.db
inflating: winter_styled/index.php
inflating: winter_styled/page.php
inflating: winter_styled/screenshot.png
inflating: winter_styled/search.php
inflating: winter_styled/sidebar.php
inflating: winter_styled/style.css
inflating: winter_styled/Thumbs.db
al@hostingformula [~/www/hostingformula.info/wp-content/themes]#
al@hostingformula [~/www/hostingformula.info/wp-content/themes]# ls
./ blackwhite/ default/ winter_styled/
../ box-tube/ excel/ winter_styled.zip
As you see folder winter_styled and winter_styled.zip .
3. Change directory to plugins
# cd ../plugins/
al@hostingformula [~/www/hostingformula.info/wp-content/plugins]#
Issue command to download and unzip :
wget http://downloads.wordpress.org/plugin/replace-wp-version.zip && unzip replace-wp-version.zip
wget http://wordpress.designpraxis.at/download/backupwordpress.zip && unzip backupwordpress.zip
Yes, same way as previous step for download theme.
summary :
wget http://downloads.wordpress.org/plugin/replace-wp-version.zip && unzip replace-wp-version.zip && wget http://wordpress.designpraxis.at/download/backupwordpress.zip && unzip backupwordpress.zip
this will download two plugins and unzip them, just make sure to type it in one line.
Enjoy