Re: [Ilugc] [[Need help]] Few *nix questions

2016-02-22 Thread Arun Khan
On Mon, Feb 22, 2016 at 8:25 AM, Shakthi Kannan <shakthim...@gmail.com> wrote:
> Hi,
>
> --- On Mon, Feb 22, 2016 at 1:08 PM, sahil साहिल
> <scorpionking.sa...@gmail.com> wrote:
> | * Identify which IP address and port the Apache daemon listens on.
> \--
>
> Check its configuration file.
>

Also, "netstat -nltup"  will list all tcp/udp ports and program name.
You can also do "lsof" and grep for port numbers that will list the
program using the respective port(s).

> ---
> | Is it a valid solution? I think by scanning on port 80 using nmap we can
> | find out what ip's apache daemon listens.
> \--
>

Beware of using scanning tools like nmap.  When you use nmap make sure
if you have the permission from the owner of the target IP.   Some
ISPs may not like it even when you have the instance owner's
permission.

> How can you tell if it isn't another web server running on port 80?
>

netstat and lsof are pretty reliable (unless your server has been
hacked and root kitted).

> ---
> | * Find all IP addresses between your server and www.google.com
> \--
>
> What do you mean by "between"?
>

+1  but I guess OP is asking for number of connections between his
server (client) and www.google.com (server).

Again, "netstat" and "lsof" will list the connections.

The rest of them are fundamental stuff i.e. *nix admin 101

>
> ---
> | * Write a shell script to get the third element delimited by ":"
> | ...
> | Do not use <awk, sed, cut...>
> \--
>
> Why not?

+1

> | I hope such questions will help others too.
> \--
>

In what way?  IMO, they should be part of your "snap your fingers" tool kit.

> Where did you find such questions?
>

+1.  To me they appear to be job interview type questions.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] Is it time to say good bye?

2016-02-16 Thread Arun Khan
On Sun, Feb 14, 2016 at 1:55 PM, Madan <mada...@gmail.com> wrote:
>>
>
> Is it a question of a server to host? In that case, let's work out the cost 
> involved... My company could foot part/all of the cost.
>

>From the OP by Prof. Sriram, I gathered  that the new hardware would
be provided by his dept. and what he was looking for:

(a) this mailing list needs to be migrated to a new hardware plus
(b) volunteer administrators to manage the list.

@ Prof. Sriram; please confirm.

Thanks,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [ILUGC] FTP over SSL - Handshake failed

2016-02-03 Thread Arun Khan
On Wed, Feb 3, 2016 at 6:29 AM, JITHIN K <jithin...@gmail.com> wrote:
>
> I have tried all the solutions by searching in google and other search
> engines. Still I am working on it. At the same time I updated the status
> with ILUGC team.
>

It is *not* sufficient to just update us.  You *must* share the links
of the solutions that you have tried otherwise we are in the dark
about your efforts.

I just did a search with the key words string "Error: GnuTLS error -8:
A record packet with illegal version was received."

I see that others have reported similar problems with Filezilla
connecting to vsftpd TLS as well as other servers (using GNU TLS).

Alternately, do you encounter similar error with a command line tool
like curl?  (man curl for usage details)
Do this from behind a firewall as well as a host on the WAN if you
have a VPS server of your own.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Rupee Symbol

2016-02-02 Thread Arun Khan
On Mon, Feb 1, 2016 at 4:45 AM, Rengaraj D <sakthirenga...@gmail.com> wrote:
> On 1 February 2016 at 16:00, Abhijit Navale <abhijit.f...@gmail.com> wrote:
>> How to print the rupee symbol on TVS Bharat Gold Keyboard on linux.
>> I know that on linux using ubuntu font we can use a specific keyboard
>> shortcut.
>> But I wanted to know if there is any direct way to print the Rupee symbol
>> in linux which is present on TVS Bharat Gold keyboard.
>> I am using Centos and Ubuntu (VM).
>
> I am not sure INR symbol work specific with keyboard.
> Bur You can try open a terminal and type * 2 0 b 9.*
> This will display INR symbol on stdout
> ___

Indeed the above sequence will give you the ₹ symbol in the text.

I guess, the question is about how to have the ₹ symbol mapped to a key.
So when you "type" that key, it will output the ₹ symbol just like the
$ on an US keyboard.

@OP, please confirm if I understood your query.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] [ILUGC] FTP over SSL - Handshake failed

2016-02-02 Thread Arun Khan
On Tue, Feb 2, 2016 at 4:28 PM, JITHIN K <jithin...@gmail.com> wrote:
> Hi All,
>
> 2. Configuration in  vsftpd.conf
>
> ssl_enable=YES
> debug_ssl=YES
> allow_anon_ssl=NO
> force_local_data_ssl=YES
> force_local_logins_ssl=YES
> ssl_tlsv1=YES
> ssl_sslv2=NO
> ssl_sslv3=NO
> rsa_cert_file=/etc/ssl/ftp.crt
> rsa_private_key_file=/etc/ssl/ftp.key
>
> 3. vsftp logs shows ""SSL_accept failed: error:1408A0C1:SSL
> routines:SSL3_GET_CLIENT_HELLO:no shared cipher"

BTW, I copy/pasted the above string and uncle Google listed a possible solution

<http://xmodulo.com/secure-ftp-service-vsftpd-linux.html>  go to the
bottom of the blog.

Did you try this yourself?

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Wave form viewer gEDA

2016-01-31 Thread Arun Khan
On Sun, Jan 31, 2016 at 5:47 AM, Gokul witty <egokulraj...@gmail.com> wrote:
> Hii frnd I have start trust its name APJ ABDUL KALAM Trust. I want open
> website please help me.
> My mobile number: 8124169908‚9843761274
> On Jan 23, 2016 4:01 PM, "sooraj kenoth" <soorajken...@gmail.com> wrote:
>
>> Hi all,
>>
>> How can I create VCD file using gEDA?
>>
>> I just want to know how to simulate a simple electronic circuit, say
>> opmp PWM, and view the wave form.
>>

Wonderful and laudable goals, but kindly explain what does your
posting have to do with the subject matter in this thread?

You have disregarded two guidelines about how to participate
a) Hijacked an existing thread
b) Top posted.

Seriously, suggest get professional help to get your web site going
because the learning curve to maintain a  website (open to the public)
is quite steep.

You need to be good at Linux system/network admin, familiar with
installation of CMS (e.g. Joomla / Drupal / Django)  and more
importantly how to use the CMS (let alone alone developing the
content), how to monitor the performance of your site and keep up to
date with fixes and learn how to mitigate attacks.

HTH,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] Limit of maximum 4 primary partition vs linux installation

2016-01-28 Thread Arun Khan
On Thu, Jan 28, 2016 at 11:04 AM, Dhanagopal R <dhanagop...@gmail.com> wrote:
> Can someone enlighten me on this? Is it mandatory to have all the linux
> partitions as primary for smooth installation?
>

The last I checked, Linux kernel does not care primary/logical.  In
the past, I made swap on a partition with id 83 (traditionally for
ext/) instead of 82 [a].   As long as the entries in
/etc/fstab point to the right device/UUID.

As suggested to you please post results of "sudo [gdisk||parted] -l"
(gdisk is GPT fdisk).  IMO, that is a good starting point to figure
out your problem.

FWIW, my laptop is dual boot Win7 Pro + Kubuntu 15.10. I have disabled
UEFI and safe mode.

Here is what I see for my /dev/sda.


$ sudo gdisk -l /dev/sda
GPT fdisk (gdisk) version 1.0.0

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 1953525168 sectors, 931.5 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): DE6E5038-6E07-4471-840F-C0EDFB4C28E9
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1953525134
Partitions will be aligned on 2048-sector boundaries
Total free space is 4301 sectors (2.1 MiB)

Number  Start (sector)End (sector)  Size   Code  Name
   12048   163842047   78.1 GiB0700  Basic data partition
   2   163842048   164456447   300.0 MiB   2700  Basic data partition
   3   164456448   164661247   100.0 MiB   EF00  EFI system partition
   4   164661248   164923391   128.0 MiB   0C01  Microsoft reserved ...
   5   164923392   227423391   29.8 GiB8300
   6   227424256   235237375   3.7 GiB 8200
   7   235237376  1953523711   819.3 GiB   8300

$ sudo parted  -l /dev/sda
Model: ATA HGST HTS541010A7 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:

Number  Start   End SizeFile system Name
   Flags
 1  1049kB  83.9GB  83.9GB  ntfsBasic data partition
   msftdata
 2  83.9GB  84.2GB  315MB   ntfsBasic data partition
   hidden, diag
 3  84.2GB  84.3GB  105MB   fat32   EFI system partition
   boot, esp
 4  84.3GB  84.4GB  134MB   Microsoft reserved
partition  msftres
 5  84.4GB  116GB   32.0GB  ext4
 6  116GB   120GB   4000MB  linux-swap(v1)
 7  120GB   1000GB  880GB   ext4


Model: TOSHIBA External USB 3.0 (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End SizeType File system  Flags
 1  1049kB  2000GB  2000GB  primary  ext4




[a] https://www.win.tue.nl/~aeb/partitions/partition_types-1.html

HTH,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Ubuntu 14.04 LTS dual booting with Window 7 Partition problem

2016-01-28 Thread Arun Khan
On Thu, Jan 28, 2016 at 8:52 AM, Dhanagopal R <dhanagop...@gmail.com> wrote:
>
> ubuntu@ubuntu:~$ sudo fdisk -l
>
> Disk /dev/sda: 750.2 GB, 750156374016 bytes
> 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 4096 bytes
> I/O size (minimum/optimal): 4096 bytes / 4096 bytes
> Disk identifier: 0x58c35ab5
>
>Device Boot  Start End  Blocks   Id  System
> /dev/sda1  63   80324   40131   de  Dell Utility
> Partition 1 does not start on physical sector boundary. (what is it mean ?
> Will it cause any problem while installing ubuntu boot loader?)
> /dev/sda2   *   819204551884722718464   27  Hidden NTFS WinRE
> /dev/sda345518848   784074751   3692779527  HPFS/NTFS/exFAT
> /dev/sda4   784074752  1465145343   340535296f  W95 Ext'd (LBA)
> /dev/sda5   784076800  1132236799   174087  HPFS/NTFS/exFAT
> /dev/sda6  1132238848  1465145343   1664532487  HPFS/NTFS/exFAT


$ let x='1465149168 - 1465145343'
$ echo $x
3825   << you have only this many sectors left free on the hard disk.

I don't think there is enough free disk space to install Ubuntu on this machine.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Ubuntu 14.04 LTS dual booting with Window 7 Partition problem

2016-01-26 Thread Arun Khan
On Tue, Jan 26, 2016 at 8:29 PM, Baskar Selvaraj <bas...@linuxpert.in> wrote:
>
> sudo fdisk -l
>

Good suggestion but ...

I suggest that OP report the output from a Live Boot session.  It will
give a priori information about how the disks are partitioned by the
vendor for the OEM OS.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Linux distro version affected by CVE-2016-0728

2016-01-26 Thread Arun Khan
On Sun, Jan 24, 2016 at 1:34 PM, Mohan L <l.mohan...@gmail.com> wrote:
> Dear All,
>
> Patch it as soon as you can.
>
> http://www.cyberciti.biz/faq/linux-cve-2016-0728-0-day-local-privilege-escalation-vulnerability-fix/
>

Thanks.  Vivek Gite does a wonderful service to the community.  This
one included the code for the exploit.   To compile it, I had to
install the "libkeyutils-dev" package (Kubunty 15.10).   I am testing
the exploit on my system :)

