in your terminal write
ARCHIVE
Tips
Posted on April 29 2023 / in Tips
on MAC OS X, how a list of disks and partitions: detect your disk and enter: when on windows dual boot, mount the efi drive: open CMD in Administrator mode you can find ONE COMMANDER on the app store, to open on Linux, use


Posted on February 26 2023 / in Tips
Is your computer running slow ? Go to Start, search for System Configuration

Posted on August 31 2022 / in Tips
command description Ctrl+Shift+N new window Ctrl+R run project Cmd+Shift+P run command Cmd+P find file Cmd+D duplicate selection ( assign it )

Posted on October 27 2020 / in Tips
zip a directory without .git and node_modules you can type this in Terminal cd TARGET_PATH/ zip -r dzs-wootable.zip ./dzs-wootable -x "**/node_modules/*" "*.git*"

Posted on February 4 2020 / in Tips
First you need to install tinypng-cli and provide an api key sudo npm install -g tinypng-cli Use this code to compress in the same directory If it has been compressed before and has the compressed- prefix, then other files will not get compressed. Make a file named tinify.command and place it in your directory. declare
Recent Comments