git over smart-http; how to check /refs/heads/master

2012-06-22 Thread J. Bakshi
Dear list, I am trying to make a pre-receive hook which can check /refs/heads/master and based on the user name it allow/deny push to master. The git is configured over smart-http here. So from apache log ; during push I can see "GET /git/test.git/info/refs?service=git-rece

how to open ssh tunnel port ?

2012-06-27 Thread J. Bakshi
Dear list, I have made a successful ssh tunnel between two pcs A and B. A is running mysql and B have the tunnel with A , so that B can access that remote mysql with its local port 3360. Everything is fine.. But B is bind the port with localhost only, hence no one can access B's 3360 port. H

Re: how to open ssh tunnel port ?

2012-06-28 Thread J. Bakshi
On Wed, 27 Jun 2012 15:56:01 +0100 Laurence Hurst wrote: [...] > > ssh -L 192.168.0.1:3360:localhost:3306 A > > where '192.168.0.1' is the ip address you want to bind to (i.e. the ip > address of eth0, or whichever interface you want to use). The same > method applies if you are using -R

qingy broken after logout

2011-10-22 Thread J. Bakshi
Hello, I am using quingy as a framebuffer login manager. It runs well. But when I logout from the console; the qingy comes back with a complete broken look.. where no input is possible. qingy has some resolution issue which I have fixed by editing /etc/directfbrc with the following

VPN linux client

2011-10-22 Thread J. Bakshi
Dear list, network-manager already has the required plugin to support vpn connection. But what should people do without network-manager ? Any standalone (non gnome/kde) GUI for vpn connection as client in Linux ? Found ike-qtgui but it is based on IPsec... What about the other protocols like

blueman-applet input/output error

2011-10-22 Thread J. Bakshi
Dear list, blueman-applet has some problem in by debian box. I have blueman 1.21-4.1+b1 installed with debian wheezy. Obviously I have added the user at bluetooth group; dbus is also working. I can on/off as well as search new bluetooth devices through blueman-applet but when try to add or pair

Re: VPN linux client

2011-10-22 Thread J. Bakshi
On Sat, 22 Oct 2011 18:12:31 +0100 Anthony Campbell wrote: > On 22 Oct 2011, J. Bakshi wrote: > > > > > > Dear list, > > > > network-manager already has the required plugin to support vpn connection. > > > > But what should people do without net

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-27 Thread J. Bakshi
On Fri, 28 Oct 2011 00:43:08 +0100 Raf Czlonka wrote: [] > There's no need to run wpa_supplicant "by hand" - it integrates nicely > with ifupdown. You can simply put: > > iface eth0 inet dhcp > wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf > > into your /etc/network/interfaces (ad

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread J. Bakshi
On Fri, 28 Oct 2011 12:36:26 +0100 Raf Czlonka wrote: > On Fri, Oct 28, 2011 at 09:46:25AM BST, Brian wrote: > > As Raf Czlonka has already said, using /etc/network/interfaces and its > > integration with wpa_supplicant is the way to go. You do not even need a > > wpa_supplicant.conf file. > > Y

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread J. Bakshi
On Fri, 28 Oct 2011 14:54:38 -0700 kei...@strucktower.com wrote: > Thanks Brian- > > I installed ifplugd. Still, the wireless does not work if I unplug the > Ethernet, assuming you have ifplugd + guessnet edit * /etc/default/ifplugd * INTERFACES="eth0 wlan0" HOTPLUG_INTERFACES="" #ARGS="-q -f

wifi auto-detection not working any more

2011-10-30 Thread J. Bakshi
Dear list, Since long I'm using ifplugd + guess-net and wpa_supplicant to auto detect the available wired/wifi network and connect with the available. I have placed the wpa_supplicat at /etc/rc.local file as ` wpa_supplicant -B -Dnl80211 -iwlan0 -c /usr/local/etc/my.wpa_supplicant.con

Re: wifi auto-detection not working any more

2011-10-30 Thread J. Bakshi
On Sun, 30 Oct 2011 11:10:36 + Brian wrote: > On Sun 30 Oct 2011 at 14:07:57 +0530, J. Bakshi wrote: > > > Could any one suggest what is actually missing here ? > > You have shown only a portion of your /e/n/i. Ok, here is the complete one ``` # Th

Re: wifi auto-detection not working any more

2011-10-30 Thread J. Bakshi
On Sun, 30 Oct 2011 13:19:39 + Brian wrote: > On Sun 30 Oct 2011 at 17:11:46 +0530, J. Bakshi wrote: > > > Please note I have not changed anything at > > /usr/local/etc/my.wpa_supplicant.conf > > but only at /e/n/i with these two lines > > > > [...] >

Re: wifi auto-detection not working any more

2011-10-30 Thread J. Bakshi
On Sun, 30 Oct 2011 13:19:39 + Brian wrote: > On Sun 30 Oct 2011 at 17:11:46 +0530, J. Bakshi wrote: > > > Please note I have not changed anything at > > /usr/local/etc/my.wpa_supplicant.conf > > but only at /e/n/i with these two lines > > > > [...] >

how to boot debian installer iso directly from grub2 ?

2011-10-31 Thread J. Bakshi
Dear list, How can I directly boot debian net installer iso directly from grub2 ? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20111031130243.43494...@shiv

Re: how to boot debian installer iso directly from grub2 ?

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 08:47:08 + Raf Czlonka wrote: > On Mon, Oct 31, 2011 at 07:32:43AM GMT, J. Bakshi wrote: > > How can I directly boot debian net installer iso directly from > > grub2 ? > > You haven't even looked, have you? ;^) > > http://michael-proko

Re: how to boot debian installer iso directly from grub2 ?

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 18:46:46 +0800 wolf python london wrote: > > > > menuentry "debian-6.0.3-amd64-netinst.iso" { > >  loopback loop /debian-6.0.3-amd64-netinst.iso > >  linux (loop)/install.amd/vmlinuz boot=live > > iso-scan/filename=/debian-6.0.3-amd64-netinst.iso  noeject noprompt -- >

Re: wifi auto-detection not working any more

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 09:55:36 + Brian wrote: > On Mon 31 Oct 2011 at 10:26:52 +0530, J. Bakshi wrote: > > > After doing some more debug I found the issue. > > > > I have no problem to manually up the wifi with ifup and it's > > working well. > >

Re: how to boot debian installer iso directly from grub2 ?

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 16:10:13 + Brian wrote: > On Mon 31 Oct 2011 at 17:51:29 +0530, J. Bakshi wrote: > > > Thanks a lot. The installer is working perfect now. > > > > Though I wish, if I could use the .iso of debian as I > > can with ubuntu. > > The D

Re: wifi auto-detection not working any more

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 16:42:07 + Brian wrote: > On Mon 31 Oct 2011 at 21:54:54 +0530, J. Bakshi wrote: > > > Surely the auto will do the job. But as ifplugd is already there, the > > eth0 as well as wlan0 are excluded from auto. Before I had . . . , > > Unle

is iy possible to call isolinux.cfg from GRUB2 ?

2011-10-31 Thread J. Bakshi
Dear list, Can we call isolinux.cfg from grub2 ? There are many live iso images which have this isolinux.cfg and we can use the .iso with the loopback feature of grub2. So it would be nice if we can just call the isolinux.cfg Possible ? Thnaks -- To UNSUBSCRIBE, email to debian-user-requ.

Re: is iy possible to call isolinux.cfg from GRUB2 ?

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 23:45:02 +0530 "J. Bakshi" wrote: > Dear list, > > Can we call isolinux.cfg from grub2 ? There are many live iso images which > have this isolinux.cfg and we can use the .iso with the loopback feature of > grub2. > So it would be nice if we ca

Re: wifi auto-detection not working any more

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 18:44:16 + Brian wrote: > On Mon 31 Oct 2011 at 23:06:43 +0530, J. Bakshi wrote: > > > If it is so... then I really don't need ifplugd to manage wlan, it > > should handle eth0 when plug and it is fine for me. So how can I then > > combine

Re: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-10-31 Thread J. Bakshi
On Tue, 1 Nov 2011 00:47:27 + Brian wrote: > On Mon 31 Oct 2011 at 12:53:21 -0700, kei...@strucktower.com wrote: > > > If I boot the laptop with the Ethernet cable plugged in (eth0), that > > connection works fine. A good practice might be to down the unused interface. When using wired po

Re: is iy possible to call isolinux.cfg from GRUB2 ?

2011-11-01 Thread J. Bakshi
On Mon, 31 Oct 2011 23:46:38 +0530 "J. Bakshi" wrote: > On Mon, 31 Oct 2011 23:45:02 +0530 > "J. Bakshi" wrote: > > > Dear list, > > > > Can we call isolinux.cfg from grub2 ? There are many live iso images which > > have this isolinux.cfg

Re: RESOLVED: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-11-01 Thread J. Bakshi
On Tue, 1 Nov 2011 09:05:36 -0700 kei...@strucktower.com wrote: Nice to hear your success and thanks for sharing the config [] > > Note: this works without using a wpa_supplicant.conf or guessnet. [.] As there is only one wired configuration you don't need guessnet; but for multiple wir

php 5.2 as cgi not working in debian 6.0

2011-11-02 Thread J. Bakshi
Dear list, I am now confused and need some enlightenment. I am trying to have php 5.2.7 as cgi module so that when require.. I can also use php 5.2 with some old php sites on this debian 6.0 server. I am following http://blog.davejamesmiller.com/2011/03/how-to-install-php-5-2-fastcgi-on-debian

Re: KDE package manager

2011-11-02 Thread J. Bakshi
On Wed, 02 Nov 2011 16:22:14 + Sian Mountbatten wrote: > Having installed Debian/GNU wheezy onto my desktop, I am now looking > for some KDE applications. > > The only package manager provided on wheezy is aptitude which is not the > world's easiest program to use. > software center ? not k

Re: php 5.2 as cgi not working in debian 6.0

2011-11-03 Thread J. Bakshi
On Wed, 2 Nov 2011 16:02:12 + (UTC) Camaleón wrote: > > So instead using "/opt" you installed over "/usr/local/bin". Yes, that's the location where I like to place php 5.2 > > > and at /etc/apache/php52.conf > ^^ > > Is that path/file right? :-? urghh... so

Re: php 5.2 as cgi not working in debian 6.0

2011-11-04 Thread J. Bakshi
On Thu, 3 Nov 2011 17:37:32 + (UTC) Camaleón wrote: > On Thu, 03 Nov 2011 15:19:02 +0530, J. Bakshi wrote: > > > On Wed, 2 Nov 2011 16:02:12 + (UTC) Camaleón > > wrote: > > >> > and at /etc/apache/php52.conf > >> ^^

How to remove / disable ttymon ?

2011-11-05 Thread J. Bakshi
Dear list, My resources are occupied heavily with ttymon. Through google, I have found it is a port monitoring tool. How can I remove / disable it ? "apt-cache search ttymon" returns null Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

apache 2.2.16 deadly slow

2011-11-08 Thread J. Bakshi
Hello list, I have recently upgraded a debian box from old lenny to squeeze. Hence the apache has become Server version: Apache/2.2.16 (Debian) Server built: Sep 29 2011 20:59:05 But... the apache has become *deadly slow*. This box has 4GB RAM with xeon processor. And the main point apache w

Re: apache 2.2.16 deadly slow

2011-11-09 Thread J. Bakshi
On Wed, 09 Nov 2011 02:00:02 -0600 Stan Hoeppner wrote: > On 11/9/2011 1:42 AM, J. Bakshi wrote: > > > But... the apache has become *deadly slow* > > > [Wed Nov 09 12:13:16 2011] [debug] proxy_util.c(1837): proxy: worker > > proxy:reverse already initialized > &

sh malfunction after upgrade

2011-11-09 Thread J. Bakshi
Hello list, I have upgraded a very old lenny server to squeeze. The shell scripts are now malfunctioning; specially the loop statement. Moreover "sh -x

Re: sh malfunction after upgrade

2011-11-09 Thread J. Bakshi
On Wed, 09 Nov 2011 11:33:17 + kuLa wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 09/11/11 11:15, J. Bakshi wrote: > > > > Hello list, > > > > I have upgraded a very old lenny server to squeeze. > > The shell scripts are

Re: sh malfunction after upgrade

2011-11-09 Thread J. Bakshi
On Wed, 9 Nov 2011 12:34:57 +0100 Jochen Spieker wrote: > J. Bakshi: > > > > I have upgraded a very old lenny server to squeeze. > > The shell scripts are now malfunctioning; specially the > > loop statement. Moreover "sh -x

Re: sh malfunction after upgrade

2011-11-09 Thread J. Bakshi
On Wed, 9 Nov 2011 07:46:46 -0500 Tom H wrote: ? > > http://mywiki.wooledge.org/Bashism > Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2009202205.255

Re: sh malfunction after upgrade

2011-11-09 Thread J. Bakshi
On Wed, 09 Nov 2011 11:41:38 -0500 "Dan B." wrote: > J. Bakshi wrote: > > On Wed, 9 Nov 2011 12:34:57 +0100 > > Jochen Spieker wrote: > > > >> ... You need to either run "bash -x > >>

Re: apache 2.2.16 deadly slow

2011-11-09 Thread J. Bakshi
On Wed, 09 Nov 2011 17:54:54 -0600 Stan Hoeppner wrote: > On 11/9/2011 2:38 AM, J. Bakshi wrote: > > On Wed, 09 Nov 2011 02:00:02 -0600 > > Stan Hoeppner wrote: > > > >> On 11/9/2011 1:42 AM, J. Bakshi wrote: > >> > >>> But... the apache has b

Re: apache 2.2.16 deadly slow

2011-11-09 Thread J. Bakshi
On Wed, 09 Nov 2011 20:53:57 -0600 Stan Hoeppner wrote: > On 11/9/2011 7:38 PM, J. Bakshi wrote: > > > This is a apache server with php 5.3 > > The pages are based on php. Even the viewvc aka svn viewer is also taking > > tooo > > much response time :-( &g

Re: Adobe flash is dead

2011-11-10 Thread J. Bakshi
On Thu, 10 Nov 2011 07:02:55 -0500 Celejar wrote: > On Thu, 10 Nov 2011 19:10:13 +1100 > Scott Ferguson wrote: > > > On 10/11/11 15:46, Michael P. Soulier wrote: > > > On 09/11/11 T o n g said: > > > > > >> Adobe flash is one of the tech-inventions that I resent the most. > > >> Now it is dea

flash plugin for firefox and chrome

2011-11-10 Thread J. Bakshi
Hello list, What packages should I install in debian so that firefox and chrome can play flash? It is already there in ububtu. Don't know the name though of those packages in ubuntu. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Co

Re: flash plugin for firefox and chrome

2011-11-10 Thread J. Bakshi
On Thu, 10 Nov 2011 16:59:19 +0100 Lorenzo Sutton wrote: > On 10/11/11 16:53, J. Bakshi wrote: > > > > Hello list, > > > > What packages should I install in debian so that firefox and chrome can > > play flash? > > If you want an Open Source flash playe

Re: flash plugin for firefox and chrome

2011-11-10 Thread J. Bakshi
On Thu, 10 Nov 2011 13:43:26 -0300 David Roguin wrote: > On Thu, Nov 10, 2011 at 1:22 PM, J. Bakshi wrote: > > > On Thu, 10 Nov 2011 16:59:19 +0100 > > Lorenzo Sutton wrote: > > > > > On 10/11/11 16:53, J. Bakshi wrote: > > > > > > >

update-flashplugin-nonfree issue

2011-11-12 Thread J. Bakshi
Dear list, I have run "update-flashplugin-nonfree --install" and it downloads the latest plugin at /var/cache/flashplugin-nonfree/install_flash_player_11_linux.x86_64.tar.gz after uncompromising it I get 1. libflashplayer.so 2. usr folder I have copied libflashplayer.so at /usr/lib/flashplugi

Re: update-flashplugin-nonfree issue

2011-11-12 Thread J. Bakshi
On Sat, 12 Nov 2011 17:15:48 + (UTC) Camaleón wrote: > On Sat, 12 Nov 2011 22:34:30 +0530, J. Bakshi wrote: > > > I have run "update-flashplugin-nonfree --install" and it downloads the > > latest plugin at > > /var/cache/flashplugin-nonfree/ > > ins

Re: update-flashplugin-nonfree issue

2011-11-12 Thread J. Bakshi
On Sat, 12 Nov 2011 14:16:16 -0700 Bob Proulx wrote: > J. Bakshi wrote: > > I have run "update-flashplugin-nonfree --install" and it downloads the > > latest plugin > > at > > /var/cache/flashplugin-nonfree/install_flash_player_11_linux.x86_64.tar.gz &

[OT] can't see own post to the list

2011-11-12 Thread J. Bakshi
Hello, I have noticed that my own post to the list has been detected as spam at the gmail. Any way to avoid this ? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debia

Re: [OT] can't see own post to the list

2011-11-12 Thread J. Bakshi
On Sun, 13 Nov 2011 00:14:58 -0500 Doug wrote: > On 11/12/2011 11:48 PM, J. Bakshi wrote: > > Hello, > > > > I have noticed that my own post to the list has been detected as spam at > > the gmail. > > Any way to avoid this ? > > > > Thanks >

Re: [OT] can't see own post to the list

2011-11-13 Thread J. Bakshi
On Sun, 13 Nov 2011 18:11:38 +1100 Scott Ferguson wrote: [...] > > GMail deliberately removes your own list messages so > > you can't see them and know that you actually were successful in > > posting. > > Well, no. > Not that I have shares in Google - just a dislike for BS and trolls. > The g

Re: [OT] can't see own post to the list

2011-11-13 Thread J. Bakshi
On Sun, 13 Nov 2011 11:08:08 + Wolodja Wentland wrote: > On Sun, Nov 13, 2011 at 10:18 +0530, J. Bakshi wrote: > > I have noticed that my own post to the list has been detected as spam at > > the gmail. > > Any way to avoid this ? > > It is because gmail does not

Re: update-flashplugin-nonfree issue

2011-11-13 Thread J. Bakshi
On Sun, 13 Nov 2011 12:35:36 + (UTC) Camaleón wrote: > On Sat, 12 Nov 2011 13:11:57 -0600, Hugo Vanwoerkom wrote: > > > J. Bakshi wrote: > > (...) > > >> Thanks... Here the problem solved after a reboot. > >> > >> google chrome is happy as

Re: update-flashplugin-nonfree issue

2011-11-13 Thread J. Bakshi
On Sun, 13 Nov 2011 13:53:37 -0800 Kevin Ross wrote: [] > This way, you get updates to the > flash binary whenever you update your system, just like any other package. > [] Fantastic... thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsub

blueman is no more usable

2011-11-14 Thread J. Bakshi
Dear list, Is anyone of you using blueman with debian wheezy ? Mine is not functional anymore. I'm using icewm with a .xinitrc having ` ` ` exec ck-launch-session dbus-launch --sh-syntax --exit-with-session icewm-session ` ` ` I can ( as root ) search as well as add bluetooth devices. But when

GUI for mic testing ?

2011-11-15 Thread J. Bakshi
Dear list, Any small GUI tool for mic testing ? Mine is Icewm with alsamixer gtk. But can't check the mic; no visual. Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.deb

Re: GUI for mic testing ?

2011-11-15 Thread J. Bakshi
On Wed, 16 Nov 2011 08:54:26 +0200 Johann Spies wrote: > On Wed, Nov 16, 2011 at 07:50:21AM +0200, J. Bakshi wrote: > > Dear list, > > > > Any small GUI tool for mic testing ? > > audacity (but it is not small). yes , it is an elephant fir just testing mic > g

any debian repo providing apache 2.2.21 in stable ?

2011-11-16 Thread J. Bakshi
Dear list, Is there any debian repo which backports apache 2.2.21 for stable branch ? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2016141453.32db5...@

Re: GUI for mic testing ?

2011-11-16 Thread J. Bakshi
On Wed, 16 Nov 2011 11:04:15 +0200 Andrei Popescu wrote: > On Mi, 16 nov 11, 11:02:20, Andrei Popescu wrote: > > On Mi, 16 nov 11, 11:20:21, J. Bakshi wrote: > > > Dear list, > > > > > > Any small GUI tool for mic testing ? > > > Mine is Icew

Re: any debian repo providing apache 2.2.21 in stable ?

2011-11-16 Thread J. Bakshi
On Wed, 16 Nov 2011 17:48:52 + (UTC) Camaleón wrote: > On Wed, 16 Nov 2011 14:14:53 +0530, J. Bakshi wrote: > > > Is there any debian repo which backports apache 2.2.21 for stable branch > > ? > > Hum... I'm only seeing it at wheezy. > > Maybe you

Re: any debian repo providing apache 2.2.21 in stable ?

2011-11-16 Thread J. Bakshi
On Thu, 17 Nov 2011 08:43:29 +0200 Andrei Popescu wrote: > On Jo, 17 nov 11, 09:58:59, J. Bakshi wrote: > > > > Ok... thanks > > BTW: is there any chance to get wheezy as stable soon ? > > Oh, wasn't expecting this kind of question until spring :p > > D

any one working with adb (android) interface ?

2011-11-22 Thread J. Bakshi
Dear list, I'm trying to root my android within linux using superoneclick which uses adb command Since last two days I tried to root my lenevo A60 aka spice Mi-350 ( android - 2.3.3 ) without any success and now searching for help. Within linux I am trying SuperOneClick and during the process

Re: Unknown HZ value! (92) Assume 100.

2011-11-23 Thread J. Bakshi
On Wed, 23 Nov 2011 12:00:27 +0100 Andrea Ganduglia wrote: > I see this message when I call `top' > > Unknown HZ value! (92) Assume 100. > > What happen? > > upgrade / reinstall the procps package -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubsc

