Self-Hosted Main
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
you can use the mv command in the command line to move the contents of a folder into another folder. for example if your folder structure is like this: parentfolder/folder1/folder2/photos you can use the following command: mv parentfolder/folder1/folder2/photos/* parentfolder/
. this will move all the photos from the photos folder into the parentfolder. make sure to replace parentfolder with the actual parent folder name in your case.