[OT] [JOB] Linux sysadmin

2018-06-17 Thread Shahar Tamir



My employer, Jungo Connectivity, is looking for a system administrator.

Transcribed from https://www.jungo.com/st/jobpost/system-administrator/

Job description:
Administer servers and network infrastructure
Handle workstation issues


Requirements:
2+ years experience in a similar role
Ability to work individually and collaborate with engineering teams

Good knowledge of Linux environments (mostly Ubuntu and Debian)
Good knowledge of shell scripting
Understanding of networking concepts (e.g. subnets, vlans, routing)
Self-learning skills and desire to know more
Good communication skills

Optional:
Windows administration skills
Familiarity with versioning systems (cvs / svn, git)
Familiarity with CI systems (Jenkins)
MySQL administration skills
PHP
Perl
Familiarity with virtualization systems
Familiarity with Juniper equipment


Part-time job possible
Location: Poleg, Netanya
Contact me off-list or at shah...@jungo.com

Shahar.

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Backup encryption key

2009-04-25 Thread Shahar Tamir
On Saturday 25 April 2009, 13:11, Dotan Cohen wrote:

 Really? Should I be worried? For that matter, do you have the address
 of some keylogging software that I could play with in a virtual
 Windows machine? I have googled just now, but I cannot find anything
 that doesn't cost money. I will be responsible with it, I promise, but
 in any case you might want to send a link or info off-list just in
 case. Thanks.


Try this:
http://amecisco.com/iks2000.htm
It's a limited demo version, but enough to give you an idea.

Shahar

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: RedHat 7.3 compatible format

2008-10-01 Thread Shahar Tamir
On Wednesday 01 October 2008, 22:30, Noam Rathaus wrote:
 Hi,
 
 I tried formatting a new HD for our existing RedHat 7.3 OS and it complains 
 that the ext3 has incompatible ext3 flags, any ideas how to format using 'old 
 ext3'?
 
 (I am forced to format this disk inside a Debian OS)
 

It might be the inode size - the man page on my Debian says the default is 256 
bytes, and that 2.4 kernels won't mount a filesystem with inodes larger than 
128.
try adding -I 128 to the mke2fs flags.

Shahar

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: help with DNS?

2007-08-04 Thread Shahar Tamir
On Friday 03 August 2007, Dan Bar Dov wrote:
 Well, seems like setting the ISP DNS in resolv.conf did the trick, however,
 the dhcp-client script changes resolv.conf on boot.

 In ubuntu there's a way to configure static entries that the dhcp-client
 uses, I cannot find anything similar in FC6, Ideas?

Try setting the router's dhcp to only supply the ISP dns servers, instead of 
itself.

Shahar

 Dan

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Double mount : nfs and vfat - is it possible ? (or other solutions)

2006-11-26 Thread Shahar Tamir
On Sunday 26 November 2006 18:30, Rafi Gordon wrote:
 I mount the windows partition (/dev/hda1) on /mnt/win (type vfat ,rw).

 I created /etc/exports file for this dual boot machine;
 it contains one line:
 / ip_Of_A_DifferentLinuxMachine(rw,no_root_squash)

 Now , from another linux machine I nfs mount the dual-boot linux machine.
 But I cannot see the contents of the /mnt/win folder (it is empty).

From exports(5):
Normally, if a server exports two filesystems one of which is mounted on the 
other, then  the  client  will  have  to mount  both filesystems explicitly 
to get access to them. If it just mounts the parent, it will see an empty  
directory  at  the place where the other filesystem is mounted.

You need to export /mnt/win and mount it on the client explicitly.

Shahar

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: was no subject now is autoreconnect

2006-06-20 Thread Shahar Tamir
Hi,
You can let pppd start pptp, and have it run in the forgruond:
pppd nodetach pppd_args pty pptp --nolaunchpppd pptp_args
That way it can be in a loop since pppd will return only after disconnecting.

Shahar

On Tuesday 20 June 2006 11:46, [EMAIL PROTECTED] wrote:
 HI again,

 On second thought I didn't catch that the previous script is run at time
 periods.

 What I was looking for was it to be event driven not time driven.


 the connection dies, the system reconnects.


 So I gather to do this I would need a daemon running which checks for a
 live connection and then if the connection dies its notification would
 trigger the connect script to run?


 I found pppstatus but I am not sure it will be of help.

 Is this possible?

 Thanks
 Aaron



 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]