View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000272 | Windows and other desktop OS | Linux | public | 2018-11-06 22:45 | 2024-07-14 17:51 |
Reporter | DigitalMy | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Summary | 0000272: Install Debian on weak laptop | ||||
Description | add : 1. xfce 2. xrdp 3. ssh 4. htop | ||||
Additional Information | After installation of Debian and software mentioned, storage used less than 20GB. So, for this system, 32GB SSD is good and enough. | ||||
Tags | No tags attached. | ||||
FinishDate | 2019-01-01 | ||||
StartDate | 2018-11-11 | ||||
WasteTime | 0 | ||||
PriorityIndex | 10 | ||||
LaboriousnessIndex | 1 | ||||
|
Asus laptop installed Similar install to raspberry pi "server" OS raspbian add useful features user: pi password: raspberry pi@raspberrypi:~$ passwd sudo apt-get update sudo apt-get upgrade sudo adduser username sudo reboot |
|
Debian add remote desktop server: sudo apt-get install xrdp Additionally, raspbian has RealVNC pre-installed, enable in menu -> "Raspberry Pi Configuration" On client use https://www.realvnc.com/en/connect/download/viewer/windows/ |
|
|
|
installed Debian 10 to X200 Lenovo computer (Lenovo x200 laptop) apt-get install smbclient for connection to windows shares additionally set in /etc/samba/smb.conf client min protocol = NT1 client max protocol = SMB3 apt install samba > fix "browse network" error in "file manager" app sudo apt install gvfs-backends sudo systemctl restart smbd sudo adduser username sudo adduser username share Also installed to Supermicro 1U "NAS" server. Bootable USB drive made from original Debian ISO image https://www.debian.org/CD/http-ftp/#stable using Rufus 2.11 portable. Make RAID10 from 4pcs HDD 3.5" using motherboard preset software. Installed Debian 10 in to RAID10 (intel chipset) volume on server. Install grub loader to custom device (manual input): /dev/md126 > connect to internet Linux debian 4.19.0-9-amd64 startted to xfce 4.12 desktop su root (enter password) > add repository for OS in file nano /etc/apt/sources.list > deb http://ftp.debian.org/debian stable main contrib non-free apt update > install ssh server apt install openssh-server openssh-client > install remote desktop apt install xrdp > set host name hostnamectl set-hostname SMS |
|
try to install .rpm package to debian linux sudo apt install alien alien --to-deb /share/forticlient_6.4.4.0984_x86_64.rpm --scripts |
|
try to install ESET NOD32 antivirus 4.0.96.0 apt update sudo apt-get install libc6-i386 cd & wget http://download.eset.com/download/unix/eav/eset_nod32av_64bit_en.linux chmod +x *en.linux sudo ./eset_nod32av_64bit_en.linux alternative 32-bit: cd & wget http://download.eset.com/download/unix/eav/eset_nod32av_32bit_en.linux chmod +x *en.linux mv *en.linux /share/ sudo /share/eset_nod32av_32bit_en.linux installed and it works fine |
|
apt install hardinfo apt install gparted apt install net-tools apt-get install smartmontools apt-get install gnome-disk-utility apt-get install htop apt install ncdu apt install gnome-system-monitor apt install gnome-nettool apt install baobab |
|
Moved SSD (copied by dd) to another laptop after CPU fan failed. update-initramfs -u gives many lines warning: W: Possible missing firmware /lib/firmware/amdgpu/ip_discovery.bin for module amdgpu sudo apt install git -y sudo apt update && sudo apt upgrade -y git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/firmware/linux-firmware.git sudo mv /root/linux-firmware/amdgpu/* /lib/firmware/amdgpu sudo update-initramfs -k all -u -v still have W: Possible missing firmware /lib/firmware/amdgpu/ip_discovery.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/vega10_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/navi12_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_cap.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_toc.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes1.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module amdgpu W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mes.bin for module amdgpu cannot find these files in repository |
|
Fix audio in root Denied access to client with invalid authentication data. mcedit /etc/systemd/system/pulseaudio.service mcedit /etc/pulse/client.conf sudo systemctl --system enable pulseaudio.service sudo systemctl --system start pulseaudio.service sudo adduser root pulse-access |
|
Fix DHCP client to send valid MAC and get IP address. mcedit /etc/dhcp/dhclient.conf send dhcp-client-identifier = hardware; systemctl restart networking |
|
immediate turn off: poweroff shutdown -h now Get temperature and voltage: sensors Reboot: sudo reboot |
|
Disable sleep on restart: mcedit /etc/systemd/logind.conf HandleSuspendKey=ignore HandleSuspendKeyLongPress=ignore HandleHibernateKey=ignore HandleHibernateKeyLongPress=ignore HandleLidSwitch=ignore HandleLidSwitchExternalPower=ignore HandleLidSwitchDocked=ignore systemctl restart systemd-logind |