Online Resources: Difference between revisions
(→Git) |
(→Elog) |
||
Line 16: | Line 16: | ||
'''To post elog entry from bash script''', the method in this [https://fsunuc.physics.fsu.edu/elog/fsunuc/5 elog entry]. | '''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 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 = |
Latest revision as of 13: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
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 : | The data server is for internal use only, not open to public. |
For detail, see Data Server
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 fsunuc
>mail <address> -s <Subject>
This will prompt you to type the context. crtl+d to end.
Contact
- Ryan Tang mailto:rtang@fsu.edu