Full Disk Encryption

2011-11-25 Thread J. Bakshi
Hello, I am always interested in Full disk encryption for my laptop ( i5 + 3 GB ), but what makes me stop is the thinking of performance lag. Recently I have seen an ububtu laptop ( i5 + 4 GB ) with full disk encryption and it is performing normal, haven't found any lag... So I am interested to

Re: Full Disk Encryption

2011-11-25 Thread J. Bakshi
On Sat, 26 Nov 2011 00:00:05 -0700 Bob Proulx wrote: > J. Bakshi wrote: > > I am always interested in Full disk encryption for my laptop ( i5 + > > 3 GB ), but what makes me stop is the thinking of performance > > lag. Recently I have seen an ububtu laptop ( i5 + 4 GB

Re: Full Disk Encryption

2011-11-25 Thread J. Bakshi
On Sat, 26 Nov 2011 13:00:24 +0530 "J. Bakshi" wrote: > On Sat, 26 Nov 2011 00:00:05 -0700 > Bob Proulx wrote: > > > J. Bakshi wrote: > > > I am always interested in Full disk encryption for my laptop ( i5 + > > > 3 GB ), but what makes me st

Re: Full Disk Encryption

2011-11-26 Thread J. Bakshi
iliar with btrfs or one of the other newer > filesystems. > > --b > > On Sat, Nov 26, 2011 at 12:15 AM, J. Bakshi wrote: > > > Hello, > > > > I am always interested in Full disk encryption for my laptop ( i5 + 3 GB > > ), but what makes me stop > &

Re: Full Disk Encryption

2011-11-27 Thread J. Bakshi
On Sat, 26 Nov 2011 09:11:14 -0500 Andrew Reid wrote: > I've had an LVM/luks-encrypted root partition (includes everything > except /boot, on various logical volumes) for several years on two > different Lenovo Thinkpads, and while I've never done any benchmarks, > I haven't noticed any perfor

Re: Full Disk Encryption

2011-11-27 Thread J. Bakshi
On Sun, 27 Nov 2011 09:53:21 -0500 Brad Alexander wrote: > You need your windows in an unencrypted partition. At that point, grub > should detect it. You should have at least two unencrypted partitions -- > Your windows dual-boot and /boot...And optionally swap, but that would be > separately enc

Re: Full Disk Encryption

2011-11-28 Thread J. Bakshi
On Mon, 28 Nov 2011 13:15:59 + (UTC) Virgo Pärna wrote: > On Mon, 28 Nov 2011 00:59:34 -0500, Rick Thomas wrote: > > > > Unless you are concerned about growing swap at some later date, you > > should leave swap out of the LVM and encrypt it separately -- with a > > *random* key. > > > >

Re: Full Disk Encryption

2011-11-28 Thread J. Bakshi
On Mon, 28 Nov 2011 10:24:55 -0700 Bob Proulx wrote: > Rick Thomas wrote: > > Another point about using a separate swap vs including swap on the > > encrypted LVM: On a server, the LVM will almost certainly be on a > > RAID. There's no point in putting swap on RAID. > > Strongly disagree. Th

Re: Full Disk Encryption

2011-11-28 Thread J. Bakshi
On Tue, 29 Nov 2011 00:23:10 -0700 Aaron Toponce wrote: > Because this is a subject near and dear to my heart, I feel the urge to > chime in. > > On Sat, Nov 26, 2011 at 10:45:29AM +0530, J. Bakshi wrote: > > I am always interested in Full disk encryption for my laptop ( i5

mysql workbench

2011-11-30 Thread J. Bakshi
Dear list, How can I benchmark the mysql server in debian squeeze box ? Any tools in debian or any 3rd party shell script ? The mysql is performing very bad and I need to boost its performance. This is a new box with 8 GB RAM and i5 processor, dedicated for mysql server... still this performance

Re: mysql workbench

2011-12-01 Thread J. Bakshi
On Thu, 1 Dec 2011 10:05:37 +0200 Michel Blankleder wrote: > On Thursday, December 01, 2011 09:53:22 J. Bakshi wrote: > > Dear list, > > > > How can I benchmark the mysql server in debian squeeze box ? > > Any tools in debian or any 3rd party shell script ? > >

[OT] where should I look for google sync information ?

2011-12-05 Thread J. Bakshi
Dear list, I have activated google sync operation in my android phone to sync contact. How can I verify/see those info at my google account ? Thnaks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org A

php 5.2 as cgi automatically changes protocol !!!

2011-12-15 Thread J. Bakshi
Dear list, I ma facing a strange problem in my debian squeeze box having apache and both php 5.3 as module + php 5.2 as cgi. Whenever I set any site to work with 5.2 cgi, the http:// protocol automatically changes to https:// and the link becomes as https://192.168.1.1/php5-cgi//

Re: php 5.2 as cgi automatically changes protocol !!!

2011-12-18 Thread J. Bakshi
On Fri, 16 Dec 2011 13:03:01 -0700 Bob Proulx wrote: > J. Bakshi wrote: > > Whenever I set any site to work with 5.2 cgi, the http:// protocol > > automatically changes to https:// and the link becomes as > > ... > > any clue is very much appreciated. > > You

fastcgi too slow in debian squeeze

2011-12-19 Thread J. Bakshi
Dear list, I have been suffering with the slow performance of my apache server (2.2.16) running on debian wheezy. I have finally pointed out it is the fastcgi which makes the web server so slow. But I really need it as I am also hosting some sites which do require php 5.2 The symptoms of havi

Re: fastcgi too slow in debian squeeze

2011-12-20 Thread J. Bakshi
On Tue, 20 Dec 2011 21:58:01 -0500 (EST) vogelke+deb...@pobox.com (Karl Vogel) wrote: > >> On Tue, 20 Dec 2011 12:26:44 +0530, > >> "J. Bakshi" said: > > J> I have been suffering with the slow performance of my apache server > J> (2.2.16) running on d

Is there any helper module to boost cgi performance ?

2011-12-22 Thread J. Bakshi
Dear list, The cgi in debian squeez terribly slow down apache. Is there any apache module which can speed up the cgi ? The modules already activated here are actions alias auth_basic auth_digest authn_alias authn_file authz_default authz_groupfile authz_host authz_owner authz_user autoindex c

Re: Is there any helper module to boost cgi performance ?

2011-12-22 Thread J. Bakshi
On Thu, 22 Dec 2011 22:13:45 -0700 Bob Proulx wrote: > J. Bakshi wrote: > > The cgi in debian squeez terribly slow down apache. Is there any > > apache module which can speed up the cgi ? > > I know you are already aware of FastCGI. A lot of large high > performance

Re: Is there any helper module to boost cgi performance ?

2011-12-23 Thread J. Bakshi
On Fri, 23 Dec 2011 14:38:33 -0700 Bob Proulx wrote: > J. Bakshi wrote: > > But I need to continue with cgi as svn is based on web interface and > > also viewvc is there too. > > Note that viewvc can also be integrated using mod-python too. It > doesn't

need git suggestion

2011-12-27 Thread J. Bakshi
Dear list, we are working in svn environment. We like to upgrade our-self to git technology. We have both Linux/windows environment but max. is Linux. Could any one suggest a good online guide as well as GUI clients for quick starting the git ? Thanks -- To UNSUBSCRIBE, email to debian-user

Re: need git suggestion

2011-12-28 Thread J. Bakshi
On Wed, 28 Dec 2011 11:29:45 +0100 Andreas Ronnquist wrote: > On Wed, 28 Dec 2011 11:07:37 +0530 > "J. Bakshi" wrote: > > we are working in svn environment. We like to upgrade our-self to git > > technology. > > We have both Linux/windows environmen

mysql tuning - need recommendation

2011-12-28 Thread J. Bakshi
Dear list, Let me arise all-time favorite topic mysql performance tuning once again. I have a ***dedicated server only for mysql; equipped with i5 processor and 8GB RAM.*** It is debian squeeze. The tables are mixed types i.e. some are InnoDB and some are MyISAM. I have installed mysqltuner and

Re: mysql tuning - need recommendation

2011-12-28 Thread J. Bakshi
server. > > On Wed, Dec 28, 2011 at 3:10 PM, J. Bakshi wrote: > Well.. you are already have the components. Just install a ftp server too and point it at /var/www/ or /var/www for file related operation for your users. Surely you will run the php enabled sites. So install php5 , rel

Re: need git suggestion

2011-12-28 Thread J. Bakshi
On Wed, 28 Dec 2011 14:53:46 + Roger Leigh wrote: > git gui > gitk (browser) > > But the reality is that git is a command-line tool; you'll need to > use it as such to get the most out of it. The same applies to all > version control systems though; git is not an exception! There > are ple

gateway issue in DHCP environment

2012-01-02 Thread J. Bakshi
Dear list, First of all A very Happy new year to all of you :-) I have DHCP server running on my debian box and I have two internet broadband connections. I have configured one of them as the gateway in my DHCP server. sometimes my users ( both linux and windows) like to use the other connectio

Re: gateway issue in DHCP environment

2012-01-02 Thread J. Bakshi
On Mon, 02 Jan 2012 20:04:19 +1100 Scott Ferguson wrote: > On 02/01/12 19:27, J. Bakshi wrote: > > Dear list, > > > > First of all A very Happy new year to all of you :-) > > > > I have DHCP server running on my debian box and I have two internet > > b

