Skip to content

XceptN’s Tech Stuff

All About Tech

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

The vm.swappiness Parameter in Linux 2.6 Kernels

The vm.swappiness parameter for Linux 2.6 kernels is based on a scalefrom 0 to 100. The default is 60 and it is known to serve Oracle RDBMSrelated workloads statistically the best. The swappiness definedby this parameter, is for a raw and general priority paging. This isabout prioritizing the page-out of pages from anonymous vs. file-backedmemory….

Read More “The vm.swappiness Parameter in Linux 2.6 Kernels” »

kernel

Building Binaries from Sources

If there is the configure script: ./configure make && sudo make install If there is autogen.sh: ./autogen.sh make && sudo make install

development

Adding Java plugin to Firefox

Add a link ln -s /usr/java/jre1.5.0_11/plugin/i386/ns7/libjavaplugin_oji.so libjavaplugin_oji.so

desktop

How to do find and execute .. An example

to find files that has “TeXt” in them:    find . -exec grep “TeXt” ‘{}’ \; -print

linux

Where is the application menu files on EL

/usr/share/applications

desktop

backup the mbr

dd if=/dev/sdX of=/tmp/sda-mbr.bin bs=512 count=1

linux

Posts pagination

Previous 1 … 7 8 9 10 Next

Copyright © 2025 XceptN’s Tech Stuff.

Powered by PressBook Masonry Dark