<pre>warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in /home/lakercs/public_html/home/includes/menu.inc on line 351.</pre><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://lakercs.com/home">
<channel>
 <title>LakerCS.com - Finally... a place where I can save all my shit</title>
 <link>http://lakercs.com/home</link>
 <description>Someday this site will be useful...Someday</description>
 <language>en</language>
<item>
 <title>Shell enhancements or other tweaks for Windows 2000/XP/2003?</title>
 <link>http://lakercs.com/home/shell_enhancements_or_other_tweaks_for_windows_2000/xp/2003</link>
 <description>&lt;p&gt;There are quite a few. I&#039;ll try to add them to this page as time permits.&lt;/p&gt;
&lt;h2&gt;Send to Toys v2.3&lt;/h2&gt;
&lt;p&gt;One of my favorite tools, one that I usually install right after finishing setting up any new system. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Send To Toys is an enhancement of the Send To system menu. It has many nice features including: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Send To Toys Control Panel Applet allows you to manage the Send To system menu content, and configure Send To Toys settings. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&amp;quot;Add to Send To menu&amp;quot; and &amp;quot;Remove from Send To menu&amp;quot; allows you to personalize the Send To system menu for drives, folders, and programs. &lt;/p&gt;
</description>
 <category domain="http://lakercs.com/home/tech_tips/microsoft/windows_xp">Windows XP</category>
 <pubDate>Wed, 17 Aug 2005 09:37:10 -0700</pubDate>
</item>
<item>
 <title>Secure your /tmp !</title>
 <link>http://lakercs.com/home/secure_your_/tmp</link>
 <description>&lt;p&gt;The /tmp partition is one the common places for script kiddies and crackers alike to place trojans or scripts. Because of that you should have the /tmp partition mounted noexec. First we need to check if your /tmp is secure. &lt;/p&gt;&lt;p&gt;-----command-----&lt;br /&gt;df -h |grep tmp&lt;br /&gt;-----command-----&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If that displays nothing then go below to create a tmp partition. If you do have a tmp partition you need to see if it mounted with noexec. &lt;/p&gt;&lt;p&gt;-----command-----&lt;br /&gt;cat /etc/fstab |grep tmp&lt;br /&gt;-----command-----&lt;/p&gt;&lt;p&gt;If there is a line that includes /tmp and noexec then it is already mounted as non-executable. You will also want to check if /var/tmp is linked to /tmp.&lt;br /&gt;-----command-----&lt;br /&gt;ls -alh /var/ |grep tmp&lt;br /&gt;-----command-----&lt;/p&gt;
</description>
 <category domain="http://lakercs.com/home/tech_tips/web_hosting/security">Security</category>
 <pubDate>Sat, 13 Aug 2005 16:44:57 -0700</pubDate>
</item>
<item>
 <title>A Beginner&#039;s Guide to Securing Your Server Part 2 of 3 (with SSH access)</title>
 <link>http://lakercs.com/home/a_beginners_guide_to_securing_your_server_part_2_of_3_with_ssh_access</link>
 <description>&lt;p&gt;&lt;span&gt;&lt;em&gt;There&#039;s sort of an un-written rule of thumb regarding the SSH console.&amp;nbsp; If a hacker gains access to an SSH prompt, it&#039;s already too late.&amp;nbsp; While that of course is not entirely true, you should take every step necessary to restrict access to the SSH console.&amp;nbsp; I know some of you probably have clients that use SSH, and may have even signed up with you because you offer it.&amp;nbsp; However if you offer shared hosting SSH access should in my opinion never be granted to any of your users.&amp;nbsp; It&#039;s just not worth the risk.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;These are measures that can be taken to secure your server, with SSH access.&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/span&gt;&lt;span&gt;&lt;hr /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
        &lt;div&gt;&lt;u&gt;&lt;span class=&quot;GramE&quot;&gt;&lt;strong&gt;Udate&lt;/strong&gt;&lt;/span&gt;&lt;span class=&quot;GramE&quot;&gt;&lt;strong&gt; OS, Apache and &lt;span class=&quot;SpellE&quot;&gt;CPanel&lt;/span&gt; to the latest stable versions&lt;/strong&gt;.&lt;/span&gt;&lt;/u&gt; &lt;/p&gt;
