All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:32, 24 October 2025 Hemanth talk contribs created page Creating Block USB storage in Ubuntu (Created page with "= Blocking USB Storage Devices in Linux = This guide explains multiple methods to block USB mass storage devices by preventing the `usb-storage` and `uas` kernel modules from loading. == Method 1: Using Blacklist File == === 1. Edit the Blacklist File === Create and open a new configuration file using a text editor such as `nano`: <syntaxhighlight lang="bash"> sudo nano /etc/modprobe.d/blacklist-usb-storage.conf </syntaxhighlight> === 2. Add the Following Lines ===...")
- 10:18, 24 October 2025 Hemanth talk contribs created page Block USB storage in Ubuntu (Created page with "Home > Ubuntu > Creating Block USB storage in Ubuntu") Tag: Visual edit: Switched
- 05:29, 22 September 2025 Hemanth talk contribs created page Ubuntu Local Repo Server Setup (Created page with "= Ubuntu Local Repo Server Setup (Server = 172.30.14.59) = == Keep Downloaded Packages == By default, Ubuntu removes downloaded <code>.deb</code> files from <code>/var/cache/apt/archives/</code> after a successful install. To keep them permanently: <pre> sudo nano /etc/apt/apt.conf.d/02keep-debs </pre> Add the following line: <pre> APT::Keep-Downloaded-Packages "true"; </pre> Save and exit. Now all downloaded packages will stay in <code>/var/cache/apt/archives/<...")
- 05:10, 22 September 2025 Hemanth talk contribs created page Rocky9 Local Repo Server (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Rocky9 Local Repo Server = Rocky9 Local Repo Server Setup (Server = 172.30.14.58) = == Enable Repositories == Edit file: <code>/etc/yum.repos.d/rocky.repo</code> <pre> # rocky.repo # # The mirrorlist system uses the connecting IP address of the client and the # update status of each mirror to pick current mirrors that are geographically # close to the client. You should use this for Rocky upda...")