MBrownieBytes

A blog for software engineers, sys admins, devops, and the technically inclined.
How to guides, Tutorials, Tips and Tricks

  1. You are here:  
  2. Home

Blog

Windows Development Software - SFTP

Details
Published: 27 September 2021
  • sftp
  • windows

This is a series of posts which will list some useful apps for development and general usage of Windows. These are just some examples of what can be useful. Of course, use any app you already know or have.

 

sftp:

WinSCP 

http://winscp.net/eng/

WinSCP is an open source free SFTP client, FTP client, WebDAV client, S3 client and SCP client for Windows. Its main function is file transfer between a local and a remote computer. Beyond this, WinSCP offers scripting and basic file manager functionality.




Cyberduck
https://cyberduck.io/
Cyberduck is a libre server and cloud storage browser for Mac and Windows



MobaXterm

https://mobaxterm.mobatek.net/
When you log to a remote server using SSH, a graphical SFTP browser pops up on in the left sidebar. It allows you to drag and drop files directly from/to the remote server using a secure SFTP connection


 
-End of Document-
Thanks for reading

 

Windows Development Software - Git

Details
Published: 13 September 2021
  • git
  • windows

This is a series of posts which will list some useful apps for development and general usage of Windows. These are just some examples of what can be useful. Of course, use any app you already know or have.

 

git:

IntelliJ IDEA Git
https://www.jetbrains.com/idea/features/

IntelliJ IDEA provides a unified interface for major version control systems



Tower
https://www.git-tower.com/windows

Use all of Git's powerful feature set - in a GUI that makes you more productive



Git for Windows

https://gitforwindows.org/ aka https://git-scm.com/ eg command line

Git for Windows command line client



TortoiseGit
https://tortoisegit.org/

TortoiseGit provides overlay icons showing the file status, a powerful context menu for Git and much more




Git Extensions

https://gitextensions.github.io/

Git Extensions is a standalone UI tool for managing Git repositories



GitKraken

https://www.gitkraken.com/

Unleash GitKraken! This intuitive Git GUI simplifies and streamlines Git processes



GitHub Desktop
https://desktop.github.com/

GitHub Desktop simplifies your development workflow


 
-End of Document-
Thanks for reading

Windows Development Software - Terminal

Details
Published: 30 August 2021
  • windows
  • terminal

This is a series of posts which will list some useful apps for development and general usage of Windows. These are just some examples of what can be useful. Of course, use any app you already know or have.

 

windows terminal:

Cmder

https://cmder.net/

Portable console emulator for Windows


Terminus 

https://github.com/Eugeny/terminus

deprecated, replaced with Tabby

Tabby

https://github.com/Eugeny/tabby

Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux for the modern age


Git for Windows

https://git-scm.com/

Git for Windows includes a bash client


Windows Terminal
https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701

Windows Terminal is a modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL. 


 

-End of Document-
Thanks for reading

Windows Development Software - SSH

Details
Published: 16 August 2021
  • ssh
  • windows

This is a series of posts which will list some useful apps for development and general usage of Windows.  These are just some examples of what can be useful.  Of course, use any app you already know or have.  

 

ssh terminal:

mRemoteNG

http://www.mremoteng.org/

an open source, tabbed, multi-protocol, remote connections manager for Windows

 

 

PuTTY

http://www.chiark.greenend.org.uk/~sgtatham/putty/

PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator.

 

 

MobaXterm

https://mobaxterm.mobatek.net/

Enhanced terminal for Windows with X11 server, tabbed SSH client, network tools and much more

 

 

Terminus 

https://github.com/Eugeny/terminus

deprecated, replaced with Tabby

Tabby

https://github.com/Eugeny/tabby

Tabby is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux for the modern age 

-End of Document-
Thanks for reading

 

  1. Git hooks
  2. Add CORs headers to legacy apps

Page 5 of 21

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10

Search

Tags

php 21 git 10 windows 10 aws 9 nodejs 7 security 6 virtualbox 6 android 5 portable 4 redhat 4 ubuntu 4 react native 3 reactjs 3 docker 3 devops 3 nginx 3 bash 3 symfony 3 apache 3 ide 2

Most Read Posts

  • Handle HTTP 302 response from proxy in Angular
  • PHPUnit exceeds memory limit
  • Adding camera api to react native
  • Portable Java
  • Clear out old MSMQ messages

Older Posts

  • HDMI and Display Port versions
  • Useful Linux Commands
  • DevOps SysAdmin Tips for researching a slow or unresponsive app or system
  • DDEV for local development in containers
  • Valid local self signed certs
  • Bash script to delete merged local git branches
My Blog