]> gitweb.morketsmerke.org Git - H270.git/commitdiff
Dodanie pliku konfiguracji ekranów, wyłączenie projektu ytfzf, włączenie narzedzia...
authorxf0r3m <jakubstasinski@protonmail.com>
Fri, 29 Aug 2025 14:36:24 +0000 (16:36 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Fri, 29 Aug 2025 14:36:24 +0000 (16:36 +0200)
base.sh
displays.xml [new file with mode: 0644]

diff --git a/base.sh b/base.sh
index 219306f110a8018dfa48a5449a8b459935ae0bfa..6e6503350d52da098cf0f3dd141c6147aba4d4bb 100644 (file)
--- a/base.sh
+++ b/base.sh
@@ -54,7 +54,7 @@ cp -vv ~/H270/console-setup /etc/default;
 install_packages task-desktop task-xfce-desktop;
 
 #Dodanie pakiet 'make' - wdrożenie projektu ytfzf - 12.05.2024;
-install_packages firejail ufw cryptsetup lsof extlinux grub-efi-amd64 efibootmgr bash-completion etherwake wakeonlan cifs-utils wget figlet mpv vim-gtk3 redshift irssi nmap nfs-common remmina python3-pip ffmpeg debootstrap squashfs-tools xorriso syslinux-efi grub-pc-bin grub-efi-amd64-bin mtools dosfstools chrony python3-venv isolinux rsync mutt gimp openvpn netselect-apt gvfs-backends dnsutils lolcat thunderbird make mc blueman libspa-0.2-bluetooth screen traceroute extrepo keepassxc webext-keepassxc-browser network-manager-openvpn network-manager-openvpn-gnome usbutils
+install_packages firejail ufw cryptsetup lsof extlinux grub-efi-amd64 efibootmgr bash-completion etherwake wakeonlan cifs-utils wget figlet mpv vim-gtk3 redshift irssi nmap nfs-common remmina python3-pip ffmpeg debootstrap squashfs-tools xorriso syslinux-efi grub-pc-bin grub-efi-amd64-bin mtools dosfstools chrony python3-venv isolinux rsync mutt gimp openvpn netselect-apt gvfs-backends dnsutils lolcat thunderbird make mc blueman libspa-0.2-bluetooth screen traceroute extrepo keepassxc webext-keepassxc-browser network-manager-openvpn network-manager-openvpn-gnome usbutils cdparanoia icedax
 
 #wget https://ftp.morketsmerke.org/librewolf/librewolf-133.0.3-1.en-US.linux-x86_64.tar.bz2;
 #tar -xf librewolf-133.0.3-1.en-US.linux-x86_64.tar.bz2 -C /usr/lib;
@@ -119,10 +119,13 @@ cp -vv ~/immudex/tools/bin/immudex-shoutcasts /usr/local/bin;
 cp -vv ~/immudex/tools/bin/immudex-version /usr/local/bin;
 
 #Wdrożenie projektu ytfzf - 12.05.2024;
-install_packages fzf jq ueberzug;
-git clone https://github.com/pystardust/ytfzf /tmp/ytfzf;
-(cd /tmp/ytfzf && make install doc)
+#install_packages fzf jq ueberzug;
+#git clone https://github.com/pystardust/ytfzf /tmp/ytfzf;
+#(cd /tmp/ytfzf && make install doc)
+#Wyłączenie projektu ytfzf (projekt jest martwy) - 29.08.2025;
 
+#Włączenie narzędzie immudex-ytplay - 29.08.2025;
+cp -vv ~/immudex/tools/bin/immudex-ytplay /usr/local/bin;
 cp -vv ~/immudex/tools/bin/library.sh /usr/local/bin;
 cp -vv ~/immudex/tools/bin/idle-clic /usr/local/bin;
 cp -vv ~/immudex/tools/bin/sync.sh /usr/local/bin;
@@ -193,7 +196,7 @@ echo "127.0.1.1   H270" >> /etc/hosts;
 cp -vv ~/H270/immudex-run-thunderbird /usr/local/bin/immudex-run-thunderbird;
 chmod +x /usr/local/bin/*;
 
-#cp -vv ~/H270/displays.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml;
+cp -vv ~/H270/displays.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml;
 #cp -vv ~/H270/pointers.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
 mkdir /etc/skel/.config/xfce4/panel/launcher-16;
 mkdir /etc/skel/.config/xfce4/panel/launcher-17;
@@ -219,15 +222,16 @@ echo "root:${rootPassword}" | chpasswd;
 usermod -L root;
 
 # Miejsce na twoje zmiany, przed poleceniem 'tidy'
-#bash ~/immudex/addons/nvidiaLatest;
+bash ~/immudex/addons/nvidiaLatest;
 bash ~/immudex/addons/kvm;
 bash ~/H270/nextcloud;
 install_packages wireshark;
+usermod -aG wireshark $username;
 bash ~/immudex/addons/chirp;
-bash ~/immudex/addons/iwlwifi;
+#bash ~/immudex/addons/iwlwifi;
 bash ~/immudex/addons/ncspot;
 bash ~/immudex/addons/lampstack;
-bash ~/immudex/addons/realtek;
+#bash ~/immudex/addons/realtek;
 cp -vv ~/H270/morketsmerke.nmconnection /etc/NetworkManager/system-connections/morketsmerke.nmconnection
 
 chmod 600 /etc/NetworkManager/system-connections/*;
@@ -270,12 +274,12 @@ wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
 apt install -y ./teamviewer_amd64.deb
 kill $(pidof gpg-agent)
 
-install_packages kdeconnect kaccounts-providers;
-cp -vv ~/H270/ufw-setup.service /etc/systemd/system;
-systemctl enable ufw-setup.service;
+#install_packages kdeconnect kaccounts-providers;
+#cp -vv ~/H270/ufw-setup.service /etc/systemd/system;
+#systemctl enable ufw-setup.service;
 
-cp -vv ~/H270/ufw-setup /usr/local/sbin/ufw-setup;
-chmod +x /usr/local/sbin/ufw-setup;
+#cp -vv ~/H270/ufw-setup /usr/local/sbin/ufw-setup;
+#chmod +x /usr/local/sbin/ufw-setup;
 
 rm -rf ~/H270
 
diff --git a/displays.xml b/displays.xml
new file mode 100644 (file)
index 0000000..b539b24
--- /dev/null
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="displays" version="1.0">
+  <property name="ActiveProfile" type="string" value="Default"/>
+  <property name="Default" type="empty">
+    <property name="DVI-D-0" type="string" value="AOC International 27&quot;">
+      <property name="Active" type="bool" value="true"/>
+      <property name="EDID" type="string" value="cdac4cce869ba0ce128134f2ae303d7eae5d8ed9"/>
+      <property name="Resolution" type="string" value="1920x1080"/>
+      <property name="RefreshRate" type="double" value="144.00076545257383"/>
+      <property name="Rotation" type="int" value="0"/>
+      <property name="Reflection" type="string" value="0"/>
+      <property name="Primary" type="bool" value="true"/>
+      <property name="Scale" type="empty">
+        <property name="X" type="double" value="1"/>
+        <property name="Y" type="double" value="1"/>
+      </property>
+      <property name="Position" type="empty">
+        <property name="X" type="int" value="0"/>
+        <property name="Y" type="int" value="424"/>
+      </property>
+    </property>
+    <property name="HDMI-0" type="string" value="Iiyama North America 24&quot;">
+      <property name="Active" type="bool" value="true"/>
+      <property name="EDID" type="string" value="fcd3f8bd0c202805dd120d2e165639365e56273f"/>
+      <property name="Resolution" type="string" value="1920x1080"/>
+      <property name="RefreshRate" type="double" value="60"/>
+      <property name="Rotation" type="int" value="90"/>
+      <property name="Reflection" type="string" value="0"/>
+      <property name="Primary" type="bool" value="false"/>
+      <property name="Scale" type="empty">
+        <property name="X" type="double" value="1"/>
+        <property name="Y" type="double" value="1"/>
+      </property>
+      <property name="Position" type="empty">
+        <property name="X" type="int" value="1920"/>
+        <property name="Y" type="int" value="0"/>
+      </property>
+    </property>
+  </property>
+  <property name="Fallback" type="empty">
+    <property name="DVI-D-0" type="string" value="AOC International 27&quot;">
+      <property name="Active" type="bool" value="true"/>
+      <property name="EDID" type="string" value="cdac4cce869ba0ce128134f2ae303d7eae5d8ed9"/>
+      <property name="Resolution" type="string" value="1920x1080"/>
+      <property name="RefreshRate" type="double" value="144.00076545257383"/>
+      <property name="Rotation" type="int" value="0"/>
+      <property name="Reflection" type="string" value="0"/>
+      <property name="Primary" type="bool" value="true"/>
+      <property name="Scale" type="empty">
+        <property name="X" type="double" value="1"/>
+        <property name="Y" type="double" value="1"/>
+      </property>
+      <property name="Position" type="empty">
+        <property name="X" type="int" value="0"/>
+        <property name="Y" type="int" value="424"/>
+      </property>
+    </property>
+    <property name="HDMI-0" type="string" value="Iiyama North America 24&quot;">
+      <property name="Active" type="bool" value="true"/>
+      <property name="EDID" type="string" value="fcd3f8bd0c202805dd120d2e165639365e56273f"/>
+      <property name="Resolution" type="string" value="1920x1080"/>
+      <property name="RefreshRate" type="double" value="60"/>
+      <property name="Rotation" type="int" value="90"/>
+      <property name="Reflection" type="string" value="0"/>
+      <property name="Primary" type="bool" value="false"/>
+      <property name="Scale" type="empty">
+        <property name="X" type="double" value="1"/>
+        <property name="Y" type="double" value="1"/>
+      </property>
+      <property name="Position" type="empty">
+        <property name="X" type="int" value="1920"/>
+        <property name="Y" type="int" value="0"/>
+      </property>
+    </property>
+  </property>
+  <property name="Notify" type="int" value="1"/>
+</channel>