Online Resources: Difference between revisions

From FSU Fox's Lab Wiki
Jump to navigation Jump to search
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
Most of the resources are hosted at fsunuc.
Most of the resources are hosted at [[Web Server | fsunuc]].


= Web =
= Web page =


the web service is provided by Apache2 2.4.41. Installed by
The <b>[https://fsunuc.physics.fsu.edu web page service]</b> is provided by Apache2 2.4.41.


The webpage is stored at /var/www/html/
The webpage is stored at /var/www/html/
Line 11: Line 11:
People require a "personal" webpage could contact Ryan mailto:rtang@fsu.edu
People require a "personal" webpage could contact Ryan mailto:rtang@fsu.edu


= postfix =
= Elog =


The university forbids the use of port 25 for stmp.  
Version 3.1.4.3. The elog can be accessed at <b>[http://elog.physics.fsu.edu https://elog.physics.fsu.edu]</b>.


change the local stmp port to be 9896. Any stmp service can be sent to
'''To post elog entry from bash script''', the method in this [https://fsunuc.physics.fsu.edu/elog/fsunuc/5 elog entry].
* localhost:9896
* mailrelay.fsu.edu


= Elog =
= Grafana =


Version 3.1.4.3
version 8.4.5.


'''To post elog entry from bash script''', the method in this [https://fsunuc.physics.fsu.edu/elog/fsunuc/5 elog entry].
The Grafana is a dashboard for displaying information from database. It can be accessed at <b>[https://fsunuc.physics.fsu.edu/grafana/ https://fsunuc.physics.fsu.edu/grafana/]</b>.


= Grafana =
The Grafana documentation can be found in <b>[https://grafana.com/docs/ here]</b>.


=== installation ===
= Git =


=== Configuration ===
https://fsunuc.physics.fsu.edu/git/ Powered by Gitea.


=== Apache2 Proxy ===
= Wiki =


=== Connect InfluxDB ===
Which is this '''[https://fsunuc.physics.fsu.edu/wiki wiki]'''.


= InfluxDB =
= InfluxDB =


= Git =
{{Notice | This is for internal use only, not open to public. }}
 
version 1.8.
 
For writing data to the database please check <b>[https://fsunuc.physics.fsu.edu/elog/fsunuc/14 this elog entry]</b>
 
For the Query Language of the InfluxDB, check <b>[https://docs.influxdata.com/influxdb/v1.8/query_language/ this]</b>
 
= Data server =


We use [https://gogs.io/ Gogs] as the git repository "manager".  
{{Notice | The data server is for internal use only, not open to public.}}


=== installation ===
For detail, see <b>[[Data Server]]</b>


=== Settings ===
= postfix =


a complete settings can be found [https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md here]
{{Notice | This is for internal use only, not open to public.}}


=== Apache Proxy ===
The university forbids the use of port 25 for stmp.


= Wiki =
change the local stmp port to be 9896. Any stmp service can be sent to
* localhost:9896
* mailrelay.fsu.edu


Which is this '''[https://fsunuc.physics.fsu.edu/wiki wiki]'''.
To send an email in [[Web Server | fsunuc]]


= Data server =
>mail <address> -s <Subject>


<span style="color:darkgoldenrod"> The data server is for internal use only, not open to public.</span>
This will prompt you to type the context. crtl+d to end.  


For detail, see [[Data Server]]
= Contact =
* Ryan Tang mailto:rtang@fsu.edu

Latest revision as of 17:57, 3 May 2022

Most of the resources are hosted at fsunuc.

Web page

The web page service is provided by Apache2 2.4.41.

The webpage is stored at /var/www/html/

There are two "personal" webpage located at /home/<user>/public_html/

People require a "personal" webpage could contact Ryan mailto:rtang@fsu.edu

Elog

Version 3.1.4.3. The elog can be accessed at https://elog.physics.fsu.edu.

To post elog entry from bash script, the method in this elog entry.

Grafana

version 8.4.5.

The Grafana is a dashboard for displaying information from database. It can be accessed at https://fsunuc.physics.fsu.edu/grafana/.

The Grafana documentation can be found in here.

Git

https://fsunuc.physics.fsu.edu/git/ Powered by Gitea.

Wiki

Which is this wiki.

InfluxDB

Notice Notice :   This is for internal use only, not open to public.

version 1.8.

For writing data to the database please check this elog entry

For the Query Language of the InfluxDB, check this

Data server

Notice Notice :   The data server is for internal use only, not open to public.

For detail, see Data Server

postfix

Notice Notice :   This is for internal use only, not open to public.

The university forbids the use of port 25 for stmp.

change the local stmp port to be 9896. Any stmp service can be sent to

  • localhost:9896
  • mailrelay.fsu.edu

To send an email in fsunuc

>mail <address> -s <Subject>

This will prompt you to type the context. crtl+d to end.

Contact