Nonetheless, the kernel should be patched up.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Brief about file server in ubuntu server 14.04 lts

2016-01-26 Thread Arun Khan
On Tue, Jan 26, 2016 at 4:34 PM, Sundar Raj <msraru...@gmail.com> wrote:
> Hi
>
> Need brief knowledge on ACL , LDAP and samba to create ubuntu 14.04 File
> server with read access to some user and write access to some users.help to
> confifure it..
>

First of -- there is no brief knowledge on ACL, LDAP or Samba.  You
need to understand them thoroughly before diving into making a
solution i.e. a file server.  Be ready to do a lot of reading and
experimenting.

You need to read up on the concepts of uid/gid @ local level
/etc/passwd /etc/group and configure samba with 'local' user
authentication.   Create a prototype in a virtual box VM.

LDAP integration would be the next level but first you need to
understand LDAP and it's implementation openLDAP.

There are many documentation that cover the above; you need to find
them through search engines.

> Thanks in advance
> Arun

Your name in the From header and sig lines are different!  Are you
Arun or Sundar Raj?

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Ubuntu 14.04 LTS dual booting with Window 7 Partition problem

2016-01-26 Thread Arun Khan
On Tue, Jan 26, 2016 at 10:41 AM, Dhanagopal R <dhanagop...@gmail.com> wrote:
>
> Hi
>
> I attempted to install Ubuntu 14.04 LTS 64bit in my Dell laptop (Inspiron
> 17 3721  i5/ 6gb / 750 gb HDD / Windows 7 pro) to dual boot. In the laptop
> legacy bios was enabled and secure boot disabled. I booted the system using
> the downloaded ISO DVD and  did the following steps:
>
> 1. Deleted the empty 170 gb Windows NTFS partition to create free space.
> 2. Selected the free space using the Ubuntu partition utility
> 3. Created 1gb /boot logical partition ext4 - no problem
> 3. Then created a 30 gb / root logical  partition ext4 - no problem
> 4. Then created a 130 gb /home logical partition ext4 - There was problem.
> I could not proceed to create /swap partition.
>
> After clicking OK, home partition did not get created. It was showing busy
> icon for more than two hours. Then I clicked the cancel button. There was
> no response for another one more hour. Only the busy icon was displayed.
> Then I am forced to shutdown the system, removed the DVD. Rebooted into
> Windows and checked the disk partition, all the partitions including the
> deleted one remained intact as NTFS.


Not sure how new your laptop is i.e. chipset.   Suggest you try 15.10.

I have installed 15.10 on a newer Dell laptop (last summer) and things
installed w/o any issues.  I did not have to tinker with drivers; all
devices (including keyboard back light, touch screen) are working out
of the box!  I plan to upgrade the OS when 16.04.1 LTS is released by
summer 2016.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [[Discussion]] How big companies handle their technologies and servers

2016-01-12 Thread Arun Khan
On Mon, Jan 11, 2016 at 9:43 PM, sahil साहिल
<scorpionking.sa...@gmail.com> wrote:
>
> If anyone has something to share in this regard then kindly do that so that
> we all can learn from that.

To the best of my understanding, even though most of such companies
use FOSS, how they manage them is their internal information (trade
secret).

You can probably postulate as to what technology stack they use and
how they are installed and configured.  For example, you will never
see the public IP assigned in the AWS instance when you do ifconfig.
All you see is the private IP.  One can postulate that they probably
create a virtual firewall for the VPC you create and assign packet
forwarding rules for each instance, within it, and associate it with a
public IP.

Those who work and/or consult in such places are probably bound by NDA
and Non Compete.  Re

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] Making Pi as personal VPN and want to access in from outside

2016-01-12 Thread Arun Khan
On Mon, Jan 11, 2016 at 9:33 PM, sahil साहिल
<scorpionking.sa...@gmail.com> wrote:
> On Tue, Jan 12, 2016 at 12:27 AM, Arun Khan <knu...@gmail.com> wrote:
>
>> BTW just curious, is this related to another thread you had started
>> (way back) regarding access to disallowed sites from your work place
>> (IIRC)?
>>
>
> :) No, this has nothing to do with that thread. I just want to understand
> the inside technicalities of setting up a private VPN and how does it
> impact the working of a firewall if any. Just that. I think that's the way
> to learn something new.
>

Cool and thanks for clarifying.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

[Ilugc] Ian Murdock, co creator of Debian passes away

2016-01-03 Thread Arun Khan
Sharing this sad news.

-- Arun Khan

-- Forwarded message --
From: Mayuresh
Date: Sun, Jan 3, 2016 at 9:04 PM
Subject: [PLUG] Ian Murdock, co creator of debian passes away
To: PLUG <plug-m...@plug.org.in>


http://www.theguardian.com/technology/2015/dec/31/ian-murdock-a-tribute-to-the-man-and-his-work-on-linux

https://en.wikipedia.org/wiki/Ian_Murdock

Debian was named after Debra Lynn (his then girlfriend), and himself
(Deb and Ian)

He was just 42 and cause of his death is not made public.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] request reg compilation of linux distro

2015-12-27 Thread Arun Khan
On Sat, Dec 26, 2015 at 11:09 PM, Purushothaman M <lobes...@gmail.com> wrote:
> Hey all,
>I am electrical engineer working in a power
> station.Presently i am using windows-7.I want to make a linux distro
> with softwares of my choice for my use in office.Is there any tutorial
> to make such.regards.
>

Linux from Scratch is a good place to start.  Beside, pretty much all
major distros have  tools to "respin" your own.

The bigger question is why do you really want to spend the energy to
respin your own for a *single* use case?

In case you are trying to avoid bloatware, start with a base like JEOS
(just enough OS) and then add only the packages you need.

-- Arun Khan

 id="DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2">
> 
> 
>  href="https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail;

Configure your composer to post in **text** mode; not HTML.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Ubuntu web server installed in vm is going in sleep mode often

2015-12-27 Thread Arun Khan
On Sun, Dec 27, 2015 at 8:51 AM, Sundar Raj <msraru...@gmail.com> wrote:
> Hi Srini,
>
> Could able to ping from client to VM.But when pinging from vm to client
> there is some packet loss occuring .I have selected
> VMXNET for network configuration and assigned dhcp .
>

Please do *not* top post.

It could be a VMWare and/or networking issue within the virtualization stack.

Suggest try the image on VBox (it supports vmdk format) and see if the
problem manifests.  Make sure there is no duplicate IP collision,
netmask etc are proper as Srni has pointed out.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Reg: Opensource Linux Desktop management appliance

2015-12-26 Thread Arun Khan
On Sat, Dec 26, 2015 at 2:44 AM, eknaprasath p <supremepras...@gmail.com> wrote:
> Hi,
>
> I am looking for a application or a tool which is need for managing
> 300+ Ubuntu desktop in my office environment. Like hardware inventory
> and software updating system. we have tried ocs inventory and zenoss
> and these are looking little bit difficult  so please help me
> to get resolve.
>

Have you looked @ GLPI?  It integrates with OCS for system info + also
has other attributes to track inventory.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Learning on backup systems

