Apps
Toggl Track
from terminal:
flatpak run com.toggl.TogglDesktop
VSCode
from terminal:
code
Files
- ctrl + L focuses on address bar
- ctrl + H toggles hidden files visisble
- "~/" + enter in address bar navigates to Home
File Navigator
- edit right panel shortcuts: gedit ~/.config/user-dirs.dirs
- comment out (using "#") the folders you don't want
Filezilla
Connect using Site Manager to Tunneled server
- File > Site Manager
- host: localhost
- port: 900#
GNOME Commander
from terminal do:
gnome-commander
OneDrive
Rclone is utility that allows Ubuntu to connect to my OneDrive
install rclone
https://www.youtube.com/watch?v=u_W0-HEVOyg
Step 1:
sudo apt update
sudo apt install rclone
Step 2:
make OneDrive on home/ directory
Step3: (2:29 timestamp)
rclone config
Step 4: Mount rclone (Start To Use Here)
Recommended mount command based on my requirements (no download all to machine, sync when modified, and download when used) (conversation 2024-07-23)
rclone mount OneDrive: ~/OneDrive --vfs-cache-mode minimal --daemon
- This will not persist through reboots. You will need to enter this command again.
--vfs-cache-mode minimal: Ensures that only directory listings and metadata are cached, so files are not downloaded until you access them.--daemoncommand will run in the background so I don't need to keep a terminal window dedicitaed to this
Step 4: Disconnect (if you ever need)
fusermount -u ~/OneDrive
Other rclone stuff
Mount via YouTube:
rclone --vfs-cache-mode writes mount OneDrive: ~/OneDrive &
Mount via new ChatGPT:
rclone --vfs-cache-mode writes mount onedrive: ~/OneDrive
Mount via old chatGPT that worked:
rclone mount OneDrive: ~/OneDrive --daemon
Old rclone stuff
rclone syncs files for OneDrive
- virtual sync, most files are not downloaded.
- to mount type into terminal:
rclone mount OneDrive: ~/OneDrive --daemon- If we get an error: use this to refresh token
rclone config reconnect OneDrive: - just enter "y" for yes to referesh existing token < -- I don't know what the token is but this works
- If we get an error: use this to refresh token