Ubuntu: Difference between revisions

m (Protected "Ubuntu" ([Edit=Allow only logged in users] (indefinite) [Move=Allow only logged in users] (indefinite) [Delete=Allow only logged in users] (indefinite)))
Line 846:
 
==== Sharing files in an easy manner ====
File sharing with Samba or NFS is easy once it is set up on both computers. What about file transfer to another computer on the network without the need for setting up software? If the file size is small it can be emailed. In the event of the computers being in the same room and USB devices being used on both, you can use a USB flash drive. The other option is Woof. This is a Python script that can run on any Linux (or similar) computer. You can download the script from the homepage at http://www.home.unix-ag.org/ simon/woof.html and make it run. You can then share the file by using this command.
./woof /path/to/myfile
 
==== Most commonly used Commands ====
history | awk '{print $2}' | sort | uniq -c | sort -rn | head -10