Make app using:
nativefier --name 'SoundCloud' 'soundcloud.com'
Modify a file in Applications dir using:
~/.local/share/applications/soundcloud.desktop
| `~/.cache/[email protected]/database.log` |
Make app using:
nativefier --name 'SoundCloud' 'soundcloud.com'
Modify a file in Applications dir using:
~/.local/share/applications/soundcloud.desktop
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Hello, World</title> | |
| </head> | |
| <body> | |
| <p>Hello, <span id="username"></span></p> | |
| <script> | |
| var user = JSON.parse('{{ user | tojson | safe}}'); |
| path for PermitRootLogin: | |
| /etc/ssh/sshd_config | |
| Restart it: | |
| systemctl restart sshd | |
| service sshd restart | |
| /etc/init.d/ssh restart |