IT/Software/Command Line Applications: Difference between revisions

From msgwiki
< IT‎ | Software
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.
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
*[[IT/Software/Command Line Applications/PDF Tools|PDF Tools]]
*[[IT/Software/Command Line Applications/PDF Tools|PDF Tools]]
*[[IT/Software/Command Line Applications/PDF Toolkit|PDF Toolkit]]
*[[IT/Software/Command Line Applications/PDF Toolkit|PDF Toolkit]]
*[[IT/Software/Command Line Applications/Compression with Ghostscript|Compression with Ghostscript]]


==Tool for manipulating video and audio==
==Tool for manipulating video and audio==
Line 19: Line 20:
==ssh==
==ssh==


*This is the Secure SHell.
*This is the Secure SHell
*It allows a secure command line connection to any computer with an IP.
*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]]
Line 28: Line 29:
*[[IT/Software/Command Line Applications/iperf3 | iperf3]]
*[[IT/Software/Command Line Applications/iperf3 | iperf3]]


== qmv ==
==qmv==
 
*This is a batch rename utility
**qcp is the same except is leaves the old one behind(copy rename paste)
*[[IT/Software/Command Line Applications/qmv | qmv]]
*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!!!
 
==lftp==
 
*super command line ftp with way more options than you will ever use.
*[[IT/Software/Command Line Applications/lftp | lftp]]
 
==wakeonlan==
 
*this is a nifty tool to turn on computers remotely.
*[[IT/Software/Command Line Applications/wakeonlan | wakeonlan]]


* 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__

Latest revision as of 04:55, 10 November 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)
  • qmv
  • 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!!!

lftp

  • super command line ftp with way more options than you will ever use.
  • lftp

wakeonlan

  • this is a nifty tool to turn on computers remotely.
  • wakeonlan