https://community.bigbeartechworld.com/t/setting-up-openwrt-on-a-virtual-machine-with-proxmox/257
https://images.linuxcontainers.org/images/openwrt/23.05/amd64/default/20231123_11:57/rootfs.tar.xz
https://community.bigbeartechworld.com/t/setting-up-openwrt-on-a-virtual-machine-with-proxmox/257
https://images.linuxcontainers.org/images/openwrt/23.05/amd64/default/20231123_11:57/rootfs.tar.xz
Instructions for expanding space for openwrt programs. In most cases, 2Gb will be enough. We will install the necessary packages for working with USB devices
root@OpenWrt:~# opkg update
root@OpenWrt:~# opkg install nano kmod-usb-core block-mount kmod-fs-ext4 kmod-usb-storage-extras e2fsprogs blkid
After install fdisk package
// Video: https://www.youtube.com/watch?v=WvzIZ-JH-7k | |
// UPnP should be enabled for the target side | |
// UPnP default port is 52869 | |
// Credits: Morad Abdelrasheed and Zeyad Azima | |
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.io.InputStreamReader; | |
import java.io.PrintWriter; | |
import java.net.HttpURLConnection; |
@DATABASE@__%Y-%m-%d_%H-%M-%S |
[ | |
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" } | |
] |
## get playlist items from soundcloud | |
youtube-dl --no-progress -g -e --get-duration https://soundcloud.com/nok/sets/tracks-tracks-tracks >> /tmp/nk23x-soundcloud-trackstrackstracks.txt | |
## make m3u playlist | |
echo "#EXTM3U" > nk23x-soundcloud-trackstrackstracks.m3u; cat /tmp/nk23x-soundcloud-trackstrackstracks.txt| perl -p0e 's/(.*)\nhttp(.*)\n([0-9:]{4,15})/#EXTINF:-1,$1 ($3)\nhttp$2/gm;' >> nk23x-soundcloud-trackstrackstracks.m3u | |
## enjoy :) |
Having partitioned and formated (ext4) a usb flash/pen/thumb drive on another linux machine....
install required packages
opkg update
opkg install kmod-usb-storage kmod-fs-ext4 block-mount
check you can see the drive, if not reboot