Update-Fedora−WS_Keyguard0128_gedit
This commit is contained in:
parent
45c4cb811f
commit
a335a117d7
4 changed files with 13 additions and 3 deletions
|
@ -18,6 +18,8 @@ sudo dnf up -y
|
||||||
}
|
}
|
||||||
|
|
||||||
update-personnal-packages() {
|
update-personnal-packages() {
|
||||||
|
sudo dnf remove gnome-text-editor -y
|
||||||
|
sudo dnf install gedit -y
|
||||||
sudo dnf in "https://hst.tyleo.dev/packages/rpm/ocs-url_fc20.rpm" -y
|
sudo dnf in "https://hst.tyleo.dev/packages/rpm/ocs-url_fc20.rpm" -y
|
||||||
sudo dnf in engrampa flatpak nmap nmtui gparted duf alien aria2 ffmpeg micro fedora-workstation-repositories gnome-boxes ptyxis timeshift pwgen ncdu htop btop glances figlet fish zsh gimp openshot google-chrome-stable google-chrome-canary gnome-tweaks distrobox docker docker-compose -y
|
sudo dnf in engrampa flatpak nmap nmtui gparted duf alien aria2 ffmpeg micro fedora-workstation-repositories gnome-boxes ptyxis timeshift pwgen ncdu htop btop glances figlet fish zsh gimp openshot google-chrome-stable google-chrome-canary gnome-tweaks distrobox docker docker-compose -y
|
||||||
sudo dnf up engrampa flatpak nmap nmtui gparted duf alien aria2 ffmpeg micro fedora-workstation-repositories gnome-boxes ptyxis timeshift pwgen ncdu htop btop glances figlet fish zsh gimp openshot google-chrome-stable google-chrome-canary gnome-tweaks distrobox docker docker-compose -y
|
sudo dnf up engrampa flatpak nmap nmtui gparted duf alien aria2 ffmpeg micro fedora-workstation-repositories gnome-boxes ptyxis timeshift pwgen ncdu htop btop glances figlet fish zsh gimp openshot google-chrome-stable google-chrome-canary gnome-tweaks distrobox docker docker-compose -y
|
||||||
|
@ -83,7 +85,7 @@ fi
|
||||||
}
|
}
|
||||||
|
|
||||||
update-flatpak-keyguard() {
|
update-flatpak-keyguard() {
|
||||||
sudo wget "https://github.com/AChep/keyguard-app/releases/download/r20250112/Keyguard.flatpak" -O /tmp/keyguard.flatpak
|
sudo wget "https://github.com/AChep/keyguard-app/releases/download/r20250128/Keyguard.flatpak" -O /tmp/keyguard.flatpak
|
||||||
sudo flatpak install "/tmp/keyguard.flatpak" -y
|
sudo flatpak install "/tmp/keyguard.flatpak" -y
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -122,8 +124,6 @@ NGnomeBinary="gnome-session"
|
||||||
if [ -x /usr/bin/$NGnomeBinary ]; then
|
if [ -x /usr/bin/$NGnomeBinary ]; then
|
||||||
echo "> Preparing Theming Packs..."
|
echo "> Preparing Theming Packs..."
|
||||||
gsettings set org.gnome.mutter check-alive-timeout 240000
|
gsettings set org.gnome.mutter check-alive-timeout 240000
|
||||||
sudo dnf remove gnome-text-editor -y
|
|
||||||
sudo dnf install gedit -y
|
|
||||||
|
|
||||||
# Automatic Theming GTK to Fluent Design Purple Theme
|
# Automatic Theming GTK to Fluent Design Purple Theme
|
||||||
|
|
||||||
|
|
4
projects/OpenedPorts.162.19.154.92.txt
Normal file
4
projects/OpenedPorts.162.19.154.92.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
===========================================================
|
||||||
|
Open Ports Scan Report on 162.19.154.92
|
||||||
|
===========================================================
|
||||||
|
Found : 162.19.154.92:22
|
5
projects/OpenedPorts.youxbeats.fr.txt
Normal file
5
projects/OpenedPorts.youxbeats.fr.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
===========================================================
|
||||||
|
Open Ports Scan Report on youxbeats.fr
|
||||||
|
===========================================================
|
||||||
|
Found : youxbeats.fr:22
|
||||||
|
Found : youxbeats.fr:80
|
1
projects/ports-scanner
Normal file → Executable file
1
projects/ports-scanner
Normal file → Executable file
|
@ -11,6 +11,7 @@ echo " Open Ports Scan Report on $targethost " >> $report
|
||||||
echo "===========================================================" >> $report
|
echo "===========================================================" >> $report
|
||||||
for port in {1..65535};
|
for port in {1..65535};
|
||||||
do
|
do
|
||||||
|
sleep 0.10
|
||||||
(echo >/dev/tcp/$targethost/$port) >& /dev/null && echo "Found : $targethost:$port" >> $report
|
(echo >/dev/tcp/$targethost/$port) >& /dev/null && echo "Found : $targethost:$port" >> $report
|
||||||
echo -n "> Scanned $port/65535 on $targethost | "
|
echo -n "> Scanned $port/65535 on $targethost | "
|
||||||
echo "$(grep $port $report)"
|
echo "$(grep $port $report)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue