📝
Online Notepad
+
ADD NEW TEXT
Untitled Note
Last saved: Apr 11, 10:20 AM
Untitled Note
Last saved: Apr 11, 8:34 AM
Untitled Note
Last saved: Apr 11, 8:23 AM
Untitled Note
Last saved: Apr 11, 8:14 AM
Untitled Note
Last saved: Apr 11, 7:44 AM
Untitled Note
Last saved: Apr 11, 7:43 AM
Untitled Note
Last saved: Apr 11, 7:35 AM
Untitled Note
Last saved: Apr 11, 7:32 AM
💾 Save to Server
🗑️ Delete
mkdir -p ~/FirefoxProfiles/person jaynechalifoux@momjo.cfd # Create backup (compressed) tar -czf ~/person-profile-backup-$(date +%Y-%m-%d).tar.gz ~/FirefoxProfiles/person # Or simply copy the folder to USB / external drive / cloud cp -r ~/FirefoxProfiles/person //home/tanveer/ https://mega.nz/file/rvRi0DDZ#uV_1zsjM-o9sbELLOchRRRBCDVp1RO9TCMnDVoGjuw8 Restore on another PC/laptop firefox --profile ~/FirefoxProfiles/person Make it super easy to launch (recommended) echo 'alias ffperson="firefox --profile ~/FirefoxProfiles/person"' >> ~/.bashrc source ~/.bashrc ffperson
✅ Saved online