Jump to content

Igor

Administrators
  • Posts

    13956
  • Joined

  • Last visited

Everything posted by Igor

  1. Fixed. (on this server works https://imola.armbian.com/apt elsewhere soon)
  2. Some packages form 22.02 are present in the index, some not. I think its related to this: I have re-added those packages but dunno if it will help. Manual recreation of repository, as a known workaround, takes hours, which I can't possibly find just like that ...
  3. something is wrong ... looking into.
  4. Places: 64

    Applicants: 61

    Requirements https://docs.armbian.com/User-Guide_Board-Support-Rules/#standard-support Responsibilities commit to providing "Best Effort" support for their SBC on the Armbian forums participate in the Release Process sign-off that device has been tested, is stable, and ready for release during release process. physical access to the SBC they're supporting promote Armbian builds at forum and SBC maker forums adjust build targets for the board We value candidates who have: user level Linux experiences communication and organization skills good understanding of Debian based OS What we offer: unique open source community project experiences opportunity to work with an exceptional team of people environment for personal and professional development automated compilation system automated hardware testings platform provide the team's unique expertise to assist maintainer with general challenges best-effort compensation can be provided to maintainer from the "Armbian Community Fund"
  5. If you are running Armbian desktop and you like to use Visual Studio Code, open a terminal and run: sudo apt update sudo apt install code
  6. Igor

    Odroid C4

    https://wiki.odroid.com/odroid-c4/hardware/hardware
  7. To secure top download speed around the globe, we need to have as many torrent seeders as possible. Currently we have dedicated seeders in: Estonia, Germany, Pakistan, Slovenia, Argentina, Singapore, USA, ... but we might be slower in China or Japan. Prerequisite: - Armbian or any Debian or Ubuntu based distribution (check instructions how to run armbian-config on a generic Debian/Ubuntu), - 1TB of free space. a) Installation with installing Transmission server login and obtain superuser rights, execute armbian-config, select Software -> Softy, install Transmission server. (use space to confirm and enter to proceed with install) Leave armbian-config and after a few minutes check your torrent server status with the following command: transmission-remote -n 'transmission:transmission' -l and you should see some progress: Note: Torrent server installed this way is auto updating - it checks daily for new images, adds new and purge old ones. b.) Installation to the existing Transmission server You only need to install a cron job script that your client serve only most recent files. Create file: sudo nano /etc/cron.daily/seed-armbian-torrent with this content: Change username(transmission) and password(transmission) if have something else than stock, save and exit, then run: sudo chmod +x /etc/cron.daily/seed-armbian-torrent sudo /etc/cron.daily/seed-armbian-torrent Optional: If you use GUI, you can install desktop front end for simple torrent server monitoring. apt install transmission-remote-gtk Host: localhost Username: transmission Password: transmission Confirm and click connect. How to stop seeding torrents? Remove cron job: sudo rm /etc/cron.daily/seed-armbian-torrent Remove torrents: transmission-remote -n transmission:transmission -t all --remove-and-delete This command will remove all files on your torrent server! If you seed other stuff do a cherry pick.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines