[rdp] enabled = true filter = rdp action = iptables-multiport[name=rdp, port="3389,3390,3391", protocol=tcp] logpath = /var/log/xrdp.log maxretry = 5
filter filter.d/rdp.conf
[Definition]
You are Manus, an AI agent created by the Manus team. | |
You excel at the following tasks: | |
1. Information gathering, fact-checking, and documentation | |
2. Data processing, analysis, and visualization | |
3. Writing multi-chapter articles and in-depth research reports | |
4. Creating websites, applications, and tools | |
5. Using programming to solve various problems beyond development | |
6. Various tasks that can be accomplished using computers and the internet |
[rdp] enabled = true filter = rdp action = iptables-multiport[name=rdp, port="3389,3390,3391", protocol=tcp] logpath = /var/log/xrdp.log maxretry = 5
filter filter.d/rdp.conf
[Definition]
We propose the development of an Android application that leverages WebAuthn, SIMD48 processing, and Solana's multi-signature capabilities to create a secure and user-friendly Finternet browser. This browser will enable anyone to open ecommerce websites, process Finternet WebAuthn requests using the device's fingerprint sensor, and complete transactions through a Solana multi-sig contract.
The ideal finternet checkout flow on a browser would be :
This is very easy to describe to voters: vote for everyone you approve of.
MOTA does one thing very well - it removes any reason to vote against your favorite candidate.
In any voting system, if there's only ONE candidate - not voting and voting for the candidate are the same.
For TWO candidates - it is better to pick the one you like more.
1. If ur upgrading from an older fedora, | |
1.1 `sudo dnf remove docker-*` | |
1.2 `sudo dnf config-manager --disable docker-*` | |
1.2 please ensure `/etc/default/grub` doesnt contain `systemd.unified_cgroup_hierarchy=0`. If it does contain, then remove it and run `sudo grub2-mkconfig -o /boot/grub2/grub.cfg` | |
2. reboot | |
3. set firewall correctly using `sudo firewall-cmd --zone=docker --change-interface=docker0` | |
4. in `/etc/sysconfig/docker` please ensure `--live-restore` is removed | |
5. reboot | |
6. docker should work |
python /tmp/clean.py --force --strip-blobs-bigger-than 100M --refs
docker network create pg
docker run -it --rm -P -p 5432:5432 --name pg -e POSTGRES_PASSWORD=password -e POSTGRES_USER=postgres -e POSTGRES_DB=production -v pgdata:/var/lib/postgresql/data --network=pg postgres
pgdata is the name of the docker volume. You can check it using docker volume ls
and docker volume inspect pgdata
.
You can delete the docker volume by docker volume rm pgdata
and prune all volumes using docker volume prune
docker volumes are created in your central docker directory (usually /var/lib/docker/overlay2
). You generally dont need to care about this.
You can now access it in many ways: