update
This commit is contained in:
parent
a363677698
commit
1ada43d55b
@ -11,7 +11,10 @@
|
||||
`Meta+V` -> `virtualbox`
|
||||
|
||||
## Filezilla
|
||||
`Meta+F` -> `/usr/local/FileZilla3/bin/filezilla`
|
||||
`Meta+F` -> `filezilla`
|
||||
|
||||
## IntelliJ
|
||||
`Meta+I` -> `/usr/local/idea/bin/idea.sh`
|
||||
|
||||
## Steam
|
||||
`Meta+S` -> `steam`
|
||||
|
12
Steam/install.md
Normal file
12
Steam/install.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Steam
|
||||
|
||||
## For the first time
|
||||
```
|
||||
LD_PRELOAD='/usr/$LIB/libstdc++.so.6' LIBGL_DRI3_DISABLE=1 steam
|
||||
```
|
||||
|
||||
## Fuck the GFW
|
||||
|
||||
```
|
||||
https_proxy=http://127.0.0.1:1080 steam
|
||||
```
|
4
Wireless/install.sh
Normal file
4
Wireless/install.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#! /bin/bash
|
||||
|
||||
# https://www.youtube.com/watch?v=eUnfVG7Zst0
|
||||
sudo apt install broadcom-sta-dkms
|
@ -7,4 +7,8 @@ sudo apt update && sudo apt install -y \
|
||||
keepass2 \
|
||||
thunderbird \
|
||||
privoxy \
|
||||
filezilla
|
||||
filezilla \
|
||||
git \
|
||||
python-pip \
|
||||
curl \
|
||||
openssh-server
|
||||
|
7
apt/pinyin.md
Normal file
7
apt/pinyin.md
Normal file
@ -0,0 +1,7 @@
|
||||
```
|
||||
sudo apt install -y fcitx-googlepinyin
|
||||
```
|
||||
|
||||
```
|
||||
im-config
|
||||
```
|
9
chrome/install.sh
Normal file
9
chrome/install.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
|
||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
|
||||
sudo dpkg -i google-chrome-stable_current_amd64.deb
|
||||
|
||||
sudo apt install -f -y
|
||||
|
||||
sudo dpkg -i google-chrome-stable_current_amd64.deb
|
@ -1,9 +1,19 @@
|
||||
# Dropbox (GUI)
|
||||
# Dropbox
|
||||
|
||||
## download
|
||||
## Dropbox daemon
|
||||
|
||||
```
|
||||
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
|
||||
```
|
||||
|
||||
## GUI
|
||||
[link](https://www.dropbox.com/install-linux)
|
||||
|
||||
|
||||
```
|
||||
sudo apt install -y python-gpgme
|
||||
```
|
||||
|
||||
## 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
|
||||
@ -16,13 +26,6 @@ set root dir location to .dropbox-origin
|
||||
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
|
||||
|
@ -9,6 +9,6 @@ set tabstop=2
|
||||
|
||||
set nonumber
|
||||
|
||||
set mouse=
|
||||
set mouse-=a
|
||||
|
||||
set encoding=utf-8
|
||||
|
Loading…
Reference in New Issue
Block a user