Here are some tips I encountered while evaluating Manjarno Linux.
REF:https://forum.manjaro.org/t/my-video-vesa-nightmare-solved/31505
sudo mhwd -r pci video-vesa
sudo reboot
REF: https://wiki.manjaro.org/index.php?title=Pacman_Tips
Here are some tips I encountered while evaluating Manjarno Linux.
REF:https://forum.manjaro.org/t/my-video-vesa-nightmare-solved/31505
sudo mhwd -r pci video-vesa
sudo reboot
REF: https://wiki.manjaro.org/index.php?title=Pacman_Tips
I always have to do a Goggle search when I need a command I can run to see my battery status.
Here are a few I have found.
REF: https://askubuntu.com/questions/69556/how-to-check-battery-status-using-terminal
[kurtis@asus-Q302LA .ssh] $ upower -i /org/freedesktop/UPower/devices/battery_BAT0
native-path: BAT0
vendor: ASUSTeK
Need a mapping from network prefix to network mask values and vice versa.
I keep forgetting kernel boot options for booting RHEL 7 installations.
Here is the URL that describes kernel boot options for RHEL 7. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/installation_guide/chap-anaconda-boot-options
Here are some parameters I use frequently.
Installing from USB (inst.stage2) and specifying a static IP (inst.ip):
Changed login password via User Manager gui on my XPS 15 running Fedora 29. I noticed that after the next reboot, I get prompted to enter my KDE Wallet password. The only value that works is my previous login password.
Use the KDE Wallet Manager application in the System Settings tool.
I noticed while performing a fresh install of Fedora 29 on my Dell XPS 15 that the keyboard shortcuts to switch to alternate tty session did not work. Control-Alt-4 was the only one that would get me a tty but I could never get back to the Xorg session (control-alt-1 did not work).
This was solved by adding the following as permanent kernel boot parameters in /etc/default/grub and recreating /etc/grub2/grub.cfg (grub2-mkconfig -o /boot/grub2/grub.cfg). Here are the boot parameters that I believe need to be added in the exact order:
acpi_osi=! acpi_osi=Linuxacpi_osi="Windows 2009"
Running KDE Plasma desktop and software updates show a message similar to this one
Error when getting information for file
“/var/cache/PackageKit/28/metadata/rpmfusion-nonfree-nvidia-driver/repodata/appstream.xml.gz”: No such file or directory
REF: https://bugzilla.redhat.com/show_bug.cgi?id=1580162#c3
dnf doesn't use appdata, if the repo does not include appdata, it should not include:
inxi - Command line system information script for console and IRC
[kurtis@kwrp50 ~] $ inxi -Fxxxz
System: Host: kwrp50.rchland.ibm.com Kernel: 4.18.16-200.fc28.x86_64 x86_64 bits: 64 compiler: gcc v: 8.2.1
Desktop: KDE Plasma 5.13.5 tk: Qt 5.11.1 info: plank wm: kwin_x11 dm: LightDM 1.28.0, SDDM
Distro: Fedora release 28 (Twenty Eight)
Machine: Type: Laptop System: LENOVO product: 20EQS3B400 v: ThinkPad P50 serial: <filter> Chassis: type: 10
How to determine when a Linux OS was installed?
REF: https://www.ostechnix.com/find-exact-installation-date-time-linux-os/
Here is a command that takes into account xfs file systems. tune2fs only works with ext2/ext3/ext4 file systems.
fs=$(df / | tail -1 | cut -f1 -d' ') && \
I went to ssh from my Samsung Chromebook Pro to my Linux server and I got this error message
Warning: No xauth data; using fake authentication data for X11 forwarding
xauth add :0 . mcookie