Category: Linux

Oct 31, 2024

DDNS Access Issues Why External Works but Internal Doesn't

DDNS domains may fail internally due to NAT Loopback issues, but can be resolved by modifying local DNS entries, setting up a local DNS server, enabling NAT Loopback on the router, or configuring split DNS.

Read more
Oct 27, 2024

Easy Bulk File Operations on Linux

Linux provides various commands like `find`, `cp`, `mv`, `rm`, `chmod`, `chown`, `rename`, `mkdir`, `tar`, and `untar` for batch operations on files, enabling tasks such as locating, copying, moving, deleting, modifying permissions, changing ownership, renaming, creating directories, archiving, and unarchiving.

Read more
Oct 23, 2024

How to Use the watch Command on Linux to Run Programs Periodically

The `watch` command in Linux repeatedly runs specified commands at fixed intervals, allowing real-time monitoring of system activities like user logins, disk space, and network status, with options to customize intervals, highlight changes, and automate notifications.

Read more
Oct 23, 2024

One-Click Configuration for Web Development on Ubuntu

Omakub is a one-click setup solution for configuring a fully optimized and customizable Ubuntu environment with pre-installed development tools, designed to streamline the transition to Linux for developers.

Read more
Jun 20, 2024

WSL中后台运行Ollama

在WSL中,可以使用`nohup`、`screen`或`tmux`工具来后台运行Ollama服务,并可通过特定命令检查其状态。

Read more
PreviousNext