Linux Manual Network Confiiguration

posted in: Tech | 0

File: /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface … Continued

Ubunutu Apt-get Requests Install CD

posted in: Tech | 0

You can comment Â out the CD repository.From the terminal, type sudo Â nano /etc/apt/sources.list Then comment the CD repository with a # Then you can add other online repository.

Private Network Address Ranges

posted in: Tech | 0

 Â  Â  Â  Class A: Â  10.0.0.0 Â  with net mask 255.0.0.0 Class B: Â  172.16.0.0 through 172.31.0.0 Â  with net mask 255.255.0.0 Class C: Â  192.168.0.0 through 192.168.255.0 Â  with net mask 255.255.255.0

Create a Huge File

posted in: Tech | 0

Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the … Continued

Redundant Internet Connections Using Linux

posted in: Tech | 0

Seann Herdejurgen With the advent of high-speed Internet links from Internet Service Providers (ISPs), it’s easier for users to host services on their home computers. But what happens when your ISP connection goes down? An obvious solution is to have … Continued

Create HTML from SQL

posted in: Tech | 0

Run this in SQL Server Job or QA: EXEC sp_makewebtask @outputfile = ‘\\intweb\websites\closing.nyhrc.com\dailyrpt.html’, @query = ‘select * from vw_DailyRptHTML’, @templatefile = ‘C:\Test1.tpl’, @singlerow = 0, @whentype = 1 This is Test1.tpl: <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 3.2//EN”> <html> <head> <title></title> … Continued

Web Form Buttons

posted in: Tech | 0

Print Button <input name=”Print” type=”button” onclick=”window.print();” value=”Print”> Back Button <input name=”Back” type=”button” onClick=”history.go(-1)” value=”Back”> Home Button <input name=”Home” type=”button” onClick=”parent.location=’index.cfm’” value=”Home”>

Sun Blade 100

posted in: Tech | 0

Updating OpenBoot PROM for Sun Workstations Based on SPARC Technology http://developers.sun.com/solaris/articles/openboot_sparc.html Unofficial Sun Blade 100/150 FAQ and Information http://people.spacelabs.nl/~admar/usb100faq/index.html OpenBoot 4.x Command Reference Manual http://docs.sun.com/app/docs/doc/816-1177-10 SPARC-HOWTO http://tldp.org/HOWTO/SPARC-HOWTO.html Questions and answers on OpenBoot http://www.itworld.com/AppDev/616/UIR951001openboot/ Latest OpenBoot PROM Update http://sunsolve.sun.com/search/document.do?assetkey=urn:cds:docid:1-21-119235-01-1

Moving SQL Server System Databases

posted in: Tech | 0

Moving System Databases http://msdn2.microsoft.com/en-us/library/ms345408.aspx Moving MSDB http://www.sqlservercentral.com/columnists/sjones/movingmsdb.asp Moving the SQL 2005 System Databases http://www.sqlservercentral.com/columnists/vIacoboni/2605.asp