Archive for the ‘Linux OS’ Category

Linux

Tuesday, April 22nd, 2008

As an unstoppered maker platform, UNIX is seen by whatever as their listing to low IT stock costs. Others wager it as a more bonded and sure deciding to Microsoft. But UNIX is not the correct pick for everyone, or for every applications. So when does UNIX attain significance for your enterprise?

Where UNIX Excels:

Linux is prizewinning at scheme services and applications servers. Every field scheme computer eliminate Microsoft’s cyberspace Information Server (IIS) supports Linux. Most advertizement scheme servers hold brass finished crack direction interfaces, and modify the favourite unstoppered maker Athapascan scheme computer has tools which attain scheme computer brass manageable. For IIS shops, the similarity of PHP to Microsoft’s Active Server Pages haw attain the transformation to UNIX inferior discouraging than digit strength suspect.

Linux is equally substantially supported by every the field covering servers. BEA, Borland, IBM, Oracle, and Sybase hold UNIX installations, albeit with varied levels of support. Excellent unstoppered maker covering servers for UNIX are also available, much as the favourite Java Server Pages/servlet engine Athapascan Tomcat and the J2EE computer JBoss, but deployment and plan with another tools crapper be a contest for the novice. Some vendors substance inexpensive packages which clump enhanced unstoppered maker tools with whatever take of support, making UNIX an crack pick for reaction the outlay of control patch ease substance nearly turnkey deployment.

Where UNIX Fails:

Linux water brief in areas in which the mart demands hold for Windows-related technologies and products.

Directory services are digit much example. LDAP is a well-established directory assist implemented on Linux, and there are crack products available, much as Novell’s eDirectory. But anything from Microsoft, as substantially as whatever another applications, requires Active Directory Services. Databases on UNIX are a integrated success. There are individual crack databases implemented on Linux, apiece with their possess ODBC support, but generic ODBC hold is lacking. This poses a difficulty for those who poverty to separate databases from binary vendors. Finally, hold for e-mail on UNIX is poor. Although there are whatever e-mail servers that separate on Linux, configuring and managing them is notoriously difficult.

Conclusion:

Linux has been embraced by every of the field code vendors, with varied costs and degrees of support. Although whatever tradeoffs with cross-platform plasticity strength be required, there are UNIX products acquirable at low prices for most mart niches and uses.

About Jonathan Coupal

Jonathan Coupal is the Vice President and Chief Technology Officer of ITX Corp, a playing consulting and profession solutions concern supported in Rochester, New York. Mr. Coupal manages both the day-to-day and strategic dealings of the Technology Integration Practice Group. Among Mr. Coupal’s large strengths are evaluating customers’ unequalled problems, nonindustrial innovative, outlay trenchant solutions and providing a “best practice” feat methodology. Mr. Coupal’s comprehensive noesis and undergo enables him to full dissect computer systems to propose the most trenchant technologies and solutions that module both behave their playing processes and fit unmediated and forthcoming goals. Mr. Coupal and his aggroup physique a broad take of consortium with clients, establishing ITX as their IT relation of choice. Mr. Coupal holds certifications with Microsoft and CompTia, including MCSE, MCSA, Security+, Linux+ and i-Net+, and served as a Subject Matter Expert (SME) for the utilization of the CompTia Linux+.

About ITX

ITX is a playing consulting and profession solutions concern sworn to consistently providing crack products and services in figure training areas including Business Performance, IT Solution Strategies and Implementation, cyberspace Marketing, Technical Services, IT Staffing, cyberspace Services, and Technology Research.

It is finished the amount dedication to impact and calibre that ITX combines the maximal take of resources and skillfulness to secure our clients control effectively and efficiently. ITX’s knowledge to assets the comely intermixture of skills results in providing broad calibre profession services and solutions both apace and at a combative cost. ITX clients convey again and again for ascendible products and services that action reliably and verify a momentous convey on investment. To see more most what ITX crapper do for you meet our website at http://www.itx.net or occurrence us at (800) 600-7785.

Tag:

Internet Sharing using a Linux Box

Monday, April 21st, 2008

If you hit an apple and I hit an apple and we mercantilism these apples then you and I power ease apiece hit digit apple. But if you hit an intent and I hit an intent and we mercantilism these ideas, then apiece of us power hit digit ideas.

– martyr physiologist Shaw

The machine concern was kindred to every of us having an apple apiece dirt whatever instance back. And then the owlish men from the business prefabricated networks. Ideas started liquid every over and presently came in the internet. The internet has been the prizewinning abstract that has happened to the machine concern so far. It has created a papers where we crapper deal our ideas.

Since the cyberspace is a super meshwork imperturbable of diminutive networks, it prefabricated significance to fortuity the come expanse into diminutive chunks. Network classes enable us to fortuity downbound this come space. In IPv4 the assorted classes of networks are -

Class A networks hit an come arrange between 1.0.0.1 to 126.255.255.254 and hold 16 meg hosts on apiece of 127 networks.
Class B networks hit an come arrange between 128.1.0.1 to 191.255.255.254 and hold 65,000 hosts on apiece of 16,000 networks.
Class C networks hit an come arrange between 192.0.1.1 to 223.255.254.254 and hold 254 hosts on apiece of 2 meg networks.
Class D networks hit an come arrange between 224.0.0.0 to 239.255.255.255 and are distant for multicast groups.

Class E networks hit an come arrange between 240.0.0.0 to 254.255.255.254 and are distant for the future

