Reduce the size of a pdf file from the Linux terminal using Ghostscript:
Tag: terminal
Append text to file if it doesn’t exist Sed terminal
Assume you wanted to add the text “mytext” to a file if it doesn’t exist: -i writes the output to […]
Replace text in file with Sed terminal
Assume you wanted to replace “abc” with “def” in a file, you can do so using sed as follows: -i […]
How to enable/disable CageFS for user in CloudLinux
To DISABLE CageFS for a particular user on CloudLinux you can running the following command: To ENABLE CageFS for a […]
How to send an email with Telnet
Sending a mail using the command prompt or terminal is possible with a Telnet client. Press Enter Press Enter Press […]