Skip to content

Commit 774a851

Browse files
committed
uncommited changes
1 parent 98591fc commit 774a851

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

linux-dev-host.sh

+9-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@ sudo apt install build-essential gdb cmake ninja-build clazy cppcheck valgrind k
1212
sudo apt install qtcreator gammaray gammaray-plugin-positioning gammaray-plugin-bluetooth gammaray-plugin-quickinspector gammaray-plugin-waylandinspector clazy
1313

1414
# Web tooling
15-
sudo apt csstidy tidy weblint-perl
15+
sudo apt install csstidy tidy weblint-perl
1616

1717
# 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
1919

2020
# 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
2228

2329
# Docker base packages
2430
sudo apt install docker docker-compose

smb.conf.snippet

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Force SMBv1 activation (either client- or server-side)
2+
client min protocol = NT1
3+

0 commit comments

Comments
 (0)