https://github.com/jenkinsci/git-client-plugin/compare/1d294e98eea9…0176cb4de79d
https://github.com/jenkinsci/git-client-plugin/compare/1d294e98eea9…0176cb4de79d
https://github.com/jenkinsci/git-client-plugin/compare/1d294e98eea9…0176cb4de79d
Знайшов дуже цікавий сайт з конкретними прикладами команд для консолі Linux.
sudo apt-get upgrade это, пожалуй, самое страшное, что можно написать в консоли Ubuntu… Звідси
Зручна утиліта, яка суміщає в собі функціонал ping і traceroute – mtr Використання mtr My traceroute [v0.71] example.lan Sun Mar 25 00:07:50 2007 Packets Pings Hostname %Loss Rcv Snt Last Best Avg Worst 1. example.lan 0% 11 11 1 1 1 2 2. ae-31-51.ebr1.Chicago1.Level3.n 19% 9 11 3 1 7 14 3. ae-1.ebr2.Chicago1.Level3.net 0% 11 […]
Для вирішення цієї проблеми треба видалити файл /usr/lib/gnome-settings-daemon-3.0/keyboard.gnome-settings-plugin
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
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 […]
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.
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} # […]
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 […]