Print
Full screen
Share

[OS: Ubuntu] Linux operatingsystem

cmds-z-NL (r)  •UwUntu
UNIX ist das Betriebssystem der Zukunft. Und das schon seit 30 Jahren...
------------------------------
•fix-ubuntu *ubuntu-dld *ubuntu-bootupsettings 
 
 
Save all installed packages: (for reinstallation)
--------------
sudo dpkg-query -f '${binary:Package}\n' -W > packages_list.txt
( Reinstall: dpkg -i *deb )
kopimi.space/@koyu/110878849059439919

22-11-2022
psa: do *not* install #ubuntu on an #hp. ever
sudo -i
 
 
Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu. In other words: Anbox will let you run Android on your Linux system without the slowness of virtualization. github.com/anbox/anbox
 
 
 
Wine translates those Windows logic to native UNIX/POSIX-complaint logic. In simple and non-technical words, Wine converts internal Windows commands to commands your Linux system can natively understand. https://itsfoss.com/use-windows-applications-linux/
 
 
 
============
===fixubuntu===
 
Disable Error reporting
sudo nano /etc/default/apport
*You will see a line enabled=1,  change the value of enabled from 1 to 0.
Press CTRL+O to save the file
CTRL+X to exit out of the file.
And you are done! You won’t see error pop up any more!
 
 
 
=>
 
=============
== ubuntudld ===
 
 
================
==ubuntubootupsettings==
 
Bootup brightness
sudo -H gedit /etc/rc.local
echo 350 > /sys/class/backlight/intel_backlight/brightness
 
 
 
Want to create own pages and collaborate?
Start your free account today:
By clicking “Sign up”, you agree to our Terms and Conditions