To disable charms bar from showing up when swiping the touchpad (Dell laptops), do:
- Open Dell Touchpad from system tray.
- Go to Gestures tab
- Disable/un-check "Right Edge Swipe"
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....
$: sudo apt-get install mono-complete $: sudo apt-get install gtk-sharp3
$: cp -rp /etc/xdg/lxpanel/profile/LXDE/* ~/.config/lxpanel/LXDE/
#: apt-get install linux-headers-$(uname -r)
$: lxsession-logout
ipython qtconsole --ConsoleWidget.font_size=10 --ConsoleWidget.font_family="Terminus"
sudo mount -t vboxsf E_DRIVE vbox
mount: wrong fs type, bad option, bad superblock on E_DRIVE,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
~$ sudo ln -sf /usr/lib/i386-linux-gnu/VBoxGuestAdditions/mount.vboxsf /sbin/mount.vboxsf
$: tar -xvzf pycharm-community-3.1.1.tar.gz -C ~/bin
auto eth1 iface eth1 inet dhcp
$: sudo apt-get install gtk2-engines-murrine:i386 gtk2-engines-pixbuf:i386 gtk2-engines:i386
c:\>vboxmanage dhcpserver add --netname qnxnet --ip 192.168.100.1 --netmask 255.255.255.0 --lowerip 192.168.100.10 --upperip 192.168.100.100 --enable
$: sudo do-release-upgrade
Fedora install screen chronicle Below are links to Fedora installation screens. It is interesting to see how it has evolved over time. Fe...