General chatroom for people interested in OSS on IBM i. OSS for RPG and ILE or PASE/AIX environment to share and collaborate on ideas like making RPMs, compiling OSS in PASE/AIX, having a OSS package manager on IBM i to ease the installation and update of OSS etc...
Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout, looking sexy from the start.
Here's what I have in my shell script file that I run in the morning:
basedir="/Users/aaronbartell/"
sshfsname="remote_home_git_app1"
remotedir="/home/aaron/git/app1"
mkdir $basedir$sshfsname
umount -f $basedir$sshfsname
sshfs -o volname=$sshfsname -o allow_other,defer_permissions,IdentityFile=~/.ssh/id_rsa aaron@[ibmi_ip_address]:$remotedir $basedir$sshfsname
Replace [ibmi_ip_address]
with your IBM i IP address, and then obviously replace the other values to match your paths.
@aaronbartell Finally got around to installing Windows 10 Git Bash and have been searching for instructions on how to connect to IBM i and so far have not found any. Do you have any recommendations?
@jbh Open the git-bash terminal and type: ssh ibmiprofile@ibmi_ip_address
STRTCPSVR *SSHD
New Crowdcast - #IBMiOSS Panel Discussion on the OSSILE repo - this Friday, 9Dec2016 at 8am Pacific (4pm GMT)
Here's a better description from one of our members, John Yeung