
Search found 80 matches
- Wed Jan 11, 2012 6:08 pm
- Forum: Fedora / Red Hat
- Topic: Pango-WARNING **: failed to choose a font
- Replies: 2
- Views: 7154
- Mon Sep 26, 2011 12:22 pm
- Forum: General
- Topic: How to configure switchport for trunking Hyper-v
- Replies: 2
- Views: 10547
On this link you can find so good additional info:
http://tekgem.wordpress.com/2011/02/23/hyper-v-trunk-ports-virtual-machines-vlans-teaming/

http://tekgem.wordpress.com/2011/02/23/hyper-v-trunk-ports-virtual-machines-vlans-teaming/

- Fri Jul 29, 2011 7:54 am
- Forum: PowerShell
- Topic: Check the active node of a cluster
- Replies: 3
- Views: 11219
Another script with same result

Code: Select all
$servername = "Server01"
$Clu = New-Object -com "MSCluster.Cluster"
$Clu.Open($ServerName)
$GroupOwner = $Clu.ResourceGroups.Item($ServerName).OwnerNode.Name
- Fri Jul 29, 2011 5:52 am
- Forum: PowerShell
- Topic: Check the active node of a cluster
- Replies: 3
- Views: 11219
- Wed Jun 08, 2011 6:21 am
- Forum: PowerShell
- Topic: Check if hostname exists in DNS
- Replies: 0
- Views: 8232
Check if hostname exists in DNS
Hello, Hereby a small script which check if a hostname exists in DNS. function verify_host { $erroractionpreference = "SilentlyContine" try { ([System.Net.Dns]::GetHostAddresses($strTargetComputerAccount.split('.')[0]))[0].ipaddresstostring } catch ...
- Mon Jun 06, 2011 12:56 pm
- Forum: PowerShell
- Topic: Getting initial info from a SQL server
- Replies: 0
- Views: 6859
Getting initial info from a SQL server
Hello, Hereby a small script which retreives some basic info from a SQL Server: Function Get-SQLServer { param($SQLServer) Begin{} Process { write-host Connecting to $SQLSERVER $SqlConnection = New-Object System.Data.SqlClient.SqlConnection $SqlConnection.ConnectionString...
- Wed May 04, 2011 8:42 am
- Forum: VMware
- Topic: 1 minutes How to's
- Replies: 1
- Views: 5948
- Wed May 04, 2011 8:41 am
- Forum: Fedora / Red Hat
- Topic: Creating a Red Hat cluster on VMware workstation 6.5
- Replies: 3
- Views: 14064
- Wed Apr 20, 2011 6:20 am
- Forum: SuSE
- Topic: How To Disable Auto Login
- Replies: 1
- Views: 6339
- Fri Dec 17, 2010 8:26 am
- Forum: General
- Topic: Remount root filesystem
- Replies: 0
- Views: 6902
- Fri Dec 17, 2010 8:21 am
- Forum: VMware
- Topic: Interesting VM Appliances
- Replies: 1
- Views: 6229
- Thu Oct 21, 2010 8:34 am
- Forum: General
- Topic: Security related info
- Replies: 0
- Views: 6713
Security related info
Hereby some sites with security info.
Especially for hardening (or something like that
)
https://network.csudh.edu
FTP related:
http://en.wikibooks.org
http://docstore.mik.ua
http://www.snow.nl

Especially for hardening (or something like that

https://network.csudh.edu
FTP related:
http://en.wikibooks.org
http://docstore.mik.ua
http://www.snow.nl

- Thu Oct 21, 2010 8:27 am
- Forum: Xen
- Topic: Usefull sites
- Replies: 0
- Views: 6832
Usefull sites
Hello,
Hereby some sites where they provide good info for installation:
http://www.server-world.info/

Hereby some sites where they provide good info for installation:
http://www.server-world.info/

- Thu Oct 21, 2010 8:21 am
- Forum: General stuff
- Topic: Open source DIY hardware keylogger
- Replies: 0
- Views: 7920
Open source DIY hardware keylogger
Something useful to know: KeeLog has decided to release an early version of it's hardware keylogger family to the public domain, including full firmware & software source code, keylogger hardware electrical schematics, and documentation. This PS/2 key logger is a 100% operational and tested devi...
- Thu Sep 16, 2010 11:37 am
- Forum: General
- Topic: How To Remove Packages With RPM "Error: ... Specifies M
- Replies: 1
- Views: 6183
How To Remove Packages With RPM "Error: ... Specifies M
How To Remove Packages With RPM "Error: ... Specifies Multiple Packages "
for example:
Server# rpm -e --nodeps xulrunner-1.9.0.6-1.el5
error: "xulrunner-1.9.0.6-1.el5" specifies multiple packages

for example:
Server# rpm -e --nodeps xulrunner-1.9.0.6-1.el5
error: "xulrunner-1.9.0.6-1.el5" specifies multiple packages
