Skip to content
May 9, 2025

Technology, Computer, Network and Games Cheat

Day to day technical how to – by Andrew Lin

  • Home
  • Software
  • Miscellaneous
  • Technology
  • Hardware
  • About Andrew Lin
Main Menu
Software

Installing MySQL on Centos 7 server using Ansible.

November 20, 2016December 19, 2020 - by Andrew Lin

This is the content of the inventory file on my Ansible server. The remote server is called test1 under the group web-server. [root@ansible work]# cat hosts [web-server] test1 The playbook …

Read More
Software

Installing and learning Ansible

November 18, 2016December 19, 2020 - by Andrew Lin

I am learning Ansible and am documenting my progress. I built two Centos 7 test servers, the main one is called Ansible and the remote server is test1. To install …

Read More
Technology

Harden Windows Server

June 10, 2016December 19, 2020 - by Andrew Lin

These are some steps you can take harden a Windows Server. Disable SSL 2.0, SSL 3.0, TLS 1.0, TLS 1.1 and RC4 cipher. Disabling SSL 3.0 will address the Poodle …

Read More
Technology

Mount Windows CIFS share on Linux server using kerberos keytab

May 4, 2016December 19, 2020 - by Andrew Lin

Use kerberos ticket to mount CIFS shares on a Linux server. You do not need to know the password for the account, nor have the password stored in a file. …

Read More
Technology

Change the IP address of a Windows servers with VMware PowerClI script

April 27, 2016December 19, 2020 - by Andrew Lin

VMware vSphere PowerCLI script to change the IP addresses of Windows servers. $TranscriptFile = “.\change-ip-2.txt” #Stop-Transcript Start-Transcript -Path $TranscriptFile $windowsID = “administrator” $windowsPassword = “MyPassword” Function Set-WinVMIP ($VM, $IP, $SNM, …

Read More
Technology

Find VMware Guests with Raw Physical Disks

February 27, 2016December 19, 2020 - by Andrew Lin

VMware vSphere PowerCLI script to find all guests that have RDMs or raw physical disks. $Servers=”vcenter1″ Connect-VIServer $Servers $vms = get-cluster | get-vm Get-VM | Get-HardDisk -DiskType “RawPhysical”,”RawVirtual” | Select …

Read More
Technology

VMware PowerCLI script to list snapshots older than specific days

September 27, 2015December 19, 2020 - by Andrew Lin

A VMware vSphere PowerCLI script to find and email a list of all VMware guests that have snapshot older than 3 days. # List all VM with snapshots # Run …

Read More
Technology

Configure VMware Datastore Multipath Policy by Disk Type

May 27, 2015December 19, 2020 - by Andrew Lin

Here is a VMware vSphere PowerClI script that will find all datastores that are of the model Hitachi – Open-V, set the multipath policy to RoundRobin if it is anything …

Read More
Technology

Scan for new disk without rebooting Linux server

March 6, 2015December 19, 2020 - by Andrew Lin

After you add a new disk on a Red Hat Linux server you can scan for the new disk without rebooting. List the number of scsi host controllers ls /sys/class/scsi_host …

Read More
Software

Configuring SNMPv3 client on Red Hat Linux

January 28, 2014December 19, 2020 - by Andrew Lin

To configure snmp client version 3 on a Red Hat server you will need to install the packages net-snmp-utils and net-snmp. yum install net-snmp-utils net-snmp Make sure the snmpd service …

Read More

Posts navigation

1 2 … 18 Next

Recent Posts

  • Installing MySQL on Centos 7 server using Ansible.
  • Installing and learning Ansible
  • Harden Windows Server
  • Mount Windows CIFS share on Linux server using kerberos keytab
  • Change the IP address of a Windows servers with VMware PowerClI script

Tags

Add new tag Aix ASA Backup Blog Centos Cisco Dell Remote Access Card - DRAC DMOZ DNS Server Domain Name DPM DPM 2007 Email Fiber Channel filesystem Firewall Game Cheats Google Streets View GPS Graco Stroller Jokes Linux Microsoft Exchange Microsoft Windows Server PHP-Nuke PIX Red Hat Robocopy Router Security Server SOFTWARE Solaris Spam Sparc Static Route SUN TCP Ports Unix VMware ESX VMware PowerCLI Windows XP WordPress ZFS

Archives

  • November 2016
  • June 2016
  • May 2016
  • April 2016
  • February 2016
  • September 2015
  • May 2015
  • March 2015
  • January 2014
  • September 2012
  • August 2012
  • November 2011
  • May 2011
  • March 2011
  • January 2011
  • November 2010
  • August 2010
  • July 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • February 2008
  • December 2007
  • November 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007

Links

  • Computer and NetworkTechnology
  • Dating Services
  • Free Online Dating
  • Hakka
  • Internet Dating
  • Internet Dating Service
  • KYJEE
  • Teacher

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2025 Technology, Computer, Network and Games Cheat.
Powered by WordPress and HitMag.