Si vous êtes utilisateur Linux, vous êtes à coup sûr familier à la commande Find et à sa complexité. Aujourd’hui, nous allons découvrir une alternative appelée fd.
Fd est un outil de recherche simple, convivial destiné à opérer plus rapidement que Find.
Ci-dessous quelques caractéristiques notables de fd:
Ne cherche pas les dossiers et fichiers cachés par défaut,
Ne cherche pas les fichiers .gitignore et .ignore par défaut,
Prend en compte l’Unicode,
Utilise un affichage coloré similaire à la comande ls,
Supporte les expression régulières.
Beaucoup plus rapide que find. Visitez ce lien pour voir des benchmarks réalisés entre find et fd.
Installation
Pour installer fd sur les systèmes basés sur Debian, rendez-vous sur la page des releases, puis téléchagez la toute dernière version. Installez-le ensuite l’outil à l’aide de dpkg.
$ wget https://github.com/sharkdp/fd/releases/download/v7.3.0/fd-musl_7.3.0_amd64.deb
$ sudo dpkg -i fd-musl_7.3.0_amd64.deb
Ci-dessous le menu d’aide de fd. Pour plus de détails, faîtes fd --help.
Verify php and pecl version
php -v
pecl version
If your php isn’t 7.2 then use /usr/bin/php7.2 instead php command.
Install mcrypt extension
Mcrypt PECL extenstion
sudo apt-get -y install gcc make autoconf libc-dev pkg-config
sudo apt-get -y install libmcrypt-dev
sudo pecl install mcrypt-1.0.1
When you are shown the prompt
libmcrypt prefix? [autodetect] :
Press [Enter] to autodetect.
After success installing mcrypt trought pecl, you should add mcrypt.so extension to php.ini.
The output will look like this:
...
_
Build process completed successfully
Installing '/usr/lib/php/20170718/mcrypt.so' ----> this is our path to mcrypt extension lib
install ok: channel://pecl.php.net/mcrypt-1.0.1
configuration option "phpini" is not set to php.ini location
You should add "extension=mcrypt.so" to php.ini
Grab installing path and add to cli and apache2 php.ini configuration.
sudo bash -c "echo extension=/usr/lib/php/20170718/mcrypt.so > /etc/php/7.2/cli/conf.d/mcrypt.ini"
sudo bash -c "echo extension=/usr/lib/php/20170718/mcrypt.so > /etc/php/7.2/apache2/conf.d/mcrypt.ini"
Verify that the extension was installed
Run command:
php -i | grep "mcrypt"
The output will look like this:
/etc/php/7.2/cli/conf.d/mcrypt.ini
Registered Stream Filters => zlib.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, convert.iconv.*, mcrypt.*, mdecrypt.*
mcrypt
mcrypt support => enabled
mcrypt_filter support => enabled
mcrypt.algorithms_dir => no value => no value
mcrypt.modes_dir => no value => no value```
'La Fédération FDN explique... la régulation des télécoms' Explications en 4 parties, par la @ffdn sur son peertube, avec @bayartb & @quota_atypique . Captation réalisée en janvier par Netfreaks.
ASCII Art Generator
ASCII is EASY! Just drag and drop below to convert a picture to text. Easily save and share your creations with others! See what you can create.
Do you use online forums? Do you want to make your signature more interesting with some color ascii art? It's never been easier.
Drop your picture below (or click to browse), and then customize, and even share your artwork with one click!
PasswordSecurity.info
Put a password in this box:
Ce site vise à vous apprendre les bases de CSS utilisées pour structurer n'importe quel site web.
Je suppose que vous savez déjà ce que sont les sélecteurs, les propriétés et les valeurs. Et vous connaissez probablement une ou deux choses sur les mise en page, même si ça peut vous donner envie de vous arracher les cheveux. Si vous voulez apprendre le HTML et le CSS depuis le début, vous devriez allez faire un tour sur ce tutoriel. Sinon, voyons si nous pouvons vous éviter de vous énerver sur votre prochain projet.
View on Github
Donate
youtube-dl-gui
Download your favorite videos
Supported Sites
Download Windows Installer
Other Platforms
Description
A cross platform front-end GUI of the popular youtube-dl written in wxPython
Screenshots
Downloads
Source (zip)
Source (tar)
Windows installer
Windows portable
Arch
Ubuntu
Slackware
openSUSE
PyPi
Requirements
Python 2.7.3+
wxPython 3
TwoDict
GNU gettext (build)
FFmpeg (optional)
Installation
Source (Linux) python setup.py install
PyPi (Linux) pip install youtube-dlg
Windows run setup.exe
Contact
Email: ytubedlg@gmail.com
Design by MrS0m30n3
moz://a SSL Configuration Generator
nginx 1.17.0, intermediate config, OpenSSL 1.1.1c
Supports Firefox 27, Android 4.4.2, Chrome 31, Edge, IE 11 on Windows 7, Java 8u31, OpenSSL 1.0.1, Opera 20, and Safari 9
This is a community with the aim of collecting as many internet radio and TV stations as possible. Any help is appreciated!
Statistics
Station count at the moment: 24516
Station clicks last hour: 3909
Station clicks last day: 76465
Distinct tags: 6373
Distinct countries: 296
Distinct languages: 313
EDIT is suspended because of vandalism. ADD is still possible.
Author Sergey Tkachenko, https://winaero.com
Author website https://winaero.com
Description Winaero WEI Tool brings back the genuine Windows Experience Index feature for Windows 8.1.
Summary
This article shows how to construct a non-recursive zip bomb that achieves a high compression ratio by overlapping files inside the zip container. "Non-recursive" means that it does not rely on a decompressor's recursively unpacking zip files nested within zip files: it expands fully after a single round of decompression. The output size increases quadratically in the input size, reaching a compression ratio of over 28 million (10 MB → 281 TB) at the limits of the zip format. Even greater expansion is possible using 64-bit extensions. The construction uses only the most common compression algorithm, DEFLATE, and is compatible with most zip parsers.
zbsm.zip 42 kB → 5.5 GB
zblg.zip 10 MB → 281 TB
zbxl.zip 46 MB → 4.5 PB (Zip64, less compatible)
Source code:
git clone https://www.bamsoftware.com/git/zipbomb.git
zipbomb-20190702.zip
Data and source for figures:
git clone https://www.bamsoftware.com/git/zipbomb-paper.git