File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,19 @@ sudo apt install build-essential gdb cmake ninja-build clazy cppcheck valgrind k
12
12
sudo apt install qtcreator gammaray gammaray-plugin-positioning gammaray-plugin-bluetooth gammaray-plugin-quickinspector gammaray-plugin-waylandinspector clazy
13
13
14
14
# Web tooling
15
- sudo apt csstidy tidy weblint-perl
15
+ sudo apt install csstidy tidy weblint-perl
16
16
17
17
# CLI tooling
18
- sudo apt install sysvbanner cowsay terminator terminology cool-retro-term konsole kitty fzf tree pv dialog wget curl jq p7zip-full unzip cpio xz-utils rsync nano vim sudo
18
+ sudo apt install sysvbanner cowsay kitty fzf tree pv dialog wget curl jq p7zip-full unzip cpio xz-utils rsync nano vim sudo fontconfig msmtp
19
19
20
20
# System and networking tools
21
- sudo apt install apt-utils diffstat chrpath socat locales debianutils findutils file time strace ltrace lsof iputils-ping net-tools traceroute iperf smbclient libssl-dev
21
+ sudo apt install apt-utils diffstat chrpath socat locales debianutils findutils file time strace ltrace lsof iputils-ping net-tools traceroute iperf smbclient libssl-dev
22
+
23
+ # Filesystem tooling
24
+ sudo apt install exfat-fuse exfat-utils
25
+
26
+ # System tools GUI
27
+ sudo apt install terminator terminology cool-retro-term konsole systemd-bootchart bustle d-feet
22
28
23
29
# Docker base packages
24
30
sudo apt install docker docker-compose
Original file line number Diff line number Diff line change
1
+ # Force SMBv1 activation (either client- or server-side)
2
+ client min protocol = NT1
3
+
You can’t perform that action at this time.
0 commit comments