Archive

Posts Tagged ‘Linux’

Cisco-Linksys WRT160NL Wireless-N Broadband Router with Storage Link (Compatible with Linux)

March 23rd, 2011 2 comments

Cisco-Linksys WRT160NL Wireless-N Broadband Router with Storage Link (Compatible with Linux)

  • Internet-sharing Router and 4-port Switch, with a built in speed and range enhanced Wireless Access Point
  • Great for media-intensive applications like streaming video or music, and gaming
  • MIMO technology uses multiple radios to create a robust signal that travels farther and helps reduce dead spots
  • Storage Link lets you connect a hard drive or flash-based USB storage device to allow access to your music, video

The Wireless-N Broadband Router with Storage Link is really four devices in one box. First, there’s the Wireless Access Point, which lets you connect to the network without wires. There’s also a built-in 4-port full-duplex 10/100 Switch to connect your wired-Ethernet devices together. The Storage Link feature lets you connect a hard drive or flash-based USB storage device directly to your network to easily add gigabytes of storage. Access your music, video, or data files from anywhere within your network. Finally, the Router function ties it all together and lets your whole network share a high-speed cable or DSL Internet connection.

Read more…

Cisco-Linksys WRT54GL Wireless-G Broadband Router (Compatible with Linux)

January 15th, 2011 3 comments

Cisco-Linksys WRT54GL Wireless-G Broadband Router (Compatible with Linux)

  • Linux-based Internet-sharing Router with built-in 4-port Switch and Wireless-G Access Point
  • Shares a single Internet connection and other resources with Ethernet wired and Wireless-G and -B devices
  • Includes four Fast Ethernet ports for your wired computers and devices
  • Wireless signals are protected by industrial-strength WPA2 encryption, and your network is protected from most known Internet attacks by a powerful SPI firewall

The Linksys Wireless-G Broadband Router is really three devices in one box. First, theres the Wireless Access Point, which lets you connect both screaming fast Wireless-G (802.11g at 54Mbps) and Wireless-B (802.11b at 11Mbps) devices to the network. Theres also a built-in 4-port full-duplex 10/100 Switch to connect your wired-Ethernet devices together. Connect four PCs directly, or attach more hubs and switches to create as big a network as you need. Finally, the Router function ties it all together and lets your whole network share a high-speed cable or DSL Internet connection. Once your computers are connected to the Router and the Internet, they can communicate with each other too, sharing resources and files. All your computers can print on a shared printer connected anywhere in the house.

Read more…

virtual server on my rhel 5 not starting

July 25th, 2009 No comments

Sometime ago installed my RedHat 5 with xen. Then I needed to create a virtual server running RedHat 4 in it, all needed to be 64 bit because Opsware required 64 bit RHEL AS4, so had to come up with an inexpensive solution. Got Intel Quad from Dell for $400 with 8gb ram, inexpensive desktop, installed RedHat 5 on it, then created xen virtual server in it running RedHat AS 4 for Opsware, of course opsware is not supported under XEN as a virtual server and it would not run under RedHat 5, so I had to hack it a bit to get it working, actually to get it installed is quite simple. Anyway so I had my RedHat AS4 vm running then I did notice that my desktop running all of that rebooted the other day, but my opsware virtual server did not start. With XEN I am not that familiar so I had issues starting it with command line, so I was ending up bringing xdisplay back to my pc remotely just to start it up. Well what it turned out that I don’t have to do this anymore. I was playing around with starting it up and why, I can do it automatically.

Anyway solution to start it up was very simple, on my RedHat 5 hyperviser I had to go to /etc/xen directory, there is directory called auto, and there is a config file for my virtual server called opsware (name of that virtual server) so to get it automatically started I needed to create a symbolic link inside that auto directory that pointed to that opsware config file.

Simple and easy, not when my desktop reboots my xen vm starts automatically. :)

Freshly installed RedHat – Root logins are not allowed

May 4th, 2009 No comments

Just installed Red Hat AS4 and I am unable to login with root account. Passwd is all set but I am getting popup message saying “Root logins are not allowed”, simple solution is to press CTRL+ALT+F1 and switch to console login and you will be on your way :) Nice and simple.

Categories: Linux Tags: , ,

ipcalc – perform simple manipulation of IP addresses

May 2nd, 2009 No comments

This utility is so cool, how many times I did try to figure out netmasks, broadcasts etc, this utility actualy performs simple manipulation of IP addresses:

ipcalc – provides a simple way to calculate IP information for a host.  The various options specify what information ipcalc should display on standard out. Multiple options may be specified.  An IP address to operate on must  always be specified.  Most operations also require a netmask or a CIDR prefix as well.

# ipcalc -nbm 192.168.1.254/29
NETMASK=255.255.255.248
BROADCAST=192.168.1.255
NETWORK=192.168.1.248
#

How to mount iso image under linux RedHat

March 15th, 2009 No comments

To mount /root/linux.iso file under /mnt directory.
issue the following commands.

# mount -o loop /root/linux.iso /mn/linux

to unmount

# umount /mnt/linux

for example:

Read more…

Categories: Linux Tags: , , ,

Linux Multipathing

March 1st, 2009 No comments

Physically connect HBA to disk array.

Create LUN on disk array (50 GB in this case).

Reboot server to see new LUN. Note 2 separate device files with same size. This is normal.

Reboot again and interrupt the boot process and enable BIOS on the HBA card by pressing Control-Q.

Find disk device names (select sdc and sde)

[root@chrysek log]# dmesg | grep sectors
SCSI device sda: 142577664 512-byte hdwr sectors (73000 MB)
SCSI device sda: 142577664 512-byte hdwr sectors (73000 MB)
SCSI device sdb: 1 512-byte hdwr sectors (0 MB)
SCSI device sdb: 1 512-byte hdwr sectors (0 MB)
SCSI device sdc: 104857600 512-byte hdwr sectors (53687 MB)
SCSI device sdc: 104857600 512-byte hdwr sectors (53687 MB)
SCSI device sdd: 1 512-byte hdwr sectors (0 MB)
SCSI device sdd: 1 512-byte hdwr sectors (0 MB)
SCSI device sde: 104857600 512-byte hdwr sectors (53687 MB)
SCSI device sde: 104857600 512-byte hdwr sectors (53687 MB)

Read more…

Categories: Linux, UNIX Tags: , , ,

Powered by WP Robot

Stop SOPAPowered by Yahoo! Answers