Sahri Riza Umami
Sahri Riza Umami
The write capability is amazing, but the lack of F and G partitions support make `fatxfs` somewhat limited as these partitions are where we store our games.
I'm using "**Rewrite xiso(s)**" (`-r`) for my script as it's convert redump xiso to regular xiso on the fly. The script also create a new sanitized filename that follow FATX...
Add new bindings for lua scripting: - `block_user` - `unblock_user` - `channel_join` - `channel_leave` - `channel_list` - `channel_set_about` - `channel_set_admin` - `channel_set_photo` - `channel_set_username` - `export_channel_link` - `get_message` - `import_channel_link`...
Markdown text formatting is simpler than HTML, but it's hard to escaped. The use of Markdown in ThorsHammer is prone to error, i.e when in need to print user name...
Is `logid` action can be called using command line? I want to seamlessly change host when mouse cursor reach monitor's edge. Perhaps something like this? ```bash xdotool behave_screen_edge left exec...
As title, `xbfuse` does not show empty directory. The xISO image is created using [`xdvdfs`](https://github.com/antangelo/xdvdfs) and [`extract-xiso`](https://github.com/XboxDev/extract-xiso). Both `xdvdfs` and `extract-xiso` extract the xISO perfectly, so perhaps that rules out...
The maximum file size for FATX is 4.294.967.296 bytes. It would be helpful if `xdvdfs` included a switch or parameter to split the xISO, either into two halves or based...
On offline machine, I did: ```bash sudo apt-offline set offline.sig --update --upgrade ``` Then, on online machine I did: ```bash sudo apt-offline get offline.sig --bundle offline.zip ``` But, unable to...
``` block_user channel_del_admin channel_del_mod channel_join channel_leave channel_set_about channel_set_admin channel_set_mod channel_set_photo channel_set_username chat_upgrade create_channel export_channel_link get_channel_list get_message import_channel_link post_audio post_document post_file post_location post_photo post_text post_video rename_channel reply_audio reply_document reply_file reply_photo reply_video...