- Clean package cache: $ sudo pacman -Sc
2.Remove unused packages: $ sudo pacman -Rns $(pacman -Qdtq)
3.Fully remove a Package with unrequire dependencys $ sudo pacman -Rns PAK_NAME
- get list of package with description
| // Use function on page Without use return | |
| function once_alert() { | |
| // Create variable for check alert status in browser | |
| var alertset = localStorage.getItem('alertset') || ''; | |
| // if value not set in browser > local storage - run alert | |
| if (alertset != 'yes') { | |
| // write alert message in "txt" | |
| var txt = "Write once alert"; | |
| alert(txt); | |
| localStorage.setItem('alertset','yes'); |
| Error : | |
| $ sudo pacman -Syu 130 (01:59.904) < 07:38:10 | |
| :: Synchronizing package databases... | |
| error: failed to update core (unable to lock database) | |
| error: failed to update extra (unable to lock database) | |
| error: failed to update community (unable to lock database) | |
| error: failed to update multilib (unable to lock database) | |
| error: failed to update archlinuxfr (unable to lock database) | |
| error: failed to synchronize all databases |
2.Remove unused packages: $ sudo pacman -Rns $(pacman -Qdtq)
3.Fully remove a Package with unrequire dependencys $ sudo pacman -Rns PAK_NAME
| version: '3.7' | |
| # Services | |
| services: | |
| # Nginx Service | |
| nginx: | |
| image: nginx:latest | |
| ports: | |
| - 80:80 |
| sudo pacman -Syy archlinux-keyring | |
| sudo pacman-key --populate archlinux |
| function my_func(id, nme, prc){ | |
| // This works on all devices/browsers, and uses IndexedDBShim as a final fallback | |
| var indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB || window.shimIndexedDB; | |
| // Open (or create) the database | |
| var open = indexedDB.open("site_data"); | |
| // Create the schema | |
| open.onupgradeneeded = function() { | |
| var db = open.result; |
| import os | |
| from dotenv import load_dotenv | |
| from pywinauto.application import Application | |
| load_dotenv() | |
| flag = True | |
| while(True): | |
| if flag: | |
| try: |
| FROM tiangolo/uwsgi-nginx-flask | |
| COPY ./requirements.txt /app/requirements.txt | |
| RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt | |
| COPY ./app /app |
This tutorial good for Linux or Unix system at the end need to run bash script for connect
(Also it's have some technic for use in windows - Explained at client install section.)
VPS => virtual private server as wiregurd vpn server
net.ipv4.ip_forward=1 at /etc/sysctl.conf (or /etc/sysctl.d/99-sysctl.conf) and reboot your systemroot user in VPSThis guide will tell you how to install fully encrypted Arch base system with SecureBoot enabled . This specific guide uses Unified Boot Image for booting and therefore there is no need for software like GRUB.
Check this list before starting!