add dropbox, shortcuts
This commit is contained in:
parent
d53e86870e
commit
df479aedd3
17
KDE/shortcuts.md
Normal file
17
KDE/shortcuts.md
Normal file
@ -0,0 +1,17 @@
|
||||
## Run Konsole
|
||||
`Ctrl+Alt+T` -> `konsole`
|
||||
|
||||
## Chrome
|
||||
`Meta+2` -> `google-chrome`
|
||||
|
||||
## FileBrowser
|
||||
`Meta+1` -> `dolphin`
|
||||
|
||||
## VirtualBox
|
||||
`Meta+V` -> `virtualbox`
|
||||
|
||||
## Filezilla
|
||||
`Meta+F` -> `/usr/local/FileZilla3/bin/filezilla`
|
||||
|
||||
## IntelliJ
|
||||
`Meta+I` -> `/usr/local/idea/bin/idea.sh`
|
33
dropbox/setup.md
Normal file
33
dropbox/setup.md
Normal file
@ -0,0 +1,33 @@
|
||||
# Dropbox (GUI)
|
||||
|
||||
## download
|
||||
|
||||
[link](https://www.dropbox.com/install-linux)
|
||||
|
||||
## create a hidden directory
|
||||
The root directory of Dropbox can not be assigned, but I don't want to see such dir, so create a hidden directory to place real Dropbox and make a soft link to my Workspace.
|
||||
```bash
|
||||
mkdir .dropbox-origin
|
||||
```
|
||||
|
||||
set root dir location to .dropbox-origin
|
||||
|
||||
```bash
|
||||
ln -s /home/newnius/Workspace .dropbox-origin/Dropbox/workspace
|
||||
```
|
||||
|
||||
# Dropbox (terminal)
|
||||
|
||||
## download
|
||||
|
||||
```bash
|
||||
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
|
||||
```
|
||||
|
||||
## start
|
||||
```bash
|
||||
~/.dropbox-dist/dropboxd
|
||||
```
|
||||
|
||||
## management scripts
|
||||
[link](https://www.dropbox.com/download?dl=packages/dropbox.py)
|
Loading…
Reference in New Issue
Block a user