官方论坛产品帮助刷图视频问题反馈

禁止Owncloud更新——解决winxp下shgetknownfolderpath错误shell32.dll

发表于 秦海传媒

OK – I’m up and running again – I found an early version of the client and it installed (without deleting or uninstalling anything) – but it wouldnt work – saying the client was incompatible with the server or some such

I managed to source the link to older windows clients versions
I unplugged the network cable and booted the other PC (to see which version we were running prior to the update)

I went to https://owncloud.org/download/older-versions/#ownCloud_Desktop_Client
I downloaded 2.3.4 (the last version that was working before the update)
I installed it without deleting or uninstalling anything
It runs and syncs and does everything as it used to

I have also disabled auto update by adding
skipUpdateCheck=true
to my owncloud.cfg
(for me that is C:\Documents and Settings\Rob\Local Settings\Application Data\ownCloud\owncloud.cfg )

Only 1 thing to note – at the very bottom of the config file is has
[Updater]
autoUpdateFailedVersion=2.4.0.8894

so it seems it is “aware” that 2.4.0 update was attempted and knows it didn’t work out
…interesting – maybe disabling the auto update in the config is not necessary?

Also looks like the requirements for the desktop client is now Windows 7 and above..
https://doc.owncloud.org/server/latest/admin_manual/installation/system_requirements.html#desktop

(it maybe the requirements have stated this for a while – but as it has all just been working flawlessly I haven’t checked – I am sure there have been a couple of updates over the course of this year and I applied them when prompted)

Regards
Rob

利用闲置VPS/独服使用xmr-stak-cpu挖矿[XMR]

发表于 秦海传媒

最近购买了几个特价腾讯云,原来的腾讯云就被闲置了。看到 XMR(门罗币) CPU 的挖矿程序,可以废物利用一下.
在Debian下是非常简单的.

主要问题有几个:
1.效率低.
2.CPU占用过高.
3.用VPS非常容易违反TOS,导致封号等.

首先需要注册个钱包账户
注册地址: https://mymonero.com
获取钱包地址: Account –> XMR

运行环境
Debian9 x64:

    #安装依赖
    apt-get update
    apt-get install -y libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev
    apt-get -y install git
    git clone https://github.com/fireice-uk/xmr-stak-cpu.git
    cd xmr-stak-cpu/

    #调整百分之二的开发者捐赠(强烈不建议这样做)
    sed -i 's/2.0/0.0/g' donate-level.h

    #编译安装
    cmake -DHWLOC_ENABLE=OFF .
    make install

    编辑 xmr-stak-cpu/bin/config.txt
    "cpu_threads_conf" :
    [
    { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 0 },
    ],

    选择一个矿池,我用的是https://supportxmr.com/
    更改地址等信息(nicehash 为例)


    "pool_address" : "de03.supportxmr.com:5555",
    "wallet_address":"46cm5SpUL1mEyGR8BmVqoCf2oQh7JCHXFiEsyH7rd61DD838m4suwbxVGRt3aj7nuF9MJigNpHC4NeUNFpZ8f1FKKKVTMZt",
    "pool_password" : "BJ01:s@qinhai.us",

  • 安装screen:

  • apt-get install -y screen
    screen

  • 执行程序
  • cd ~/xmr-stak-cpu/bin
    ./xmr-stak-cpu

  • 返回主界面
  • Ctrl+A然后按D

  • 查看当前screen列表
  • screen -ls
    #进去14906
    screen -r 14906

Editplus 注册码生成

发表于 秦海传媒

EditPlus注册码在线生成


用户名:

注册码:

升级到CustomBuild 2.0

发表于 秦海传媒

1.最好是先执行一些预安装命令,详见官方说明文档:http://help.directadmin.com/item.php?id=354
2.删除原先的版本,升级到2.0

cd /usr/local/directadmin
mv custombuild custombuild_1.x
wget -O custombuild.tar.gz http://files.directadmin.com/services/custombuild/2.0/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build update_da

3.打开 /usr/local/directadmin/custombuild/option.conf,检查默认选项,设置为你想要的相应软件版本,
设置完后,SSH里面执行

./build options

,输入类似以下设置结果,看看是不是跟你预想的一样。
Apache: 2.4.3
Dovecot: 2.1.10
MySQL: 5.5.27
PHP (default): 5.4.7 as mod_php
Run “clean” every time: yes

确认没错,然后执行。

./build apache
./build php n
./build rewrite_confs

当然你也可以全部重建,


./build all d

注意事项:
如果选择安装nginx,php模式选择php-fpm,
不可同时将php1_release和php2_release设置为相同版本。
如果设置了php2_release,不可同时设置php1_mode和php2_mode为mod_php
不可把mod_ruid2和php-fpm或者php-fastcgi同时使用。

到这里只是完成安装CustomBuild 2.0,为了后续操作方便,我们今天要重点介绍插件CustomBuild 2.0 UI,图形化操作界面。
该插件由smtalk 一个活跃在DA官方论坛的技术人员开发,在论坛里面有问必答。(说真的,国外的技术论坛跟国内的差距就是很大啊!)
插件发布页面:CustomBuild 2.0 UI??http://forum.directadmin.com/showthread.php?t=48989

大家可以直接进入DA后台插件目录,直接通过连接安装,或者是下载到本地然后上传到DA插件目录里面。
插件下载地址:http://www.custombuild.eu/plugin/custombuild.tar.gz

如果你执行了我以上说升级CB2.0以及build Apache以及php两个软件,那你安装这个插件后,应该可以看到这个界面。
01

点击链接后,显示的是这样

02

在这个界面里面可以完成所有需要通过命令行才能执行的custombuild的相关操作,比如升级版本,选择对应版本等等操作,功能十分强大。
具体还要大家自己去尝试。
03
04

执行命令是显示的类似如下图效果,
05

这下妈妈不用担心我重建系统时SSH卡掉线了!。。

CloudTorrent 一键安装包

发表于 秦海传媒

bash -c "$(wget --no-check-certificate https://coding.net/u/benzBrake/p/SeedBox-Scripts/git/raw/master/cloudtorrent.sh -O -)" -c "-i"

CloudTorrent可以在线看,感觉比transmissionbt省资源,可以在线搜索正常资源

Google ADs

除非另有声明,本站文章遵循知识共享署名-非商业性使用 2.5 中国大陆许可协议。 Copyright © 2008-2012 99288.NET.CN.