From 82c4ea4c3eb030f115af1290e7024546d6248ca0 Mon Sep 17 00:00:00 2001 From: medusa Date: Sun, 31 Mar 2024 18:41:07 +0000 Subject: [PATCH] Update docs/tech_docs/linux/remote_linux.md --- docs/tech_docs/linux/remote_linux.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/tech_docs/linux/remote_linux.md b/docs/tech_docs/linux/remote_linux.md index 9d42f9e..4555aa8 100644 --- a/docs/tech_docs/linux/remote_linux.md +++ b/docs/tech_docs/linux/remote_linux.md @@ -12,10 +12,10 @@ sudo apt update && sudo apt install wezterm -y 3. Configure Wezterm by creating a `.wezterm.lua` file in your home directory with the desired configuration. -4. Install the core LXQT components, essential tools, and power user tools: +4. Install the core LXQT components, essential tools, power user tools, and development packages: ```bash -sudo apt install lxqt-core lxqt-config openbox pcmanfm-qt qterminal featherpad falkon tint2 sddm xscreensaver x2goserver x2goserver-xsession git wget curl htop neofetch screenfetch scrot unzip p7zip-full policykit-1 ranger mousepad firefox libreoffice qpdfview lximage-qt mpv vlc xarchiver qps screengrab keepassxc geany retext gimp pandoc tmux xfce4-power-manager pavucontrol rofi -y +sudo apt install lxqt-core lxqt-config openbox pcmanfm-qt qterminal featherpad falkon tint2 sddm xscreensaver x2goserver x2goserver-xsession git curl htop neofetch screenfetch scrot unzip p7zip-full policykit-1 ranger mousepad firefox libreoffice qpdfview lximage-qt mpv vlc xarchiver qps screengrab keepassxc geany retext gimp pandoc tmux xfce4-power-manager pavucontrol rofi build-essential cmake pkg-config gdb python3 python3-pip python3-venv python3-dev openssh-server libssl-dev libffi-dev rsync -y ``` 5. Configure and enable SDDM (display manager): @@ -53,10 +53,10 @@ sudo apt update && sudo apt install wezterm -y 3. Configure Wezterm by creating a `.wezterm.lua` file in your home directory with the desired configuration. -4. Install the core XFCE components, essential tools, and power user tools: +4. Install the core XFCE components, essential tools, power user tools, and development packages: ```bash -sudo apt install xfce4 xfce4-goodies x2goserver x2goserver-xsession git wget curl htop neofetch screenfetch scrot unzip p7zip-full policykit-1 ranger mousepad firefox libreoffice evince ristretto mpv vlc xarchiver xfce4-taskmanager xfce4-screenshooter keepassxc geany retext gimp pandoc tmux pavucontrol rofi -y +sudo apt install xfce4 xfce4-goodies x2goserver x2goserver-xsession git curl htop neofetch screenfetch scrot unzip p7zip-full policykit-1 ranger mousepad firefox libreoffice evince ristretto mpv vlc xarchiver xfce4-taskmanager xfce4-screenshooter keepassxc geany retext gimp pandoc tmux pavucontrol rofi build-essential cmake pkg-config gdb python3 python3-pip python3-venv python3-dev openssh-server libssl-dev libffi-dev rsync -y ``` 5. Configure and enable LightDM (display manager): @@ -80,4 +80,6 @@ sudo reboot 9. Customize the XFCE panel, theme, and shortcuts as desired. -This final version of the guide has been refactored to remove unnecessary references and context, focusing on providing clear and concise steps for setting up lightweight and powerful desktop environments (LXQT or XFCE) with Wezterm as the primary terminal emulator and a range of essential tools and utilities. \ No newline at end of file +This updated guide includes the refined list of development packages discussed earlier, such as essential build tools, version control, debugging tools, Python development packages, security and network tools, terminal multiplexer, and essential libraries. + +The list has been optimized to provide a powerful yet lightweight development environment suitable for a wide range of tasks. The guide maintains its clear and concise structure, focusing on setting up the desktop environment (LXQT or XFCE) with Wezterm as the primary terminal emulator, along with the necessary tools and utilities for productivity and development. \ No newline at end of file