Monday 4 March 2019

Windows 10


https://www.howtogeek.com/308489/how-to-hide-pages-from-windows-10s-settings-app/


https://www.thewindowsclub.com/configure-windows-10-settings-visibility-hide-select-settings

Friday 9 June 2017

Task Link


https://en.wikipedia.org/wiki/Neighbourhoods_of_Coimbatore#East_Coimbatore

http://www.windowsecurity.com/software/Event-Log-Monitoring/

https://aws.amazon.com/?nc2=h_lg

http://www.askvg.com/how-to-disable-libraries-feature-in-windows-7/

http://www.edugeek.net/forums/windows/50237-change-registry-permissions-via-gpo.html

https://www.desidime.com/forums/hot-deals-online

http://sastesaude.com/

http://www.dwtricks.com/

http://easyrechargetricks.com/

http://www.coolztricks.com/

https://www.poptox.com/make-a-call

https://www.citrustel.com/

https://mizitechinfo.wordpress.com/2014/12/07/step-by-step-implementing-child-domains-adds-in-windows-server-2012-r2/


https://www.veritas.com/support/en_US/article.100022964.html

https://www.veritas.com/support/en_US/article.100017476.html


Tuesday 6 June 2017

Asterisk command


Watch number of active channels

watch "asterisk -vvvvvrx 'core show channels' | grep channels"


 Watch number of active calls

watch "asterisk -vvvvvrx 'core show channels' | grep calls"


 Watch active channels

watch "asterisk -vvvvvrx 'core show channels verbose'"

 Watch active channels in Asterisk 1.8

watch "asterisk -vvvvvrx 'core show channels verbose'"


watch -n 1 "asterisk -vvvvvrx 'core show channels' "

watch -n 1 "asterisk -vvvvvrx 'core show channels verbose' "

Wednesday 21 September 2016

Fix a "Secure Connection Failed" - Firefox/Mozila


  1. In the Location bar, type about:config and press Enter. The about:config "This might void your warranty!" warning page may appear.
  2. Click I'll be careful, I promise! to continue to the about:config page.
  3. copy the next security.ssl.enable_ocsp_stapling and paste it in the search field
  4. double-click on it to make it false
  5. close the page, exit firefox and restart it.
probably the problem is the web site, when the problem resolved by the site, go back and switch the setting to true again.

Monday 2 May 2016

MYSQL

https://www.linode.com/docs/databases/mysql/how-to-install-mysql-on-centos-7

https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-with-apache-on-a-centos-7-server

https://www.liberiangeek.net/2014/09/install-phpmyadmin-centos-7-lamp-support/

https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-7


http://www.cyberciti.biz/faq/rhel-centos-fedora-linux-yum-command-howto/



Wednesday 27 April 2016

Change Timezone and Time

Generic procedure to change timezone under Linux

Cd to /etc, run:

# cd /etc

Create a symlink to file localtime:

# ln -sf /usr/share/zoneinfo/EST localtime

OR some distro use /usr/share/zoneinfo/dirname/zonefile format:

# ln -sf /usr/share/zoneinfo/EST localtime

OR if you want to set up it to IST (Asia/Calcutta):

# ln -sf /usr/share/zoneinfo/Asia/Calcutta localtime

date --set="2016-04-27 13:30 PM"

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)