Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gpg: WARNING: unsafe permissions on homedir

find ~/.gnupg -type f -exec chmod 600 {} ; # Set 600 for files
find ~/.gnupg -type d -exec chmod 700 {} ; # Set 700 for directories
Comment

PREVIOUS NEXT
Code Example
Shell :: remove junk files from ubuntu via terminal 
Shell :: ubuntu control brightness 
Shell :: delete old files linux 
Shell :: unix delete file contents only 
Shell :: linux format usb command line 
Shell :: docker start all containers 
Shell :: capacitor live reload 
Shell :: npm cache clean vs clear 
Shell :: using wget with a proxy 
Shell :: git save username and password 
Shell :: clean ubuntu root 
Shell :: git global ignore 
Shell :: centos upgrade nodejs 
Shell :: flutter linux cmake error 
Shell :: bitbucket delete remote tag 
Shell :: swapping of two numbers without using third variable in shell script 
Shell :: git abort merge 
Shell :: git ssl certificate problem 
Shell :: kubectl delete all pods 
Shell :: find skip permission denied messages 
Shell :: node-gyp 
Shell :: close port 
Shell :: list directories recursively powershell 
Shell :: device manager cmd command 
Shell :: ubuntu install gnome videos 
Shell :: nuget install location 
Shell :: UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show() 
Shell :: docker check running containers 
Shell :: android turn off emulator 
Shell :: how to check my ubuntu version 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =