Using tar over SSH Session

I wanted to make a tar of a folder on a remote server. But the server don’t have much disk space left, so the tar operation failed. The server had no rsync installed to copy over the folder to another server. To save generated tar file on another server, i used command tar zcvf – … Read more

Google Firebase Free Static Hosting

Google Firebase

To install firebase cli, run npm install -g firebase-tools To login, run firebase login –no-localhost Static File Hosting Google Firebase allow statif file hosting for your web sites. To create a static hosting project, run firebase init To deplay files to hosting, run firebase deploy

Free stock photos

https://search.creativecommons.org https://unsplash.com/ – Beautiful Free Images & Pictures https://www.pexels.com/ https://pixabay.com/ https://freephotos.cc Free Cliparts https://openclipart.org/ https://www.svgrepo.com See Image

Install optipng from source

optipng is image optimize for PNG format. You can download it form http://optipng.sourceforge.net/ To install, run cd /usr/local/src wget https://excellmedia.dl.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.7/optipng-0.7.7.tar.gz tar xvf optipng-0.7.7.tar.gz cd optipng-0.7.7 ./configure make make install

rclone

Install rclone on CentOS 6.10 rclone command to serve video from dropbox rclone mount web:web /www/www/html/ –daemon –allow-other –poll-interval 10s –tpslimit 12 –tpslimit-burst 12 –dir-cache-time 5000h –vfs-cache-mode full –vfs-cache-max-age 150h –vfs-cache-max-size 300G –cache-dir /www/wwwroot/cache –transfers 64 –log-file /var/log/rclone.log –dropbox-batch-mode async –dropbox-batch-size 1000 –dropbox-batch-timeout 10s –checkers 64 –checksum -vv rclone to serve files using built in … Read more

Online Photo Editors

Here are some web-based image editors https://www.canva.com/ – i use this for creating youtube thumbnails. Free 5 GB storage. Invite Team. https://looka.com/logo-maker/ – this is used to create serverok.in logo. https://www.figma.com https://pixlr.com/editor/ https://www.fotor.com/ https://smartmockups.com/ – free mockups generator. See Images