Monday, 30 November 2015

Pen drive show empty even when data exists


Click on "Start" -->Run --> Type cmd and press Enter.

Here I assume your pendrive drive letter as G:

Enter this command.

attrib -h -r -s /s /d g:\*.* --> Press Enter

Thursday, 30 April 2015

Squid Access log with Time format

perl -pe 's/\d+/localtime($&)/e' access.log  > test.log

cat test.log | grep 172.20.10.50 > test3.log

cat test3.log | grep -ir "Apr 30" > test5.log


Time change

date --set="2010-04-06 10:25 PM"

Tuesday, 26 August 2014

Device eth0 does not seem to be present, delaying initialization


The simple fix is to remove the persistent rule and give it a reboot. Don’t forget to update the networks file

/etc/sysconfig/network-scripts/ifcfg-ethx

Comment or Modify UUID and MAC Address

vi /etc/sysconfig/network-scripts/ifcfg-eth0 
 
rm -f /etc/udev/rules.d/70-persistent-net.rules 
 
 reboot  

Monday, 28 July 2014


1. If you have not already, you will need to download a 32-bit or 64-bit Windows 8 or 8.1 ISO file, and save it to your desktop.

2.
If you have not already, download and install the Windows 7 USB/DVD Download Tool.

(At site)

3. Run the Windows 7 USB/DVD Download Tool, and click/tap on the Browse button. (see screenshot below)

 


4. Select the downloaded ISO file (step 1), and click/tap on Open. (see screenshot below)
 

5.
Click/tap on Next, and do either step 6 or 7 below. (see screenshot below)