File - page 3

How to Enable .htaccess in Apache Web Server
Enable . htaccess Use a text editor to open your configuration file sudo nano /etc/apache2/sites-available/example.com.conf. After the VirtualHost blo...
How to Create RPM for Your Own Script in CentOS/RedHat
How to Create RPM for Your Own Script in CentOS/RedHat Step 1 – Install Required Packages. First of all, you need to install the required packages on ...
Linux tar Command
The tar command stands for tape achieve, which is the most commonly used tape drive backup command used by the Linux/Unix system. It allows for you to...
How to compress PDF files on Linux
Command Line Utilities to Reduce PDF File Size in Linux Using GhostScript. We can use the ghostscript command line utility in Linux to compress PDFs. ...
How to Open a GZ File in Linux
How to Open a GZ File in Linux $ gzip -d FileName.gz. Once you execute the command, the system starts to restore all of the files in their original fo...
How to Unzip (Open) Gz File
To open (unzip) a . gz file, right-click on the file you want to decompress and select “Extract”. Windows users need to install additional software su...
How to create and edit text files using command-line from Linux Terminal
Type vi filename. txt into Terminal. For a file named tamins, for example, you'd type vi tamins. txt . If your current directory has a file by the sam...
9 ways to use the Touch command with examples
Touch command usage for beginners with examples 1) Create a new file. ... 2) Create multiple files. ... 3) Force touch to not create a file. ... 4) Ch...
Bash How to Write a Variable to a File
How do you write a variable to a file? How do you write a variable to a file in shell script? How do I write to a file in bash? How do you write a var...
How to Create a File in Linux
How do you create a new file in Linux? How do you create a file in Unix? How do you write to a file in Linux terminal? How do you create a file? How d...
How to create and edit PDF files in Debian 10
How do I edit a PDF in Debian? How do I edit a PDF file in Linux? Is there a PDF editor for Linux? How do you write and edit a PDF file? How can I dra...
Laravel is not reading .env file after change
How do I view .ENV files in laravel? How do I set up an .ENV file? What is .ENV file in laravel? How do I create a .ENV file in laravel? What is ENV e...