2015-12-25 Thread Arun Khan
On Wed, Dec 23, 2015 at 1:34 PM, Shrinivasan T <tshriniva...@gmail.com> wrote:
> Last weekend, I had a great learning about backups from one of our
> customers.
>
> We had few servers attacked by rootkits.
> Few binaries were installed in 5 servers and they started to consume
> network bandwidth highly. A new mail server was installed recently and it
> started to send spam mails. We missed to harden the mail server as it was a
> test mail server and we thought of keep it alive for a week only.
>
> These issues were reported by network monitoring team.
>
> After trying to clean the rootkit attacked server, we realised that it is
> better to reinstall the entire os, hoping to restore the data from backup.
>
> We reinstalled all the servers. Then we checked for the backups to restore.
> But found that the disks for backup server were full 1 month ago.
>
> We missed to notice that. There was no monitoring client on that backup
> server. :-(
>
> Restrored  the available data and trying to collect the lost data from
> users machine and other servers.
>
> Lesson learned :
>
> 1. don't destroy existing servers without checking the backups
>
> 2. Don't missout any server from the eyes of monitoring system
>
> 3. Run mock runs for restoring data from backup often.
>
> 4. Do the hardening of any server as first task after installation, even
> though the server is for one day use.
>
> 5. Setup intrusion detection systems for critical servers. I thought it was
> boring and not an essential one. But understood the importance of them.
>
> 6. Having multiple backup server is really good. It is not waste of money
> or effort. It can help on hard times.
>
> Though we know about these already, unless we suffer, we don't realise the
> effects.
>
> Requesting all the sys admins to make sure about their backup systems and
> security.
>
> Good backup and security systems will give you peace of mind and reduce
> high tensions.

All great points and they should be the "due diligence" list for any
sys admin worth his/her weight in salt.

Frankly, I am bit surprised that many items listed in your post fell
through the cracks by your sys admins.

You missed one critical point -- keep your production servers (at a
minimum open to the WAN) up to date with security and bug fixes.

Beside IDS/IPS  like aide, fail2ban etc, 'logwatch' is a wonderful
tool.  Install it and have the reports emailed to you; more
importantly read them and you might get a head start on impending
problems in your servers.

Cheers,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Server Monitoring Tool

2015-12-12 Thread Arun Khan
On Sat, Dec 12, 2015 at 11:46 PM, Raj Kumar <raj2070ku...@gmail.com> wrote:
> Solar winds

Is it open source?

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Server Monitoring Tool

2015-12-12 Thread Arun Khan
On Sat, Dec 12, 2015 at 11:45 PM, Ramachandran V
<vramachandra...@gmail.com> wrote:
> Hi,
>
> Can any one suggest me a good monitoring tool for monitoring server,
> processes, applications, databases (mysql, redis), daemons etc.
>
> I had a look into Monit and Zabbix(http://www.zabbix.com/). Is there any
> other similar tool like Zabbix. Just  wanna try various options.
>

It might be helpful if you define your requirements first and then
look for a suitable product that meet them.
As stated by others there is a slew of products in this domain;
nagios, cacti, opennms, observium and more ...

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [[Doubts]] Installing Bitmask and bypassing fortinet firewall

2015-12-09 Thread Arun Khan
On Thu, Dec 10, 2015 at 10:02 AM, sahil साहिल
<scorpionking.sa...@gmail.com> wrote:
>
>>
>> ---
>> | One more doubt I want to clear is that I want to access INTERNET (blocked
>> | sites via fortinet firewall) from an organization's network. Will it
>> | trigger an alarm if I try to access blocked websites via bitmask if
>> bitmask
>> | allow me to access sites?
>> \--
>>
>> You need to ask the organization.
>>
>
> I don't think so that if I ask them then they will allow me. They have even
> blocked Ted.com and plenty of other education related video sites.
>

Without explicit permissions from the org administrator, you might be
violating their policies and perhaps giving an opportunity prosecuting
you.

You need access to certain sites? I would suggest you ask them to
allow, with specific justification e.g. you need it to execute your
job assignment.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] SSL handshake failed: SSL error: A TLS warning alert has been received

2015-11-30 Thread Arun Khan
On Mon, Nov 30, 2015 at 11:37 PM, JITHIN K <jithin...@gmail.com> wrote:
>
> I just found a work around for this solution by syncing over HTTP.
>

Please share your workaround so that others with a similar use case
scenario can benefit from your knowledge.

+1 about upgrading your OS to a supported version.  I have seen cases
of Fedora 4 still running on public facing interfaces!

Most security incidents are caused because of lack of system upgrades
(OS + application stack).

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Issue in ubuntu server installtion version 15.10

2015-11-30 Thread Arun Khan
On Mon, Nov 30, 2015 at 7:44 PM, Shakthi Kannan <shakthim...@gmail.com> wrote:
> Hi,
>
> --- On Mon, Nov 30, 2015 at 7:38 PM, Sundar Raj <msraru...@gmail.com> wrote:
> | Facing some problem in ubuntu .Installed O/s but now i could not
> | install additional packages , GUI, etc...
> | When i try to install rpm using the following command it says the following
> | error.
> |
> | sudo apt-get install rpm
> \--
>
> Ubuntu is a Debian-based distribution, and it uses apt as its package
> manager, while RPM-based distributions use rpm.
>
> Why do you want to install rpm in Ubuntu?
>

The RPM tool set  is available as a deb package.   It is useful to
have it on a Debian based system to examine RPM based packages.

I would not recommend installing RPM application/library packages on a
DEB based system using the RPM tools.

In fact, the packages should be **native** to the distribution e.g.
not to mix Debian package with Ubuntu and vice versa.   There may be
subtle artefacts (bugs) that show up on "out of the box" use cases.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Opensource UTM and Session Border Controller

2015-11-30 Thread Arun Khan
On Fri, Nov 27, 2015 at 2:18 PM, Gireesh thenayil rajappan nair
<girithena...@gmail.com> wrote:
> Dear All ,
>
> Opensource UTM firewall  and Session Border Controller for securing VoIP
> traffic available for free download .
>
> If any one interested to download and use it ,those guys can take advantage
> of the same .
>
> its fully free including support .
>
> for UTM visit  http://shield.com/
>

Looks very similar to Zentyal (Ubuntu based)..  Reading the User
Manual; the feature set is comparable to Zentyal.  I looked for
content filter (Dansgaurdian) and Time of Day rules (ToD) but I did
not find it (or I missed it).

BTW, host the ISO on sourceforge or similar service.  The ISO download
takes forever (816 MB and counting -- too big IMO).   Most others like
zentyal, ClearOS, Nethserver fit in a CD ROM.

Is it based on any distribution?  If so, just provide the packages
rather than the ISO.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Fwd: Issue in ubuntu server installtion version 15.10

2015-11-30 Thread Arun Khan
On Mon, Nov 30, 2015 at 8:39 PM, Sundar Raj <msraru...@gmail.com> wrote:
> Hi,
>
>
> Friends  How do i manually  assign an ipaddress and proxy ip in my
> virtual machine running ubuntu 15.10.
> I could not edit to change the ip .
>

This is a different question/topic.  Follow list guidelines and post a
*new* question instead of recycling your existing post.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [[OFF-Topic]] A programmer wrote scripts to secretly automate a lot of his job...

2015-11-29 Thread Arun Khan
On Sat, Nov 28, 2015 at 1:48 PM, sahil साहिल
<scorpionking.sa...@gmail.com> wrote:
> Namaste Everyone,
>
> Stumbled upon this news yesterday and was spellbound... Amazing. Isn't it?
>
> http://www.independent.co.uk/life-style/gadgets-and-tech/lazy-or-genius-programmer-writes-code-to-send-automatic-texts-to-wife-and-make-himself-lattes-a6747771.html
>
> Do check this out and automate your daily mundane tasks.
>

Absolutely,  this is the philosophy I impart to my Linux Admin
students.  Sadly, only a few (in my experience) take up the challenge
to make their sys admin life/job easier for themselves.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] curl error 28 connection timed-out

2015-11-26 Thread Arun Khan
On Thu, Nov 26, 2015 at 8:19 PM, zeal san <cutesan.sa...@gmail.com> wrote:
> Hi All,
>
> i am getting HTTP ERROR: cURL ERROR: 28: connect() timed out! when calling
> the api url through code. but while pinging from cmd prompt its works. what
> might be the problem?
>

ping response is an ICMP echo reply whereas HTTP error is related to a
web server.  Are you sure you have installed / activated a web server?

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] logrotate compress issue

2015-11-10 Thread Arun Khan
On Wed, Nov 11, 2015 at 1:33 AM, Ajeesh Kannan <ajeeshbkan...@gmail.com> wrote:
> H,
>
> i have added  logrotate as follows,
>
> log.* {
> daily
> missingok
> rotate 2
> dateext
> dateformat %Y-%m-%d.
> compress
> maxage 40
> }
>
> But now the zipped logs are again and again zipping.
>
> .gz-20151011.gz2015-11-10..gz
>
> Can you check anything wrong in my logrotating

I don't think the above will work.  "log.*" wildcard matches the
compressed files also.  So change the regex or specify the log file's
complete name.

Also, logrotate would need some finite amount of time to rename the
current log file and replace it with a 0 length logfile for the daemon
to log.

If your daemon supports a SIGHUP, then it might be worhtwile to do a
postrotate SIGHUP so that the daemon starts logging on the new file.
Also, try delaycompress in conjuction with compress.  For more
details,  RTFM   "man logrotate."

You may have to experiment with the logrotate options to get what you want.

Just a thought, if your distro is a RHEL/derivative check for SELinux gotchas.

It would be great if you could share your solution.

HTH,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [[OFF-TOPIC]] Block pop-ups in browsers on tablets/phones

2015-11-05 Thread Arun Khan
On Wed, Oct 28, 2015 at 6:34 PM, Srikanth Lakshmanan
<logic.li...@gmail.com> wrote:
> Hi,
>
> On 20 October 2015 at 11:11, sahil साहिल <scorpionking.sa...@gmail.com>
> wrote:
>
>> I am struggling to block pop-ups while searching on my Tablet on
>> Chrome/Firefox browsers. Sometimes it is so disturbing and annoying while I
>> search something along with kids and all of sudden some obscene sites
>> comes. Do you guys have any way to stop such pop-ups while searching on
>> tablets as no pop-up blocker works on browsers on tablets/smart-phones?
>>
>
> Although I have not been successful in my attempts to block ads at router
> level, you can try flashing openwrt / gargoyle on your router which have
> router level blocking of ads (based on blocking lists). HTH
>

Squid proxy server does Ad Blocking.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] Regarding: Server Malicious hit issue

2015-11-04 Thread Arun Khan
On Wed, Nov 4, 2015 at 5:29 PM, Marikkannan Rajagopal
<mail2marikkan...@gmail.com> wrote:
> Dear All.,
>
>  I am facing the issue on live server and the live server is in
> "CENTOS",some malicious hit is going out of my server through the port
> number 53 and even though I ran too many too like rkhunter,etc. But I
> didn't found the malicious file or output from my server itself.
>

rkhunter is not a sufficient  to check for compromises.  You should
have installed 'aide' as well.  'rpm --verify' will show compromised
files assuming your RPM db files are not compromised.

>  And the host name is consider as malicious is "irc.nets.hk",and
> it doesn't have any valid ipaddress.,and result of this my cloud provider
> DNS blocked my server ip.
>

Prima facie, it appears your server is hacked with a bot that floods
DNS query requests i.e. DOS attack.


> Can I block the port number 53 in my server itself (both
> outgoing/incoming ).,and I didn't use the port number 53 for my application.
>

Incoming yes, outgoing to dest port 53 will disable all DNS lookups on
your server.

> I can see the output only through "tcpdump on the specfic port
> 53"
>
>   Results:
>
> 11:46:37.568099 IP 119.19.44.31.48427 >
> 119.19.60.62.53: 14465+ A? irc.nets.hk. (29)
> 11:46:40.707735 IP 119.19.44.31.58955 > 119.19.60.63.53: 1919+ A?
> irc.nets.hk. (45)
> 11:46:45.712962 IP 119.19.44.31.57951 > 119.19.60.62.53: 1919+ A?
> irc.nets.hk. (45)
> 11:46:48.718333 IP 119.19.44.1.39769 > 119.19.60.63.53: 15764+ A?
> irc.nets.hk. (29)
>
> But I didn't get any results on my netstat and isof.,
>

These could have been compromised.   Install busybox and use it's
equivalent replacement for tools like netstat, ps, find etc. 'man
busybox' shows all the functionality it provides.

