usamantaray.blogspot.com
usamantaray: December 2008
http://usamantaray.blogspot.com/2008_12_01_archive.html
Thursday, December 18, 2008. In Unix, how can I uncompress *.Z or *.tar.Z files? In Unix, how can I uncompress *.Z or *.tar.Z files? If you are on a Unix system, to uncompress *.Z or *.tar.Z files, at the shell prompt, enter:. Use the ls command to check the resulting files. If uncompress creates a .tar file, you must extract the files by entering:. Tar -xvf *.tar. Alternatively, to do this in one step and avoid creating the intermediate *.tar file, enter:. Zcat *.Z tar -xvf -. Links to this post.
usamantaray.blogspot.com
usamantaray: Remote System service tag
http://usamantaray.blogspot.com/2009/04/remote-system-service-tag.html
Monday, April 6, 2009. Remote System service tag. 1 Get DELL Service Tag on remote Windows system. Login to the Windows remote-host using VNC or remote desktop connection. Use WMIC on Windows to get service tag as shown below. C: wmic bios get serialnumber. ABCDEF1Following WMIC command will give make and model number along with service tag. C: wmic csproduct get vendor,name,identifyingnumber. C: wmic /user:administrator /node:remote-host bios get serialnumber. Subscribe to: Post Comments (Atom).
usamantaray.blogspot.com
usamantaray: May 2012
http://usamantaray.blogspot.com/2012_05_01_archive.html
Sunday, May 6, 2012. New iPad Hotspot configuration. Please follow below steps to enable hotspot in New iPad. Carrier is the Data/Sim service provider). 1 Check the carrier, it should 12.1 as below. A) Setting General About Carrier . It should be "Carrier12.0". B) Click on "Carrier12.0", it should show "PRL 1". 2 Carrer should be 3G . Left hand side top corner will show that or contact with your carrier to enable it. 3 Now reset network setting as below. B) It will reset, wait till come up. Mail server a...
usamantaray.blogspot.com
usamantaray: March 2009
http://usamantaray.blogspot.com/2009_03_01_archive.html
Tuesday, March 24, 2009. Veritas Volume manager FAQ and Commands. Http:/ wikis.sun.com/display/share/Veritas Volume Manager - Volume Manager FAQ - Classic commands. Http:/ wikis.sun.com/label/share/vxvm. 1 How do I create a disk group? 2 How do I create a a subdisk? 3 How do I split a subdisk into 2 or more subdisks? 4 How do I create a concat plex from two subdisks? 5 How do I create a volume from a plex? 6 What this volume looks like from a vxprint -Ath output. 7 How do I start this volume? 26 How does...
usamantaray.blogspot.com
usamantaray: May 2008
http://usamantaray.blogspot.com/2008_05_01_archive.html
Friday, May 30, 2008. How to tell server model/type. Links to this post. Labels: How to tell server model/type. Tuesday, May 27, 2008. Mount a Samba share with read write access, where the share is in a Active directory domain. Mount -t smbfs / halifax6/Media /home/usamantaray/samba/ -o rw,username=usamantaray/flagstonere,gid=users,dmask=777,fmask=777. Anonymous access of samba share on a linux machine. Server string = Samba Server. Passdb backend = tdbsam. Log file = /var/log/samba/%m.log. Dns proxy = No.
usamantaray.blogspot.com
usamantaray: September 2008
http://usamantaray.blogspot.com/2008_09_01_archive.html
Tuesday, September 30, 2008. Date- 1.10.2008. Network Card Bonding On CentOS. Where should I use bonding? You can use it wherever you need redundant links, fault tolerance or load balancing networks. It is the best way to have a high availability network segment. A very useful way to use bonding is to use it in connection with 802.1q VLAN support (your network equipment must have 802.1q protocol implemented). Diverse modes of bonding:. A switch that supports IEEE 802.3ad Dynamic link aggregation....Adapt...
usamantaray.blogspot.com
usamantaray: New iPad Hotspot configuration
http://usamantaray.blogspot.com/2012/05/new-ipad-hotspot-configuration.html
Sunday, May 6, 2012. New iPad Hotspot configuration. Please follow below steps to enable hotspot in New iPad. Carrier is the Data/Sim service provider). 1 Check the carrier, it should 12.1 as below. A) Setting General About Carrier . It should be "Carrier12.0". B) Click on "Carrier12.0", it should show "PRL 1". 2 Carrer should be 3G . Left hand side top corner will show that or contact with your carrier to enable it. 3 Now reset network setting as below. B) It will reset, wait till come up. Linux Basic I...
usamantaray.blogspot.com
usamantaray: April 2009
http://usamantaray.blogspot.com/2009_04_01_archive.html
Monday, April 6, 2009. Remote System service tag. 1 Get DELL Service Tag on remote Windows system. Login to the Windows remote-host using VNC or remote desktop connection. Use WMIC on Windows to get service tag as shown below. C: wmic bios get serialnumber. ABCDEF1Following WMIC command will give make and model number along with service tag. C: wmic csproduct get vendor,name,identifyingnumber. C: wmic /user:administrator /node:remote-host bios get serialnumber. Links to this post. Wednesday, April 1, 2009.
usamantaray.blogspot.com
usamantaray: Incremental backup using tar
http://usamantaray.blogspot.com/2009/04/incremental-backup-using-tar.html
Wednesday, April 1, 2009. Incremental backup using tar. This script will keep backup of home directory on sunday and incremental on other days. Delete the 14 days files daily. Mount -t smbfs / 172.16.66.116/unixbackup /mnt/samba/ -o rw,username=usamantaray/flagstonere,gid=users,dmask=777,fmask=777. Cat /dev/null ${BACKUPDIR}/incriment.snapshot. Tar -g ${BACKUPDIR}/incriment.snapshot -zcf ${BACKUPDIR}/${NEWDIR}${1}.home.tz $SDIR/${1}. NEWDIR=`hostname -s`.$DATE.home. Name cut -d / -f 2`).
usamantaray.blogspot.com
usamantaray: Veritas Volume manager FAQ and Commands
http://usamantaray.blogspot.com/2009/03/veritas-volume-manager-faq-and-commands.html
Tuesday, March 24, 2009. Veritas Volume manager FAQ and Commands. Http:/ wikis.sun.com/display/share/Veritas Volume Manager - Volume Manager FAQ - Classic commands. Http:/ wikis.sun.com/label/share/vxvm. 1 How do I create a disk group? 2 How do I create a a subdisk? 3 How do I split a subdisk into 2 or more subdisks? 4 How do I create a concat plex from two subdisks? 5 How do I create a volume from a plex? 6 What this volume looks like from a vxprint -Ath output. 7 How do I start this volume? 26 How does...