Translate This Page

About Me

profile_picture_120

Name: Joshua Lyon
Birthday: August 8, 1985
Location: Valley Ranch (Irving), TX
E-mail: josh@boshdirect.com

Related Articles

Content View Hits : 1137388
Tech
Google Spellcheck
Written by Josh Lyon   
Tuesday, 16 October 2007 10:57

Sorry, but I gotta make another techy blog post.  I was having some trouble getting the Spell Checking functionality of my editor component working today and couldn't remember what I did on my last install to get it running.  This article is relevant to those of you using JCE for Joomla, TinyMCE, or other derivatives of TinyMCE.  If you have Google Spell checker enabled in the backend and when you go to use the spell checker you get an error about an XML call, double check to make sure you have the following extensions enabled in your php.ini file:

-curl
-mb_string 

 
Find Local IP Address
Written by Josh Lyon   
Thursday, 04 October 2007 06:09

Here's a quick tip for those of you looking to find your LOCAL (as in within your network) IP address.  In Windows, you would simply issue the following command from the command prompt (Start > Run > "cmd")

ipconfig

Which would yield something similar to the following results.

U:\>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix  . : mshome.net
IP Address. . . . . . . . . . . . : 177.21.101.137
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 177.21.101.1

From a Linux shell, you would issue the following:

ifconfig

Which would yield something similar to the following results

eth0     Link encap:Ethernet  HWaddr 00:0F:EA:91:04:07
 inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
 inet6 addr: fe80::20f:eaff:fe91:407/64 Scope:
 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 RX packets:31167 errors:0 dropped:0 overruns:0 frame:0
 TX packets:26404 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:1000
RX bytes:38338591 (36.5 MiB)  TX bytes:3538152 (3.3 MiB)
Interrupt:18 Base address:0xc000
lo        Link encap:Local Loopback
 inet addr:127.0.0.1  Mask:255.0.0.0
 inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:1994 errors:0 dropped:0 overruns:0 frame:0
TX packets:1994 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:0			
RX bytes:188041 (183.6 KiB)  TX bytes:188041 (183.6 KiB)
 
Hitachi 79FL and NME 1.2
Written by Josh Lyon   
Saturday, 22 September 2007 09:45

I ended up having to get a new 360 Elite (79FL) because my DVD drive on my old unit (79FK) crapped out. It wouldn't read any type of media: DVDs, Games, Backups, etc.  I just took apart my new 360 today and installed my NME 1.2 chip into it, but I can't get it to work.

 
Howto:Change Server Shell Port
Written by Josh Lyon   
Friday, 04 January 2008 08:42

I saw this great post on SharkSpace by Amanda about how to change your server's shell port. It said it was part of the dedicated server guide, but I thought it was good for people with VPSs (Virtual Private Servers) as well. Here's the post:

1) Login to shell via root.

2) Open the shell configuration file.

nano -w /etc/ssh/sshd_config

 

3) Change port.

Uncomment and change

#Port 22

to look like:

Port 6472 (choose your own 2 to 5 digit port number (49151 is the highest port number)

 

4) Save and exit.

Ctrl + X + Y

 

5) Restart shell. (Make sure if you have a firewall installed that you have the new port unblocked.)

/etc/rc.d/init.d/sshd restart

 
<< Start < Prev 11 12 13 14 15 16 17 18 19 Next > End >>

Page 14 of 19