MS Word - Remove All Hyperlinks

Posted on October 27, 2008 by nseidm1.
Categories: document, hyperlinks.

A quick and easy way to remove all the hyperlinks in your entire document is:

select all ==> <cntrl><shft><f9>

Share, Enjoy, and Support:
  • Digg
  • del.icio.us
  • NewsVine
  • StumbleUpon
  • Technorati

500 Error Joomla

Posted on October 17, 2008 by nseidm1.
Categories: 500, error, globals, joomla, memory, register.

The most likely cause for a 500 error while using Joomla is the amount of memory allocated to php applications. To resolve this you create a php.ini file, which you can add to the related configuration folder in the /etc directory on linux hosts, or you can add the file directly to the directory where the php application is located.

In the php.ini file add:

memory_limit:40M
register_globals = 'off'

The registered globals option is a security feature that decreases the potential for nasty things to happen. Albeit the potential is practically miniscule, but turning registered globals off reduces risk even further.

Share, Enjoy, and Support:
  • Digg
  • del.icio.us
  • NewsVine
  • StumbleUpon
  • Technorati

Force a UNIX or Linux User to Logout

Posted on by nseidm1.
Categories: UNIX, kill, linux, logout, user, who, zombie.

If you have a zombie user logged into a server, or you want to force a user to logout use the “who” command. Type “w” or “who” in a command prompt to see which users are logged in, and then use the pkill command to force them out.

pkill -KILL -u “username”

Pop in a particular username and boot them out the door.

Share, Enjoy, and Support:
  • Digg
  • del.icio.us
  • NewsVine
  • StumbleUpon
  • Technorati

Yahoo Domain Hosting 3X the Price

Posted on October 9, 2008 by nseidm1.
Categories: Go Daddy, Optimum, Yahoo, domain, dynamic, ip, price, website.

Originally when I started buying domains from Yahoo the cost was around 10$ per year. Then it went up to 13$ per year. Now with the recent financial crisis around the world, Yahoo has decided to tripple their yearly fees TO 34$ yer pear. I am either cancelling my domains at warp speed, or contemplating transferring them to Go Daddy for a fraction of the price. Technically I can host them from my house, but I get nervous with the dynamic IP address provided by Optimum online. I haven’t had an IP address change in a long time, and for all practical purposes without the modem being offline for a long time the IP address rarely ever changes.

Overall I am going to cancel as many domains as I can, thus eliminating many of my websites. I am going to remove the websites that do not receive many hits, ect… I will keep my main website, which I plan to have my entire life. I also will keep this domain, because I have many websites consolidated into it, as well as this blog which I cherish as a means of venting and documentation. Maybe I will transfer some domains to Go Daddy, I have a couple of things to think about before the critical date that Yahoo wants payment before it stops hosting the domains.

Share, Enjoy, and Support:
  • Digg
  • del.icio.us
  • NewsVine
  • StumbleUpon
  • Technorati