IT/Software/Command Line Applications: Difference between revisions
Jump to navigation
Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) |
Walttheboss (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
*[[IT/Software/Command Line Applications/ffmpeg|ffmpeg]] | *[[IT/Software/Command Line Applications/ffmpeg|ffmpeg]] | ||
== rsync == | ==rsync== | ||
*[[IT/Software/Command Line Applications/rsync | rsync]] | *[[IT/Software/Command Line Applications/rsync | rsync]] | ||
* This program is old, updated and stable. | *This program is old, updated and stable. | ||
** If you take the time to learn it you will do well as an IT admin | **If you take the time to learn it you will do well as an IT admin | ||
** Fail to do so and fail to do so! | **Fail to do so and fail to do so! | ||
== ssh == | ==ssh== | ||
* This is the Secure SHell. | |||
* It allows a secure command line connection to any computer with an IP. | *This is the Secure SHell. | ||
*It allows a secure command line connection to any computer with an IP. | |||
*[[IT/Software/Command Line Applications/ssh | ssh]] | *[[IT/Software/Command Line Applications/ssh | ssh]] | ||
== iperf3 == | ==iperf3== | ||
* This is the most amazingly easy way to test speed between servers. | |||
*This is the most amazingly easy way to test speed between servers. | |||
*[[IT/Software/Command Line Applications/iperf3 | iperf3]] | *[[IT/Software/Command Line Applications/iperf3 | iperf3]] | ||
== qmv == | |||
* This is a batch rename utility | |||
** qcp is the same except is leaves the old one behind(copy rename paste) | |||
* Open the folder to work in. | |||
* Open the command line from there. | |||
** f4 in Dolphin | |||
* type qmv -f do | |||
* Now you are Nano text editor. | |||
** Replace all that you want. | |||
* Save and Exit | |||
* done!!! | |||
__FORCETOC__ | __FORCETOC__ |
Revision as of 13:00, 15 September 2020
Tools for manipulating pdf documents
Tool for manipulating video and audio
rsync
- rsync
- This program is old, updated and stable.
- If you take the time to learn it you will do well as an IT admin
- Fail to do so and fail to do so!
ssh
- This is the Secure SHell.
- It allows a secure command line connection to any computer with an IP.
- ssh
iperf3
- This is the most amazingly easy way to test speed between servers.
- iperf3
qmv
- This is a batch rename utility
- qcp is the same except is leaves the old one behind(copy rename paste)
- Open the folder to work in.
- Open the command line from there.
- f4 in Dolphin
- type qmv -f do
- Now you are Nano text editor.
- Replace all that you want.
- Save and Exit
- done!!!