Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
public:informatique:ordinateur_perso [2020/04/26 21:24] rom1public:informatique:ordinateur_perso [2020/10/14 22:19] – [Emby] rom1
Line 181: Line 181:
 <code> <code>
 cd ~/ cd ~/
-cp /mnt/magneto/warehouse/backup_sickrage/emby-server-deb_4.3.1.0_amd64.deb ~/ +cp /mnt/magneto/warehouse/backup_sickrage/emby-server-deb_4.5.2.0_amd64 ~/ 
-sudo dpkg -i emby-server-deb_4.3.1.0_amd64.deb+sudo dpkg -i emby-server-deb_4.5.2.0_amd64
  
 </code> </code>
Line 188: Line 188:
 ===== Webmin ===== ===== Webmin =====
  
-[[https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-16-04|https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-16-04]]<code>+[[https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-16-04|https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-16-04]] 
 +<code>
  
 echo "deb http://download.webmin.com/download/repository sarge contrib" | sudo tee -a /etc/apt/sources.list echo "deb http://download.webmin.com/download/repository sarge contrib" | sudo tee -a /etc/apt/sources.list
Line 198: Line 199:
 </code> </code>
  
-===== Path Bin =====<code>+===== Path Bin ===== 
 +<code>
  
 sudo echo 'export PATH=$PATH:/mnt/diablo/kitchen/bin'>>  ~/.bashrc sudo echo 'export PATH=$PATH:/mnt/diablo/kitchen/bin'>>  ~/.bashrc
