Skip to content
Base64

Tag: terminal

April 3, 2022

Compress/Reduce PDF size Linux terminal

General by Curt Sahd0 comments

Reduce the size of a pdf file from the Linux terminal using Ghostscript:

Read more>>
March 29, 2022

Append text to file if it doesn’t exist Sed terminal

General by Curt Sahd0 comments

Assume you wanted to add the text “mytext” to a file if it doesn’t exist: -i writes the output to […]

Read more>>
March 29, 2022

Replace text in file with Sed terminal

General by Curt Sahd0 comments

Assume you wanted to replace “abc” with “def” in a file, you can do so using sed as follows: -i […]

Read more>>
March 9, 2022March 9, 2022

How to enable/disable CageFS for user in CloudLinux

General by Curt Sahd0 comments

To DISABLE CageFS for a particular user on CloudLinux you can running the following command: To ENABLE CageFS for a […]

Read more>>
January 5, 2022

How to send an email with Telnet

General by Curt Sahd0 comments

Sending a mail using the command prompt or terminal is possible with a Telnet client. Press Enter Press Enter Press […]

Read more>>

Recent Posts

  • Use Rsync to empty dir on Hetzner storage box
  • Move Proxmox VM from old to new cluster FAST
  • Get CSF to work with Docker iptables
  • Set timezone Ubuntu 20.04/22.04
  • Install CSF on Ubuntu 20.04/22.04

Categories

  • General