Linux

Server Web 147 Solutii

fd – A Simple and Fast Alternative to Find Command

Most of the Linux users are well familiar with the find command and the many cases it can be used. Today we are going to review an alternative to find command, called fd.

fd, is a simple, fast and user-friendly tool meant to simply perform faster compared to find. It is not meant to completely replace find, but rather give you an easy to use alternative that performs slightly faster.

Some of the notable features of fd:

  1. Easy to use syntax – fd *pattern* instead of find -iname *pattern*.
  2. Colorful output similar to the one of ls command.
  3. Fast performance. Developer’s benchmarks are available here.
  4. Smart search with case-insensitive by default and switches to case sensitive if patter containers an uppercase symbol.
  5. Does not look in hidden files and directories by default.
  6. Does not look into .gitignore by default.
  7. Unicode awareness.
[mai mult...]

Calibrare touchscreen pentru doua monitoare in Linux

In cazul in care ai doua sau mai multe monitoare si unul din ele este cu touchscreen, la apasarea pe ecran pointerul va fi deplasat in functie de suprafata ecranului.

De exemplu: la doua monitoare cu rezolutie 1080p, cand apesi pe mijlocul ecranului, pointerul nu se va deplasa pe pozitia degetului, ci la capatul primului ecran. Daca ai 3 monitoare unul langa altul – pointerul va aparea la mijlocul celui de al doilea ecran, adica la jumatatea lungimii totale ale celor 3 monitoare.

[mai mult...]

Cum să configurați NGINX ca un balancer de încărcare pentru servicii Apache Tomcat

Există o mulțime de opțiuni atunci când vine vorba de alegerea unei soluții de echilibrare a încărcării pentru serverele Apache Tomcat, Apache HTTPD și Nginx sunt în prezent unele dintre cele mai frecvent utilizate soluții open source.

Nginx este un server web popular open-source, Load Balancer și proxy reverse, cunoscut pentru performanța sa ridicată, stabilitate, set de caracteristici bogate, configurație simplă și consum redus de resurse.

 

[mai mult...]

TLDR – Easy to Understand Man Pages for Every Linux User

The TLDR (stands for “Too Long; Didn’t Read“. ) pages are summarized practical usage examples of commands on different operating systems including Linux. They simplify man pages by offering practical examples.

TLDR is an Internet slang, meaning a post, article, comment or anything such as a manual page was too long, and whoever used the phrase didn’t read it for that reason. The content of TLDR pages is openly available under the permissive MIT License.

[mai mult...]