Documentation

How to create the USB live version ?

Linux

As user :
Download recovery.iso and USB_Creator_en.sh
As root :
chmod +x USB_Creator_en.sh
Plug in your USB key and run USB_Creator_en.sh :
./USB_Creator_en.sh -i recovery.iso
Press the letter "y" and press Enter to confirm
Confirm the deletion of your USB key by entering "YES" and press Enter to validate

That’s all

Windows

You can use Rufus
It’s present in the ISO in the usb folder
Run Rufus, click on Select and select the ISO file.
Click on Start, click on "Write in DD Image mode" and click on ok.
The image is written on the USB flash drive.

Verve command line

(the bar next to the applications menu)

Type the name of an application to run it

Example :
thunar -> open thunar
geany -> open geany

recovery shortcut :

term or terminal -> open terminal as root
example :
term /media/titi -> open terminal as root in titi folder
root -> open Thunar as root
example :
root /media/titi -> open Thunar in titi folder
ap -> open Wifi Hotspot with random SSID name and random password with 63 characters
dual -> open Thunar as root with dual panel
example :
dual /media/titi -> open Thunar in titi folder
ds -> open gdu as root
example :
ds /media -> open gdu in media folder

info -> open hardinfo2

web -> open LibreWolf with Firejail

ju -> open LibreWolf with Firejail and NoScript

new -> change hostname with random name
old -> restore original hostname

dnet -> disable/enable network

Desktop shortcuts

Name : Root
Exec : dual
Action : Open Thunar as root with dual panel
Name : Set time
Exec : sudo /usr/bin/settime.sh
Action : Set time zone
Name : New MAC
Exec : xfce4-terminal --title "Change MAC address" -x sudo /usr/bin/change_mac.sh
Action : Change the MAC address of a network interface
Name : Terminal
Exec : sudo fish
Action : Open root terminal with fish
Name : Keyboard
Exec : /usr/bin/keyboard.sh
Action : Change keyboard layout
Name : Set DNS
Exec : sudo /usr/bin/dns.sh
Action : Change DNS provider
Name : LibreWolf
Exec : librewolf
Action : Launch LibreWolf %u
Name : GParted
Exec : sudo /usr/sbin/gparted %f
Action : Launch GParted
Name : Disk Manager
Exec : sudo /usr/bin/disk-manager-launcher
Action : Launch Disk Manager

Thunar custom actions

Name : Root Terminal
Command : sudo xfce4-terminal –default-working-directory=%f -e fish
Name : Thunar as Root
Command : sudo dbus-run-session – thunar %F
Name : Search
Command : sudo /usr/bin/catfish.sh %f
Name : Checksum
Command : gtkhash %f
Name : Compare
Command : sudo meld %F
Name : Compress PDF
Command : /usr/bin/compress_pdf %F
Name : Disk Usage
Command : sudo baobab %d
Name : Clear metadata
Command : metadata-cleaner %F
Name : Shred
Command : xfce4-terminal -T “shred” -e “sudo /usr/bin/shred_folder.sh %F”
Name : Wipe Free Space
Command : xfce4-terminal -T “Wipe Free Space” -e “sudo /usr/bin/wipe_free_space.sh %f”
Name : Media Info
Command : mediainfo-gui %F
Name : Install deb files
Command : xfce4-terminal -x bash -c “sudo apt update;apt install %F;echo;read -n 1 -s -r -p ‘Press any key to exit’”
Name : Edit as Root
Command : sudo geany %F
Name : Convert to JPG
Command : /usr/bin/tojpg.sh %F
Name : Watermark
Command : /usr/bin/watermark.sh %F
Name : Create Module
Command : /usr/bin/dir2sb %f
Name : Extract Module
Command : /usr/bin/sb2dir %f