Jorge L. Rueda

131 posts

Jorge L. Rueda

Jorge L. Rueda

@jlrueda

Adelaide SA Katılım Kasım 2008
400 Takip Edilen54 Takipçiler
ひよこ大佐🐣✨
ひよこ大佐🐣✨@hiyoko_taisa·
あと僕はクラスタの状況だったりバージョンや環境の認識を確実に合わせるためにも、だいたい初手で必ずバージョンも記載されるAPI出力を提供してもらっています。sosreportをもらったら一発でわかるけども、サイズもあるしセキュリティ上ログの情報をマスクしないといけないような場合は難しいですし
日本語
1
4
11
2.2K
ひよこ大佐🐣✨
ひよこ大佐🐣✨@hiyoko_taisa·
マジで製品名とバージョンは正確に書いてください……。「(もうEOLのバージョンなので)バージョンの選択肢がケースポータルのプルダウンになかったから、最新版ってことで詐称してケース起票したろ!」みたいなのやめてください……どのみちスクショなりログなりAPI出力見たら一発でバレるので……
日本語
1
35
164
23.2K
Jorge L. Rueda retweetledi
Thomas Anderson
Thomas Anderson@linuxjedi2000·
sos-vault 2.0.0 is now released. The platform for storing, exploring, and analyzing Linux sosreports — making it easier for operations teams to troubleshoot Linux systems. This is not a minor update — the platform has been rebuilt and extended: Visit sos-vault.com
Thomas Anderson tweet media
English
1
1
1
17
Abdulkadir | Cybersecurity
Abdulkadir | Cybersecurity@cyber_razz·
A Linux administrator wants to view real-time log messages as they are being written to /var/log/syslog. Which command BEST accomplishes this? A. cat /var/log/syslog B. tail -f /var/log/syslog C. less /var/log/syslog D. grep syslog /var/log
English
18
4
55
8.4K
sysxplore
sysxplore@sysxplore·
Understanding Linux System Logs System logs, often found in /var/log directory in Linux systems, are essential for monitoring and troubleshooting system issues. Here are short notes on some common system logs: syslog: A general-purpose system log file that contains messages from various system services and applications. It's the main log file that many other logs feed into. auth.log: Records authentication-related messages, including successful and failed login attempts, password changes, and user authentication events. kern.log: Logs kernel-related messages, such as hardware errors, kernel module loading, and other kernel activities. messages: A catch-all log file that records various system messages, including system startups, shutdowns, and general system-related events. dmesg: Displays kernel ring buffer messages, providing a real-time view of kernel-related events and hardware detection during system boot-up. cron: Logs messages related to cron jobs and scheduled tasks, including when they run, and any errors encountered during execution. secure: Records security-related messages, including authentication attempts, privilege escalation, and other security-related events. apache/access.log and apache/error.log: These logs are specific to the Apache web server. access.log records HTTP access logs, while error.log logs Apache server errors and warnings. nginx/access.log and nginx/error.log: Similar to Apache logs, these logs are specific to the Nginx web server and record access and error events. mysql/error.log: Records errors and warnings encountered by the MySQL database server, including startup errors, query failures, and database crashes. These logs provide valuable insights into system performance, security events, and troubleshooting information. Regularly monitoring and analyzing these logs can help maintain system health and identify potential issues before they escalate
sysxplore tweet media
English
9
144
875
46.1K
Saito@エンジニア
Saito@エンジニア@saito_engineer·
Linuxでファイルの中身をサクッと確認したいとき、「less」コマンドが便利!cat と違って一気に全部を表示せず、上下にスクロールしながら見られるのが特徴的🐈 たとえばログファイルを確認するときは --- less /var/log/messages --- で開いて、スペースキーで下に進んだり、q で終了できる💡 大きなファイルを見るときの定番コマンドなんだよね
日本語
1
0
8
342
Elon Musk
Elon Musk@elonmusk·
Grokipedia.com version 0.1 is now live. Version 1.0 will be 10X better, but even at 0.1 it’s better than Wikipedia imo.
English
20.2K
13.8K
124K
32.4M
Jorge L. Rueda
Jorge L. Rueda@jlrueda·
@linuxjedi2000 An sos report is just a tarball of files from the host system, and captured output from commands run during execution based on the system configuration. The sos report is a "point in time" snapshot of the state of the server.
English
0
0
0
13
Jorge L. Rueda retweetledi
Thomas Anderson
Thomas Anderson@linuxjedi2000·
Understanding Linux sosreport is vital for anyone looking for an IT positions such as Helpdesk, Support, DevOps or SRE. Is the ultimate Linux troubleshooting super command! This article describes sos command in great detail lnkd.in/ddszYHS2 #sosreport,#linux,#devops
Thomas Anderson tweet media
English
0
1
1
20
Jorge L. Rueda retweetledi
Computer ♥ Records
Computer ♥ Records@ComputerLove_·
If Winamp was hardware 😎
Computer ♥ Records tweet media
English
93
356
3.3K
82.9K
Jorge L. Rueda retweetledi
Thomas Anderson
Thomas Anderson@linuxjedi2000·
Hi I'm currently working on sos-vault.com v2.0. Version 2.0 is a full UI refactor now based on Filament. This is the summary dashboard where the sysadmin can see the overall status of the information contained in the sos report. #sosreport #sosvault #linuxSupport
Thomas Anderson tweet media
English
2
1
1
23
Mas73r
Mas73r@Mas73r·
GitHub - ryran/xsos: sosreport examiner - instantly summarize system info from a sosreport or a running system github.com/ryran/xsos
Svenska
1
0
0
33
Jorge L. Rueda
Jorge L. Rueda@jlrueda·
@PIYO___PIYO____ Hi. I'm the developer of sos-report.com and I'm looking for sosreport users to take a look to my solution and get some feedback. Hope is ok with you. I do not mean to spam but realistically there are very few sosreport users in the world. Thanks
English
0
0
0
30
PIYOPIYO-PIYOPIYO
PIYOPIYO-PIYOPIYO@PIYO___PIYO____·
物理NICのトラブルでsosreportよんだりリリースノート見たりしててFirmwareのバグじゃないのか?という所まで来たけど、Firmwareなら仮想マシンで検証できないじゃないかorz となってる。
日本語
1
0
0
68
Jorge L. Rueda
Jorge L. Rueda@jlrueda·
@lathiat Hi. I found this post a little too late. I built sos-vault.com. Because is hard to build trust, I am currently working on ver. 2 that will be stand alone and open source. I would love to hear your feedback. Thanks.
English
1
0
0
12
Trent Lloyd 🦆
Trent Lloyd 🦆@lathiat·
Looking to create a web tool for analyzing uploaded data about systems, e.g. comparing output over time or for specific data (e.g. sosreport) then doing further analysis and showing this all in a web interface. Does anyone know anything existing like that I can leverage?
English
5
1
0
0
Andreas Kling
Andreas Kling@awesomekling·
What's a piece of software you use regularly that you can't think of a single complaint about?
English
950
28
1.1K
253.2K
Security Trybe
Security Trybe@SecurityTrybe·
What is your favorite Linux command?
Security Trybe tweet media
English
165
30
408
43K
Security Trybe
Security Trybe@SecurityTrybe·
What is your favorite Linux command??
Security Trybe tweet media
English
170
34
378
52.3K