&lt;p&gt;&lt;em&gt;This can be done from WHM/&lt;span class=&quot;SpellE&quot;&gt;CPanel&lt;/span&gt;.&lt;/em&gt;&lt;/div&gt;
      &lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
        &lt;div&gt;&lt;strong&gt;&lt;u&gt;Restrict SSH Access&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;GramE&quot;&gt;To&lt;/span&gt; restrict and secure SSH access, bind &lt;span class=&quot;SpellE&quot;&gt;sshd&lt;/span&gt; to a single IP that is different than the main IP to the server, and on a different port than port 22.&lt;/p&gt;
&lt;p&gt;SSH into server and login as root.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; You can download Putty by &lt;a href=&quot;http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html&quot; target=&quot;_blank&quot;&gt;&lt;span&gt;Clicking Here&lt;/span&gt;&lt;/a&gt;. It&#039;s a clean running application that will not require installation on Windows-boxes.&lt;/p&gt;
&lt;p&gt;At command prompt type: &lt;span class=&quot;SpellE&quot;&gt;&lt;strong&gt;pico&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt; /etc/&lt;span class=&quot;SpellE&quot;&gt;ssh/sshd_config&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Scroll down to the section of the file that looks like this:&lt;/div&gt;
      &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
 <category domain="http://lakercs.com/home/tech_tips/web_hosting/security">Security</category>
 <pubDate>Sat, 13 Aug 2005 13:07:33 -0700</pubDate>
</item>
<item>
 <title>Beginner&#039;s Guide to Securing Your Server Part 1 of 3 (Security Inside WHM/CPanel)</title>
 <link>http://lakercs.com/home/beginners_guide_to_securing_your_server_part_1_of_3_security_inside_whm/cpanel</link>
 <description>&lt;p&gt;&lt;em&gt;Many web server owners don&#039;t realize that most of the problems they encounter are due to lack of good server security.&amp;nbsp; What they also don&#039;t realize is how little effort is required to block 90% of the most common and automated attacks.&amp;nbsp; &lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;This 3 part guide will show you the basic steps you should take to properly secure your server, and in the same stride reduce the amount of issues that your server faces.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;In the first part of this three part series, we look at the simpliest but crtical measure that should be taken ASAP.&amp;nbsp; Fortuantly they&#039;re all done via WHM which makes our first task very easy.&lt;/em&gt;&lt;/p&gt;
</description>
 <category domain="http://lakercs.com/home/tech_tips/web_hosting/security">Security</category>
 <pubDate>Sat, 13 Aug 2005 12:36:35 -0700</pubDate>
</item>
<item>
 <title>Gettings Modules to show</title>
 <link>http://lakercs.com/home/gettings_modules_to_show</link>
 <description>&lt;p&gt;&lt;a href=&quot;?q=article&quot; rel=&quot;nofollow&quot;&gt;http://lakercs.com/home/?q=article&lt;/a&gt;?q=modulename&lt;/p&gt;
</description>
 <category domain="http://lakercs.com/home/tech_tips/drupal">Drupal</category>
 <pubDate>Fri, 12 Aug 2005 23:25:41 -0700</pubDate>
</item>
<item>
 <title>Server Performance Advisor V1.0</title>
 <link>http://lakercs.com/home/server_performance_advisor_v1_0</link>
 <description>&lt;h4&gt;Overview&lt;/h4&gt;
&lt;div class=&quot;DetailsContent&quot;&gt;&lt;strong&gt;The latest version of Server Performance Advisor is available at &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=09115420-8c9d-46b9-a9a5-9bffcd237da2&amp;amp;DisplayLang=en&quot;&gt;here &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Service Performance Advisor is a server performance diagnostic tool developed to diagnose root causes of performance problems in a Microsoft&amp;reg; Windows Server&amp;trade; 2003 operating system, particularly performance problems for Internet Information Services (IIS) 6.0 and the Active Directory&amp;reg; directory service. Server Performance Advisor measures the performance and use of resources by your computer to report on the parts that are stressed under workload.&lt;/p&gt;
</description>
 <category domain="http://lakercs.com/home/tech_tips/microsoft/server_2003">Server 2003</category>
 <pubDate>Fri, 12 Aug 2005 22:32:34 -0700</pubDate>
</item>
</channel>
</rss>
