Questions tagged [source]
82 questions
1
vote
4 answers
Would You Host Source Control Server Like This?
I want to host an SVN server (or git or mercurial or whatever). I have two options:
Install it on a small box sitting in the office closet, only connected to the LAN.
Install it on a server at a data center in another state that has a publicly…
user59617
1
vote
2 answers
Sourcing a file
I have a system wide install of a software . The source is located at /opt/Software . There is a bashrc file of the Software which is needed to be sourced for every user using it .
Will the addition of
source $PATH_TO_SOFTWARE_BASHRC
to their…

balkrishna
- 31
- 2
1
vote
0 answers
rsync - restore from multiple (identical) sources to one target
Im wonder if there is way to rsync (or any other tool) from multiple identical sources to one target.
My thought was, one rsync process reads the filelist from the beginning, the other one from the end. When both meets on the same file, the process…

Marc
- 127
- 1
- 7
0
votes
1 answer
Is an IPv6-Protocol capable of setting route plus source address?
This question is related to that question: Why is Linux choosing the wrong source ip address
Setting a src ip for a static route on client may be okay for one time or if just needed. However in a network of many clients which may even be not under…

michi.0x5d
- 154
- 9
0
votes
0 answers
How do I create a rule with firewalld that uses a host name
I want to create a rule using firewalld on Linux (RHEL 7) to allow ssh from a host name. I think I've got figured out how to do it using an IP address but I need to use a host name. Here is the rule I've got so far.
firewall-cmd --permanent…

Mike
- 41
- 2
- 8
0
votes
1 answer
What are the best nginx modules for a high productive web site?
I am going to reinstall nginx on a fresh Ubuntu 16 server. E5 with 132 GB of ram. I looked at a script called compile-nginx-from-source.sh over at githubgist by user nmrony. Looks great and made for Ubuntu 16. What are your thoughts on some of the…

Vituvo
- 337
- 2
- 5
- 16
0
votes
2 answers
How to export a file to another user's bash while logging in via SSH (using Putty) to RHEL?
I am running RHEL 7.3, however the procedure may be similar on other Linux systems.
I have logged in as root. I have a file called openrc which is full of lines like export OS_IDENTITY_API_VERSION=3. I'd like to move this file somewhere so it gets…

Zac
- 101
- 2
0
votes
0 answers
Error when building NFS-ganesha v2.3 from source code
I am building NFS-ganesha v2.3 from source code (download here: https://github.com/nfs-ganesha/nfs-ganesha/releases/tag/V2.3.2) on Debian 8.
There are some errors:
error: ‘SVCXPRT’ has no member named ‘xp_requests’
error: ‘SVC_XPRT_FLAG_LOCKED’…

xuanhai266
- 169
- 7
0
votes
1 answer
Update source code without direct access to server
I built a webapplication (php/java) for a museum in the Netherlands.
The webaplication runs on an ArchArm Raspberry 3.
I installed a local webserver (lighttpd) to avoid dependency of the application on an internetconnection.
The Raspberry is able…

kzpm
- 99
- 1
- 9
0
votes
3 answers
How to install auditd from source in Ubuntu?
I want to set up auditd to collect its logs from remote server.
I'm using Ubuntu 14.04.3 LTS.
This feature seems to be disabled into Ubuntu auditd package.
So, I'm going to install it from source.
Where do I can download right auditd source…

Valeria
- 21
- 1
- 3
0
votes
3 answers
Apache ENVVARS not loading
My problem originated from my website not loading on a almost-fresh install of Debian and an ISPConfig server, Apache and MariaDB only. It would resolve, but not loaded after site loaded once completely. Running apache2ctl status indicated returned…

ashraj98
- 163
- 2
- 8
0
votes
1 answer
Same html source code via two servers rendered differently
I am in the process of migrating my website from one host to another and noticed strange behavior:
Identical html page served from two different hosting servers render identical on Chrome, Internet Explorer, and Edge, but differently on Firefox…

papaworx
- 1
0
votes
1 answer
PostgreSQL install from source on a systemd distro
On my current server I have 2 versions of postgresql installed, postgresql-9.1 and postgresql-9.2
I installed them from source from the postgresql website.
The tar.gz folder supplies the install files as well as the start-scripts which can be used…

TheLovelySausage
- 101
- 5
0
votes
0 answers
dpkg custom package name from source install
I want to be able to set a custom package name when installing a package using dpkg from source. Running this command:
dpkg -i /path/to/deb/ruby-2.2.0.deb
installs the package as:
ruby-2.2.0 2.2.0
I'd like to have this install as just ruby, since…

PurrBiscuit
- 101
- 1
0
votes
1 answer
Resolve packages not found and errors during configure,make,make install in a script
I need to have a script that will install a package from source in a Linux system and need to know how to take care of the errors that usually come up as a result of the first step ./configure maybe a package is missing his will just kill the…

Gideon Maina
- 111
- 4