Search
Items tagged with: tricks
40 tools for ethical hacking
I know many of them, but not everyone! Shame on me!
Here are 40 tools for ethical hacking!
Nmap: Network scanner used for network discovery and security auditing.
Wireshark: Network protocol analyzer for packet inspection and troubleshooting.
Metasploit: Penetration testing framework for exploiting vulnerabilities.
John the Ripper: Password cracking tool for dic
https://monodes.com/predaelli/2024/05/05/40-tools-for-ethical-hacking/
#Tricks
40 tools for ethical hacking
I know many of them, but not everyone! Shame on me! Here are 40 tools for ethical hacking! Nmap: Network scanner used for network discovery and security auditing. Wireshark: Network protocol analyz…Paolo Redaelli
5 Tips To Speed Up Linux Software Raid Rebuilding And Re-syncing – nixCraft
Speed Up Linux Software Raid: Various commands tips to increase the speed of Linux Software RAID 0/1/5/6/10 reconstruction and rebuild time
Source: 5 Tips To Speed Up Linux Software Raid Rebuilding And Re-syncing - nixCraft
5 Tips To Speed Up
https://monodes.com/predaelli/2024/04/08/5-tips-to-speed-up-linux-software-raid-rebuilding-and-re-syncing-nixcraft/
#Documentations #Tricks #1 #2 #3 #4 #5
5 Tips To Speed Up Linux Software Raid Rebuilding And Re-syncing – nixCraft
Speed Up Linux Software Raid: Various commands tips to increase the speed of Linux Software RAID 0/1/5/6/10 reconstruction and rebuild time Source: 5 Tips To Speed Up Linux Software Raid Rebuilding…Paolo Redaelli
Multi-threading is always the wrong design
“We’ll just do that on a background thread”
Source: Multi-threading is always the wrong design
Well, really?
Multi-threading is always the wrong design
“We’ll just do that on a background thread”
uNetworking AB
Say what you want about Node.js. It sucks, a lot. But it was made with one very accurate observation: multithreading
https://monodes.com/predaelli/2024/03/13/multi-threading-is-always-the-wrong-design/
#Tricks
Multi-threading is always the wrong design
“We’ll just do that on a background thread” Source: Multi-threading is always the wrong design Well, really?Paolo Redaelli
How To Deal With Technical Debt.
Technical debt can cause so much frustration and burnout to development teams. Software engineers can be aware of the side effects of…
Source: How To Deal With Technical Debt. Technical debt can cause so much… | by Dr Milan Milanović | Dec, 2023 | Medium
https://monodes.com/predaelli/2024/01/27/how-to-deal-with-technical-debt/
#Tricks
How To Deal With Technical Debt.
Technical debt can cause so much frustration and burnout to development teams. Software engineers can be aware of the side effects of… Source: How To Deal With Technical Debt. Technical debt can ca…Paolo Redaelli
Prevent sleep/suspend when not logged in
Recently I've been logged into a laptop remotely a lot. Logging out from "main" session makes my Gnome on Debian 12 go to suspend after a while. To avoid it you just have to tell:
sudo dbus-launch gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 039;nothing039;
Thanks to WinEunuuchs2Unix for the answer
https://monodes.com/predaelli/2024/01/08/prevent-sleep-suspend-when-not-logged-in/
#Gnome #GNULinux #Tricks
Prevent sleep/suspend when not logged in
Recently I’ve been logged into a laptop remotely a lot. Logging out from “main” session makes my Gnome on Debian 12 go to suspend after a while. To avoid it you just have to tell:…Paolo Redaelli
javascript – Can (a== 1 && a ==2 && a==3) ever evaluate to true? – Stack Overflow
javascript - Can (a== 1 && a ==2 && a==3) ever evaluate to true? - Stack Overflow
Yes, it can. IMHO it is one of the several undesirable consequences of loosely typed languages. In fact, according to an almost anonymous user:
If you take advantage of how ==
https://monodes.com/predaelli/2023/11/21/javascript-can-a-1-a-2-a3-ever-evaluate-to-true-stack-overflow/
#Documentations #Javascript #Tricks
javascript – Can (a== 1 && a ==2 && a==3) ever evaluate to true? – Stack Overflow
javascript – Can (a== 1 && a ==2 && a==3) ever evaluate to true? – Stack Overflow Yes, it can. IMHO it is one of the several undesirable consequences of loosely typed la…Paolo Redaelli
5 Must-Have Vim Plugins That Will Change Your Workflow. In my case
Syntastic: a syntax checking plugin for Vim which runs files through external syntax checkers and displays resulting errors.
Fugitive: a Git wrapper for Vim that is self-described as "so awesome, it should be illegal."
Emmet: an extremely useful
https://monodes.com/predaelli/2023/10/24/5-must-have-vim-plugins-that-will-change-your-workflow/
#Tricks #vim
5 Must-Have Vim Plugins That Will Change Your Workflow
5 Must-Have Vim Plugins That Will Change Your Workflow. In my case Syntastic: a syntax checking plugin for Vim which runs files through external syntax checkers and displays resulting errors. Fugit…Paolo Redaelli
Here's how to get your favorite browser after setting up a new Windows PC, without touching any other browser beforehand.
: How to Download a Browser Without a Browser After Installing Windows
curl -L "https://download.mozilla.org/?product=firefox-latest&os=win64" -o firefox.exe
https://monodes.com/predaelli/2023/09/08/how-to-download-a-browser-without-a-browser-after-installing-windows/
#Tricks
How to Download a Browser Without a Browser After Installing Windows
Here’s how to get your favorite browser after setting up a new Windows PC, without touching any other browser beforehand. : How to Download a Browser Without a Browser After Installing Window…Paolo Redaelli
Thanks adamchainz!
You can use “CSV” table storage in (at least) these database backends:
SQLite: https://www.sqlite.org/csv.html 42
MySQL/MariaDB via the “CSV” storage engine: https://dev.mysql.com/doc/refman/8.0/en/csv-storage-engine.html 15 . Or MariaDB via the CONNECT storage engine: https://mariadb.com/kb/en/connect/ 1
https://monodes.com/predaelli/2023/09/01/using-csv-file-as-data-storage-and-access/
#Django #Python #Tricks
Using CSV File as data storage and access
Thanks adamchainz! You can use “CSV” table storage in (at least) these database backends: SQLite: 42 MySQL/MariaDB via the “CSV” storage engine: 15 . Or MariaDB via the CONNECT storage engine: 1 Ho…Paolo Redaelli