Online Resources: Difference between revisions
(→Elog) |
|||
(25 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 <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 | ||
= | = Elog = | ||
The | Version 3.1.4.3. The elog can be accessed at <b>[http://elog.physics.fsu.edu https://elog.physics.fsu.edu]</b>. | ||
'''To post elog entry from bash script''', the method in this [https://fsunuc.physics.fsu.edu/elog/fsunuc/5 elog entry]. | |||
The bash command for pushing text is: | |||
elog -h <elog_IP> -l <logbook_name> -u <User_name> <Password> -a Author=<Author> -a Category=<Categroy> -a Subject=<Subject> -n 2 <Text> -f <attachment> | |||
For using a html formated file is | |||
elog -h <elog_IP> -l <logbook_name> -u <User_name> <Password> -a Author=<Author> -a Category=<Categroy> -a Subject=<Subject> -n 2 -m <File_path> -f <attachment> | |||
Download | Download an entry: | ||
elog -h <elog_IP> -l <logbook_name> -u <User_name> <Password> -w <id> | |||
Replace an entry: | |||
elog -h <elog_IP> -l <logbook_name> -u <User_name> <Passward> -e <id> -n 2 -m <replace_txt.txt> -f <attachment> | |||
= Grafana = | = Grafana = | ||
= | version 8.4.5. | ||
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>. | |||
The Grafana documentation can be found in <b>[https://grafana.com/docs/ here]</b>. | |||
= Git = | |||
https://fsunuc.physics.fsu.edu/git/ Powered by Gitea. | |||
= | = Wiki = | ||
Which is this '''[https://fsunuc.physics.fsu.edu/wiki wiki]'''. | |||
= InfluxDB = | = InfluxDB = | ||
= | {{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 = | |||
{{Notice | The data server is for internal use only, not open to public.}} | |||
For detail, see <b>[[Data Server]]</b> | |||
= postfix = | |||
{{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 [[Web Server | fsunuc]] | |||
>mail <address> -s <Subject> | |||
= | This will prompt you to type the context. crtl+d to end. | ||
= Contact = | |||
* Ryan Tang mailto:rtang@fsu.edu |
Latest revision as of 14:27, 18 October 2024
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.
The bash command for pushing text is:
elog -h <elog_IP> -l <logbook_name> -u <User_name> <Password> -a Author=<Author> -a Category=<Categroy> -a Subject=<Subject> -n 2 <Text> -f <attachment>
For using a html formated file is
elog -h <elog_IP> -l <logbook_name> -u <User_name> <Password> -a Author=<Author> -a Category=<Categroy> -a Subject=<Subject> -n 2 -m <File_path> -f <attachment>
Download an entry:
elog -h <elog_IP> -l <logbook_name> -u <User_name> <Password> -w <id>
Replace an entry:
elog -h <elog_IP> -l <logbook_name> -u <User_name> <Passward> -e <id> -n 2 -m <replace_txt.txt> -f <attachment>
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
![]() | 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
![]() | The data server is for internal use only, not open to public. |
For detail, see Data Server
postfix
![]() | 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
- Ryan Tang mailto:rtang@fsu.edu