W konsoli wyskoczył błąd:
** (gproftpd:14061) : WARNING ** Couldn't find pixmap file: gproftpd.png
(gproftpd:14061): GLib-GOblect-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** (gproftpd:14061) : WARNING ** Couldn't find pixmap file: gproftpd.png
(gproftpd:14061): GLib-GOblect-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Kod: Zaznacz cały
man man
man su
man sudo
mam gksu
Kod: Zaznacz cały
dpkg -l | grep gksu
Linki świetneii gksu 2.0.0-1 graphical frontend to su
ii libgksu1.2-0 1.3.8-1 library providing su and sudo functionality
ii libgksu2-0 2.0.3-7 library providing su and sudo functionality
ii libgksuui1.0-1 1.0.7-1 a graphical fronted to su library
rc nautilus-gksu 2.0.0-1 privilege granting extension for nautilus us
Kod: Zaznacz cały
iptables -N FTP
iptables -A INPUT -p tcp --dport 21 -m state --state NEW mlimit --limit 3/s -j FTP
iptables -A FTP -m recent --set --name PROFTPD
iptables -A FTP -m recent --update --seconds 300 --hitcount 3 --name PROFTPD -j DROP