Your best bet would be take backups of your data and start with a
fresh install and apply all security patches to the latest before
throwing it open for business.

Best,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] graphite server showing timeout

2015-11-03 Thread Arun Khan
On Tue, Nov 3, 2015 at 5:46 PM, Ajeesh Kannan <ajeeshbkan...@gmail.com> wrote:
> Hi,
>
> my graphite server is showing the following timeout messages.
>
>   File "/usr/lib/python2.7/httplib.py", line 574, in _read_chunked
> line = self.fp.readline(_MAXLINE + 1)
>   File "/usr/lib/python2.7/socket.py", line 476, in readline
> data = self._sock.recv(self._rbufsize)
> timeout: timed out
>
> and in the syslog ::
> kernel: [ 1953.110135] init: carbon-relay respawning too fast, stopped
>  kernel: [ 2120.915969] init: carbon-cache respawning too fast, stopped
>

Something is wrong with the daemon setup, it is respawning too fast.
The message is clear.

Backtrack to whatever changes you made to carbon-relay and
carbon-cache.  I believe there are enough docs on carbon/graphite so
please RTMF.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] mysql upgrade 5.1.73 to 5.5.46

2015-11-02 Thread Arun Khan
On Thu, Oct 22, 2015 at 6:50 PM, Ajeesh Kannan <ajeeshbkan...@gmail.com> wrote:
>
> My serve is using the following bin files.
>
> ]# rpm -qa | grep mysql
> mysql-5.1.73-3.el6_5.x86_64
> mysql-libs-5.1.73-3.el6_5.x86_64
> mysql-server-5.1.73-3.el6_5.x86_64
> mysql-devel-5.1.73-3.el6_5.x86_64
>
> So I need to replace all these bin files with matching 5.5 binary file ?
>

What do you mean by replace?

Use your distro's package manager to upgrade your MySQL packages.
Some one has already mentioned Percona; they build RPM/DEB packages
for all the major distributions out there.

*Before* doing this exercise on your production server, I would
strongly recommend that you carry out exercise on a prototype server
(using a copy of your production data) and make sure you work out all
the kinks (if any) in the upgrade process.   Since it is production, I
would suggest do not go beyond 5.6.x.  It has been vetted in the field
whereas 5.7 (not released yet) may still have some quirks post
release.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [Help] Renaming files through bash shell scripts

2015-11-02 Thread Arun Khan
On Wed, Oct 28, 2015 at 12:56 PM, Baskar Selvaraj <bas...@linuxpert.in> wrote:
> Dear all,
>
> I am looking for a simplified solution for renaming files through shell 
> scripts.
>

Dangerous, unless your file name string has an unique pattern.
Otherwise, you might end up overwriting already renamed files!

As the discussion shows it can be done in many ways!  The perl purist
would probably give you a one liner :)  and there are others like
bash, python and ruby (Shakti Kannan's solution).

mmv (mass rename/move) comes to my mind -- details 'man mmv'

Also this links provides some good bash examples
<http://www.peteryu.ca/tutorials/shellscripting/batch_rename> that I
found through uncle Google.

The above maybe moot in your case but posting here for future
reference, in case it comes up again.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] KaanalNet Project Contribution

2015-10-16 Thread Arun Khan
On Fri, Oct 16, 2015 at 9:34 AM, S Suresh <sureshkumar...@gmail.com> wrote:
> Hi Vikas,
>
>> Would you like us to package it for hamara linux?
>>
>> If so, please raise it on our mailing list or bugzilla
>> https://www.hamaralinux.org/community
>
> I dont have immediate plans to support on other distributions.. its
> tightly coupled with ubuntu
>

Hopefully your packages are compatible with it's dependent library
versions in the latest 2 LTS versions (12.04/14.04).

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Reg: Mitutoyo CMM Quality Software to run in linux

2015-10-12 Thread Arun Khan
On Sat, Oct 10, 2015 at 7:06 PM, Shakthi Kannan <shakthim...@gmail.com> wrote:
> Hi,
>
> --- On Sat, Oct 10, 2015 at 6:33 PM, Ashok Kumar <nbashok...@gmail.com> wrote:
> | We using Mitutoyo CMM Quality software running in Windows XP ...We plan to
> | run the software using linux Fedora..can anyone please support
> \--
>

For production purposes you should *seriously* consider using a
distribution with Long Term Support (LTS).

> Is it free and open source software? Otherwise, you should really be
> asking them for support!
>

+1

> Please ask them to build it on GNU/Linux.
>

And request them to support it on a LTS distribution like CentOS,
Ubuntu LTS or Debian.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [OT] Open Source your Office Spaces – Coworkable.com

2015-10-07 Thread Arun Khan
On Tue, Oct 6, 2015 at 12:50 PM, Balakumar Muthu
<balakumar.mu...@gmail.com> wrote:
> Hey Folks,
>
> You've Open-sourced your codes, now why don’t we try Open up our Office
> Spaces?
>
> Coworkable.com is an open free platform to share your extra, idle Office
> Spaces, Desks, Conference room with other needy Startups, Geeks and
> Entrepreneurs. Sharing your unused office space provide the opportunity to
> meet, work and network with smart professionals like you, which lead to
> unlimited business opportunities.
>

I interpret this concept similar to AirBnB -- I have a spare room,
office space/resources etc., that I can let out and have a
supplementary income.

The concept of organized commercial office sharing, that others have
posted their experience with, has been around for more than a couple
of decades.  I don't think they fit into the concept of  sharing my
*own* extra office space/resources.

IMO, this is the distinction one needs to understand and
coworkable.com needs to emphasis on this aspect.  If this is *not* the
intent, then I agree that this post is borderline commercial.   The
establishment of trust factor between renter/rentee is fuzzy (at least
to me).   I had booked a room in Netherlands (through AirBnB);  the
difference between the pics on the web site and the reality was like
day an night.  I was lucky to get a partial refund from AirBnB.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] [OT] Open Source your Office Spaces – Coworkable.com

2015-10-06 Thread Arun Khan
On Tue, Oct 6, 2015 at 12:50 PM, Balakumar Muthu
<balakumar.mu...@gmail.com> wrote:
> Hey Folks,
>
> You've Open-sourced your codes, now why don’t we try Open up our Office
> Spaces?
>
> Coworkable.com is an open free platform to share your extra, idle Office
> Spaces, Desks, Conference room with other needy Startups, Geeks and
> Entrepreneurs. Sharing your unused office space provide the opportunity to
> meet, work and network with smart professionals like you, which lead to
> unlimited business opportunities.

Nice idea.
How many have done this in India?

How do you build trust factor with people you don't know but allow
them into your premises?
(for example building watchman are known to give information about
your valuables)

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] automating google ocr

2015-09-30 Thread Arun Khan
On Wed, Sep 30, 2015 at 8:38 AM, Shrinivasan T <tshriniva...@gmail.com> wrote:
> Automated ‪#‎google‬ ‪#‎ocr‬ with ‪#‎python‬
>
> Get the code here.
>
> https://github.com/tshrinivasan/google-ocr-python
>
> Now, with a single command, you can OCR a full PDF.
>

How accurate is it?  Anyone tested it?

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] Microsoft develops it's own Linux distro to run MS Azure's networking hardware

2015-09-22 Thread Arun Khan
On Tue, Sep 22, 2015 at 7:47 PM, Ganesh Ranganathan
<ganesh.ranganathan...@gmail.com> wrote:
> On Sat, Sep 19, 2015 at 4:53 PM, Arun Khan <knu...@gmail.com> wrote:
>
>> The cancerous Linux [a] has reached the company's networking (lymph)
>> nodes!  It is now running Azure's networking hardware!
>>
>
> We are the Borg. You will be assimilated. Resistance is Futile

LOL.   Indeed, Cloud Computing, Big data, Mobile devices, IoT ...

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] reg : " getting started in adding blog to our own website "

2015-09-22 Thread Arun Khan
On Wed, Sep 23, 2015 at 10:26 AM, Karthikeyan A K <77mi...@gmail.com> wrote:
> http://wordpress.com offers a easy solution, its free too... If you want to
> map your domain on it, its just $17 a year I suppose. Much more better than
> other companies that support wordpress.
>

+1 to this and avoid the headache(s) of patching your wordpress.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Looking for web developer to contribute web portal development

2015-09-22 Thread Arun Khan
On Tue, Sep 22, 2015 at 12:42 AM, Tony Thomas <01tonytho...@gmail.com> wrote:
>
>
> Ah. we moved from beta to production. As of now, you can avail the service
> at www.thinkfoss.com/#tf-task . Thanks for notifying regarding the same.
>

Interesting initiative.  Can you share how many mentors and mentee are
in this program?

Thanks.
--Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] KaanalNet opensource project - Released

2015-09-21 Thread Arun Khan
On Sat, Sep 19, 2015 at 6:01 PM, S Suresh <sureshkumar...@gmail.com> wrote:
> Hi,
>
> I have successfully released the first official release of kaanalnet
> project on 17th September.
> KaanalNet is network test bed for SDN networks.
>

I have not used it so not possible to give technical comment but
applaud the effort/initiative.

> Thanks to pradeep(http://praveenlearner.wordpress.com) who developed
> the Webportal -   kaanalnet.org.
>

Some of the tabs have nothing in their section.  Assuming it is some
kind of CMS, activate the high level tabs when you have content under
them; empty sections are ok with draft/site under construction but not
when it is in production.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Looking for web developer to contribute web portal development

2015-09-21 Thread Arun Khan
On Wed, Sep 9, 2015 at 7:43 PM, Tony Thomas <01tonytho...@gmail.com> wrote:
>
> If you want to give it a try, you can create a new solutions request at
> http://beta.thinkfoss.com/#tf-task so that one of our admins can check the
> feasibility.
>

Getting a 404 for above link (time 22/09/15 0:42 IST).

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] Microsoft develops it's own Linux distro to run MS Azure's networking hardware

2015-09-19 Thread Arun Khan
The cancerous Linux [a] has reached the company's networking (lymph)
nodes!  It is now running Azure's networking hardware!

<http://www.theregister.co.uk/2015/09/18/microsoft_has_developed_its_own_linux_repeat_microsoft_has_developed_its_own_linux/>
<http://azure.microsoft.com/en-us/blog/microsoft-showcases-the-azure-cloud-switch-acs/>

[a] <http://www.theregister.co.uk/2001/06/02/ballmer_linux_is_a_cancer/>

