Skip to content
Menu
CLOUDWWH
  • HOME
  • ARTICLE
    • Security
    • LINUX
    • CLOUD
    • DEVOPS
  • TUTORIALS
    • Cloud
    • Operating System
    • Programming
    • Containers
    • Storage
    • Devops
    • Database
    • Networking
  • CHEETSHEET
  • ABOUT
    • About Us
    • Write for Us
    • Contact Us
CLOUDWWH

Category: Cloud

Cloud

Git Quick Push from Linux

Posted on October 30, 2019December 18, 2020

Adding an existing project to GitHub using the command line Create an Empty Repository in GitHUB Generating a new SSH key and add it to GitHub ssh-keygen -t rsa -C “user@gmail.com” Copy the key ~/.ssh/id_rsa.pub to GitHub Keys https://github.com/settings/keys ssh -T git@github.com (Hi user! You’ve successfully authenticated, but GitHub does not provide shell access) Go…

Read More

Gogs – Self Hosted Git Service

Posted on October 26, 2019October 29, 2019

What Gogs is a painless self-hosted Git service Why There are many distributed version-control systems (DVCS) available as a SaaS service provided by many vendors, famous are GitHub, GitLab, Bitbucket, Mercurial etc. But if you want to maintain an own private DVCS, then you can do this with Gogs. How All OS Installation Package available…

Read More

Guacamole

Posted on October 25, 2019October 25, 2019

What and Why We used many remote clients like Putty (SSH), RDP Clients, VNC Clients etc. to access our serversĀ  Apache Guacamole is the clientless (no plugins or client software required) remote desktop gateway which supports standard protocols like VNC, RDP, and SSH.We can access our servers remotely anywhere simply with browsers. How There are…

Read More

Recent Posts

  • S3 Bucket Endpoints
  • Ubuntu Upgrade
  • Kubernetes Dashboard Installation
  • Kubernetes Cluster Concepts
  • Git Bash Quick New Repo Push

Number Of Visitors

0065296
©2022 Cloudwwh