Skip to content

XceptN’s Tech Stuff

All About Tech

Category: linux

PXE Boot Config Enterprise Linux

Configuring a PXE boot server Install required packages: # yum install bind dhcp system-config-netboot tftp-server Setup dhcpd: # vi /etc/dhcpd.confddns-update-style interim;ignore client-updates; subnet 10.10.10.0 netmask 255.255.255.0 { option routers 10.10.10.1; option subnet-mask 255.255.255.0; option domain-name-servers 10.10.10.1; option time-offset 7200; range dynamic-bootp 10.10.10.10 10.10.10.15; default-lease-time 21600; max-lease-time 43200; next-server 10.10.10.1; option subnet-mask 255.255.255.0; option broadcast-address 10.10.10.255;…

Read More “PXE Boot Config Enterprise Linux” »

linux

Convert .nrg image to .iso

Converting .nrg image to .iso: Fedora:# yum install nrg2iso…$ nrg2iso image.nrg image.iso Note that your .nrg image might already be an ISO (at leas a UDF dump) so you can use it to burn to DVD using GnomeBaker

desktop

NIC bonding: having two nics connected to different switches. is that a good idea?

That is actually a good idea .. it handles switch HA in addition to NIC HA .. And having them on different vlans? .. that is actually somehow mandatory .. you cannot have two switches in a LAN (or VLAN) per its function

linux

Can NICs of separate VLANs be teamed by bonding ?

Yes .. The nics are slaves to a bond. The bond can be configured to be on more than one vlan with the vconfig command.

linux

Linux NIC bonding: active-backup v.s. broadcast

active-backup is active/backup .. requires ISL for HA and so on .. but broadcast.. yes .. that sends the packets twice (thrice etc.), eachfor and through every slave.. so theoretically the performance is thesame as if it was on a single link. practically there is some minoroverhead since the HW needs to queue the packet…

Read More “Linux NIC bonding: active-backup v.s. broadcast” »

linux

D/Port Replicator Headphone Not Working

On my D630 and Dell D-Port Replicator running OEL5U2 I cannot get any sound from the jack on the port replicator. Thanks to http://ubuntuforums.org/showthread.php?p=2218245#post2218245 below is the way to get it running: In the volume control, under the switches tab, enable IEC958. If theswitch isn’t there, unhide it from within the preferences menu. You may…

Read More “D/Port Replicator Headphone Not Working” »

desktop

Cisco VPN Client 4.8 and Recent Linux Kernel Versions

I have been playing with this for some time .. Below are patches over Cisco VPN client 4.8 rev 490 some are compiled from around and some are my own ports (especially for 2.6.24+ ): For 2.6.18 based kernels (OEL/RHEL/CentOS 5), download and apply vpnclient-4.8-2.6.18-XceptN.patch on your vpnclient build directory. e.g.: # wget -q http://xceptn.com/patches/vpnclient/vpnclient-4.8-2.6.18-XceptN.patch…

Read More “Cisco VPN Client 4.8 and Recent Linux Kernel Versions” »

internet

xulrunner and firefox

For especially Firefox 3.0 (beta) be sure that your xulrunner packageis intact.. Otherwise firefox will not work at all / or at leastappropriately.

desktop

Motorokr e6 and synchronization on Linux

Although this good looking, nice PDA phone run Linux OS, the sync SW (PhoneTools) does not seem to be available for linux. I now have the idea of MultiSync (http://multisync.sourceforge.net/)with evolution and syncml plugins .. I need to have a local USB networksetup and that should work … The local USB works nice but well…

Read More “Motorokr e6 and synchronization on Linux” »

linux

Reading for Linux Kernel internals

It is really nice to read “Understanding the Linux Kernel” by Bovet & Cesati (O’Reilly).. Strongly advised..

development

Posts pagination

Previous 1 … 4 5 6 Next

Copyright © 2026 XceptN’s Tech Stuff.

Powered by PressBook Masonry Dark