If you’re running both Linux (like Kali or Ubuntu) and Windows on the same machine and notice that Windows displays the wrong time after booting into Linux, you’re not alone.
It kept bugging me for years tbh .
Solution is simple - just run the following command in your Linux terminal:
sudo timedatectl set-local-rtc 1 --adjust-system-clock
More details: https://itsfoss.com/wrong-time-dual-boot
Did you know? On Linux you can observe the file descriptor positions using `/proc/<pid>/fdinfo/<fd-number>`
https://man7.org/linux/man-pages/man5/proc_pid_fdinfo.5.html
You can use that to observe long-running file processing jobs' progress. But there are tools that format this properly; Debian (/Ubuntu) packages `progress` a tool that does just that:
https://github.com/Xfennec/progress
It can snoop for coreutils processes, or just watch an arbitrary pid:
`progress --monitor --pid $(pidof -s lbzcat)`
Save time and energy managing your Ubuntu software by preinstalling itsudo apt install * -y
#ubuntu #linuxtips
#RaspberryPi owners, how do you back up your #RPi?
I don’t have an extra hard drive, so I need to back up to #GoogleDrive. I’ve installed #Rclone and tried creating a #BASH script, but I’m struggling with it.
If you’ve set up something similar or have recommendations for an efficient backup workflow, I’d love to hear them! Bonus points if you know any good courses or resources to improve my scripting skills.
#Linux #Tech #SelfHosted #SelfHosting #RaspberryPiBackup #RaspberryPi500 #RaspberryPiProjects #RPiBackup #RaspberryPiOS #RPiProjects #LinuxBackup #LinuxTips #LinuxCommunity #TechSupport #OpenSource #DataBackup #CloudBackup #GoogleDriveBackup #CloudStorage #FileBackup #Rclone #BASHScript #ShellScripting #ProgrammingHelp #CodeNewbie #LearnToCode #TechSolutions #Automation #techhacks @linux @selfhost @selfhosting @selfhosted
Don't want to crack open your #Linux machine? Find your RAM speed & type (DDR3, DDR4, etc.) with a few simple commands or GUI tools!
Check out this guide to level up your Linux knowledge: https://www.cyberciti.biz/faq/check-ram-speed-linux/ #LinuxTips #RAMUpgrade #TechHacks