c:\> netsh interface ip set dns VirtualBox Host-Only Network static 192.168.0.1
where:
VirtualBox Host-Only Network - is the network interface name
c:\> netsh interface ip set dns VirtualBox Host-Only Network static 192.168.0.1
c:\> netsh interface ip set address name="VirtualBox Host-Only Network" source=static addr=192.168.1.1 mask=255.255.255.0
c:\> netsh interface ip set address "VirtualBox Host-Only Network" dhcp
c:\> wmic.exe /interactive:off ComputerSystem Where name="MACHINE-NAME" call JoinDomainOrWorkgroup FJoinOptions=3 Name="DOMAIN-NAME" UserName="DOMAIN-NAME\user01" Password="Password01"
PS c:\> Set-NetConnectionProfile -InterfaceAlias "VirtualBox Host-Only Network" -NetworkCategory Private
$: sudo apt-get update $: sudo apt-get upgrade $: sudo apt-get install gnome-session-fallback
$: gnome-session-quit
$: apt-get purge xserver-xorg-video-vmware libxatracker1 $: apt-get install dkms build-essential
$: cd /media/timus/VBOXADDITIONS_4.2.12_84980 $: sudo ./VBoxLinuxAdditions.run $: sudo reboot
console: Failed to install '': java.nio.charset.UnsupportedCharsetException: cp0
c:\> sqlcmd -S .\Db_INSTANCE -Q "DROP DATABASE dbname"
C:\SQLServer2005Express>setup.exe INSTANCENAME=NEW_DB_INSTANCEThen accept the defaults.
c:\> sqlcmd -S .\DB_INSTANCE -Q "exec sp_databases"
$: su #: zypper refresh #: zypper update
$: su #: zypper install google-chrome-stable_current_i386.rpm
$: zypper search libpng
The following add-ins could not be started:The root of the trace shows
MonoDevelop.GnomePlatform,2.8A quick search shows that MonoDevelop depends on libgnomeui. This should have been part of dependencies when installing the application but well....
Fedora install screen chronicle Below are links to Fedora installation screens. It is interesting to see how it has evolved over time. Fe...