-- 
Arun Khan (অরুণ খান্/अरुण खान)
"If you do not come out of your shell, you are just a nut."  Sadhguru
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] Suggestions for NFS server configuration

2015-09-15 Thread Arun Khan
On Mon, Sep 14, 2015 at 10:26 PM, VK Sameer <vksl...@gmail.com> wrote:

> OK, makes sense re. the RAM. Server boxes may be expensive, hence my query
> below. Budget is around 20k. I'm OK assembling high-quality components, just
> need advice on what to get.
>

A 20K budget will not get you much of server grade components.  You
may have to settle for desktop board + CPU.
ebay.in may have some offers from IN based vendors, you can check for
"out of lease" items that usually go for 30-40% of the original price
and you get data center grade hardware.
I have also ebay.in list items from US vendors where you pay in INR
and the price includes shipping and custom clearance.

>> > I've only used servers with internal hard-drives. Are there reliable boxes
>> > (chassis?) which will let me re-use the 2 SATA HDDs?
>>
>> A workstation grade (really good SMPS) ATX chassis should do it.
>> Avoid the cheapos units.
>
> Right. We are now using Antec SMPS, though not boxes.
>

Cooler Master has a few chassis w/o SMPS.  My favorite is Elite 311
(if you can get it).  There is space for about 5 HDDs  mounted on a
removable cage.  Makes servicing easier.

>> > Is a
>> > CPU-RAM-network-only box + SATA box config possible?
>>
>> What do you mean?
>
> One box/chassis for cpu/ram/network-cards + separate box(JBOD or something)
> for HDDs. Connection through SATA cables, separate power.
>

Why the headache for the kind of storage cap you are dealing with?

>> I am biased towards to Supermicro boards, their form factor is
>> industry standard.
>
> That would indeed be helpful for future-planning.
>
> Apparently Supermicro's not popular in Chennai. I see only one authorised
> distributor in Ashok Nagar - Netweb Technologies.
>

I have done business with Netweb.  RMA  and onsite service is good.
Their price is a bit on the higher side.  Alternately, you can try
Intel resellers.

Best,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Suggestions for NFS server configuration

2015-09-14 Thread Arun Khan
On Mon, Sep 14, 2015 at 7:34 PM, VK Sameer <vksl...@gmail.com> wrote:
> Hi,
>
> I've not set up an NFS server from hardware for many years, so please bear
> with any naive questions.
>
> I need to set up a server to replace an old Dell Business server (SC 430)
> running Ubuntu 14.04.02, which has stopped booting up now. It had 2 500GB
> drives, daily backup from drive 1 to drive 2 using rdist-backup. Data is
> written only to 1 drive. It has 4GB RAM. Small subnet - 3 fixed NFS clients
> (2 desktops, 1 fixed laptop) and 1-2 floating laptops that are brought in
> occasionally.
>
> What would be a really good server setup to replace this? OS, software, &
> network installs/configs are not a problem, but I'd like to set it up once
> (well, OK a few times!), and then leave it to run for years.
>

Are the disk still good?  You could simply transfer the hard disks to
another machine and boot from them.
An equivalent server from Dell/HP/Lenovo is a good start.  Suggest up
the RAM to 8GB.

> I've only used servers with internal hard-drives. Are there reliable boxes
> (chassis?) which will let me re-use the 2 SATA HDDs?

A workstation grade (really good SMPS) ATX chassis should do it.
Avoid the cheapos units.

> Is a
> CPU-RAM-network-only box + SATA box config possible?

What do you mean?

> And the Dell case is
> really nice, I'd hate to scrap it if it can be re-used. The motherboard has
> been dying for some time, I think, so it may not be salvageable. Only 2 of
> the 4 SATA connectors work.
>

Most Dell/HP/Lenovo/ boards are proprietary with proprietary
chassis.  It is unlikely you can use it with a standard board from the
market.

I am biased towards to Supermicro boards, their form factor is
industry standard.

> To spice up this problem a little further. Most users are already getting
> their home directories through NFS. Would it make sense to convert the
> desktops into thin clients? No hardware replacement here, just
> distro/OS/config.
>

Yes, that is the way to go.

HTH,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] DELL sonicwall firewall.

2015-09-11 Thread Arun Khan
2015-09-10 11:41 GMT+05:30 Vishnu Guruswamy <vishnugurusw...@gmail.com>:
> Hi,
>
> Is anybody knew about DELL sonicwall network security application.
>

This a very broad question, please narrow it down to specific(s).

Besides, it is a commercial/proprietary product with no correlation to
this mailing list; unless, you are looking for an open source
alternative to Dell Sonicwall.

Anyway, I suggest you decide which model is suitable to your
requirements, download it's brochure/white paper and study it and then
ask your question(s).

Best,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Linux Based Router or Gateway.

2015-09-11 Thread Arun Khan
On Fri, Sep 11, 2015 at 8:23 AM, Rajesh kumar <rkrajeshkuma...@gmail.com> wrote:
> Dear All,
>
> For one of our products we are working on designing a gateway/router (wifi).
>
> Currently for our prototype i have made a raspberry pi as router. I am
> looking for a cheap and reliable alternative since this router will be
> working 24/7.
>
> Kindly suggest some alternatives.

I had similar thoughts but abandoned the idea.

Raspi -- hobby/home/proof of concept use OK but it  is a *bad* choice
for commercial productising.On alibaba.com, you can find embedded
boards (small form factors) with 4 Gigabit LAN ports + mini PCI-e
slots to stick your Wi-Fi card.  They are about $150 and upward.
PCEngines and Soekris boards have a small form factor but they are
more expensive.

You can try mini ITX boards but the form factor may not be attractive.

Out of curiosity, what is the USP of your product when compared to the
mid range APs (5-10K)?  From my experience, most small businesses
settle for the sub Rs. 1000 products from the likes of TPLINK and
DLINK.

HTH,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] mailing list creation

2015-09-08 Thread Arun Khan
On Tue, Sep 8, 2015 at 11:14 AM, S Suresh <sureshkumar...@gmail.com> wrote:
> Hi,
>
>> I want to create a mailing list(kaanalnet-discuss@x) for my
>> opensource application (http://kaanalnet.org).
>> Any free providers available?
>
> Just found freelists and created one.

Yahoo! and Google groups (mailing lists) are also free.  The name can
be yours but you have to live with their domain names.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Chit Fund Software

2015-08-18 Thread Arun Khan
On Tue, Aug 18, 2015 at 11:27 AM, Rajesh kumar
rkrajeshkuma...@gmail.com wrote:
 Dear All,

 Is there any good chit fund application available. One of my client needs a
 solution on this. Please let me know if anything available.


Dpn't know about Chit Fund accounting/management.
Most ERP stack have CRM + Accounting modules.   It might have to be
customized to meet regulatory requirements.
Take a look at odoo ERP.
-- 
Arun Khan (অরুণ খান্/अरुण खान)
If you do not exit out of your shell, you are just a nut.  Sadhguru
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] Any opensource software for Accounting

2015-08-11 Thread Arun Khan
On Wed, Aug 5, 2015 at 10:54 AM, Rengaraj D sakthirenga...@gmail.com wrote:
 On 5 August 2015 at 10:45, Kumar send4ku...@gmail.com wrote:

 Dear All,

 http://www.manager.io/

 I am looking for similar Accounting software web based.Help me to suggest a
 better options. PHP/MySQL preferred.

 Have a look at ERPNext https://erpnext.com/

odoo also has a very good accounting module and it has a Web UI.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Why can't I write good code

2015-06-25 Thread Arun Khan
On Sat, Jun 20, 2015 at 2:15 AM, Satya Prakash Prasad
satyaprakash.pra...@gmail.com wrote:

 Now what I can do - I cannot keep reading books to understand each bit
 of design / language for implementation.

 Why can't I write good code? What it takes to write great code? Does
 the code needs to be really complex or leverage best Industry
 standards? When I reach people for clarifications they state Sorry I
 do not know 


I agree with other's comments but here is my take -
IMO, good Systems Analysis/ Design (SA/SD) is the essence of any
system.  Coding is the implementation part.

Unfortunately, the education system starts of with programming
language(s) with little or no emphasis on SA/SD.

The stalwarts usually have the SA/SD in their heads and it's result
is high quality code

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] openldap and Microsoft active directory

2015-06-24 Thread Arun Khan
On Fri, May 15, 2015 at 1:24 AM, Balu manyam balu.man...@gmail.com wrote:
 Namaste all -- Has anyone worked on openldap with Microsoft AD ? I am
 searching for a way where Microsoft AD will forward the requests to
 openldap for specific domain ?

 Ideas?

I was looking for the same a couple of years ago.
Search keywords openldap proxy active directory will give you links
to start your research on the implementation.

Best,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Dangers in copy/paste from websites to shell

2015-05-06 Thread Arun Khan
Thanks for the heads up.  Indeed a lot of us do copy/paste complex
commands from blogs.

Yeah, text editors rock!   At times I use vim.tiny (the very basics).

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] null Chennai Meet 16 May 2015 null Chennai Meet 16 May 2015 Monthly Meet

2015-04-30 Thread Arun Khan
On Thu, Apr 30, 2015 at 6:45 PM, Balasubramaniam Natarajan
bala150...@gmail.com wrote:
 Hi

 I am taking intro to tcpdump in Null on 16th May 2015.  Interested
 personnel can attend, it is free of cost.  You just need to register with
 some ID card and bring it to enter the premise.


Cool.  It is a Swiss knife (like find).   Please share the use cases
discussed at the conference (if possible).

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Using fstrim in debiian

2015-04-28 Thread Arun Khan
On Wed, Apr 29, 2015 at 9:50 AM, A Vasudevan vasush...@gmail.com wrote:
 I am using debian 8, in my ssd in one partition   kubuntu latest in
 another partition.

 fstrim  /  command in debian says discard operation not supported, while
 it works in kubuntu 
 other distros like mageia, mint i tried previously.
 i have added discard in /etc/fstab in as suggested by one forum. is this
 effective
 how to make fstrim work in debian.

fstrim is in util-linux package  http://tinyurl.com/k9xhcrp.

It is possible the Debian version does not support the trim option and
you may have to compile it.
See this discussion http://forums.debian.net/viewtopic.php?f=10t=103558

-- 
Arun Khan (অরুণ খান্/अरुण खान)
If you do not come out of your shell, you are just a nut.  Sadhguru

Sent from my non-iphone/non-android device
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] Configuration of Two Squid Proxy Servers with cluster.

