Skip to content

Devlion

Devlion experience for Developers

Month: December 2020

LINUX – Mount disk with SFTP to Windows

#yum install sshfs or apt intstall sshfs

#mount
mkdir /disk
sshfs user@IP:/path /disk

#unmount
fusermount -u /disk

#mount with password
sshfs -o password_stdin  user@IP:/ /disk <<< 'your password'
Author KirilPosted on December 23, 2020December 23, 2020Categories DevlionLeave a comment on LINUX – Mount disk with SFTP to Windows

install all plugins by moosh

#!/bin/bash
while IFS= read -r line; do
    moosh -n plugin-install -f $line
done < plugins.txt

Install all plugins from file

Author Ilya DPosted on December 21, 2020August 8, 2021Categories Bash ScriptsLeave a comment on install all plugins by moosh

Search

Recent Posts

  • Moodle AMD implementation
  • Import DB with progress bar
  • Backup DB + data
  • LINUX – Mount disk with SFTP to Windows
  • install all plugins by moosh

Recent Comments

  • Moodle – How to install Moodle on Ubuntu 18.04 – Devlion on Ubuntu – How to open new Ubuntu 18.04 server on Digital Ocean

Archives

  • December 2021
  • September 2021
  • May 2021
  • December 2020
  • October 2020
  • January 2020
  • October 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018

Categories

  • Accessibility
  • Activity
  • Activity
  • Analytics
  • Apache
  • Bash Scripts
  • Bash Scripts
  • CLI
  • Coding Style
  • Coding Style
  • Devlion
  • Geogebra
  • GIT
  • JS
  • Laravel
  • Mac Os
  • Moodle
  • Moodle
  • Moodle Plugins
  • Mysql
  • PHP
  • PHP
  • Quiz
  • Support
  • Support
  • Ubuntu
  • Virtual Box
  • Wordpress
  • Wordpress
  • WP Support
  • Xapi

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Devlion Proudly powered by WordPress