Excuse my ignorance, but what's wrong with nslookup and ifconfig?
They're a bit dated. Use dig instead of nslookup, and right from the ifconfig man page: NOTE This program is obsolete! For replacement check ip addr and ip link. For statistics use ip -s link.
New Year's Resolutions for SysAdmins
11–20 of 46 posts
Re: New Year's Resolutions for SysAdmins
#12Excuse my ignorance, but what's wrong with nslookup and ifconfig?
They're a bit dated. Use dig instead of nslookup, and right from the ifconfig man page: NOTE This program is obsolete! For replacement check ip addr and ip link. For statistics use ip -s link.
http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig
Pedantry, but keep in mind that there isn't really "the" man page for this.
Ubuntu might want to deprecate ifconfig, but that doesn't mean everyone does.
Re: New Year's Resolutions for SysAdmins
#13Excuse my ignorance, but what's wrong with nslookup and ifconfig?
Re: New Year's Resolutions for SysAdmins
#14I'd also recommend any sysadmin to start looking into an automation framework like Chef, Puppet, Ansible, or any other of the myriad options.
Automation is a fine thing except for some of this damn "enterprise software" that not only doesn't automate real well[1], but actually cannot be installed on VMWare[2] or even go to a hot swap machine[3]. Sysadmins always love government required software and stuff bought before we got there. 1) luckily backup seem to be reasonably automation friendly 2) "We do not support virtualization of any kind" 3) tied to hard…
I personally haven't tried building environments on VMWare as I run pretty much everything in AWS. However, this presentation looks promising.
Re: New Year's Resolutions for SysAdmins
#15Earlier quoted context omitted.
Automation is a fine thing except for some of this damn "enterprise software" that not only doesn't automate real well[1], but actually cannot be installed on VMWare[2] or even go to a hot swap machine[3]. Sysadmins always love government required software and stuff bought before we got there. 1) luckily backup seem to be reasonably automation friendly 2) "We do not support virtualization of any kind" 3) tied to hard…
You might find this interesting: http://www.slideshare.net/opscode/chef-vmwarewebinarslidesse... I personally haven't tried building environments on VMWare as I run pretty much everything in AWS. However, this presentation looks promising.
Re: New Year's Resolutions for SysAdmins
#16I'd also recommend any sysadmin to start looking into an automation framework like Chef, Puppet, Ansible, or any other of the myriad options.
Cannot stress this enough! There is a sea change happening and sysadmins run the risk of being swept away unless they learn about automation (puppet/chef) software and cloud infrastructure services (openstack/aws). My new years resolution is to release screencasts on these very subjects. I have already released one on Learning Puppet with Vagrant @ http://sysadmincasts.com/episodes/8-learning-puppet-with-vag... if anyone is interested.
Re: New Year's Resolutions for SysAdmins
#17Re: New Year's Resolutions for SysAdmins
#18Earlier quoted context omitted.
They're a bit dated. Use dig instead of nslookup, and right from the ifconfig man page: NOTE This program is obsolete! For replacement check ip addr and ip link. For statistics use ip -s link.
Where does it say that? http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig Pedantry, but keep in mind that there isn't really "the" man page for this. Ubuntu might want to deprecate ifconfig, but that doesn't mean everyone does.
Re: New Year's Resolutions for SysAdmins
#19Re: New Year's Resolutions for SysAdmins
#20I'd also recommend any sysadmin to start looking into an automation framework like Chef, Puppet, Ansible, or any other of the myriad options.
Edit: I'm also having a difficult time trying to figure out how to get up to speed with chef in the specific context of opsworks, since most of the chef-specific courseware I can find assumes I'm using a hosted chef server, and I'm not quite sure how that overlaps with the opsworks flavor. It's starting to feel like I'll be at this for another week before I can get even a simple stack running.