2015-04-27 Thread Arun Khan
On Sat, Apr 25, 2015 at 10:42 AM, srinivas m srinivas...@gmail.com wrote:
 Hi all,

 If any suggestions on the above task ... please share


What are you expecting?   Have you read the link that Hardik posted?

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] mysql backup not working in /etc/cron.daily and /etc/cron.hourly

2015-04-27 Thread Arun Khan
On Fri, Apr 24, 2015 at 2:29 PM, Ajeesh Kannan ajeeshbkan...@gmail.com wrote:
 Hi,

 my backup script is working when this run manually and in cron jobs. But
 the script is not taking mysql dump when this is added in /etc/cron.hourly


put your own one line cron file in /etc/cron.d  (read 'man 5 crontab')
to call your script.

 ++
 while read x ; do
 mysqldump ${x}  /home/backup/TEST/${x}_`date +%d-%m-%Y`.sql
 if [ $? -eq 0 ]

string comparison should be quoted, numeric comparison should be unquoted
e.g  if [ $? -eq 0 ]

 echo $x backup is OK  $STATUSFILE
 else
 echo # WARNING: ERROR #  $x backup failed  $STATUSFILE
 fi
 done/etc/cron.hourly/dbfile

Why is the content of the 'dbfile' and why have put it in /etc/cron.hourly?

Alternately, you can declare a local variable x=db1 db2 db3 dnN  in
the script itself and use
the for n in ${x}; do blah blah; done

 ++

 Also tried with mysqldump ${x}  /home/backup/TEST/${x}_`date +%d-%m-%Y`.sql

The symbol '%' has a special meaning to cron so you need to escape it
i.e use \.   (RTFM 'man 5 crontab').
BTW a lot of people trip on  % symbol in cron tab entries.

HTH
-- Arun
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] would like to removel all old windows files

2015-04-17 Thread Arun Khan
On Thu, Apr 9, 2015 at 3:34 PM, Ajeesh Kannan ajeeshbkan...@gmail.com wrote:

 I prefer shred command . Can you please confirm this will do the needful
 to my requirement.

 shred -n 100 -vz /dev/windows-partition

