Mounting Windows Share in Linux

  [root@dev webinst02]# mkdir -p /mnt/lacie [root@dev webinst02]# mount -t cifs //172.24.101.22/Public$ -o username=domadmin /mnt/lacie Password: [root@dev webinst02]# cd /mnt/lacie [root@dev lacie]# ls 172.24.101.22               2010oct                    ffgfd                                 Menu                   test 2011_tutorials             Final                                 New Text Document.txt  tomcatlogsbackup [root@dev lacie]#

Read more

Linux: finding System Hardware Information – Manufacturer, Model/Product Name, Serial Number and Physical Sockets, Processors/CPUs, Cores

Finding Hardware Manufacturer, Model/Product Name, Serial Number:   [root@ProdDB01 ~]# dmidecode -t system # dmidecode 2.7 SMBIOS 2.3 present. Handle 0x0100, DMI type 1, 25 bytes. System Information         Manufacturer: HP         Product Name: ProLiant DL385 G1         Version: Not Specified         Serial Number: UXXXXXXXXXX         UUID: 3xxxx1x1-3xx8-3xx3-4xx5-3xxxxxxxxx48         Wake-up Type: Power Switch Handle 0x2000, DMI type 32, 11 bytes. System Boot Information         Status: Firmware-detected hardware failure [root@ProdDB01 ~]#   Reference: Get Hardware Information using Dmidecode Command in Linux   Finding Physical Sockets, Processors, Model, Cores: You can find all of the details about system processor from below file […]

Read more