<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>CS3's thoughtpad ...</title><generator>Tumblr (3.0; @cs3)</generator><link>http://thoughtpad.cs3.in/</link><item><title>Making WiFi work in MSI Wind U130</title><description>&lt;p&gt;In my quest to convert windows users to linux, I installed Linux Mint Isadora ( based on Ubuntu Lucid ) on my wife’s MSI Wind U130 netbook.&lt;/p&gt;
&lt;p&gt;Everything except WiFi worked out of the box, the chipset was detected, but it was disabled. &lt;a target="_blank" href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/541620"&gt;Launchpad&lt;/a&gt; had a known bug filed for this and the following steps below “activated” the disabled wireless chipset.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;mkdir -p /etc/Wireless/RT2860STA/&lt;/p&gt;
&lt;p&gt;touch /etc/Wireless/RT2860STA/RT2860STA.dat&lt;/p&gt;
&lt;p&gt;service network-manager restart&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Works extraordinary and even the updates don’t seem to break them.&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/861927967</link><guid>http://thoughtpad.cs3.in/post/861927967</guid><pubDate>Mon, 26 Jul 2010 22:20:00 +0530</pubDate><category>ubuntu</category><category>linux mint</category><category>isadora</category><category>lucid lynx</category><category>msi wind</category><category>u130</category><category>wifi</category></item><item><title>a reliable way to choose and uninstall a named SQLServer Instance.</title><description>&lt;a href="http://dbaspot.com/forums/sqlserver-programming/421678-unattended-uninstall-instance.html"&gt;a reliable way to choose and uninstall a named SQLServer Instance.&lt;/a&gt;: &lt;p&gt;%PROGRAM FILES%\Microsoft SQL Server\90\Setup Bootstrap\ARPWrapper.exe /Remove&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/848516567</link><guid>http://thoughtpad.cs3.in/post/848516567</guid><pubDate>Fri, 23 Jul 2010 11:57:00 +0530</pubDate><category>sqlserver</category><category>named instance</category><category>uninstall</category></item><item><title>Remmina - The GTK+ Remote Desktop Client</title><description>&lt;a href="http://remmina.sourceforge.net/"&gt;Remmina - The GTK+ Remote Desktop Client&lt;/a&gt;: &lt;p&gt;It supports RDP, VNC, NX, XDMCP and SSH, all in one tabbed GUI. Do I need to say more ?&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/819645077</link><guid>http://thoughtpad.cs3.in/post/819645077</guid><pubDate>Fri, 16 Jul 2010 20:27:00 +0530</pubDate><category>remmina</category><category>RDP</category><category>VNC</category><category>NX</category><category>XDMCP</category><category>SSH</category></item><item><title>Getting started with EC2 AMI Tools ( Commandline tools )</title><description>&lt;a href="http://www.saltycrane.com/blog/2008/09/notes-using-ec2-command-line-tools/"&gt;Getting started with EC2 AMI Tools ( Commandline tools )&lt;/a&gt;</description><link>http://thoughtpad.cs3.in/post/819236653</link><guid>http://thoughtpad.cs3.in/post/819236653</guid><pubDate>Fri, 16 Jul 2010 17:54:34 +0530</pubDate><category>aws</category><category>ec2</category><category>ec2-ami-tools</category></item><item><title>some screeen commands ...</title><description>&lt;p&gt;Start Screen: screen&lt;/p&gt;
&lt;p&gt;List Screens: screen -list&lt;/p&gt;
&lt;p&gt;Detatch Screen: Ctrl-a d&lt;/p&gt;
&lt;p&gt;Re-attach Screen: screen -x or screen -x PID&lt;/p&gt;
&lt;p&gt;Split Horizontally: Ctrl-a S&lt;/p&gt;
&lt;p&gt;Split Vertically: Ctrl-a |&lt;/p&gt;
&lt;p&gt;Move Between Windows: Ctrl-a Tab&lt;/p&gt;
&lt;p&gt;Name Session: Ctrl-a A&lt;/p&gt;
&lt;p&gt;Log Session: Ctrl-a H&lt;/p&gt;
&lt;p&gt;Note Session: Ctrl-a h&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/704147883</link><guid>http://thoughtpad.cs3.in/post/704147883</guid><pubDate>Wed, 16 Jun 2010 16:19:38 +0530</pubDate><category>screen</category><category>keyboard-shortcuts</category></item><item><title>Local Ubuntu Repository using Apt-Mirror and Apt-Cacher</title><description>&lt;a href="http://www.packtpub.com/article/create-local-ubuntu-repository-using-apt-mirror-apt-cacher"&gt;Local Ubuntu Repository using Apt-Mirror and Apt-Cacher&lt;/a&gt;</description><link>http://thoughtpad.cs3.in/post/659148689</link><guid>http://thoughtpad.cs3.in/post/659148689</guid><pubDate>Thu, 03 Jun 2010 12:03:38 +0530</pubDate><category>ubuntu repo</category><category>apt-cacher</category><category>apt-mirror</category><category>offline</category></item><item><title>"Dnsmasq has the ability to direct DNS queries for certain domains to specific upstream nameservers...."</title><description>“Dnsmasq has the ability to direct DNS queries for certain domains to specific upstream nameservers. This feature was added for use with VPNs but it is fully general. The scenario is this: you have a standard internet connection via an ISP, and dnsmasq is configured to forward queries to the ISP’s nameservers, then you make a VPN connection into your companies network, giving access to hosts inside the company firewall. You have access, but since many of the internal hosts aren’t visible on the public internet, your company doesn’t publish them to the public DNS and you can’t get their IP address from the ISP nameservers. The solution is to use the companies nameserver for private domains within the company, and dnsmasq allows this. Assuming that internal company machines are all in the domain internal.myco.com and the companies nameserver is at 192.168.10.1 then the option server=/internal.myco.com/192.168.10.1 will direct all queries in the internal domain to the correct nameserver. You can specify more than one domain in each server option. If there is more than one nameserver just include as many server options as is needed to specify them all.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;&lt;a href="http://www.thekelleys.org.uk/dnsmasq/docs/setup.html"&gt;Configuring Dnsmasq.&lt;/a&gt;&lt;/em&gt;</description><link>http://thoughtpad.cs3.in/post/652694093</link><guid>http://thoughtpad.cs3.in/post/652694093</guid><pubDate>Tue, 01 Jun 2010 13:52:52 +0530</pubDate><category>dnsmasq</category><category>private dns</category><category>vpn</category></item><item><title>openvz: installation and management</title><description>&lt;p&gt;Recommended OS: &lt;strong&gt;RHEL/CentOS, Debian&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Setup instruction can be found on the tubes. &lt;a href="http://wiki.openvz.org"&gt;wiki.openvz.org&lt;/a&gt; is probably the best source of knowledge. ( CentOS specific instructions can be found at &lt;a href="http://wiki.centos.org/HowTos/Virtualization/OpenVZ"&gt;&lt;a href="http://wiki.centos.org/HowTos/Virtualization/OpenVZ"&gt;http://wiki.centos.org/HowTos/Virtualization/OpenVZ&lt;/a&gt;&lt;/a&gt; )&lt;/p&gt;
&lt;p&gt;A Complete How-To on managing OpenVZ instances can be found at &lt;a href="http://www.lamolabs.org/blog/137/managing-openvz-instances/"&gt;&lt;a href="http://www.lamolabs.org/blog/137/managing-openvz-instances/"&gt;http://www.lamolabs.org/blog/137/managing-openvz-instances/&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;finally: openvz rocks !!! :)&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/631881033</link><guid>http://thoughtpad.cs3.in/post/631881033</guid><pubDate>Tue, 25 May 2010 23:59:00 +0530</pubDate><category>centos</category><category>debian</category><category>openvz</category><category>openvz-management</category><category>virtualization</category></item><item><title>vz-clone: a nifty script to clone vz containers</title><description>&lt;p&gt;The title says it all …&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;#!/bin/bash&lt;br/&gt;# script to clone an openvz VE&lt;br/&gt;&lt;br/&gt;set -e&lt;br/&gt;&lt;br/&gt;if [ -z “$2” ]; then&lt;br/&gt;    echo “Usage: $0 &lt;veid&gt; &lt;new-id&gt;”&lt;br/&gt;    exit 1&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;cfg=”/etc/vz/conf/$1.conf”&lt;br/&gt;newcfg=”/etc/vz/conf/$2.conf”&lt;br/&gt;&lt;br/&gt;if [ ! -e $cfg ]; then &lt;br/&gt;    echo $cfg not found!&lt;br/&gt;    exit 1&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;VEID=$1&lt;br/&gt;. $cfg&lt;br/&gt;veprivate=”$VE_PRIVATE”&lt;br/&gt;&lt;br/&gt;VEID=$2&lt;br/&gt;. $cfg&lt;br/&gt;newveprivate=”$VE_PRIVATE”&lt;br/&gt;&lt;br/&gt;if [ -e $newcfg ]; then &lt;br/&gt;    echo $newcfg already exists!&lt;br/&gt;    exit 1&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;if [ -e $newveprivate ]; then &lt;br/&gt;    echo $newveprivate already exists!&lt;br/&gt;    exit 1&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;if vzlist | fgrep -w -q $1&lt;br/&gt;then&lt;br/&gt;    vzctl stop $1&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;echo “Cloning $cfg to $newcfg”&lt;br/&gt;cp -a $cfg $newcfg&lt;br/&gt;&lt;br/&gt;echo “Cloning $veprivate to $newveprivate”&lt;br/&gt;mkdir -p $newveprivate&lt;br/&gt;cd $veprivate&lt;br/&gt;tar cf - . | (cd $newveprivate &amp;&amp; tar xf -)&lt;br/&gt;&lt;br/&gt;echo “Do not forget to edit $newcfg (you need to edit at least HOSTNAME and IP_ADDRESS)”&lt;br/&gt;echo “Also do not forget to make an alias”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Source - &lt;a href="http://www.howtoforge.com/some-tips-on-openvz-deployment"&gt;http://www.howtoforge.com/some-tips-on-openvz-deployment&lt;/a&gt;&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/631780785</link><guid>http://thoughtpad.cs3.in/post/631780785</guid><pubDate>Tue, 25 May 2010 23:08:00 +0530</pubDate><category>openvz</category><category>vz</category><category>container</category><category>clone</category></item><item><title>ubuntu 8.4 / hardy image for LXC.</title><description>&lt;a href="http://www.stgraber.org/2009/11/06/lxc-containers-or-extremely-fast-virtualization"&gt;ubuntu 8.4 / hardy image for LXC.&lt;/a&gt;</description><link>http://thoughtpad.cs3.in/post/627817452</link><guid>http://thoughtpad.cs3.in/post/627817452</guid><pubDate>Mon, 24 May 2010 15:43:00 +0530</pubDate><category>lxc</category><category>hardy</category><category>ubuntu</category></item><item><title>500 ERROR: User 'root' cannot be used as an NX user</title><description>&lt;p&gt;There might be special cases when this might be necessary.&lt;/p&gt;
&lt;p&gt;Edit /usr/NX/etc/server.cfg and change EnableAdministratorLogin = “1”&lt;/p&gt;
&lt;p&gt;“root” now can access via. NX.&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/616066574</link><guid>http://thoughtpad.cs3.in/post/616066574</guid><pubDate>Thu, 20 May 2010 17:49:54 +0530</pubDate><category>nx</category><category>root</category></item><item><title>Installing Ruby, RubyGems on CentOS 5</title><description>&lt;a href="http://www.catapult-creative.com/2009/02/04/installing-rails-on-centos-5/"&gt;Installing Ruby, RubyGems on CentOS 5&lt;/a&gt;</description><link>http://thoughtpad.cs3.in/post/613001169</link><guid>http://thoughtpad.cs3.in/post/613001169</guid><pubDate>Wed, 19 May 2010 17:39:52 +0530</pubDate><category>ruby</category><category>centos</category><category>from source</category></item><item><title>Activating EPEL Repository on CentOS 5.x</title><description>&lt;p&gt;To activate the EPEL repository, run the following command as root:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;rpm —import &lt;a href="http://download.fedora.redhat.com/pub/epel/RPM-GPG-KEY-EPEL"&gt;http://download.fedora.redhat.com/pub/epel/RPM-GPG-KEY-EPEL&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;rpm -Uvh &lt;a href="http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm"&gt;http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;After successful execution, there will be two new files in your yum configuration directory, /etc/yum.repos.d/.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;epel.repo&lt;br/&gt;epel-testing.repo&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The epel-testing is disabled by default.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;References:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://wiki.rivalug.org/index.php/Centos5"&gt;http://wiki.rivalug.org/index.php/Centos5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://fedoraproject.org/wiki/EPEL"&gt;http://fedoraproject.org/wiki/EPEL&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><link>http://thoughtpad.cs3.in/post/597731097</link><guid>http://thoughtpad.cs3.in/post/597731097</guid><pubDate>Fri, 14 May 2010 15:01:00 +0530</pubDate><category>redhat</category><category>centos</category><category>epel</category></item><item><title>Running RSA SecurID Token client on any OS.</title><description>&lt;a href="http://codehunk.wordpress.com/2010/05/11/rsa-securid-token-on-gnulinux/"&gt;Running RSA SecurID Token client on any OS.&lt;/a&gt;: &lt;p&gt;&lt;a href="http://codehunk.wordpress.com"&gt;Janmejay Singh&lt;/a&gt;, a fellow ThoughtWorker has found out that &lt;a target="_blank" href="http://microemu.org/"&gt;MicroEmulator&lt;/a&gt; (a feature rich J2ME emulator) can actually run the RSA SecurID J2ME client without any issues.&lt;/p&gt;
&lt;p&gt;Thanks to him, I’m now able to logon to my RSA SecurID secured Intranet from outside world.&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/595483605</link><guid>http://thoughtpad.cs3.in/post/595483605</guid><pubDate>Thu, 13 May 2010 21:12:00 +0530</pubDate><category>rsa</category><category>securid</category><category>rsa securid</category><category>microemulator</category><category>linux</category></item><item><title>SSH SOCKS Proxy Tunnel</title><description>&lt;p&gt;OpenSSH has built-in SOCKS proxy support. The command is:&lt;/p&gt;
&lt;blockquote&gt;ssh -N -D &lt;em&gt;port remote_host&lt;/em&gt;&lt;br/&gt;
&lt;/blockquote&gt;
&lt;p&gt;And lo! Reconfigure the browser to use localhost and port as a SOCKS5 Proxy.&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/592233808</link><guid>http://thoughtpad.cs3.in/post/592233808</guid><pubDate>Wed, 12 May 2010 17:08:00 +0530</pubDate><category>socks proxy</category><category>socks5 proxy</category><category>ssh</category><category>tunnel</category></item><item><title>Webtatic Yum Repository</title><description>&lt;a href="http://www.webtatic.com/projects/yum-repository/"&gt;Webtatic Yum Repository&lt;/a&gt;: &lt;p&gt;Noteworthy packages are Git 1.7 and PHP 5.3&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/578559470</link><guid>http://thoughtpad.cs3.in/post/578559470</guid><pubDate>Fri, 07 May 2010 16:54:34 +0530</pubDate><category>yum</category><category>yum repo</category><category>git</category></item><item><title>Mirroring a git repository</title><description>&lt;p&gt;Many interesting links to follow:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://toroid.org/ams/etc/git-repository-mirrors"&gt;http://toroid.org/ams/etc/git-repository-mirrors&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://toolmantim.com/thoughts/setting_up_a_new_remote_git_repository"&gt;http://toolmantim.com/thoughts/setting_up_a_new_remote_git_repository&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://wincent.com/wiki/Setting_up_backup_%28mirror%29_repositories_on_GitHub"&gt;https://wincent.com/wiki/Setting_up_backup_%28mirror%29_repositories_on_GitHub&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Now, pick your poison. :)&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/578538855</link><guid>http://thoughtpad.cs3.in/post/578538855</guid><pubDate>Fri, 07 May 2010 16:40:23 +0530</pubDate><category>git</category><category>mirror</category><category>githib</category><category>post-re</category><category>post-receive hook</category></item><item><title>Git, gitweb, gitosis and git-daemon in harmony on Debian</title><description>&lt;a href="http://escapegoat.org/2009/5/20/git-gitweb-gitosis-and-git-daemon-in-harmony-on-debian"&gt;Git, gitweb, gitosis and git-daemon in harmony on Debian&lt;/a&gt;</description><link>http://thoughtpad.cs3.in/post/578311648</link><guid>http://thoughtpad.cs3.in/post/578311648</guid><pubDate>Fri, 07 May 2010 13:56:35 +0530</pubDate><category>git gitosis git-web</category></item><item><title>.ssh/config example</title><description>&lt;p&gt;Like me if you find yourself logging on to many hosts with different ports and prefer a shorrname, .ssh config’s can be very useful.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Host home&lt;br/&gt; User cs3&lt;br/&gt; Port 8075&lt;br/&gt; HostName home.cs3.in&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Now, &lt;em&gt;ssh home&lt;/em&gt; would do the trick.&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/595077766</link><guid>http://thoughtpad.cs3.in/post/595077766</guid><pubDate>Fri, 07 May 2010 12:18:00 +0530</pubDate><category>ssh</category><category>config</category><category>ssh-config</category></item><item><title>Git server setup using gitosis for Centos 5.2</title><description>&lt;a href="http://nfocipher.com/index.php?op=ViewArticle&amp;articleId=12&amp;blogId=1"&gt;Git server setup using gitosis for Centos 5.2&lt;/a&gt;: &lt;p&gt;Works like a charm!&lt;/p&gt;</description><link>http://thoughtpad.cs3.in/post/576018616</link><guid>http://thoughtpad.cs3.in/post/576018616</guid><pubDate>Thu, 06 May 2010 17:34:13 +0530</pubDate><category>git centos gitosis</category></item></channel></rss>
