Skip to content

Instantly share code, notes, and snippets.

@adriaPerez
adriaPerez / hide-recent-gnome-tab.md
Last active November 24, 2018 12:20
Hide the recent

1- Disable the this feature by going into the Gnome Settings > Privacy > Usage & history.

2- Edit the ~/.config/gtk-3.0/settings.ini file by adding: gtk-recent-files-enabled=0 as shoen in the official documentation. If the file doesn't exist you can create it:

[Settings]
# ...
gtk-recent-files-enabled=0

3- Log out and log back in for the changes to apply.

@adriaPerez
adriaPerez / gitlab_github_fork.md
Last active July 22, 2025 17:53
Forking Git repository from GitHub to GitLab
git reflog
git reset --hard HEAD@{X}