This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision |
linux:start [2022/03/07 20:19] – [Useful shell] mh | linux:start [2025/04/08 22:10] (current) – [AppImages] mh |
---|
| |
[[https://github.com/AppImage/AppImageKit/releases|Link to AppImage Daemon]] //This Daemon scans well known places for appimages and creates menu entries and extracts icons// | [[https://github.com/AppImage/AppImageKit/releases|Link to AppImage Daemon]] //This Daemon scans well known places for appimages and creates menu entries and extracts icons// |
| |
| To run an AppImage just make it executable : |
| |
| <code bash> |
| $ chmod +x /path/to/example.AppImage |
| $ ./example.AppImage |
| </code> |
| |
---- | ---- |
| |
| |
[[https://www.cyberciti.biz/faq/tar-extract-linux/|Extensive Guide]] | [[https://www.cyberciti.biz/faq/tar-extract-linux/|Extensive Guide]] |
| ---- |
| |
| === Samba === |
| |
| <code bash> |
| sudo service smbd start/stop/restart |
| </code> |
| |
---- | ---- |
| |
| |
*[[https://en.wikipedia.org/wiki/Magic_SysRq_key#Configuration|SysRq Keys]] -- Best combo is ''Alt + SysRq + R E I S U B'' | *[[https://en.wikipedia.org/wiki/Magic_SysRq_key#Configuration|SysRq Keys]] -- Best combo is ''Alt + SysRq + R E I S U B'' |
| |
*[[https://www.guruadvisor.net/en/software-saas/465-advanced-linux-troubleshooting-methods-and-tools-for-diagnostics-and-problem-identification|Advanced Linux Troubleshooting]] | *[[https://www.guruadvisor.net/en/software-saas/465-advanced-linux-troubleshooting-methods-and-tools-for-diagnostics-and-problem-identification|Advanced Linux Troubleshooting]] |
| |
| *[[https://wiki.networksecuritytoolkit.org/nstwiki/index.php?title=HowTo_Create_A_GPT_Disk_With_EFI_System_And_exFAT_Partitions_Using_Parted|Creating GPT/exFAT partitions using CLI]] |