NAME sendxmpp - send xmpp messages from the commandline.
Author: disu1950
How to fix my Windows Blue Screen?
How to fix my Windows Blue Screen If you have CrowdStrike on your computer, and it’s suffering from a BSOD, several system admins on a Reddit thread have shared a potential fix. You’ll need to boot Windows into Safe Mode or the Windows […]
USBVIEW
USBDeview v3.07 Copyright (c) 2006 – 2023 Nir Sofer Web Site: https://www.nirsoft.net Description USBDeview is a small utility that lists all USB devices that currently connected to your computer, as well as all USB devices that you previously used.
Kako je CrowdStrike izazvao golemi kvar diljem svijeta ?
ล to je CrowdStrike? CrowdStrike je tehnoloลกka tvrtka za kibernetiฤku sigurnost, specijalizirana za zaลกtitu krajnjih korisnika putem clouda. Osnovan je 2011. godine i od tada je razvio niz proizvoda i usluga koji sprjeฤavaju kibernetiฤke prijetnje i otkrivaju napade. Nadalje, tvrtka radi na obavjeลกtavanju o prijetnjama, […]
SSH MAN
SSH SSH NAME SYNOPSIS DESCRIPTION AUTHENTICATION ESCAPE CHARACTERS TCP FORWARDING X11 FORWARDING VERIFYING HOST KEYS SSH-BASED VIRTUAL PRIVATE NETWORKS ENVIRONMENT FILES EXIT STATUS SEE ALSO STANDARDS AUTHORS
git_colors
Use the \color{nameColor} code from LATEX inside $$$$, now that github can support:
SAMSUNG DEX
Step 1. Open the notifications panel on your mobile device and drag the panel down. Next, press the DeX button to turn on the feature.
MAKE UR OWN PROMPT
Custom Bash Prompt This is an interactive tool to aid in setting a custom (and colorful) bash command prompt.
EXTENSIVE LIST OF ENVIRONMENTS VARIABLES
Some extensive list of environment variables for Windows
Bash /dev/null equivalent of Win CMD NUL
dev/null => NUL 2>&1 Redirect all output to /dev/null on Windows Command
DISABLE SMBv1
SMBv1 DISABLE To disable SMBv1 using Windows Registry, search for regedit in the Start menu and open it. After opening Windows Registry, navigate to the following location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters In the right panel right-click and select the option โNewโ and then โDWORD (32-bit) Value.โ Name […]
RSAT FOR WIN7
RSAT FOR WIN7 Remote Server Administration Tools for Windowsยฎ 7 with SP1 enables IT administrators to manage roles and features that are installed on computers that are running Windows Serverยฎ 2008 R2, Windows Serverยฎ 2008, or Windows Serverยฎ 2003, from a remote computer that […]
LINUX SHORTCUTS
Linux Shortcuts I would like to mention that some of these shortcuts may depend upon the Shell you are using. Bash is the most popular shell, so the list is focused on Bash. If you want, you may call it Bash shortcut list as […]
#!shebang for Bash Script
Make a Bash Script Executable Bash scripts can be used to automate bash shell commands, they have the extention .sh. I personally use these to do some repetitive tasks like deploying a new post to this site.