- Login to your account and open Terminal.
sudo passwd root
.- Type in the new password for UNIX.
sudo gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
.- At the end of the file append greeter-show-manual-login = true.
reboot
sudo hostname katherine
reboot
https://superuser.com/questions/1241548/xubuntu-16-04-ttyname-failed-inappropriate-ioctl-for-device
- Login as root
vim ~/.profile
- Change last line
mesg n || true
totty -s && mesg n || true
apt-get install -y openssh-server
- If can not start, try
tail -f /var/log/auth.log
from server, andssh -vvv root@katherine
from client - ssh by root is disabled by default, you should set
PermitRootLogin yes
thenservice ssh restart
dpkg -i /path/to/synergy.deb
- Start by
/usr/bin/synergyc -f --yscroll 56 --no-tray --name katherine 192.168.222.90:24800
- Press
windows
and searchStartup Applications
- Add it and it will save into
~/.config/autostart/
directory
dpkg -i /path/to/google_chrome.deb
- Run
google-chrome --no-sandbox
to let it running as root
Sougou input is rely on fcitx
.
- Enter
Setting
->Language Support
->Keyboard input method system
- If no
fcitx
, you need install itsudo add-apt-repository ppa:fcitx-team/nightly
apt-get update
apt-get install fcitx
- Find keycode by
xev
, If you gotunable to open display ''
, please useDISPLAY=:0 xev
- ??
apt-get install compizconfig-settings-manager
press Advanced Search >, enable the checkbox for searching in setting values, and do a search for p (and p, just in case -- both spellings appear to work).
- Launch CCSM, window manager->scale->bindings
- Ubuntu Unity Plugin->Launcher
- Key to show the Dash, Launcher and Help Overlay
dconf write /org/gnome/settings-daemon/plugins/xrandr/active false
- Setting->Keyboard->Shortcuts->Custom Shortcuts
- Add
gnome-screenshot -a
sudo update-alternatives --config editor
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u\[\033[00m\]:\[\033[01;34m\]\W\[\033[01;31m\]$(parse_git_branch)\[\033[00m\]\$ '
- Add above script to
~/.bashrc
- Run
source ~/.bashrc