Categories
tags
ADSL ADSL2+ ATM BGP CentOS Cisco EtherChannel Ethernet Trunk Firewall Foundry freeradius Hyper-V iBGP IOS IPv6 iSCSI JUNOS Lighttp Linux Load Balancer m0n0wall Metro Ring Microsoft MRP NTP OSPF pfSense pound RE-Filter SDSL Server Core sflow SHDSL SNMP TACACS TMG ucarp unattended VM VOIP Windows 2008 R2 XEN XenServer Xen Server yumContact
Author Archives: halli
Exchange 2010 – Benutzer- und Kontaktverwaltung
Create a new AD user with a mailbox [PS] C:\MyPath>$password = Read-Host “Enter password” -AsSecureString [PS] C:\MyPath>New-Mailbox -Name ‘Devel One’ -Alias ‘devone’ -OrganizationalUnit ‘dev-dom.halli.me/Devel/Domusers’ -PrimarySmtpAddress ‘devel.one@dev-dom.halli.me’ -UserPrincipalName ‘devone@dev-dom.halli.me’ -SamAccountName ‘devone’ -FirstName ‘Devel’ -Initials ‘DO’ -LastName ‘One’ -Password $password -ResetPasswordOnNextLogon $true … Continue reading
Windows 2008 R2 – Server Core – Domain Controller Setup
Configure a static IP address list the interfaces netsh interface ipv4 show interfaces 3 5 1500 connected Local Area Connection 1 50 4294967295 connected Loopback Pseudo-Interface 1 netsh interface ipv4 set address “Local Area Connection” … Continue reading
Posted in MS Windows Server
Tagged ADDS, Domain Controller, Microsoft, Server Core, Windows 2008 R2
Comments Off
compiling AirOS 5.3.3 – SDK 5.3.3 – NanoStation M2
Setting up build environment for compiling AirOS 5.3.3 SDK SDK available @ http://www.ubnt.com/support/sdk.php [halli@centos software]$ tar xzvf SDK.UBNT.v5.3.3.tar.gz [halli@centos software]$ cd SDK.UBNT.v5.3.3/openwrt [halli@centos openwrt]$ cd package/ [halli@centos package]$ cd ubnt-base-files/files/ [halli@centos files]$ ls bin etc init lib sbin usr [halli@centos … Continue reading
CentOS – yum update – Not using downloaded repomd.xml because it is older
Not using downloaded repomd.xml because it is older than what we have: # yum clean all