Such a grouping makes things ultimate and networks are manageable. However, they cannot transmit with apiece other. The scenario is rattling kindred to how communities grew around the world. With instance grouping from assorted communities necessary to transmit with apiece other, still power was the barrier. The resolution they institute was grouping who see both the languages i.e. translators. So if you requirement to speech to a bonny land girl, every you requirement to do is intend somebody who understands land and crapper alter arts to land and evilness versa. Routers /gateways do the aforementioned in machine networks. Different networks transmit with apiece another using routers.

A router allows hosts that are not on the aforementioned formal network, same an IP subnet, to transmit with apiece other. The router receives packets (chunks of data) on an programme and routes them to where they requirement to go supported on a routing table; the plateau allows the router to hit noesis of where a presented formal meshwork is located.

Most offices and homes hit diminutive collection C clannish networks. These networks requirement to transmit with the servers in the internet. The exclusive formal artefact for them is to ingest a gateway/router. UNIX has routing functionality in the essence itself which makes it an saint pick for as routing box.

One ultimate artefact of distribution the internet unification using linux is using the IP progress feature of the essence and meshwork come movement (NAT). For NATing digit crapper ingest either ipchains or iptables. It is acknowledged that the clannish meshwork is in the 192.168.1.0-255 range.
Let us verify the warning of a ultimate network. The computer is utilised to enter to the internet. It’s IP come is 192.168.1.1. There are 4 workstations 192.168.1.2-5. They are adjoining to the computer via the switch. All the workstations deal the internet finished 192.168.1.1

The prototypal travel is to enable ipforwarding in the essence of the computer (192.168.1.1).

$ vi /etc/sysctl.conf
Change the line
net.ipv4.ip_forward = 0

to

net.ipv4.ip_forward = 1

This would enable ip forwarding.

Then we requirement to intend the computer to NAT which crapper be finished via ipchains or iptables.

If ipchains is used, create a enter titled rc.fw and add mass lines

$ vi /etc/rc.d/init.d/rc.fw

#!/bin/bash

# First Load the ipchains essence module. Required exclusive if ipchains is compiled as a module
.
/sbin/modprobe ipchains
insmod ipchains

# MASQ the flooded 192.168.1.0/24 network
/sbin/ipchains -A nervy -s 192.168.1.0/24 -j MASQ

# List the rules
/sbin/ipchains -L -n

If iptables is utilised instead of ipchains, create a enter titled rc.fw and add the mass lines -

$ vi /etc/rc.d/init.d/rc.fw

#!/bin/bash

# First Load the ipchains essence power . Required exclusive if iptables is compiled as a module
/sbin/modprobe iptables
insmod iptables

# MASQ the flooded network
/sbin/iptables -t nat -A POSTROUTING -j MASQUERADE

# List the rules
/sbin/iptables -L

This would countenance after every the whole accumulation reciprocation from the topical meshwork to the internet.

Finally add this to the start -

$ vi /etc/rc.local

Add the line

/etc/rc.d/init.d/rc.fw

This ensures that the settings are preserved after a revive also.

After rebooting the computer would do every the routing functions for the whole network.

On the computer lateral every that is required is to ordered the choice router/gateway as the server’s IP i.e. 192.168.1.1. The whole meshwork is today ordered to deal the internet connection.

Amarjyoti Krishnan heads bobcares.com, a school hold consort for webhosts and ISPs. He is the co-founder of Poornam Info Vision Ltd., a code and IT services consort which specializes in UNIX supported solutions for Webhosts and ISPs. Poornam Info Vision is an ISO 9001:2000 certificated consort with a aggroup of over 100 engineers.

Amarjyoti is a Computer Engineer supported in Bharat and has over 7 eld of undergo in the hosting industry. He has uttered and cursive extensively on the subject. His articles hit been publicised both online as substantially as in indicant in magazines.

http://poornam.com

http://bobcares.com

http://amarjyoti.com

Tags: , , , , , ,

Installing Linux on WRT54g Wireless Router

Sunday, April 20th, 2008

The WRT54G is a wireless router prefabricated by linksys. A whatever eld past linksys free its WRT54G firmware maker cipher gift the unstoppered maker accord the knowledge to attain its possess versions.

Installing UNIX on your wireless router has whatever benefits and in my instrument whatever risks. The digit venture you do grappling is motion your router into a “Brick”. Now, this does seem same a bounteous quantity to verify but there are whatever options if raise fails. Also, if you study the artefact manual for apiece wrt54g firmware organisation you won’t hit a problem.

Typical structure to “Brick” your wrt54g router are: disagreeable to establish your code raise over a wireless connection, interrupting the upgrade, and eventually powering cycling during or fivesome transactions after the upgrade.

General rules to study are:
1. Always action an raise from the example wrt54g linksys code not another code distributions.

2. Set your code backwards to works defaults.
3. Don’t raise from a wireless connection.
4. Don’t invoke soured your router for most fivesome transactions after the upgrade.
5. Insure your code is meant for your router, whatever code versions are meant for the WRT54GS (WRT54G with pace booster), and the lawful wrt54g.

6. Follow the presented manual for apiece presented code distribution.
7. Enable the Boot_wait duty on your router. This choice module provide you the knowledge better from a unsuccessful raise by using tftp to upload newborn firmware.

Linksys does hit tools to that module permit you better from unsuccessful distributions. There are whatever assorted wrt54g firmware distrobutions to garner from. Some hit limited purposes: same existence utilised for a wireless point or a length server. Do your investigate before instalment and ever study the literal artefact instructions.

Sign up for the most favourite wireless networking programme honor on the internet. Receive the exclusive incurvation on wireless profession for the bag and impact locate at http://www.wirelessninja.com.

Tags: , , , , , , , , , , , ,
Close
E-mail It