Uživatelské nástroje

Nástroje pro tento web


private:poznamky:linux:zajimave

Zajímavé odkazy

Funkční konfigurace tmux

OpenWRT router

Rsync IMAP folders

Problém je v oprávnění, buď musí rsync běžet po root účtem a nebo se musí využít sudo.

https://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/

Asi takto:

rsync -avz -e "ssh -p 2228" --rsync-path="sudo rsync" snemec@81.2.210.132:/var/vmail/vmail1/ /var/vmail/vmail1/

IDS - IPS

PDF split - merge

http://linuxcommando.blogspot.cz/2015/03/how-to-merge-or-split-pdf-files-using.html

convert -density 200 file1.pdf file2.pdf new.pdf

Bohužel tento postup není funkční pro všechny pdf soubory. Pro některá pdf hlásí následující chybu týkající se použitého fontu.

Can't find CMap Identity-UTF16-H building a CIDDecoding resource.
Warning: falling back to Identity ordering
   **** Warning: can't process font stream, loading font by the name.
Can't find CMap Identity-UTF16-H building a CIDDecoding resource.
Can't find CMap Identity-UTF16-H building a CIDDecoding resou   **** Error reading a content stream. The page may be incomplete.
   **** File did not complete the page properly and may be damaged.
   **** Warning: File has unbalanced q/Q operators (too many q's)

Kontrola složky na nové soubory

http://unix.stackexchange.com/questions/24952/script-to-monitor-folder-for-new-files

Je vyžadován balík inotify-tools

apt-get install inotify-tools
inotifywait -m /path -e create -e moved_to |
    while read path action file; do
        echo "The file '$file' appeared in directory '$path' via '$action'"
        # do something with the file
    done

NTFS USB drives mount with special characters problem

Pritunl - Easiest way to setup OpenVPN

Boot and run Linux from a USB flash memory stick

Move Your WordPress Website To A New Domain Without Losing Your SEO Rankings

How To Choose The Right WordPress Theme For Your Business

Minimalism in WordPress – enduring classic or passing trend?

WordPress SEO explained: starter guide on how to get on the first page of search engines

Generování statického webu

vim - vimrc

https://gist.github.com/simonista/8703722#file-vimrc

wget https://gist.github.com/simonista/8703722/raw/d08f2b4dc10452b97d3ca15386e9eed457a53c61/.vimrc

Rozpoznávání SPZ

Rozpoznávání registračních značek na vozidle

https://github.com/openalpr/openalpr

SEO checker

private/poznamky/linux/zajimave.txt · Poslední úprava: autor: snemec

DokuWiki Appliance - Powered by TurnKey Linux