I have used 'wipe' to blank out data on disk partitions.  Other
solutions like using dd with /dev/*random works.

Someone pointed out that professional forensic sleuths can recover
files from so called blanked out disks.   A professional data
recovery service was able to recover all my files even after some one
had done a 'dd' of an iso file on a disk.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Openvas issue

2015-04-16 Thread Arun Khan
On Wed, Apr 15, 2015 at 1:15 PM, Ajeesh Kannan ajeeshbkan...@gmail.com wrote:

 Yes that also not working . It is showing 1% on status and after sometime
 its changed to Done


Prima facie looks a bug on openvas installer.



 After running openvas-check-setup I am getting the following error message.

 Step 7: Checking if OpenVAS services are up and running ...
 OK: netstat found, extended checks of the OpenVAS services enabled.
 ERROR: OpenVAS Scanner is NOT running!
 FIX: Start OpenVAS Scanner (openvassd).
 ERROR: OpenVAS Manager is NOT running!
 FIX: Start OpenVAS Manager (openvasmd).
 ERROR: Greenbone Security Assistant is NOT running!
 FIX: Start Greenbone Security Assistant (gsad).

  ERROR: Your OpenVAS-7 installation is not yet complete!


In your place, I would post my problems in openvas mailing list/forum
for faster resolution.

 # netstat -anp | grep LISTEN

You need to run the above with uid=0 to see the program names.

Also follow list guidelines and do *not* top post and trim your quotes
to relevant lines.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Openvas issue

2015-04-14 Thread Arun Khan
On Tue, Apr 14, 2015 at 7:12 PM, Ajeesh Kannan ajeeshbkan...@gmail.com
wrote:

 Hello,

 I have configured Openvas7 and now I cannot complete scanning for the
 servers. The servers are connected via ssh key. So I have added a new
 credentials with
 Key pair with Public, private keys and my passphrase.


Try key pairs with no pass phrase.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Support for Internet Neutrality in India

2015-04-14 Thread Arun Khan
On Sun, Apr 12, 2015 at 12:17 PM, Balasubramaniam Natarajan 
bala150...@gmail.com wrote:

 Hi

 What is your take on this ?

 Support for Internet Neutrality in India
 https://www.youtube.com/watch?v=mfY1NKrzqi0


IMO, the video is pretty well done and conveys the message in a non geeky
fashion.  I liked the  bouquet concept as most of the Telcos are also
into DTH and/or IP TV.

If the Telcos get their way, it is conceivable that sites like
www.kernel.org and FOSS repos would download slow.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Magento Certified Developer Available

2015-04-05 Thread Arun Khan
On Mon, Apr 6, 2015 at 8:08 AM, Karthikeyan A K 77mi...@gmail.com wrote:
 Hello People,

 A friend of mine, a proven magento certified developer is seeking for a
 job. Interested people to grab his resume mail to 77mi...@gmail.com .

 Or contact him directly at deepakprassa...@gmail.com


Please put [COMMERCIAL] tag in future.

Thanks,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [commerical] Low cost open source networking products - ready to use

2015-03-28 Thread Arun Khan
On Sat, Mar 28, 2015 at 12:14 PM, Arun Khan knu...@gmail.com wrote:
 On Sat, Mar 28, 2015 at 8:59 AM, S Suresh sureshkumar...@gmail.com wrote:
 Hi,

 Currently we dont have open source networking products available in
 indian market. mostly we need to buy from global market.  For example,
  PFSense/openWRT firewall/routers not available (out of the box).


 First thing to consider in product development is the support
 structure and how are you going to deploy bug/security fixes to the
 installed base.

Oh, one more thing - stay away from low cost.  The market is crowded
with them.  The products mentioned in my previous post are very cost
competitive and beating them at their game will be a bit difficult
IMO.  Instead focus on high value and price your product accordingly.

-- 
Arun Khan (অরুণ খান্/अरुण खान)
If you do not come out of your shell, you are just a nut.  Sadhguru
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] [commerical] Low cost open source networking products - ready to use

2015-03-28 Thread Arun Khan
On Sat, Mar 28, 2015 at 8:59 AM, S Suresh sureshkumar...@gmail.com wrote:
 Hi,

 Currently we dont have open source networking products available in
 indian market. mostly we need to buy from global market.  For example,
  PFSense/openWRT firewall/routers not available (out of the box).


First thing to consider in product development is the support
structure and how are you going to deploy bug/security fixes to the
installed base.

The India based products like Cyberoam, Gajshield, Quickheal etc.;
they import the hardware appliances in volumes, brand them with their
own labels and install a custom Linux image developed by them  **but**
they have a support structure (phone, email, web forums, firmware
updates etc.)


 I am working on this project opensource firewall/router/voip/etc
 (pfsense, monowall, openwrt/opensips etc) porting in to the Desktop PC
 targeting SME customers.

 Please suggest your views.


I don't how many people you have in your company.  IMO, even for a
company  with 10 technical people,  the above list is too much to
chew and digest.

Focus on one or two for production which should include a support
structure as mentioned above.

 Also, I am interested to join hands established people/company for
 this project.  If you are interested, please mail me.

I am also working on a similar concept with a different approach.
Contact me if you are interested.

-- Arun Khan
Aare O Samba, wahan per kitne Windows thee?
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Suggetion on Thin Client

2015-03-25 Thread Arun Khan
On Mon, Mar 16, 2015 at 7:12 PM, Rajesh kumar rkrajeshkuma...@gmail.com wrote:
 Hi All,

 One of my client is planning for setup a cost effective contact center. He
 is planning for 40 Seats. I am suggesting him to go for thin client.

 HP t200 seems to be viable. But most of the features are only for windows.

 Is there any Thin Client available with linux support.



With any infrastructure there is CapEx and OpEx.

You have not mentioned what is the budget/thin client.

You can try AIO models to boot from a LTSP server or create your own
image that goes on a SATA Disk on Module (DoM).   This strategy also
works with desktop PCs already in the infrastructure.

HTH,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] How to select topics

2015-03-25 Thread Arun Khan
On Sat, Mar 21, 2015 at 5:44 PM, Rahul Sharma rahulsharmac...@gmail.com wrote:
 I am not able to see any lists that are some preference oriented. Please
 tell me how to subscribe to lists that are topic oriented.


Strange, you cannot find forums / mailing lists for topics of interest.

1. Visit the web site of the topic (e.g. www.python.org).
2. Browse through the site.
3. Be assured you will find the support forums.
4. Follow the link(s), read the instructions to join the forum and
5. Voila -- you can participate.

Do not repeat questions that have been already asked.  Due diligence
requires reading the FAQs, and searching through the archives.
If you think your situation is unique, then cite the searched
documentations and tell how your situation is not solved yet.

HTH
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Cloud In a Box Appliance

2015-03-25 Thread Arun Khan
On Tue, Mar 3, 2015 at 1:24 PM, Vishnu Vijayaraghavan
vishnu.vijayaragha...@gmail.com wrote:
 Hi All,

 I am posting in this forum after a very long time.

 I got an idea about the Cloud In a Box appliance.

 The details about this is posted in my blog @
 http://linuxdreams.blogspot.in/2015/03/cloud-in-box-appliance.html

 Please, kindly go through it and give your valuable suggestions/feedbacks.

 I would like to know about the future of this business model and how well
 it will be success.

It is hard to predict what will catch on like a forest fire and what
will simmer down to ashes.

It is definitely an idea worth exploring as a business opportunity.

My team has implemented small infra solutions similar to this on AWS,
Digital Ocean, and Rackspace.

AWS already provides the infrastructure for the concept you have posted.
VMWare does the same for your own physical DC.

Your concern about data residing in foreign shores (under the foreign
jurisdiction) is valid *but* with most people who are now addicted to
social networking sites like FB, Tweeter, Whatsapp etc., their mind
set has also changed (IMO) vis-a-vis data privacy.

A few India based DC like Cntl-S may be the place to start your venture.

Best,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [Info] PeerVPN – Open-source peer-to-peer VPN

2015-03-25 Thread Arun Khan
On Mon, Mar 2, 2015 at 6:26 PM, Ramachandran V
vramachandra...@gmail.com wrote:
 Hi,

 PeerVPN – Open-source peer-to-peer VPN
 http://www.peervpn.net/


Very interesting and thanks for sharing the link.  Reminds of Hamachi
from logmein.com.

Have you tried it?  If so, please share your experience.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] mysql slave performance

2015-03-25 Thread Arun Khan
On Wed, Mar 25, 2015 at 4:46 PM, Ajeesh Kannan ajeeshbkan...@gmail.com wrote:
 Hi,

 I am using the slave connection using the internal LAN IP. Number of cpu
 cores in slave is higher than master server.

List guidelines -- do *not* top post.

Look at number of transactions pending replication @ primary and
compare those number at the replica.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Service in Runlevel did not work - Cent OS 7

2015-03-24 Thread Arun Khan
On Tue, Mar 24, 2015 at 11:25 PM, Karthikeyan S karthik...@gmail.com wrote:
 Hi Everyone,
  I have a Cent OS 7 installed and configured a service test to
 run in level 3,4 and 5

 [root@karthikeyan-server]# chkconfig test --list

 Note: This output shows SysV services only and does not include native
   systemd services. SysV configuration data might be overridden by
 native
   systemd configuration.

   If you want to list systemd services use 'systemctl list-unit-files'.
   To see services enabled on particular target use
   'systemctl list-dependencies [target]'.

 test   0:off   1:off   2:off   3:on4:on5:on6:off


 Unfortunately, when the system reboots in runlevel 4, it did not start the
 service automatically. I have to start the service test manually. How to
 troubleshoot this ? Could someone help ?

Recently, a similar discussion transpired on the CentOS general
discussion mailing list.
Suggest you search through it's archive.

HTH
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] mysql slave performance

2015-03-24 Thread Arun Khan
On Tue, Mar 24, 2015 at 5:42 PM, Ajeesh Kannan ajeeshbkan...@gmail.com wrote:
 Hi

 My mysql slave server is showing Second Behind Master values 30 to 100 . At
 this time there is no mysql backup is running. I would like to make my
 slave server should be up to date. But upon checking I can see that the
 Second Behind Master on a particular time frame for all the day. Disk
 resource, load mysql process are all normal too.


A couple of setups we have, the replication is almost real time (on
LAN) - the client transaction loads are light.

Ensure network connectivity is not the problem.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] [OT/HW] Installing Linux on the new Celeron based mini ITX boards

2015-02-25 Thread Arun Khan
Atom boards are hard to find and they are expensive.

I am considering buying the newer Celeron (J1800 and J1900 CPUs) based
mini ITX boards from Biostar/Gigabyte.   Reading the reviews on
various e-stores, people have faced issues installing the OS.

Please share your Linux experience in case you have installed Linux on
these boards.

TIA
-- 
Arun Khan (অরুণ খান্/अरुण खान)
If you do not come out of your shell, you are just a nut.  Sadhguru
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

[Ilugc] Ubuntu Linux Toolbox -- free download for a limited time

2015-02-24 Thread Arun Khan
FWIW - here is the link to download the book; requires a work email though.

http://opensourceuniverse.tradepub.com/free/w_wile154/prgm.cgi

--
Arun Khan (অরুণ খান্/अरुण खान)
If you do not come out of your shell, you are just a nut.  Sadhguru

Sent from my non-iphone/non-android device
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] Commercial: The Vi Editor Book

2015-02-17 Thread Arun Khan
On Tue, Feb 17, 2015 at 1:59 PM, Baskar Selvaraj bas...@linuxpert.in wrote:
 Hi,

 - OR THE VI EDITOR book.

 I am looking for a similar book on sed / awk (with more illustrative
 examples than just explanations about use them).

 --

I have been searching for the same.  Please share relevant info if you find any.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Opensource subscription management tools

2015-02-08 Thread Arun Khan
On Fri, Feb 6, 2015 at 1:51 AM, RK RK kanagaraj...@gmail.com wrote:
 Hi,

 One of the voluntary organization which is circulating printed tamil
 monthly magazine based on subscription; is looking for an opensource
 software to manage their subscribers like,

 1. Hold the subscribers details (Address, mobile, email)
 2. What type of subscription they have(Yearly, 5years, lifetime)
 3. Automatic email for subscribers, 3 months before their subscriptions ends
 4. Various types of reports (subscribers in particular district, lifetime
 subscribers, expired subscriptions etc.)

 Could anyone please suggest me an open source tool for this?


CRM suite like Vtiger might fit your requirements.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Monitor each Computer downloading data - Any open source software ?

2015-02-08 Thread Arun Khan
On Sat, Feb 7, 2015 at 6:51 AM, Arun V arun...@autmdu.ac.in wrote:
 Try ccproxy, I think you ll get a solution.

Is this available on Linux/*BSD platforms?

Also please do *not* top post.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Serious Bug in Webview-Android 4.3

2015-01-31 Thread Arun Khan
On Sat, Jan 31, 2015 at 3:20 PM, honest raj honestraj...@gmail.com wrote:
 i am a b.tech(it)  final year student..nw,i  am doing my final year project
 in android..please ,give some idea.
 i am choosed college management system using android...please give some
 idea for security based.some algorithm...

How is the above related to the original subject?

If you do not have the time to compose a new message with a relevant
subject line, how do you expect others to devote their time to give
you suggestions?

Please follow list guide lines and do not hijack other discussions
with your queries.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Query on 1000baseT/Full transfer speed

2015-01-13 Thread Arun Khan
On Tue, Jan 13, 2015 at 11:11 AM, Balasubramaniam Natarajan
bala150...@gmail.com wrote:
 On Mon, Jan 12, 2015 at 5:19 PM, Arun Khan knu...@gmail.com wrote:

 The theoretical speed would be 1000Mbps/8 to get a 125 MBytes/sec
 number.  However, when both are connected to a switch or a hub,
 sharing the ethernet fabric with other nodes, then there is a lot of
 collision between nodes when they broadcast ethernet frames.   With a
 good switch like a HP Pro Curve, the max I have got is around 45 MB/s
 for 1 Gb/s NICs.

 You have not mentioned if A and B are connected to each directly i.e.
 not through a switch/hub.  Try connecting the 2 systems directly with
 a high quality short cable and see what's the max throughput  you get.


 Machine to Machine with a cable around 2 meter in length.

Perhaps bad hardware or wiring!

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Query on 1000baseT/Full transfer speed

2015-01-12 Thread Arun Khan
On Mon, Jan 12, 2015 at 12:51 PM, Balasubramaniam Natarajan
bala150...@gmail.com wrote:

 I have two system A and B connected with a LAN cable.  Both of them were
 made in the last one year so it does not matter if it is straight through
 or cross over.

 When I tried to issue a ethtool eth0 I see that both machine are capable of
 supporting 1000baseT/Full.  However when I try to transfer file across them
 it is capable of doing it only at 4MegaBytes per second max.  I expected to
 see at least over a 100 MegaBytes per second.  Where am I going wrong ?


The theoretical speed would be 1000Mbps/8 to get a 125 MBytes/sec
number.  However, when both are connected to a switch or a hub,
sharing the ethernet fabric with other nodes, then there is a lot of
collision between nodes when they broadcast ethernet frames.   With a
good switch like a HP Pro Curve, the max I have got is around 45 MB/s
for 1 Gb/s NICs.

You have not mentioned if A and B are connected to each directly i.e.
not through a switch/hub.  Try connecting the 2 systems directly with
a high quality short cable and see what's the max throughput  you get.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Mysql SSL segmentation fault

2015-01-07 Thread Arun Khan
On Wed, Jan 7, 2015 at 12:49 PM, Balasubramaniam Natarajan
bala150...@gmail.com wrote:
 Okay finally figured out what the problem was.

Wunderbar.


 Redhat mysql-server or mysql-client version 5.1.73 would work with PKCS#8,
 However mysql-client-5.5 on debian wheezy would not work with PKCS#8 I had
 to convert them to PKCS#1 for them to work as shown in [1].


Did you stumble upon this or was there any hint in any log files that
you were going to look into?

 openssl rsa -in key_in_pkcs1_or_pkcs8.pem -out key_in_pkcs1.pem

 [1]
 http://askubuntu.com/questions/194074/enabling-ssl-in-mysql


Thanks for sharing the solution - tis a rarity nowadays.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Mysql SSL segmentation fault

2015-01-05 Thread Arun Khan
On Sun, Jan 4, 2015 at 10:22 PM, Balasubramaniam Natarajan
bala150...@gmail.com wrote:
 On Sun, Jan 4, 2015 at 8:27 PM, Arun Khan knu...@gmail.com wrote:

 Is the MySQL server (RHEL) and client (Deb Wheezy)
 the same version?   It should not matter though.


 Nope, For Redhat server they only support 5.1.73, however debian client is
 up on 5.4.x...

 I tried using the same mysql client version on debian however even that
 resulted in the same Segmentation Fault.


Hmmm.   You mean mysql client version 5.1 on Wheezy?   Seg fault could
also be caused by corrupted files and/or bad memory.  apt-get purge
mysql client and reinstall.

   Anything related to
 the segfault in the log files (Deb Wheezy)?


mysqld (server) also writes log files in /var/lib/mysql.   Not sure
about the client but see if you find anything in /var/lib/mysql.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] How Ip2locations collect Informations

2015-01-05 Thread Arun Khan
On Tue, Jan 6, 2015 at 11:43 AM, viswaprasath shihan.vi...@gmail.com wrote:
 Hi All,

 I am planning to develop a IP Location Database. As we have
 www.ip2location.com

 Any idea how do they create the database entries like collecting
 information of each and every IP's right from Region, Latitude, Longitude,
 Zip Code, Country and so on.

Creating your own DB might be something more than what you can handle.

There are services that maintain IP/region/City/ databased with APIs
to query and use them in your app.
Most provide a light version of their service/db.

I am not sure how these services handle IP allocated to mobile devices
though.  You may only get region info in such cases.

Keyword search geo ip location service

Please share your experience.

HTH
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Mysql SSL segmentation fault

2015-01-04 Thread Arun Khan
On Wed, Dec 31, 2014 at 1:05 PM, Balasubramaniam Natarajan
bala150...@gmail.com wrote:
 Hi

 Has any one had success with configuring these from stalk.

I guess, you meant stock (stalk has a different meaning).

CentOS server + CentOS client -- yes.


 Mysqld server which supports SSL on a Redhat box (Santiago) and then have
 mysql client from a debian (Wheezy) connect in over SSL without any problem
 ?

 When I tried doing it I ended up with Segmentation fault on my debian
 machine.  However when I used another Redhat box(Santiago) for mysql client
 I was successful in establishing the connection over SSL.  Could someone in
 the group pour their SME opinion on this issue ?

I am not an SME.   Is the MySQL server (RHEL) and client (Deb Wheezy)
the same version?   It should not matter though.  Anything related to
the segfault in the log files (Deb Wheezy)?   Alternately, setup the
Deb Wheezy MySQL server and see if client can connect w/o seg
faulting.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [HELP] Extracting directory names using sed

2014-12-07 Thread Arun Khan
On Fri, Nov 28, 2014 at 1:08 PM, Baskar Selvaraj bas...@linuxpert.in wrote:
   $ echo /pub/videos/nptel/Computer Science and Engineering/Data 
 Structures And
 Algorithms | awk '{print $(NF - 1), $NF}' FS='/' OFS='/'

 It works, but however I could not store the output in a variable
 because of long file name in the output.

 echo $PWD | awk '{print $(NF-1), $NF}' FS='/' OFS='/'

 Ok now.

 subject=$(echo $PWD | awk '{print $(NF - 1), $NF}' FS='/' OFS='/')


Been away from the list for a while.

FWIW, command dirname will return the directory portion of a full
pathname, basename returns the last part of a full pathname.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] A Certificate-Authority to Provide Free SSL certificates for Entire Web

2014-11-25 Thread Arun Khan
On Thu, Nov 20, 2014 at 4:28 PM, Manivel Rajendran be.mani...@gmail.com wrote:
 FYI,

   https://www.letsencrypt.org/about/

Interesting, thanks for sharing the info.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] raspbery pi

2014-11-03 Thread Arun Khan
On Mon, Nov 3, 2014 at 1:09 PM, Gowtham Sundaar gowkanimo...@gmail.com wrote:
 You can get the Banana Pi from dx.com. It's got better specifications and
 costs about the same

Does it accept INR and ship from within India?  The shipment and
customs cost can be a significant price offset.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] raspbery pi

2014-11-03 Thread Arun Khan
On Mon, Nov 3, 2014 at 5:02 PM, Arun Venkataswamy arun...@gmail.com wrote:


 DX.COM shipping is free to India even if you buy an item for $0.99 But you
 need to be patient as it comes via regular post.

Nice to know.

 I have ordered 3 times and
 I have received the items in about 20-30 days. No customs duty was charged.
 It was just delivered by a post man. Typically since it comes via post, I
 think the regular customs allowance (35k?) is followed.

The 35K allowance is for travellers and does not apply to shipments.
I have been levied customs on $100 shipments.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Fwd: Help with BOSS

2014-10-24 Thread Arun Khan
On Fri, Oct 24, 2014 at 12:49 PM, Shaahul Hameed ham...@vakilsearch.com wrote:

 On Fri, Oct 17, 2014 at 12:20 AM, Aarti K. Dwivedi 
 ellydwivedi2...@gmail.com wrote:
 Hi!

I am Aarti Dwivedi from IIT Roorkee, a FOSS enthusiast. I worked in
 Google Summer of Code 2013 with Wikimedia and in 2014 with Portland State
 University. I am trying to find a way to contribute to development of BOSS.

 Aarti has a question relating to BOSS. Can someone from ilugc help? Her
 mail id is given above.


IIRC, Prof. Srinivasan was @ CDAC Chennai (originally from NRCFOSS);
perhaps he could guide to the right person on the BOSS team.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] xfs file system crash

2014-10-24 Thread Arun Khan
On Wed, Oct 22, 2014 at 8:52 AM, km srikrishnamo...@gmail.com wrote:
 Dear All,

 I am having a xfs filesystem crash on a 20TB   DAS (SATA).
 I ran xfs_check which segfaulted and then followe by  xfs_repair /dev/sdc
 shows  the following error:
 ...

This might a bit late, for storage find an appliance solution and
catch the software/hardware vendor for utilities to fix.

PS - I have learnt this lesson the hard way - either you become close
to an expert on file systems when dealing with large storage or buy a
commercial solution with support.

 agi unlinked bucket 54 is 0 in ag 5 (inode=21474836480)
 agi unlinked bucket 55 is 3480085820 in ag 5 (inode=24954922300)
 agi unlinked bucket 56 is 0 in ag 5 (inode=21474836480)
 agi unlinked bucket 57 is 3496863036 in ag 5 (inode=24971699516)
 agi unlinked bucket 58 is 0 in ag 5 (inode=21474836480)
 agi unlinked bucket 59 is 0 in ag 5 (inode=21474836480)
 agi unlinked bucket 60 is 0 in ag 5 (inode=21474836480)
 agi unlinked bucket 61 is 0 in ag 5 (inode=21474836480)
 agi unlinked bucket 62 is 16777216 in ag 5 (inode=21491613696)
 agi unlinked bucket 63 is 16777219 in ag 5 (inode=21491613699)

 It is stuck here since 1 day.
 Please let me know how to repair it.

More of a suggestion than help -- try xfs mailing list.  The XFS
experts might be able to help you.

I hope you have back ups of the critical files.

Best,
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [[Open Source]] Looking for a Plagiarism software

2014-10-15 Thread Arun Khan
On Wed, Oct 15, 2014 at 7:08 PM, sahil साहिल
scorpionking.sa...@gmail.com wrote:
 On Wed, Oct 15, 2014 at 4:11 PM, YOGESHWAR DAN CHARAN 
 charanyogesh...@gmail.com wrote:


 This Quora thread :

 https://www.quora.com/Which-is-the-best-software-Open-source-Freeware-for-plagiarism-detection
 might be helpful .


 Sir, I have visited this link also before posting my query on ILUG-C.
 This didn't serve my purpose. Usually, I do my homework before disturbing
 others.

In that case, it should have been mentioned in your OP along with the
list of other sites you have listed.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] DNS server configuration query

2014-10-14 Thread Arun Khan
On Tue, Oct 14, 2014 at 1:11 PM, Sundar Raj msraru...@gmail.com wrote:
 Dear Friends ,


 I am trying to configure DNS server in centos 6.5. Once i start named
 service i am getting following error.
 May i know where i am wrong.


 [root@dellmachine1 Desktop]# service named restart
 Stopping named:[  OK  ]
 Starting named:
 Error in named configuration:
 zone vel.com/IN: has no NS records   read this error 
 message

First fix the above before targeting other error messages from BIND.
I suggest you get an understanding on how DNS works if you have not done so.

SOA, NS records are mandatory.

HTH
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Complete information about DNS and apache configuration

2014-10-14 Thread Arun Khan
On Tue, Oct 14, 2014 at 2:45 PM, Sundar Raj msraru...@gmail.com wrote:

 Need complete notes for DNS and apache configuration.Should brief about
 all the directives in apache .

Which DNS - there are several implementations?
BIND doc 
https://kb.isc.org/article/AA-00845/0/BIND-9.9-Administrator-Reference-Manual-ARM.html

Apache -- http://httpd.apache.org/docs/


  Kindly help me to prepare for interview and for real time management.


This is a help forum and not personalized coaching site.   Ask
specific questions with details about the problem.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] Libreoffice 4.3.2.2 Writer -- loosing embedded images

2014-10-14 Thread Arun Khan
A few days ago, I upgraded LO to 4.3.2.2 (amd64) on Linux and Mac OS X.

In writer, while editing the doc with imported images (PNG), it looses
some of the images (random) and shows a box with Read Error in top
left corner.

After closing the doc and reopening it, all traces of that image is gone!

Seeing this problem on both Debian / Wheezy (amd64) as well OS X desktops.

Anyone else experiencing this anomalous behavior?

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [OT] looking for .org site providers @ free

2014-10-14 Thread Arun Khan
On Tue, Oct 14, 2014 at 9:23 PM, Krishnan M tcekrishnan...@gmail.com wrote:

 Myself along with my friends planned to host website (HTML only) for our
 native village for a good cause.


Nice.

 We planned to host the site as .org

.org is a Top Level Domain (TLD).  You will have to purchase a
subdomain; they cost about Rs.500/600/year and many domain registrars
provide basic hosting included in that cost.

This would be my recommendation e.g. www.yourvillagename.org :)

 I have googled out for any free .org site providers...but couldn't find any

Strange.  I used keywords free .org web hosting and found quite a
few sites that provide free hosting for non profits, NGOs etc.

 If you know any host providers (preferably  providing @ free) or at lower
 cost , pls share with me... it will be lot helpful for us...

Please see above.  I'd rather you help yourself.

HTH
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] nice to see some changes

2014-10-13 Thread Arun Khan
On Mon, Oct 13, 2014 at 12:27 PM, Mohan Sundaram mohan@gmail.com wrote:

 Karthikeyan - instead of being nonchalant about it, why don't you return
 this group a favour? We have put up with your top posting. Now it's your
 turn to stop top posting and post as per the group's liking.

 There is no point in alienating oneself,take being ignored as acceptance
 and rubbing it in on top of it.

 Also commenting on late KG was in bad taste. Can we see your cultured side?

+1 well put.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] how to shrink home partion in ubuntu

2014-10-13 Thread Arun Khan
On Mon, Oct 13, 2014 at 9:12 PM, Mayilvahanan Jothivel
mayilvahananjothi...@gmail.com wrote:
 i installed ubuntu in sony vaio system. it has 500 gb hard disk. manually i
 created 12 gb swap, 100 gb for / partion and rest for home. now i need to
 shrink home to 100 gb. i used gparted but could not. help me.


What was the error from gparted?  When shrinking/expanding filesystems
+ partitions, it is best to use a Live Rescue CD.

HTH
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] PhD in in Computers Science at IIT Madras / Chennai

2014-10-10 Thread Arun Khan
On Tue, Sep 30, 2014 at 4:23 PM, Satya Prakash Prasad
satyaprakash.pra...@gmail.com wrote:
 I am sorry for top posting but my mail box does not allows any other option.

Which application are you using to compose your email.  You have a
Gmail address,  GMail browser interface does not restrict you to top
posting.
I composed this response from Gmail browser client. You need to
click on the box with the  3 ...  It expands the text, navigate
cut/quote and compose your message.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Data usage monitor - GUI

2014-10-10 Thread Arun Khan
On Tue, Oct 7, 2014 at 11:45 PM, Dheepak G mail2g...@gmail.com wrote:
 Hi All,

 Do we have any GUI tools to monitor data consumption for Ubuntu 14.04?

The question is ambiguous.   Do you mean storage (like in files),
network b/w consumption, or download/upload data consumption?

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


  1   2   3   4   5   6   7   8   9   10   >