- How to get my linux box IP Address?
- /sbin/ifconfig - Use this command to get it :)
- /sbin/ifconfig | less
- Under Linux based systems you can use:
- ip addr show
mount/umount
Use this command to mount an external drive/folder
There is no doubt that I prefer wget way over any other type of downloads… Syntax: wget <DOWNLOAD_URL> If you get this error “ zsh: parse error near & ” then its probably because your download URL has a “&” so you should try giving your DOWNLOAD_URL in double quotes wget “<DOWNLOAD_URL>” If you are trying to download from a site which needs you to give your credentials then you can try giving it this way wget --http-user=<UserName> --http-password=<Password> “<DOWNLOAD_URL>” Hope this helps
Comments