mirror of
https://github.com/cheat/cheat.git
synced 2025-09-03 02:28:29 +02:00
Update and some new examples
* Update a mistake in ifconfig * Add example for a SOCKS proxy in ssh * Add an example for mounting a NFS dir in mount * Add a description for git blame * Add some examples in grep * Add example for specifing an interface in dhclient * Add a description for apt-get install * Add some commands in apt-cache * Add an example of pretty printing jsons using python
This commit is contained in:
@ -3,3 +3,6 @@ mount -o remount,rw /
|
||||
|
||||
# To mount Usb disk as user writable:
|
||||
mount -o uid=username,gid=usergroup /dev/sdx /mnt/xxx
|
||||
|
||||
# To mount a remote NFS directory
|
||||
mount -t nfs example.com:/remote/example/dir /local/example/dir
|
||||
|
Reference in New Issue
Block a user