Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e8767b9

Browse files
wget and BLAS
1 parent c2c6798 commit e8767b9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Handy list of oft-used Linux commands that I will never remember. Not intended t
1111
- [rsync](#rsync)
1212
- [Networking](#networking)
1313
- [fish](#fish)
14+
- [wget](#wget)
1415
- [System Setup](#system-setup)
1516
- [Essential Installs in Ubuntu LTS Minimal](#essential-installs)
1617
- [Increasing swap memory](#increasing-swap)
@@ -96,11 +97,18 @@ sudo passwd $USER
9697
chsh -s `which fish`
9798
```
9899

100+
### wget
101+
102+
```bash
103+
# recursive no-parent Reject no-Host robots.txt X_no_of_dirs
104+
wget -r -np -R "index.html" -nH -e robots=off --cut-dirs=X <download_URL>
105+
```
106+
99107
## System Setup
100108
### Essential Installs
101109

102110
```bash
103-
sudo apt install -y fish wget bzip2 curl git gcc g++ python3-dev build-essential vim nano rsync htop tree screen libatlas-base-dev libboost-all-dev
111+
sudo apt install -y fish wget bzip2 curl git gcc g++ python3-dev build-essential vim nano rsync htop tree screen libatlas-base-dev libboost-all-dev libopenblas-dev
104112
```
105113

106114
### Increasing swap

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /