file-manager

Linux一键安装Aria2+Yaaw+FileManager实现BT磁力下载,并在线查看/观看

廉价感情. 提交于 2019-12-10 07:34:26
说明: 博客关于 BT 下载的教程已经很多了,特别是 Aria2 ,看见小 Z 大佬写了个 Aria2 + Yaaw + FileManager 一键包,比一般的 Aria2 面板配置要简单,挺方便的,就转载下。 简介 Aria2 是一个轻量级的多协议和多源命令行 下载工具。它支持 HTTP / HTTPS , FTP , SFTP , BitTorrent 和 Metalink 。 aria2 可以通过内置的 JSON-RPC 和 XML-RPC 接口进行操作。 YAAW 则是一个管理 aria2 的 WEB 接口,两者结合轻松实现离线下载,在文章《 CentOS安装aria2 + yaaw实现离线下载 》分享过手动配置方法,为了简化流程,写了一个一键脚本,方便部署。 File Manager 是一个基于 GO 的轻量级文件管理系统支持登录系统 角色系统、在线 PDF 、图片、视频浏览、上传下载、打包下载等功能。 Github地址: https://github.com/helloxz/aria2 功能 支持多种 Linux 发行版 一键安装 Aria2 + Caddy + YAAW + FileManager 文件管理+离线下载+在线播放 安装 系统要求: CentOS 6 / 7 X64 、 Debian 8+ X64 和 Ubuntu 16+ X64 ,不支持 32 位系统

使用Aria2+AriaNG+FileManager来进行离线BT下载及在线播放

可紊 提交于 2019-12-10 07:28:25
说明: Aria2 之前介绍过很多了,是一款离线下载 BT 、磁力等的神器,这里手动发一个通过 Aria2 + AriaNG + FileManager 来进行离线 BT 下载及在线播放的教程,用起来很方便,对于这样的教程之前发了好多了,有兴趣的也还可以试试: 使用docker安装Aria2+AriaNg+filerun/Nextcloud,在线下载BT磁链/在线观看/全功能文件管理/云盘应用 ,本教程所使用的脚本均来自于逗比根据地。 系统要求: CentOS / Debian / Ubuntu ,本教程在 Debian 7 x64 下完美通过。 安装Aria2 运行以下命令: wget -N --no-check-certificate https://www.moerats.com/usr/shell/Aria2/aria2.sh && chmod +x aria2.sh && bash aria2.sh 记住默认密匙: doub.io ,默认下载地址: /usr/local/caddy/www/file ,更多参考: https://www.moerats.com/archives/251/ 安装FileManager 运行以下命令: #安装FileManager wget -N --no-check-certificate https://www.moerats.com

Use Laravel-filemanager without editor

[亡魂溺海] 提交于 2019-12-08 02:28:34
问题 I am planning to use the Laravel-filemanager laravel-filemanager in my project. In the documentation it is described to integrate with the CKEditor . But I want to use this file manager separately for a input field. 回答1: Found the library which i was searching for. UniSharp maintain a package https://github.com/UniSharp/laravel-filemanager which is a fork of tsawler/laravel-filemanager. Do not use the original package developed by tsawler, i does not maintain the package any more and not

Programmatically set custom folder/directory icon in Linux

元气小坏坏 提交于 2019-12-07 08:10:42
问题 In Linux, can one set a custom icon for a folder/directory as it appears in a desktop/file manager? For example for Windows Explorer one can set a custom icon in the folder's desktop.ini file? If so, is there a common mechanism or API function to do this (that is perhaps common among distros/desktops/file managers)? I would like to do this from a standalone console mode program C++ or perhaps using the desktop API for KDE, gnome etc.. (also Unix CDE and OSX) 回答1: If you are using the KDE

Use Laravel-filemanager without editor

邮差的信 提交于 2019-12-06 14:17:52
I am planning to use the Laravel-filemanager laravel-filemanager in my project. In the documentation it is described to integrate with the CKEditor . But I want to use this file manager separately for a input field. Found the library which i was searching for. UniSharp maintain a package https://github.com/UniSharp/laravel-filemanager which is a fork of tsawler/laravel-filemanager . Do not use the original package developed by tsawler, i does not maintain the package any more and not responsible enough. 来源: https://stackoverflow.com/questions/35621440/use-laravel-filemanager-without-editor

Programmatically set custom folder/directory icon in Linux

两盒软妹~` 提交于 2019-12-05 10:11:44
In Linux, can one set a custom icon for a folder/directory as it appears in a desktop/file manager? For example for Windows Explorer one can set a custom icon in the folder's desktop.ini file? If so, is there a common mechanism or API function to do this (that is perhaps common among distros/desktops/file managers)? I would like to do this from a standalone console mode program C++ or perhaps using the desktop API for KDE, gnome etc.. (also Unix CDE and OSX) If you are using the KDE desktop, then simply create a .directory file inside the directory. E.g. I have a custom icon for my directory

第六次读Kingfisher网络图片缓存库的思考与感受(稍微有点起色)

蹲街弑〆低调 提交于 2019-12-04 10:46:15
这节我们来优化一下之前的 硬盘存储,看看kingfiisher哪里做得好,我们稍微来学习一下。 从硬盘里检索图片模仿改进: open func retrieveImageInDiskCache(forKey key: String, options: KingfisherOptionsInfo? = nil) -> Image? { let options = options ?? KingfisherEmptyOptionsInfo let computedKey = key.computedKey(with: options.processor.identifier) return diskImage(forComputedKey: computedKey, serializer: options.cacheSerializer, options: options) } /* let options = options ?? KingfisherEmptyOptionsInfo let computedKey = key.computedKey(with: options.processor.identifier) 这两行不管是内存还是硬盘都要做一次,暂时不懂什么意思,先不管了。 */ 主要看: func diskImage(forComputedKey key: String

Any Easy to extend Web-based File Manager for node.js?

醉酒当歌 提交于 2019-12-03 11:26:42
Want to find one and modify that to read, write file on mongoDB gridfs store Nodepad: This tutorial will give you a good idea on how it was made: http://dailyjs.com/2010/11/01/node-tutorial/ As knowing how it was made it should make it heaps easer to extend it. :) It is quite basic, I'm re-writing the whole thing myself :P Nodepad on github: https://github.com/alexyoung/nodepad It even uses MongoDB, I'm going to do the opposite to what you wanted to do and that is make it not use MongoDB. :P You could try Cloud Commander node.js-based orthodox file manager. It could be used as middleware for

Finding custom-header.php in file manage on Wordpress Penscratch theme

拈花ヽ惹草 提交于 2019-12-02 20:04:48
问题 My website is www.rosstheexplorer.com. I use Wordpress. I use the Penscratch theme. I have never consciously tweaked / altered file manager. I made a change to the custom-header.php and that change has caused me to be unable to load my site. My webhost (Bluehost) said they could restore the file on file manager if I could tell them the directory for the file. I have no idea what the directory is. I have always accessed the PHP files through Customise -> Appearance -> Editor. Now I can no

How to upload a PDF file to server in android?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-02 20:02:51
问题 I referred some previously asked questions but not get proper solution.I am creating an Application and want to send PDF file by selecting it from File Manager. Thanks any type of help would appreciated. 回答1: Only you have to change this lines of code when you have to select PDF file from gallery . intent.setType("application/pdf") this will search only PDF files from gallery. Intent intent = new Intent(); intent.setType("application/pdf"); intent.setAction(Intent.ACTION_GET_CONTENT);