I have a problem with my sshd configuration on Ubuntu 20.04. My goal is to deny Password authentication, except for specific IP-addesses/Networks. I believe that by config har worked previously but stopped some time ago (might be years be now). My /etc/ssh/sshd_config is very standard (I’ve removed most commented lines) […]
Daily Archives: July 11, 2022
I have a folder with ~1600+ mp3 files, and i want to organize it in multiple “albums”, i.e. subfolders where the total duration of the audio files inside doesn’t exceed 74 minutes (the size of an Audio CD). So i need to make a bash script that loops through all […]
I have the current network configuration in my linux single board computer: ~# ifconfig eth0 Link encap:Ethernet HWaddr 00:05:B7:EE:88:0A inet addr:192.168.0.20 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::205:b7ff:feee:880a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:258814 errors:0 dropped:0 overruns:0 frame:0 TX packets:358552 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:18117399 (17.2 […]
I wish to migrate from Ubuntu16.04LTS to 18.04LTS (first). However ecryptfs seems unsupported after 16.04. In case I have encrypted home directory, what will happen to it?