The Huntress SOC is observing the use of Nightmare-Eclipse's BlueHammer, RedSun, and UnDefend exploitation techniques.
Investigation by: @wbmmfq, @Curity4201, + @_JohnHammond ๐งต๐
2 very important states:
- When learning take 0 notes. The process is the learning it's not about the notes.
- When working on a project take notes. You are not learning when you are building.
- Constantly switching between these 2 states is very important for anyone.
@Taniyatweets_ Depends on context. When learning never take notes. But if you are making a project, sure.
Well I don't really take notes on paper. Maybe digital notes are way better.
Bye bye tab switcher extensions
Made a macro for firefox built-in tab switcher.
space = macro(C-l % space)
very handy. I hold tab+spacebar for the macro to work.
Bye bye tab switcher extensions.
Harpoon fzf-lua integration:
it's like a permanent buffers of your choosing to be kept
Add this to fzf lua config:
https://t.co/f2q0CVS6Qc
gist: https://t.co/GcpyHo78mg
#nvim#harpoon#fzf#preview
Harpoon swapping. How to swap lines on buffer:
The idea(vim motion) --> `V y 1G V p ctrl-o V P`
```
<leader><F1> --> V y 1G V p ctrl-o V P
<leader><F2> --> V y 2G V p ctrl-o V P
..... etc
```
#nvim#harpoon#vim
Here is the ultimate combo as a developer:
> linux + i3 + alacritty + tmux + nvim(or emacs) + aider + hermes + firefox + ssh + docker
You don't know any of these? Maybe you should give up as a dev.
@Aditya_181105 Here is the secret combo that only few know:
linux + i3 + alacritty + tmux + nvim(or emacs) + aider + hermes + firefox
non. Just use terminal.
Use nvim.
use aider (which is basically cursor's composer)
and for research or browser use hermes.
Using fzf preview to preview tmux-sessions :D
It can even turn on tmux windows inside the preview with F1 F2 wow
It's not perfect but it's good enough for nvim.
#tmux#fzf#tmux_sionizeer#script
@ccodyy69 coding is writing text to a text editor and saving the file to be compiled or interpreted.
Does matter. Only skills as a programmer and knowledge matters
Maybe OS matters more than hardware.
How to solve this problem here:
Just use keyd make capslock your new control.
make capslock+p your ctrl+v
make caplsock+y your ctrl+c
capslock+compose gives you capslock
#keyboard#solution
Harpoon workspaces/tabs natively.
Just need tmux and create an empty file and that's it.
Pro tip:
Get tmux-resurect they way you reboot computer but keep everything the same where you left last time in tmux.
#nvim#harpoon