Ubuntu 13.10 layout change doesnt work

After upgrading Ubuntu 13.04 to 13.10 i cant switch layout using “Shift+Ctrl”. As for now i use Ctrl + Space to change layout More details you can found at https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1218322

Dynamics CRM account delete rights

Settings –> Administration –> Security Roles Open Salesperson Go through each tab selecting what a Salesperson may or may not delete. It’s easier to click the ‘Delete’ column header a few times to set all to ‘None,’ then come back and grant permission for a few desired items. Save and close the Security Role. (from […]

Gigabyte Gsmart G1355 hard reset

To hard reset Gigabyte Gsmart G1355 remove SD card, turn off the phone. Then press buttons and hold “Volume up” + “Power”. Select wipe data / Factory reset with volume key and select by pressing “power” key.

ubuntu vncserver on boot

Install vncserver and run it to set up password. Create file as /etc/init.d/vncserver (DONT FORGET TO MODIFY PARAMS LIKE USER). #!/bin/sh -e ### BEGIN INIT INFO # Provides: vncserver # Required-Start: networking # Default-Start: S # Default-Stop: 0 6 ### END INIT INFO PATH=”$PATH:/usr/X11R6/bin/” # The Username:Group that will run VNC export USER=”MYUSER” #${RUNAS} # […]

tightvncserver ubuntu no menu

sudo apt-get install gnome-panel /home/user/.vnc/xstartup #!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS #exec /etc/X11/xinit/xinitrc gnome-session –session=gnome & [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & #x-terminal-emulator -geometry 1280×1024+10+10 -ls -title “$VNCDESKTOP Desktop” & #x-window-manager & gnome-panel […]