Powers Talmadge
Light Board Operator | Salt Lake City | United States
I am working as Light Board Operator.
List of Contributed Questions (Sorted by Newest to Oldest)
List of Contributed Answer(s) (Sorted by Newest to Oldest)
📤 Uploading Photos to Google Drive
- Open Google Drive in your browser or app.
- Click New → File Upload (or Folder Upload).
- Select the photos you want to upload.
- Wait for the upload to finish — progress appears at the bottom right.
- Optional: Organize your photos into folders for easier access.
Tips:
- You can also drag and drop photos directly into Google Drive.
- For automatic backup from your phone, use Google Photos sync.
Learn more: Google Drive Help
Answered for the Question: "How to upload the photos in google drive?"
🖥 Connecting to Linux from Windows
You can connect using SSH or Remote Desktop depending on your needs.
Using SSH (command line):
1. Install PuTTY or use Windows PowerShell.
2. Get your Linux machine’s IP address (ifconfig or ip a).
3. Connect:
ssh username@IP_address
4. Enter your password when prompted.
Using Remote Desktop:
- Install xrdp on Linux:
sudo apt install xrdp
sudo systemctl enable xrdp
sudo systemctl start xrdp
- Open Remote Desktop Connection on Windows and connect using the Linux IP.
More details: How to SSH from Windows
Answered for the Question: "How to connect linux machine from windows?"