dhcp class identifier with modified settings

2012-01-02 Thread J. Bakshi
Dear list, I have attached an Access Point to my DHCP server. I like to arrange an identifier in my dhcp configuration for the access point by matching its MAC address, so that I can define a different gateway for that access point. All the hosts connects with that access points should go throu

dhcp class identifier with modified settings

2012-01-03 Thread J. Bakshi
Dear list, I have attached an Access Point to my DHCP server. I like to arrange an identifier in my dhcp configuration for the access point by matching its MAC address, so that I can define a different gateway for that access point. All the hosts connects with that access points should go throu

Re: dhcp class identifier with modified settings

2012-01-04 Thread J. Bakshi
On Wed, 04 Jan 2012 18:34:18 +1100 Scott Ferguson wrote: > On 04/01/12 18:18, J. Bakshi wrote: > > > > Dear list, > > > > I have attached an Access Point to my DHCP server. I like to arrange > > an identifier in my dhcp configuration for the access point by

how to force dhcp server to update modified info at client side ?

2012-01-10 Thread J. Bakshi
Hello, I have two different gateway. One of the gateway has been defined at dhcpd3.conf file. Now if I change the gateway at dhcpd3.conf and restart the isc server; the client still hold the old gateway. How can I force the isc server to immediately inform the client about this change ? Thanks

