Tag: Samba

  • Easily share files between Ubuntu Linux and Android with Samba

    Although both Ubuntu and Android are OSs using the Linux kernel, most of the software developed for managing Android devices from PCs, are either for Windows or for MacOS. There doesn’t exist any application for Ubuntu – that I know of – that can manage media, text messages, and other content in an Android device.…

  • Git Clone from Linux to Windows through Local Network

    Earlier, I blogged about how to clone a Git repository from Windows to Linux through a local network. Now, I think it’s necessary that I should write something about the other way around, which is cloning a Git repository in a shared directory of a Linux machine to a machine using Windows. This is how…

  • Git Clone from Windows to Linux through Local Network

    Working on a project at Sanmark Solutions, I encountered a situation where I needed to clone a Git repository placed in a shared directory in a Windows machine into a working directory in a Linux machine. First I tried to do it with SSH, but I wasn’t successful. I guess that’s because I am not…