Notepad:Linux: Difference between revisions

From Amar
Jump to navigationJump to search
Generate encoded password for netplan
→‎IoT: No daemon popup
Line 85: Line 85:
* [https://raspberrypi.stackexchange.com/questions/139093/change-netplan-wifi-encrypted-password Generate Encoded Password for Netplan / network-config - use psk]
* [https://raspberrypi.stackexchange.com/questions/139093/change-netplan-wifi-encrypted-password Generate Encoded Password for Netplan / network-config - use psk]
   wpa_passphrase <ssid> [passphrase]
   wpa_passphrase <ssid> [passphrase]
 
* [https://stackoverflow.com/questions/73397110/how-to-stop-ubuntu-pop-up-daemons-using-outdated-libraries-when-using-apt-to-i Ubuntu stop pop-up for daemons for apt]
Change the restart command in ```/etc/needrestart/needrestart.conf``` to 'i'
  sed "/#\$nrconf{restart} = 'i';/s/.*/\$nrconf{restart} = 'a';/" /etc/needrestart/needrestart.conf


== LVM ==
== LVM ==

Revision as of 00:45, 14 June 2023

Linux Tips and Tricks

Linux stuff I often have to lookup. Just my personal list of things.


shutdown -rF now
xauth add `hostname`/unix:0 . `openssl rand -hex 32`
  • yum versionlock - allows to lock an rpm
  • install faster random for dns etc.
 yum install haveged;
 systemctl enable haveged;
 systemctl start haveged
sudo visudo -f /mnt/etc/sudoers
netstat -tulpn
xargs yum -y install < file
  • Create Default Home Directory
mkhomedir_helper username
use tmpfiles.d and have your package create at startup or boot a file or directory /usr/lib/tmpfiles.d/mydaemon.conf :
man tmpfiles.d

#Type Path            Mode UID      GID    Age Argument
d     /run/mydaemon   0755 myuser myuser   -   -
rpm -Uvh --nodeps $(repoquery --location <module>)
  sudo journalctl --vacuum-time=3weeks
  ip -br l | awk '$1 !~ "lo|vir|eth" { print $3 }'

IoT

  wpa_passphrase <ssid> [passphrase]

Change the restart command in ```/etc/needrestart/needrestart.conf``` to 'i'

  sed "/#\$nrconf{restart} = 'i';/s/.*/\$nrconf{restart} = 'a';/" /etc/needrestart/needrestart.conf

LVM

LVM Expand

Expand the physical size

gparted

Expand the logical volume

lvextend -l +100%FREE /dev/vg.../lv....

Resize the file system

resize2fs /dev/vg.../lv...

LVM Snapshot


← Back to Notepad



<insert>googlesearchwiki</insert> <insert>paypal</insert> <insert>analytics</insert>