sudo apt install xrdp
sudo adduser xrdp ssl-cert
sudo systemctl restart xrdp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Create Tables | |
*/ | |
CREATE TABLE IF NOT EXISTS `PREFIX_permissions` ( | |
`ID` int(11) NOT NULL auto_increment, | |
`Lft` int(11) NOT NULL, | |
`Rght` int(11) NOT NULL, | |
`Title` char(64) NOT NULL, | |
`Description` text NOT NULL, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Actions --- | |
$Copy <M-C> | |
$Cut <M-X> <S-Del> | |
$Delete <Del> <BS> <M-BS> | |
$LRU | |
$Paste <M-V> | |
$Redo <M-S-Z> <A-S-BS> | |
$SearchWeb <A-S-G> | |
$SelectAll <M-A> | |
$Undo <M-Z> |
This is my i3
config, using FontAwesome icons for i3status
.
Save files to ~/.i3
.