Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ HPR3353: My terminal journey, part 01.

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š HPR3353: My terminal journey, part 01.


๐Ÿ’ก Newskategorie: Podcasts
๐Ÿ”— Quelle: hackerpublicradio.org

My terminal journey, part 01. Becoming terminal friendly.

series: Apt Spelunking.

tags: terminal, apt-get, apt-cache, .bashrc

Book TLCL

The Linux Command Line: http://www.linuxcommand.org/tlcl.php

My .bashrc alias

# ls aliases
alias la='ls -Alh --group-directories-first'
alias lr='ls -lh --group-directories-first --recursive'
alias lar='ls -Alh --group-directories-first --recursive'

# safety first ;)
alias rmi='rm --interactive --verbose'
alias mvi='mv --interactive --verbose'
alias cpi='cp --interactive --verbose'

# cd reverse dir
alias ..='cd ..'
alias .2='cd ../..'
alias .3='cd ../../..'
alias .4='cd ../../../..'
alias .5='cd ../../../../..'

# cd dir
alias cd.d='cd ~/Documents/.dump'

# shutdown | reboot
alias ssn='sudo shutdown -P now'
alias sr='sudo reboot'

# Misc
alias nrpt='echo -e "\n\n---\n\nNew Report\n\n---\n\n"'

My dump script

#!/bin/bash

dump=dump$(date +%m-%d-%Y).txt
pdat=$(date +%a_%b_%d_%Y_%T)

touch $dump;

echo -e "$pdat" > $dump; echo -e "\n\nThis file is used to store terminal output for later use; now get out!\n\n" >> $dump;

echo -e "\n\nDump file $dump is ready for use (created on $(date +%m-%d-%Y_%T)).\n\n"

My Upgrade script

#!/bin/bash

dp=dump$(date +%m-%d-%Y).txt

date | tee -a ./$dp; echo -e "\n" | tee -a ./$dp;

sudo apt-get update | tee -a ./$dp; echo -e "\n" | tee -a ./$dp;
echo -e "System Update Completed." | tee -a ./$dp; echo -e "\n" | tee -a ./$dp;

sudo apt-get upgrade --yes | tee -a ./$dp; echo -e "\n" | tee -a ./$dp;
echo -e "System Upgrade Completed." | tee -a ./$dp; echo -e "\n" | tee -a ./$dp;

Commands

  1. the upgrade example sudo apt-get update | tee -a ~/Documents/.dump/dump05-05-2021.txt; nrpt >> ./dump05-05-2021.txt;

  2. the nmap example (plus the other command I couldn't remember while recording) apt-cache search nmap >> ./dump05-05-2021.txt; nrpt >> ./dump05-05-2021.txt; apt-cache showpkg nmap

  3. the depends example apt-cache depends nmap >> ./dump05-05-2021.txt;

  4. the download example sudo apt-get download dict dictd dict-wn dict-gcide artha

  5. vim sudo apt-get vim; vimtutor

  6. Terminal examples ~= home folder, CTRL + R= command search , CTRL + L= clear terminal, xdg-open= open files with default app.

  7. Searching with grep example ls -lhAr ~ | grep -i bash >> ./dump05-05-2021.txt

  8. the dump05-05-2021.txt file

Wed_May_05_2021_12:22:43

This file is used to store terminal output for later use; now get out!


Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Ign:2 http://mirror.cs.jmu.edu/pub/linuxmint/packages ulyana InRelease
Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]
Hit:4 http://mirror.cs.jmu.edu/pub/linuxmint/packages ulyana Release
Hit:5 http://mirror.cogentco.com/pub/linux/ubuntu focal InRelease
Hit:6 http://mirror.cogentco.com/pub/linux/ubuntu focal-updates InRelease
Hit:7 http://archive.canonical.com/ubuntu focal InRelease
Hit:8 http://mirror.cogentco.com/pub/linux/ubuntu focal-backports InRelease
Fetched 109 kB in 1s (158 kB/s)
Reading package lists...

---

New Report

---

brutespray - Python bruteforce tool
dindel - determines indel calls from short-read data
doscan - port scanner for discovering services on large networks
forensics-all - Debian Forensics Environment - essential components (metapackage)
forensics-all-gui - Debian Forensics Environment - GUI components (metapackage)
libfile-map-perl - Perl module providing simple and safe memory mapping
libnmap-parser-perl - module to parse nmap scan results with perl
libwlocate-dev - Library for doing location lookup based on free openwlanmap.org data
libwlocate0 - Library for doing location lookup based on free openwlanmap.org data
mapsembler2 - bioinformatics targeted assembly software
masscan - TCP port scanner
ncat - NMAP netcat reimplementation
ncrack - High-speed network authentication cracking tool
ndiff - The Network Mapper - result compare utility
nmap - The Network Mapper
nmap-common - Architecture independent files for nmap
nmapsi4 - graphical interface to nmap, the network scanner
p0f - Passive OS fingerprinting tool
pads - Passive Asset Detection System
pnscan - Multi threaded port scanner
psad - Port Scan Attack Detector
python-libnmap-doc - Python NMAP Library (common documentation)
python3-libnmap - Python 3 NMAP library
python3-nmap - Python3 interface to the Nmap port scanner
python3-scapy - Packet generator/sniffer and network scanner/discovery (Python 3)
samblaster - marks duplicates, extracts discordant/split reads
tophat-recondition - post-processor for TopHat unmapped reads
xprobe - Remote OS identification
xscreensaver-gl - GL(Mesa) screen saver modules for screensaver frontends