Line 232: Line 234:
 [[https://websiteforstudents.com/share-files-on-ubuntu-16-04-lts-with-windows-10-systems/|https://websiteforstudents.com/share-files-on-ubuntu-16-04-lts-with-windows-10-systems/]] [[https://websiteforstudents.com/share-files-on-ubuntu-16-04-lts-with-windows-10-systems/|https://websiteforstudents.com/share-files-on-ubuntu-16-04-lts-with-windows-10-systems/]]
  
-==== restaure config ====<code>+==== restaure config ==== 
 +<code>
  
 sudo cp /mnt/magneto/warehouse/backup_sickrage/smb.conf  /etc/samba/ sudo cp /mnt/magneto/warehouse/backup_sickrage/smb.conf  /etc/samba/
Line 273: Line 276:
  
 ===== Sickrage (Sickchill now) ===== ===== Sickrage (Sickchill now) =====
 +<code>
 +curl https://raw.githubusercontent.com/SickChill/SickChill/master/contrib/debian-ubuntu-install.sh | sudo bash
 +</code>
  
-[[https://github.com/SickRage/SickRage/wiki/Sickrage-installation-Ubuntu-15|https://github.com/SickRage/SickRage/wiki/Sickrage-installation-Ubuntu-15]]<code>+[[https://github.com/SickRage/SickRage/wiki/Sickrage-installation-Ubuntu-15|https://github.com/SickRage/SickRage/wiki/Sickrage-installation-Ubuntu-15]] 
 +<code>
  
 sudo apt-get update && sudo apt-get install unrar-free git-core openssl libssl-dev python2.7 sudo apt-get update && sudo apt-get install unrar-free git-core openssl libssl-dev python2.7
Line 326: Line 333:
 <note important>[[https://github.com/SickChill/SickChill/issues/5151|https://github.com/SickChill/SickChill/issues/5151]] Backup config/setings/etc using built in backup tool Stop SickRage Edit config.ini from [[https://github.com/SickRage/SickRage|https://github.com/SickRage/SickRage]] to [[https://github.com/SickChill/SickChill.git|https://github.com/SickChill/SickChill.git]] Restart SickRage If you get an error stating "No NZB/Torrent providers found or enabled for daily searches and backlog searches" restore the backup completed in Step 1. Restart SickChill</note> <note important>[[https://github.com/SickChill/SickChill/issues/5151|https://github.com/SickChill/SickChill/issues/5151]] Backup config/setings/etc using built in backup tool Stop SickRage Edit config.ini from [[https://github.com/SickRage/SickRage|https://github.com/SickRage/SickRage]] to [[https://github.com/SickChill/SickChill.git|https://github.com/SickChill/SickChill.git]] Restart SickRage If you get an error stating "No NZB/Torrent providers found or enabled for daily searches and backlog searches" restore the backup completed in Step 1. Restart SickChill</note>
  
-==== restaure config ====<code>+==== restaure config ==== 
 +<code>
  
 curl http://192.168.1.237:8081/config/backuprestore/restore?backupFile="/90-warehouse/backup_sickrage/sickrage-20180921183800.zip" curl http://192.168.1.237:8081/config/backuprestore/restore?backupFile="/90-warehouse/backup_sickrage/sickrage-20180921183800.zip"
Line 408: Line 416:
 ===== dropbox (in/out server) ===== ===== dropbox (in/out server) =====
  
-[[https://www.dropbox.com/fr/install-linux|https://www.dropbox.com/fr/install-linux]] [[https://www.dropboxwiki.com/tips-and-tricks/install-dropbox-in-an-entirely-text-based-linux-environment|https://www.dropboxwiki.com/tips-and-tricks/install-dropbox-in-an-entirely-text-based-linux-environment]]<code>+[[https://www.dropbox.com/fr/install-linux|https://www.dropbox.com/fr/install-linux]] [[https://www.dropboxwiki.com/tips-and-tricks/install-dropbox-in-an-entirely-text-based-linux-environment|https://www.dropboxwiki.com/tips-and-tricks/install-dropbox-in-an-entirely-text-based-linux-environment]] 
 +<code>
  
 cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
Line 427: Line 436:
 </code> </code>
  
-Lien de chaque projet en cours<code>+Lien de chaque projet en cours 
 +<code>
  
 sudo ln -s /mnt/colossus/home-desk/950-Construction\ Maison/2018-06-19\ PC\ SketchUp ~/Dropbox/ sudo ln -s /mnt/colossus/home-desk/950-Construction\ Maison/2018-06-19\ PC\ SketchUp ~/Dropbox/
Line 453: Line 463:
 [[https://doc.ubuntu-fr.org/bureau_a_distance|https://doc.ubuntu-fr.org/bureau_a_distance]] [[https://doc.ubuntu-fr.org/vnc?redirect=1|https://doc.ubuntu-fr.org/vnc?redirect=1]] [[https://websiteforstudents.com/access-ubuntu-18-04-lts-beta-desktop-via-vnc-from-windows-machines/|https://websiteforstudents.com/access-ubuntu-18-04-lts-beta-desktop-via-vnc-from-windows-machines/]] [[https://doc.ubuntu-fr.org/bureau_a_distance|https://doc.ubuntu-fr.org/bureau_a_distance]] [[https://doc.ubuntu-fr.org/vnc?redirect=1|https://doc.ubuntu-fr.org/vnc?redirect=1]] [[https://websiteforstudents.com/access-ubuntu-18-04-lts-beta-desktop-via-vnc-from-windows-machines/|https://websiteforstudents.com/access-ubuntu-18-04-lts-beta-desktop-via-vnc-from-windows-machines/]]
  
-relancer gnome apres un freeze<code>+relancer gnome apres un freeze 
 +<code>
  
 DISPLAY=:0 gnome-shell --replace DISPLAY=:0 gnome-shell --replace
Line 487: Line 498:
 [[https://rclone.org/onedrive/|https://rclone.org/onedrive/]] [[https://rclone.org/downloads/|https://rclone.org/downloads/]] [[https://rclone.org/onedrive/|https://rclone.org/onedrive/]] [[https://rclone.org/downloads/|https://rclone.org/downloads/]]
  
-==== restaure config ====<code>+==== restaure config ==== 
 +<code>
  
 cp /mnt/magneto/warehouse/backup_sickrage/rclone.conf /home/david/.config/rclone/ cp /mnt/magneto/warehouse/backup_sickrage/rclone.conf /home/david/.config/rclone/
Line 575: Line 587:
 ===== mysql ===== ===== mysql =====
  
-[[https://linuxize.com/post/how-to-install-mysql-on-ubuntu-18-04/|https://linuxize.com/post/how-to-install-mysql-on-ubuntu-18-04/]]<code>+[[https://linuxize.com/post/how-to-install-mysql-on-ubuntu-18-04/|https://linuxize.com/post/how-to-install-mysql-on-ubuntu-18-04/]] 
 +<code>
  
 ''sudo apt autoremove --purge mysql\* mariadb\* ''sudo apt autoremove --purge mysql\* mariadb\*
Line 584: Line 597:
  
 </code> </code>
 +
 ===== retropie ===== ===== retropie =====
  
 [[https://retropie.org.uk/docs/Debian/|https://retropie.org.uk/docs/Debian/]] [[https://retropie.org.uk/docs/Debian/|https://retropie.org.uk/docs/Debian/]]
 +<code>
 +
 +ln -s /40-locker/30-Salle\ de\ Jeux/roms ~/RetroPie/
 +
 +</code>
  
 ===== django gnucash ===== ===== django gnucash =====
  
 [[https://github.com/nylen/gnucash-django|https://github.com/nylen/gnucash-django]] [[https://github.com/nylen/gnucash-django|https://github.com/nylen/gnucash-django]]
 +
 +===== Tomcat =====
 +
 +[[https://linuxize.com/post/how-to-install-tomcat-9-on-ubuntu-18-04/|https://linuxize.com/post/how-to-install-tomcat-9-on-ubuntu-18-04/]]
 +
 +===== Wordpress =====
 +
 +[[https://itexpert.tips/fr/wordpress-fr/installation-de-wordpress-sur-ubuntu-linux/|https://itexpert.tips/fr/wordpress-fr/installation-de-wordpress-sur-ubuntu-linux/]]
 +
 +===== octoprint =====
 +[[https://makenotes.de/2020/03/octoprint-on-ubuntu-using-python3-and-systemd/|https://makenotes.de/2020/03/octoprint-on-ubuntu-using-python3-and-systemd/]]
  
  
Navigation
QR Code
QR Code public:informatique:ordinateur_perso (generated for current page)