Billions of devices sync with NTP servers daily, checking for and correcting time discrepancies both during boot-up and in the background. NTP is an essential for modern applications and all connected devices
Notices by nixCraft ๐ง (nixcraft@mastodon.social), page 39
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Friday, 19-Jul-2024 04:42:32 JST nixCraft ๐ง -
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Thursday, 18-Jul-2024 18:27:10 JST nixCraft ๐ง NVIDIA Transitions Fully Towards Open-Source GPU Kernel Modules https://developer.nvidia.com/blog/nvidia-transitions-fully-towards-open-source-gpu-kernel-modules/ #linux
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Wednesday, 17-Jul-2024 20:24:43 JST nixCraft ๐ง Want to search files effortlessly without worrying about case sensitivity and wildcards? ๐ This custom function can turn your ls command into case-insensitive mode on #Linux, #Unix, #macOS, or #FreeBSD with bash or zsh! โจ
```
casels(){
shopt -s nocaseglob
ls -l -- $*
shopt -u nocaseglob
}
casels '*foo*'
```
For zsh and other examples see https://www.cyberciti.biz/faq/ls-command-case-insensitive-mode-search-pattern-linux-unix/In conversation from mastodon.social permalink Attachments
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Wednesday, 17-Jul-2024 20:02:38 JST nixCraft ๐ง In conversation from mastodon.social permalink Attachments
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Wednesday, 17-Jul-2024 06:27:37 JST nixCraft ๐ง A complete genome has been extracted from a 52,000-year-old woolly mammoth, which might bring us closer to resurrecting the species https://www.newscientist.com/article/2439218-woolly-mammoth-dna-exceptionally-preserved-in-freeze-dried-jerky/ The real question is, should we resurrect the long-extinct species? What could go wrong? ๐
In conversation from mastodon.social permalink Attachments
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Tuesday, 16-Jul-2024 20:49:54 JST nixCraft ๐ง In conversation from mastodon.social permalink Attachments
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Tuesday, 16-Jul-2024 19:17:26 JST nixCraft ๐ง ๐ค Can YOU guess what happens when you run mkdir test in this Linux terminal? ๐ค
๐ง Use the clues from id, pwd, and ls! ๐
Share your answer below! ๐ #LinuxChallenge #TechQuiz #Linux
In conversation from mastodon.social permalink Attachments
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Tuesday, 16-Jul-2024 11:00:58 JST nixCraft ๐ง ๐ Unwrap the secrets of Debian packages! ๐ Ever wondered what's hiding inside those .deb files? ๐ค This tutorial is your guide to listing and extracting the goodies within! ๐ Learn how to list and extract the contents of a #Debian or #Ubuntu #Linux packages https://www.cyberciti.biz/faq/how-to-extract-a-deb-file-without-opening-it-on-debian-or-ubuntu-linux/
In conversation from mastodon.social permalink Attachments
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Monday, 15-Jul-2024 19:38:23 JST nixCraft ๐ง Me: "I'm not a religious person, but I'm absolutely convinced this is hell. "*
* me when the program won't compile, and the compiler won't say why
In conversation from mastodon.social permalink -
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Monday, 15-Jul-2024 19:31:19 JST nixCraft ๐ง "I think there is a world market for maybe 5 computers." -- Thomas Watson, chairman of IBM, 1943.
In conversation from mastodon.social permalink -
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Monday, 15-Jul-2024 19:15:18 JST nixCraft ๐ง News: Linux 6.10 has been released.
Me: Awesome. Download and install the Linux kernel 6.10 && reboot.
Nvidia driver: Haha. K. Bye, and here is my gift to you *kernel panic*
Me: Pikachu face.
In conversation from mastodon.social permalink -
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Monday, 15-Jul-2024 05:47:14 JST nixCraft ๐ง ๐ Hey there! ๐ฐ๏ธ This is your friendly reminder from Uncle nixCraft.
Don't forget to back up your #Linux, #macOS, #FreeBSD or #Unix desktop! ๐ป๐พ Double-check your backups every now and then, and see how long it takes to restore them. โ
In conversation from mastodon.social permalink Attachments
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Saturday, 13-Jul-2024 19:34:16 JST nixCraft ๐ง Do you cover your webcam with a sticker or an inbuilt shutter for security and privacy reasons?
In conversation from mastodon.social permalink -
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Saturday, 13-Jul-2024 17:01:46 JST nixCraft ๐ง How to run command or code in parallel in bash shell under #Linux or #Unix https://www.cyberciti.biz/faq/how-to-run-command-or-code-in-parallel-in-bash-shell-under-linux-or-unix/
In conversation from mastodon.social permalink Attachments
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Friday, 12-Jul-2024 21:27:37 JST nixCraft ๐ง @GolfNovemberUniform @f09fa681 @mwl I
> politics, religion or other controversial stuff.
I never post about that stuff. It is just some random meme or funny stuff or links to external site or my own blog about news or tutorials. That is all.In conversation from mastodon.social permalink -
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Friday, 12-Jul-2024 21:14:34 JST nixCraft ๐ง I'm really sick of all social media companies randomly removing posts and using algorithms designed to provoke anger or hate. I feel like I should just create an independent site that anyone can follow using either a full RSS feed or a daily or weekly email newsletter. After all, I don't get paid to post on these social media platforms. It's just my laziness that's stopping me, and I don't want to invest money into hosting. I think @mwl did it correctly. This is the way in a long run.
In conversation from mastodon.social permalink -
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Friday, 12-Jul-2024 20:46:21 JST nixCraft ๐ง Question: What is the best time to push everything to prod?
Answer: From airport WiFi just before boarding an 16-hour flight. Good luck, suckers, caching me! Ensure you catch the Friday evening flight, for extra credit. #ReadOnlyFriday #IT #devlife #devops
In conversation from mastodon.social permalink -
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Friday, 12-Jul-2024 19:07:01 JST nixCraft ๐ง Heads up new OpenSSH (sshd) security bug only exists in RHEL 9 and friends. OpenSSH bug leaves RHEL 9 and the RHELatives vulnerable https://www.theregister.com/2024/07/11/openssh_bug_in_rhel_9/ #linux
In conversation from mastodon.social permalink Attachments
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Friday, 12-Jul-2024 12:53:32 JST nixCraft ๐ง Heads up: Do Not Upgrade to Any Version of MySQL After 8.0.37. If you create a certain number of tables, #MySQL will crash on restart ๐ https://www.percona.com/blog/do-not-upgrade-to-any-version-of-mysql-after-8-0-37/
In conversation from mastodon.social permalink Attachments
-
nixCraft ๐ง (nixcraft@mastodon.social)'s status on Friday, 12-Jul-2024 00:18:37 JST nixCraft ๐ง ๐ 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
In conversation from mastodon.social permalink Attachments