Hi I've been searching high and low in the internet where to find a Git installer that will work on our machines at work. They are ATEs that can only run on RedHat3 (which means we can't upgrade the OS).
My limited knowledge on Unix administration is also a big hindrance and the reason that I cannot find a working installer. this is the system information of our machines.
Linux D10-003 2.4.21-4.0.1.EL #1 Thu Oct 23 01:36:33 EDT 2003 i686
i686 i386 GNU/Linux
thanks and looking forward to your answers!
You can install git by compiling source. More steps are at https://git-scm.com/book/en/v2/Getting-Started-Installing-Git#Installing-from-Source
Related
Hi the mono docs on the mono-project site are a bit vague to non existent on installation on linux
I want to try installing mono-4.6.2 amd64 on linux mint 20 , which had mono-6.8
I've tried the obvious of loading all the repos for tricia (bionic) on the apt source list
with all the current repos hashed out.
the problem I'm trying to solve is memory leaks , which after sqlite , mono is also causing.
APT used to respond to wildcards, looks like that has gone, and loading dependent packages
is not working well.
I have the current mono-6.8 removed, and I have downloaded MonoFramework MDK-4.6.2
that packed contains mono.pkg,Resources,and distribution.
Where do I find the info for installing in linux, or someone here who can provide that info
please
linux Mint 19.3 was a great edition , very stable, but linux mint 20 is the inverse :(
I'm finding lots of problems, and I know I'm not alone.
Thanks
So obviously the first comment you get when you ask about a technology more than 5 year old on stack overflow is to migrate to another one, namely .NET Core here.
Well, migrating a big project from Mono to .Net Core is harsh, so if the only problem you have is performance / memory leak issues when upgrading mono versions, it's worth wondering if your linux kernel is up-to-date ? For me it was the main issue. after upgrating kernel from 3.16 to 4.19, mono/mod_mono in latest versions are running like a charm, and I regret everyday having spent so much time and efforts on migrating to .Net Core, migrating one by one the many 3rd party libraries that were unmaintened or without .Net Core support.
I don't think my kernel is that old
Linux richard-Inspiron-3580 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Current version of mono is mono-6.10 , suspect libgdiplus from comments on github
I'm making a hotfix for AROC on the Chromebook Plux V2 (which has a x86_64 architecture, but no multiarch support) and I want to run a test in his script that checks for it. What command can I use to check for multiarch on a linux x86_64 system?
(Just to reference the original issue) when deploying AROC on that chromebook, the device could not run the i686 busybox binary that the script installs.
The author insists on the i686 binary, because the android containers that he tests deployments on are 32 bit on a host system with multiarch.
My goal is to fix his script and add support for the device I was testing on.
I plan to do this, by checking for multiarch and installing the i686 binary if a 32 bit runtime exists or installing the x86_64 binary if it doesn't. What command can I use to check for multiarch?
you're asking about multilib support, not multiarch.
you can simply check to see if the 32-bit ldso exists: test -e /lib/ld-linux.so.2.
Jboss 7 AS is not printing my System.out.println("Anything"); in Linux machine.
here are my configurations:-
Linux:-"Linux MachineName 2.6.32-573.22.1.el6.x86_64 #1 SMP Thu Mar 17 03:23:39 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux"
JBOSS:- 7 AS
Java:- jdk1.7.0_79
The same server is printing my System.out.println("Anything"); in windows machine but not in linux.
I will able to provide any other information you want.
Thanks.
there
after posting here i tried it on with jboss-logging.jar file, and it started working,
download jboss-logging.jar for any jboss server (5,6,7) and put it in following location:-
{JBOSSHOME}/modules/encryptdecryptstring/main
don't forget to put the entry of same file in module.xml
please do share your experience if you still face any issues
Thanks,
I'm trying to start the recently published Apache Archiva v2.1.0 (Standalone) on Linux.
For testing purpose, the zip has been uncompressed in /opt/archiva-2.0.
The docs says:
http://archiva.apache.org/docs/2.1.0/adminguide/standalone.html
On Linux, the bin/archiva script is suitable for linking or copying to
/etc/init.d/archiva and running as root, as long as the RUN_AS_USER
environment variable is set within the script.
So I've copied the /opt/archiva-2.0/bin/archiva Shell script in /opt/init.d.
I tried with both:
#RUN_AS_USER=root
and
RUN_AS_USER=root
but I always get the same error at startup:
>service archiva console
/etc
Unable to locate any of the following operational binaries:
/etc/rc.d/init.d/./wrapper-linux-x86-64
/etc/rc.d/init.d/./wrapper-linux-x86-32
/etc/rc.d/init.d/./wrapper
For information:
>uname -a
Linux ****** 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
Any idea?
Making symbolic link of the bin/archiva script to /etc/init.d/archiva works better and that way the script is just in one place.
$ ln -s /opt/archiva-2.0/bin/archiva /etc/init.d/archiva
My uname -a reads :
root#edu [~]# uname -a
Linux edu.educationlinked.com 2.6.18-028stab068.3 #1 SMP Tue Feb 16 20:21:42 MSK 2010 x86_64 x86_64 x86_64 GNU/Linux
I am not sure which Linux OS is this?
I already have a repository hosted at a free repository and i use Tortoise SVN on windows as the client. I need to do the check out etc on a Linux machine mentioned above.
I have read and read and got confused about what to use? Can someone please help me.
There should be svn utility on you box, if installed:
$ svn checkout http://example.com/svn/somerepo somerepo
This will check out a working copy from a specified repository to a directory somerepo on our file system.
You may want to print commands, supported by this utility:
$ svn help
uname -a output in your question is identical to one, used by Parallels Virtuozzo Containers for Linux 4.0 kernel, which is based on Red Hat 5 kernel, thus your friends are rpm or the following command:
$ sudo yum install subversion
You can use checkout or co
$ svn co http://example.com/svn/app-name directory-name
Some short codes:-
checkout (co)
commit (ci)
copy (cp)
delete (del, remove,rm)
diff (di)