[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: L'Assemblée Nationale n'aime pas du tout le logiciel Libre et Opensource



Le Fri, 15 Jan 2016 23:21:56 +0100,
andre_debian@numericable.fr a écrit :

> On Friday 15 January 2016 21:52:48 andre_debian@numericable.fr wrote:
> > En plus, l'Assemblée Nationale doit avoir un serveur sous Micro$oft,
> > (extension .asp...).  
> 
> Désolé, on est vendredi, je me suis trompé :
> 
> nmap -O --osscan-guess assemblee-nationale.fr
> [...]
> Running (JUST GUESSING): F5 Networks embedded (92%), F5 Networks TMOS
> 11.4.X (86%), FreeBSD 6.X (85%)
> OS CPE: cpe:/o:f5:tmos:11.4 cpe:/o:freebsd:freebsd:6.2
> Aggressive OS guesses: F5 BIG-IP Edge Gateway (92%), F5 BIG-IP AFM
> firewall (86%), FreeBSD 6.2-RELEASE (85%)
> 
> Je suis un peu rassuré alors : leur serveur serait sous Unix FreeBSD.
> 
> Mais je comprends mal les scripts Web ASP propriétaires (Micro$oft)...
> implémentés sur quel serveur Web ?
> 
> André
> 

bonjour,

nmap -O --osscan-guess assemblee-nationale.fr

Starting Nmap 7.00 ( https://nmap.org ) at 2016-01-16 00:29 CET
Nmap scan report for assemblee-nationale.fr (89.185.59.149)
Host is up (0.052s latency).
rDNS record for 89.185.59.149: unused-89-185-59-149.fr.clara.net
Not shown: 999 filtered ports
PORT   STATE SERVICE
80/tcp open  http
Warning: OSScan results may be unreliable because we could not find at
least 1 open and 1 closed port Device type: load balancer|firewall
Running (JUST GUESSING): F5 Networks embedded (93%), F5 Networks TMOS
11.4.X (87%) OS CPE: cpe:/o:f5:tmos:11.4
Aggressive OS guesses: F5 BIG-IP Edge Gateway (93%), F5 BIG-IP AFM
firewall (87%) No exact OS matches for host (test conditions non-ideal).

OS detection performed. Please report any incorrect results at
https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned
in 14.22 seconds

pour asp.net il suffit d'avoir un serveur apache avec mono

voici les liens :
http://vincentlaine.developpez.com/tuto/dotnet/mod_mono/
http://www.mono-project.com/docs/web/aspnet/

ci joint la liste des paquets disponibles pour FreeBSD


et la version du noyau :

uname -ar

FreeBSD bestial.happy-tux.localdomain 11.0-CURRENTDEC2015 FreeBSD
11.0-CURRENTDEC2015 #2 a19abdd(freebsd-base-graphics): Wed Dec  2
15:05:30 UTC 2015
root@devastator:/usr/obj/net/executor/builds/git/freebsd-11-graphics/sys/GENERIC
amd64

la doc pour FreeBSD en asp.net :
http://www.rhyous.com/2011/03/02/asp-net-web-services-on-freebsd-and-apache-using-mono/
https://books.google.fr/books?id=KdbPLXEdph8C&pg=PA59&lpg=PA59&dq=apache+asp.net+FreeBSD&source=bl&ots=Eq-w-dc4Yx&sig=bn0Phz_Zdb4_ri3wjVrh0KEtOSg&hl=fr&sa=X&ved=0ahUKEwi6_KXSgK3KAhVEWxoKHQBnDD0Q6AEIczAJ#v=onepage&q=apache%20asp.net%20FreeBSD&f=false

http://wiki.visualwebgui.com/pages/index.php/Deploying_to_Mono_-_Install_FreeBSD_9

et le tout grâce à pkgng s'installe sans soucis et je n'ai pas du
lancer une seulefois une compilation pour installer un paquet

revenons à debian : apt-cache search asp.net (pièce jointe)

c'est pas toujours une install de grouik qui fait la différence

il suffisait de gratter un peut comme le disait la pub :

https://www.youtube.com/watch?v=iMS1Vs30DX8

slt
bernard
pkg search mono |grep .NET

ap24-mod_mono-3.12             Apache module for serving ASP.NET applications
mono-4.2.1.102                 Open source implementation of .NET Development Framework
mono-basic-4.0.1               VisualBasic.NET support for Mono
mono-kmod-20070416             Execute .NET applications from command line
wine-mono-0.0.8                Mono .NET implementation for Wine development branch (HTML support)
wine-mono-devel-4.5.6          Mono .NET implementation for Wine development branch (HTML support)

apt-cache search asp.net 
asp.net-examples - pages de démonstration pour l'infrastructure ASP.NET
libapache2-mod-mono - Apache module for running ASP.NET applications on Mono
libmono-system-web-mvc3.0-cil - Mono ASP.NET MVC 3.0 Library (for CLI 4.0)
monodoc-http - MonoDoc http based viewer
monodevelop - Development Environment for GNOME
uwsgi-app-integration-plugins - plugins for integration of uWSGI and application
uwsgi-plugin-mono - Mono/ASP.NET plugin for uWSGI
dh-xsp - debhelper add-on to handle ASP.NET sites
libfpm-helper0 - ASP.NET backend for FastCGI Process Manager - helper lib
mono-apache-server - ASP.NET backend for mod_mono Apache module - default version
mono-apache-server4 - ASP.NET 4.5 backend for mod_mono Apache module
mono-fastcgi-server - ASP.NET backend for FastCGI webservers - default version
mono-fastcgi-server4 - ASP.NET 4.0 backend for FastCGI webservers
mono-fpm-server - ASP.NET backend for FastCGI Process Manager
mono-xsp - simple web server to run ASP.NET applications - default version
mono-xsp4 - simple web server to run ASP.NET 4.0 applications
libmono-system-web-mvc1.0-cil - Mono ASP.NET MVC 1.0 Library (for CLI 2.0)
libmono-system-web-mvc2.0-cil - Mono ASP.NET MVC 2.0 Library (for CLI 2.0)
mono-apache-server2 - ASP.NET 2.0 backend for mod_mono2 Apache module
mono-fastcgi-server2 - ASP.NET 2.0 backend for FastCGI webservers
mono-xsp2 - simple web server to run ASP.NET 2.0 applications

Reply to: