Advanced Search
Search Results
280 total results found
7. Great Landscape Photography
Buyers and collectors have accepted photography as art for some time, but only if it's of significant artistic merit. Great landscape photography sells because the buyer is searching for escapism and the need to dream. As a species, we have always been linked...
8. Enhancing Your Digital Photos
Juice is one of the most popular drinks in the world. Just bought a new camera? And very excited to start taking photos with your new gadget? But why does the picture not look as good as you wanted to! Fret no more. Below for some tricks to taking more inter...
Conclusion
Once you had only to look into a little lens and press a button to take a photo, but these days cameras are more complicated. Much advertising money is spent on telling us all just how simple and easy it is to take a photo, and it is certainly easier to load a...
Introduction
Digital photography is quickly becoming the preferred way to take pictures. If you are in the market for a new camera, consider the following advantages of digital over traditional film photography. In the long run, digital is less expensive. All photos are ...
Trilium
Link version: '3.3' services: trilium: ports: - '8080:8080' volumes: - '/srv/path/Files/Trilium/trilium-data:/home/node/trilium-data' image: 'zadam/trilium:latest' chmod 777 /srv/path/Files/Trilium/t...
Cloudberry
Link | Link 2 version: '3' services: cloudberry-backup: image: jlesage/cloudberry-backup environment: - USER_ID=0 - GROUP_ID=0 - TZ=Europe/Paris - CBB_WEB_INTERFACE_USER=admin - CBB_WEB_INTERFACE_PASSWORD=0166...
Block Twitch adds with uBlock Origin
Link Navigate to the uBlock Origin Dashboard (the extension options) Under the My filters tab add twitch.tv##+js(twitch-videoad). Under the Settings tab, enable I am an advanced user, then click the cog that appears. Modify the value of userResourcesLocat...
ClearURLs
Link ClearURLs is an add-on based on the new WebExtensions technology and is optimized for Firefox and Chrome based browsers. This extension will automatically remove tracking elements from URLs to help protect your privacy when browsing through the inte...
SponsorBlock
SponsorBlock is an open-source crowdsourced browser extension to skip sponsor segments in YouTube videos. Users submit when a sponsor happens from the extension, and the extension automatically skips sponsors it knows about. It also supports skipping other...
Baikal
Link version: "3.3" services: baikal: image: ckulka/baikal restart: unless-stopped ports: - "6158:80" volumes: - /srv/path/Files/Baikal/config:/var/www/baikal/config - /srv/path/Files/Baikal/Specific:/var/www/baika...
Noisedash
Link 1 | Link 2 mkdir ./confignano ./config/default.json { "Server": { "listeningPort": 1432, "sessionFileStorePath": "sessions", "sampleUploadPath": "samples", "maxSampleSize": 10737418240, // In bytes, 10GB by default "sessionSe...
qBittorentVPN (hotio) [most UTD notes]
Link version: "3.7" services: qbittorrent: container_name: qbittorrentvpn image: ghcr.io/hotio/qbittorrent ports: - 8992:8992 - 8118:8118 environment: - WEBUI_PORTS=8992/tcp,8992/udp - PUID=998 - PG...
Jellyfin (official)
Link Create /config and /cache Give them permission for your user (here 998:100) as well as your media folders : chown -R 998:100 /config chown -R 998:100 /cache etc... Deploy version: "3.5" services: jellyfin: image: jellyfin/jellyfin con...
Unbound
Link 1 | Link 2 version: "3.3" services: unbound: container_name: unbound ports: - 5335:53/tcp - 5335:53/udp image: klutchell/unbound restart: always networks: {}
Picoshare
Link version: '3.3' services: picoshare: environment: - PORT=3001 - PS_SHARED_SECRET=XXXXXX ports: - '3001:3001/tcp' volumes: - '/srv/path/Files/Picoshare/data:/data' ...
Prowlarr
Link version: "3.3" services: prowlarr: image: lscr.io/linuxserver/prowlarr:develop container_name: prowlarr environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/Prowlarr/config:/c...
Goaccess for NginxProxyManager
version: "3" services: goaccess: image: justsky/goaccess-for-nginxproxymanager container_name: goaccess-for-nginxproxymanager restart: unless-stopped environment: - TZ=Europe/Paris - PUID=998 - PGID=100 p...
Kimai (ARM64)
Link | Link 2 version: '3.5' services: sqldb: image: ubuntu/mysql environment: - MYSQL_DATABASE=kimai - MYSQL_USER=kimaiuser - MYSQL_PASSWORD=kimaipassword - MYSQL_ROOT_PASSWORD=changemeplease command: --defaul...
Titra
Link | Link 2 | Link 3 version: "3.7" services: titra: image: kromit/titra container_name: titra depends_on: - mongodb environment: - ROOT_URL=http://192.168.x.x:3265 - MONGO_URL=mongodb://mongodb/titra?directConne...
Increase swap
Link Step 1 – Checking the System for Swap Information Before we begin, we can check if the system already has some swap space available. It is possible to have multiple swap files or swap partitions, but generally one should be enough. We can see if the sy...