formatting
This commit is contained in:
parent
b934a15507
commit
bf50a53800
1 changed files with 3 additions and 7 deletions
10
README.org
10
README.org
|
@ -16,13 +16,9 @@ the function ~quiet~ can be used anywhere in emacs where lack of network access
|
|||
|
||||
you may want to ~customize~ or ~setq~ ~quiet-disconnect~ and ~quiet-connect~ to the appropriate shell commands to turn your network (or single interface) on or off.
|
||||
|
||||
- MacOS (current default)
|
||||
% networksetup -setairportpower airport {on,off}
|
||||
- Linux
|
||||
% ifup wlan0
|
||||
% ifdown wlan0
|
||||
- BSD
|
||||
% service netif {stop, start}
|
||||
- MacOS (current default). ~networksetup -setairportpower airport {on,off}~
|
||||
- GNU/Linux. ~ifup wlan0~ and ~ifdown wlan0~
|
||||
- *BSD. ~service netif {stop, start}~
|
||||
|
||||
* further
|
||||
|
||||
|
|
Loading…
Reference in a new issue