System Security
Configure Solaris server as a DHCP client
- To find out the interfaces on your system, type: ifconfig -a
- Lets assume your interface name is "pcn0"
- Run "ifconfig pcn0 plumb"
- Run "ifconfig pcn0 dhcp start" to bring the interface up and get a DHCP address (assuming you have a DHCP server for the subnet your host is on)
- Create empty files named /etc/hostname.pcn0 and /etc/dhcp.pcn0
- Reboot: shutdown -i6 -g0 -y
Posted in Submitted by smsharif on Tue, 05/12/2009 - 22:19.
- smsharif's blog
- Add new comment
- 254 reads
Patch update
Ubuntu Linux Software update using command line tools
apt-get is the command-line tool for handling packages, updating package and installing patches under Ubuntu Linux. All you have to do is type the following two command to update all installed software to latest version.
Open terminal and type the following two commands: $ sudo apt-get update $ sudo apt-get upgrade Sample output:
Posted in Submitted by smsharif on Mon, 05/04/2009 - 12:41.
- smsharif's blog
- Add new comment
- Read more
- 100 reads

