debian

How to run MVC application with newer Mono in Debian 9.3

痞子三分冷 提交于 2019-12-11 23:24:49
问题 Latest release of Mono was installed in Debian 9.3 using cd /usr/local/src wget https://github.com/mono/libgdiplus/archive/5.6.1.tar.gz tar -xvf 5.6.1.tar.gz cd libgdiplus-5.6.1 mkdir /opt/m518 apt-get install libtool autoconf glib-2.0 ./autogen.sh --prefix=/opt/m518 make make install apt-get install git autoconf libtool automake build-essential gettext cmake python git clone --recursive https://github.com/mono/mono.git --branch=mono-5.18.1.0 cd mono ./autogen.sh --prefix=/opt/m518 make make

Mysql: Can´t start Server debian wheezy

ⅰ亾dé卋堺 提交于 2019-12-11 20:15:25
问题 Everytime i try to start my mysql service i get the same error Error message: 150130 15:56:31 [ERROR] Can't start server: Bind on TCP/IP port: Cannot assign requested address 150130 15:56:31 [ERROR] Do you already have another mysqld server running on port: 3305 ? 150130 15:56:31 [ERROR] Aborting My Error log is empty Conf file snippet: [client] port = 3305 socket = /var/run/mysqld/mysqld.sock [mysqld] user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock

Debian + Lightppd + PHP 安装与配置

大兔子大兔子 提交于 2019-12-11 20:14:07
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 主题:Debian + Lightppd + PHP 安装与配置 时间:2009-12-09 作者:cookphp 部分依赖包 ------------------------------------------- apt-get install gcc apt-get install libxml2-dev apt-get install make ------------------------------------------- 一 lighttpd apt-get install lighttpd 二 php 1 下载 wget http://cn2.php.net/distributions/php-5.2.11.tar.gz 2 解压 tar -zxvf php-5.2.11.tar.gz 3 编译 ./configure --enable-fastcgi --enable-force-cgi-redirect make | make install 三 lighttpd + php 1 检查 php-cgi 是否已经安装 php-cgi -v -----------------------------------------------------------------------------

Apache FastCGI server connection failure

北战南征 提交于 2019-12-11 17:55:00
问题 I have a virtual machine base box for Debian wheezy that I've been using with vagrant for the last few months without any issues, however yesterday when I brought up a new machine and updated/upgraded packages I started getting a FastCGI server connection failure error: [Wed Jun 04 14:39:03 2014] [error] [client 10.0.2.2] (13)Permission denied: FastCGI: failed to connect to server "/vagrant/php5-fcgi": connect() failed [Wed Jun 04 14:39:03 2014] [error] [client 10.0.2.2] FastCGI: incomplete

Unable to install ffmpeg on CircleCi 2.0

穿精又带淫゛_ 提交于 2019-12-11 17:22:58
问题 I have Ruby on Rails project which uses CircleCi to run tests. In the past I was using CircleCi 1.0 but now I migrated to CircleCi 2.0. I have problem with installing ffmpeg. CircleCi 2.0 uses Ubuntu 14.04. I install ffmpeg like this: # ffmpeg installation sudo add-apt-repository ppa:mc3man/trusty-media -y sudo apt-get update sudo apt-get install ffmpeg and my circle.yml config file looks like this: version: 2 environment: TZ: "/usr/share/zoneinfo/America/Los_Angeles" jobs: build: parallelism

Need help dockerize an apt-cacher-ng service

大兔子大兔子 提交于 2019-12-11 17:19:09
问题 I'm following Dockerize an apt-cacher-ng service https://docs.docker.com/engine/examples/apt-cacher-ng/ but failed to get it up and running. I've successfully followed to To see the logfiles that are tailed in the default command, you can use: $ docker logs -f test_apt_cacher_ng and I get $ docker logs -f test_apt_cacher_ng WARNING: No configuration was read from file:sfnet_mirrors Starting apt-cacher-ng: apt-cacher-ng. But that's as far as I can go and can't go any further. I think my step:

How to make awesome wm look awesome?

我的未来我决定 提交于 2019-12-11 16:58:35
问题 I have awesome installed both on Ubuntu 17.10 and Debian 9. Awesome under Ubuntu looks like Ubuntu default theme; awesome under Debian looks like MATE (I have multiple window managers installed but it seems MATE is default). My questions are: If there would be no desktop environment installed, how awesome will look? Is it still be able to render gui applications? Let's say, I am interested in Arch Linux. Is it possible to make context menu look like default awesome menu? It is very fast and,

Pip six.add_metaclass error

荒凉一梦 提交于 2019-12-11 16:33:44
问题 A few days ago I started getting the following error when using pip (1,2 or 3) to install. * Traceback (most recent call last): File "/home/c4pta1n/.local/bin/pip", line 7, in <module> from pip._internal import main File "/home/c4pta1n/.local/lib/python2.7/site-packages/pip/_internal/__init__.py", line 42, in <module> from pip._internal import cmdoptions File "/home/c4pta1n/.local/lib/python2.7/site-packages/pip/_internal/cmdoptions.py", line 16, in <module> from pip._internal.index import (

.NET CORE 2.1 app added to Linux(ARM) deamon cause CPU high

大憨熊 提交于 2019-12-11 15:16:22
问题 I'm using RaspberryPi (3B+) Linux ARM IOT board which OS is Debian Stretch 9, and my console application is developed on .NET CORE 2.1 . My application is quite simple by just open several TCP connections to a remote server, after build my application (with symbol Linux ARM ), I can see the output files include myApp , and myApp.dll . I've done lots of run via directly command line: pi@raspberrypi:~/Desktop/myApp $ ./myApp or: pi@raspberrypi:~/Desktop/myApp $ dotnet ./myApp.dll which both

Kibana service is running but can not access via browser to console

孤者浪人 提交于 2019-12-11 15:12:04
问题 Good afternoon community, I have the following problem, which will surely be silly, but I do not give with the key. I have a Debian 9 machine where I have ELK installed (Elasticsearch, Logstash and Kibana). It has been configured as it comes in the documentation. The installation versions correspond to the 6.x. The services start correctly each and every one of them, the problem is when accessing the Kibana console through port 5601, when I access the browser and enter the url : 5601, I get a