Forwarded from Mohammed's GitHub uploader bot
wallpaper_005.webp
11.7 MB
Forwarded from Mohammed's GitHub uploader bot
wallpaper_006.webp
12.3 MB
Forwarded from Mohammed's GitHub uploader bot
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Mohammed's GitHub uploader bot
Wallpaper_002.webp
1.3 MB
Forwarded from Mohammed's GitHub uploader bot
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Mohammed's GitHub uploader bot
Wallpaper_004.webp
1.3 MB
Forwarded from Mohammed's GitHub uploader bot
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Mohammed's GitHub uploader bot
Wallpaper_006.webp
1.3 MB
Forwarded from Mohammed's GitHub uploader bot
dex_wallpaper_1.webp
3.7 MB
Forwarded from Mohammed's GitHub uploader bot
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Mohammed's GitHub uploader bot
dex_wallpaper_2.webp
3.6 MB
Forwarded from Mohammed's GitHub uploader bot
This media is not supported in your browser
VIEW IN TELEGRAM
Make Swap File
To create a swap file on a Linux system, follow these steps:
Create an Empty Swap File: Use the dd command to create a file of the required size. For example, to create a 4GB swap file:
Set Correct File Permissions: Ensure that only root can read and write to the swap file:
Initialize the Swap File: Use the mkswap command to set up the file as a swap space:
Enable the Swap File: Activate the swap file with the swapon command:
Verify the Swap File: Check if the swap file is active and being used:
Make the Swap File Persistent: Add an entry to /etc/fstab to ensure the swap file is enabled after reboots:
These steps will create and enable a swap file on your Linux system.
To create a swap file on a Linux system, follow these steps:
Create an Empty Swap File: Use the dd command to create a file of the required size. For example, to create a 4GB swap file:
sudo dd if=/dev/zero of=/swapfile bs=1M count=4096
Set Correct File Permissions: Ensure that only root can read and write to the swap file:
sudo chmod 600 /swapfile
Initialize the Swap File: Use the mkswap command to set up the file as a swap space:
sudo mkswap /swapfile
Enable the Swap File: Activate the swap file with the swapon command:
sudo swapon /swapfile
Verify the Swap File: Check if the swap file is active and being used:
sudo swapon -s
Make the Swap File Persistent: Add an entry to /etc/fstab to ensure the swap file is enabled after reboots:
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
These steps will create and enable a swap file on your Linux system.
This media is not supported in the widget
VIEW IN TELEGRAM
Forwarded from Belal Youseef 🇵🇸
odin4
3.6 MB
Odin for Linux 🐾
Usage :
- from leaked Smasnug source 😄
Usage :
./odin4 -b BL_XXXX.tar.md5 -a AP_XXXX.tar.md5 -c CP_XXXX.tar.md5 -s CSC_XXXX.tar.md5
- from leaked Smasnug source 😄