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
Next revisionBoth sides next revision
public:informatique:ordinateur_perso [2020/02/02 02:16] rom1public:informatique:ordinateur_perso [2020/07/14 22:12] rom1
Line 93: Line 93:
  
 </code> </code>
 +
 ===== desactiver ecran de veille ===== ===== desactiver ecran de veille =====
  
-<code>sur le desktop ubuntu : launch parametre puis  energie -> ecran noir = jamais+<code> 
 +sur le desktop ubuntu : launch parametre puis  energie -> ecran noir = jamais
  
 </code> </code>
Line 142: Line 144:
  
 sudo nano /lib/systemd/system/transmission-daemon.service  #ExecStart=/usr/bin/transmission-daemon -f --log-debug --logfile /var/log/transmission.log sudo nano /lib/systemd/system/transmission-daemon.service  #ExecStart=/usr/bin/transmission-daemon -f --log-debug --logfile /var/log/transmission.log
- 
  
 sudo service transmission-daemon start sudo service transmission-daemon start
Line 187: 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 197: 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 231: 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 277:
 ===== Sickrage (Sickchill now) ===== ===== Sickrage (Sickchill now) =====
  
-[[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 325: Line 330:
 <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 407: Line 413:
 ===== 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 426: Line 433:
 </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 452: Line 460:
 [[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 486: Line 495:
 [[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 574: Line 584:
 ===== 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 581: Line 592:
 sudo mv /etc/mysql /etc/mysql_bak sudo mv /etc/mysql /etc/mysql_bak
 sudo apt install mysql-server'' sudo apt install mysql-server''
 +
 +</code>
 +
 +===== retropie =====
 +
 +[[https://retropie.org.uk/docs/Debian/|https://retropie.org.uk/docs/Debian/]]
 +<code>
 +
 +ln -s /40-locker/30-Salle\ de\ Jeux/roms ~/RetroPie/
  
 </code> </code>
Line 587: Line 607:
  
 [[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/]]
  
  
Navigation
QR Code
QR Code public:informatique:ordinateur_perso (generated for current page)