wget --post-data issue

2012-01-21 Thread J. Bakshi
Dear list, I have a form which have 2 input field "Roll number" and "comments" ; using formfind command I get the following ``` --- FORM report. Uses POST to URL "index.php" Input: NAME="go" VALUE="1" (HIDDEN) Input: NAME="roll_no" VALUE="10" (TEXT) Textarea: NAME="message" Butto

Re: wget --post-data issue

2012-01-21 Thread J. Bakshi
On Sat, 21 Jan 2012 15:08:51 +0200 Volkan YAZICI wrote: > On Sat, 21 Jan 2012 18:10:12 +0530, "J. Bakshi" writes: > > I have a form which have 2 input field "Roll number" and "comments" ; using > > formfind command I get the following > > >

wget and captcha puzzle !!!

2012-01-21 Thread J. Bakshi
Dear list, My internet provider provides an online form accessed by local IP (the connection is based on eth); so that the subscriber can provide username and password to activate the login; additionally it also has a captcha as added security. I am trying to make a daemon which just do the lo

Re: wget and captcha puzzle !!!

2012-01-21 Thread J. Bakshi
On Sat, 21 Jan 2012 16:21:45 + (UTC) Camaleón wrote: > On Sat, 21 Jan 2012 21:39:25 +0530, J. Bakshi wrote: > > > My internet provider provides an online form accessed by local IP (the > > connection is based on eth); so that the subscriber can provide username > >

Re: wget and captcha puzzle !!!

2012-01-21 Thread J. Bakshi
On Sat, 21 Jan 2012 10:59:21 -0600 John Hasler wrote: > Bob writes: > > This should enable the separate wget invocations to appear as a single > > session client to the remote web site. > > But he'll still have to solve the captcha to establish the session. That's why I have gocr [...] gocr /

Re: wget and captcha puzzle !!!

2012-01-21 Thread J. Bakshi
On Sat, 21 Jan 2012 16:45:46 + (UTC) Camaleón wrote: > On Sat, 21 Jan 2012 21:58:58 +0530, J. Bakshi wrote: > > > On Sat, 21 Jan 2012 16:21:45 + (UTC) Camaleón > > wrote: > > (...) > > >> > If I visit the url >

Re: wget and captcha puzzle !!!

2012-01-21 Thread J. Bakshi
On Sat, 21 Jan 2012 11:31:19 -0600 John Hasler wrote: > J. Bakshi writes: > > My internet provider provides an online form accessed by local IP (the > > connection is based on eth); so that the subscriber can provide > > username and password to activate the login; additiona

How to pass variable to wget ?

2012-01-22 Thread J. Bakshi
Dear list, I have a script which submits a form with wget --post-data [] #!/bin/bash Uname=xyz Pword=1234 wget -O - --save-cookies cookies.txt --post-data \ 'username=$Uname&password=$Pword' --keep-session-cookies $URL/$AUTHURL 1&>2 [] During the test with "bash -x" I see the var

  1   2   >