Skip to main content
Maher Sakka
Main navigation
  • Home
  • Contact me
Language switcher
  • English
  • عربي
Breadcrumb
  1. Home

Send an email to multiple recipients at once

If you want to send an email to multiple recipients at once, you can enter all recipient addresses, separated by commas (“,”), in one of the following fields:

Tags
  • Tips & Tricks
  • Read more about Send an email to multiple recipients at once

How to determine which Linux distribution and kernel version you are running

When connecting to a Linux server, we need to know the name of the running Linux distribution, its version number, and the kernel version number.

This is often done to determine:

Tags
  • Linux
  • Read more about How to determine which Linux distribution and kernel version you are running

How to compress and decompress files in Linux with ZIP

To compress a directory in Linux you can use the zip command:

zip -r output_file.zip folder

You can compress multiple directories too by adding the folders' names :

zip -r output_file.zip folder1 folder2 folder3

To decompress the zipped file, use the command unzip:

Tags
  • Linux
  • Read more about How to compress and decompress files in Linux with ZIP

How to compress and extract TAR files in Linux

To compress a directory in Linux, you can use the tar command:

tar -zcvf file.tar.gz folder

To exclude a specific folder or files, use the –exclude= option with the folder name:

tar -zcvf file.tar.gz –exclude='temp' –exclude='node_modules' folder

To decompress a file, use the -x option:

Tags
  • Linux
  • Read more about How to compress and extract TAR files in Linux

How to get the size of directories in Linux

To get information about the total and available space on the Linux file system, you can use the df command.

df

The df command displays information about all mounted filesystems, including total size, space used, percentage usage, and mount point:

Tags
  • Linux
  • Read more about How to get the size of directories in Linux

How to find files that contain specific text in Linux

To search for a specific text on a Linux system, the grep command can be used according to the following syntax:

grep -iRl "text_to_search" ./

The basic parameters are:

  • i: ignore text case (uppercase or lowercase)
  • R: search recursively in subfolders files
  • l: show file names instead of parts of the file contents

The folder path to be searched is specified last.

Tags
  • Linux
  • Read more about How to find files that contain specific text in Linux

Fix the problem of Please provide a valid cache path in Laravel

The "Please provide a valid cache path" problem usually appears in Laravel when transferring a project to a new hosting or downloadin a project on the computer.

Tags
  • Laravel
  • Read more about Fix the problem of Please provide a valid cache path in Laravel

Technical and IT dictionary, a dictionary of technical terms from Arabeyes

Among the difficulties faced by application developers and IT articles writers in the Arabic language is to find technical terms and or synonyms.

In this context, the Arabeyes team Arabeyes created and followed up the Technical and IT dictionary to collect and translate terms.

The team group presents this dictionary as below:

  • Read more about Technical and IT dictionary, a dictionary of technical terms from Arabeyes

Hello World !

Al Hamdoul'ELLEH,

I reopened my blog in this blessed month, and we ask God to help us with what benefits people.

In this blog, I will publish special projects, as well as write and translate some articles of interest to computer science, technology, and entrepreneurship, so that everyone benefits.

If you have a project proposal, advice or comment, do not hesitate to contact me.

  • Read more about Hello World !
Tags
  • Laravel
  • Linux
  • Drupal
  • Database
  • Tips & Tricks
  • Mobile
Recent posts
  • Send an email to multiple recipients at once
  • How to determine which Linux distribution and kernel version you are running
  • How to compress and decompress files in Linux with ZIP
Monthly archive
  • May 2017 (2)
  • August 2018 (1)
  • October 2020 (1)
  • August 2023 (1)
  • July 2024 (2)
  • November 2024 (1)
  • May 2025 (2)
RSS feed

mahersakka.com © 2024