---

New Report

---

nmap
  Depends: nmap-common
  Depends: libc6
  Depends: libgcc-s1
  Depends: liblinear4
  Depends: liblua5.3-0
  Depends: libpcap0.8
  Depends: libpcre3
  Depends: libssl1.1
  Depends: libstdc++6
  Depends: lua-lpeg
  Depends: zlib1g
  Suggests: ncat
  Suggests: ndiff
  Suggests: <zenmap>

NATO Phonetic Alphabet

The NATO phonetic alphabet is a Spelling Alphabet; a set of words used instead of letters in oral communication (i.e. over the phone or military radio). Each word ("code word") stands for its initial letter (alphabetical "symbol"). The 26 code words in the NATO phonetic alphabet are assigned to the 26 letters of the English alphabet in alphabetical order as follows: Symbol, Code Word, Morse Code, Phonic.

(pronunciation)

A, Alfa/Alpha, AL FAH.
B, Bravo, BRAH VOH.
C, Charlie, CHAR LEE.
D, Delta, DELL TAH.
E, Echo, ECK OH.
F, Foxtrot, FOKS TROT.
G, Golf, GOLF.
H, Hotel, HOH TELL.
I, India, IN DEE AH.
J, Juliett, JEW LEE ETT.
K, Kilo, KEY LOH.
L, Lima, LEE MAH.
M, Mike, MIKE.
N, November, NO VEMBER.
O, Oscar, OSS CAH.
P, Papa, PAH PAH.
Q, Quebec, KEH BECK.
R, Romeo, ROW ME OH.
S, Sierra, SEE AIRRAH.
T, Tango, TANG OH.
U, Uniform, YOU NEE FORM.
V, Victor, VIK TAH.
W, Whiskey, WISS KEY.
X, X-ray, ECKS RAY.
Y, Yankee, YANG KEY.
Z, Zulu, ZOO LOO.

Hacker Public Radio

Correspondent: Some Guy On The Internet. Host ID: 391 E-mail: Lyunpaw@gmail.com

  • use hpr391 as the subject for all emails. If not, junk filter.

license: Creative Commons Attribution-ShareAlike 4.0 International

Shows:

  1. In GNU/Linux, there is no "diversity", we're all just data.

  2. Embrace Firefox

  3. HP Laptop with AMD Ryzen 3 Mobile with Radeon Graphics

  4. Poisoning The Well

  5. let's talk about Thunderbird

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

...



๐Ÿ“Œ HPR3353: My terminal journey, part 01.


๐Ÿ“ˆ 66.36 Punkte

๐Ÿ“Œ HPR3357: My terminal journey, part 02.


๐Ÿ“ˆ 27.38 Punkte

๐Ÿ“Œ The Terminal is Best: My Linux Journey


๐Ÿ“ˆ 20.45 Punkte

๐Ÿ“Œ When you use gnome-terminal to create another terminal


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Quora Answer Regarding the Linux Terminal vs the Windows Terminal (featured in 50,000+ Quora digests).


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Get A Terminal Embedded In Nautilus File Manager With Nautilus Terminal 3


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Mohammed Sameer multi-gnome-terminal 1.6.2 Terminal Symlink privilege escalation


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Jonas Smedegaard sdm-terminal 0.4.0b Terminal Symlink privilege escalation


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Color Scheme for Gnome Terminal and Pantheon Terminal


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ YT VIDEO - Tilix: a Lovely Terminal Emulator for Linux - Sharing my favorite terminal emulator.


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Dws Systems Inc. SQL-Ledger up to 2.6.18 Terminal login.pl terminal directory traversal


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Dws Systems Inc. SQL-Ledger up to 2.6.18 Terminal login.pl terminal directory traversal


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Windows Terminal 0.3: "Das Terminal ist jetzt รผber die Titelleiste verschiebbar!"


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ I made a space shooter that runs in your terminal called "Terminal Phase", thought people here might enjoy


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Guake 3.7.0 Drop-Down Terminal Released With Option To Change Terminal Colors On A Per-Tab Basis, More


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Habitual Terminal Clearers: How to occasionally clear your terminal with animations


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Windows Terminal und Terminal Preview erhalten Fehlerbehebungen


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Windows Terminal und Terminal Preview erhalten Fehlerbehebungen


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ No terminal? No problem. Terminal-based Tetris clone netris now playable via web browser


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Launch gnome-session-quit with terminal without terminal window in background


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ lookatme up to 2.2.x on Python terminal/file_loader terminal.py os command injection


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Build 2021: Neue Versionen von Windows Terminal und Windows Terminal Preview


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ I'm using kitty terminal and this happens when I try to ctrl+c out of terminal programs. How can I remove it?


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Windows Terminal is now the default terminal in Windows 11 dev builds


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ The Full Guide about Terminal on Mac What is it, How To Open Terminal?


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Guake Terminal: A Quake-inspired Drop-down Terminal


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Why terminal still needs to change and there is still a great opportunity to create a GREAT terminal


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Windows Terminal Becomes the Default Terminal in Windows 11


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Linux Terminal Basics #9: Editing Files in Linux Terminal


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Linux Terminal Basics #10: Getting Help in Linux Terminal


๐Ÿ“ˆ 18.37 Punkte

๐Ÿ“Œ Windows Terminal opens up its Terminal Chat AI experiments to open-source community


๐Ÿ“ˆ 18.37 Punkte











matomo