This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System: Kernel: 5.4.0-70-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 Desktop: Cinnamon 4.8.6 | |
wm: muffin dm: LightDM Distro: Linux Mint 20.1 Ulyssa base: Ubuntu 20.04 focal | |
Machine: Type: Laptop System: LENOVO product: 80FG v: Lenovo Z70-80 serial: <filter> Chassis: | |
type: 10 v: Lenovo Z70-80 serial: <filter> | |
Mobo: LENOVO model: Lenovo Z70-80 v: 31900058 WIN serial: <filter> UEFI: LENOVO | |
v: ABCN95WW date: 08/03/2015 | |
Battery: ID-1: BAT0 charge: 18.5 Wh condition: 18.5/37.5 Wh (49%) volts: 16.2/14.9 | |
model: Lenovo IdeaPad serial: <filter> status: Full | |
Device-1: hidpp_battery_0 model: Logitech Wireless Keyboard serial: <filter> | |
charge: 55% (should be ignored) status: Discharging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
####################################### | |
# Based on script written by @AamnahAkram from http://aamnah.com | |
# Original Script at: https://gist.github.com/aamnah/f03c266d715ed479eb46#file-lamp-sh-L2 | |
####################################### | |
# Written by @ArielBarkan from https://peekapost.com | |
# | |
# Bash script to install: | |
#- Apache2 | |
#- php5.6 |