Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 64 / 155
Serveur Minitel - Jelora.fr https://www.jelora.fr/post/2017/08/27/Serveur-Minitel.html
Thu Sep 7 22:04:43 2017 archive.org
QRCode
thumbnail

Merci pour cette grande page de nostalgie.

et pour les plus agés:
....
3615 ULA
....

[HOWTO + FAQ] Install community builds on S905/S905X/S912 device - Amlogic - LibreELEC Forum https://forum.libreelec.tv/thread/5556-howto-faq-install-community-builds-on-s905-s905x-s912-device/
Thu Sep 7 21:22:05 2017 archive.org
QRCode
thumbnail
libreelec_usb-sd_creator [LibreELEC] https://wiki.libreelec.tv/libreelec_usb-sd_creator
Thu Sep 7 21:21:45 2017 archive.org
QRCode
thumbnail
Docooler M9S-PRO Smart Android 5.1 TV Box Amlogic S905 not booting NEED HELP! - FreakTab.com http://freaktab.com/forum/tv-player-support/amlogic-based-tv-players/s905/others-ac/608092-docooler-m9s-pro-smart-android-5-1-tv-box-amlogic-s905-not-booting-need-help
Thu Sep 7 18:34:52 2017 archive.org
QRCode
thumbnail

finally i managed to connect my m9s-pro with usb/ttl adapter.so i can see every time what happens when i try ro reboot or flash the tv box.so i found that it has an error

Booting Android Image at 0x01080000 ...

reloc_addr =13f4a1c0
copy done
load dtb from 0x1000000 ......
board_usb_stop cfg: 0
Uncompressing Kernel Image ... OK
kernel loaded at 0x01080000, end = 0x01f00db8
Loading Ramdisk to 13c2d000, end 13ec30ed ... OK
Loading Device Tree to 0000000013c21000, end 0000000013c2c003 ... OK
signature:
fdt_instaboot: get header err
Starting kernel ...
uboot time: 3628506 us
the ttl pins are between first and second usb of tv box .so you need to connect to pin 2 tx, pin 3 rx , and pin 4 gnd.
i use PuTTY program. you have to found the serial line of ttl adapter on the pc. in my case is com 15 the speed is 115200 and connection type serial.

Running Linux From SD Card or USB Flash Drive - Using Balbes150 Method And Files. - FreakTab.com http://freaktab.com/forum/tv-player-support/amlogic-based-tv-players/s905/tronsmart-ac/firmware-roms-tools-at/565449-running-linux-from-sd-card-or-usb-flash-drive-using-balbes150-method-and-files
Thu Sep 7 18:12:35 2017 archive.org
QRCode
thumbnail

Card Prep:
1.) Format an SD card to FAT32. 4GB minimum( I generally use 16 and 32 cards), Class 10 or better recommended. The faster the better.
2.) Download and extract the file, the extracted file will be an image. I use 7Zip for extraction.
3.) Burn the image to the SD card. I use HDD RAW(portable ver.). Programs like Rufus or Win32DiskImager, etc should also work. Caution with HDD RAW, make certain you select the SD card as the target, HDD RAW will write over anything, it does not care about your feelings on the matter. It does have a couple of confirm notices, but be careful anyway.

To Run with prepared card: A few things take place, it does not just boot to Linux first go round.

1.) With the TV box running Android, insert the prepared card in to the box's SD slot or use a USB card reader.
Note: I like to use a card reader with activity LED, so I can see something is happening. The first boot can take a few minutes and the flashing LED is reassuring.

2.) At Android/Settings/About Device/System/updates. Note: You may have the Update and Backup app in the App Drawer.
-From the Update and Backup App, under the UpdateLocale section, click Select, select aml_autoscript.zip, click update.
Note: Leave "Wipe Data" and "Wipe Media" unchecked/unticked. To be clear, do not use those options

-The TV box will reboot, it will do so a couple of times.
-Eventually you will see the initial login prompt.
Initial login credentials, See here for login info on the different images.

-You will be asked to select a new password, do so. You will be asked to create a new User and P/W, do so.

-The box will reboot, this boot will be a bit slow, but ultimately should bring you to the desktop.
If the card's available space does not get expanded, use gparted(may need to install) to expand the Ext partition to fill the card.

Running Linux From SD Card or USB Flash Drive - Using Balbes150 Method And Files. - FreakTab.com http://freaktab.com/forum/tv-player-support/amlogic-based-tv-players/s905/tronsmart-ac/firmware-roms-tools-at/565449-running-linux-from-sd-card-or-usb-flash-drive-using-balbes150-method-and-files/page30
Thu Sep 7 18:11:22 2017 archive.org
QRCode
thumbnail
installation solaire http://www.apper-solaire.org/Pages/Experiences/Goutailler%20Jean%20Pierre%2084/Capteurs%20solaires%20a%20air%20pour%20chauffage%20et%20ecs/
Thu Sep 7 11:09:20 2017 archive.org
QRCode
thumbnail

compte rendu installation solaire

plan Archives - Easydomoticz, la référence Domoticz Française https://easydomoticz.com/tag/plan/
Wed Sep 6 15:28:48 2017 archive.org
QRCode
thumbnail
Des plans dans Domoticz c'est possible !! - https://easydomoticz.com/des-plans-dans-domoticz-cest-possible/
Wed Sep 6 15:28:05 2017 archive.org
QRCode
thumbnail
NTRBoot http://cfw.guide/ntrboot/compatibility
Wed Sep 6 13:33:05 2017 archive.org
QRCode
thumbnail
How to start GUI linux programs from the command line, but separate from the command line? - Super User - Liens Ecyseo - Les liens de Knah Tsaeb https://book.knah-tsaeb.org/?IGlf2g
Tue Sep 5 23:10:23 2017 archive.org
QRCode
thumbnail

Moi j'utilise couramment "nohup" "2>&1 >/log.txt" et "&"

ce qui donne :

"nohup firefox 2>&1 > ./log.txt &"

pourquoi ?
nohup "détache" la commande suivante du terminal, même si le parent meurt le programme reste actif (en fait il est rattaché au process init 0)

le 2>&1 "redirige la sortie d'erreur 2 vers la sortie standard 1
le > log.txt redirige les sorties vers un fichier (pratique si ça plante tu as les erreurs)

et enfin le & rend la main au terminal en cours en "forkant" le processus.

Voilà.

PS: tu peux le faire avec detach, attach etc mais c'est plus bas niveau....

nohup terminal
#62jours pour devenir meilleure : doute et confiance http://www.madmoizelle.com/doute-ennemi-confiance-796387
Tue Sep 5 21:46:25 2017 archive.org
QRCode
thumbnail

C’est le doute qui me ralentit. C’est lui qui me persuade que ce n’est jamais assez bien pour être présenté au monde. Que je ne suis pas capable.
C’est la petite voix qui me souffle « t’es sûre ? » quand j’hésite, qui renchérit « t’es VRAIMENT sûre ? » quand je réponds oui. C’est cette drôle d’onde qui me laisse incertaine, hésitante, et qui me retient parfois d’essayer, au motif que je risque d’échouer.
Le doute est un grain de sable qui enraie mes rouages.

C’est un poison qui m’embrume l’esprit. Mais c’est un poison agréable, parce que justement, il m’empêche d’échouer.

poison doute
Les entrailles d’un interpréteur CSS très rapide : Quantum CSS (alias Stylo) - LinuxFr.org http://linuxfr.org/news/les-entrailles-d-un-interpreteur-css-tres-rapide-quantum-css-alias-stylo
Mon Sep 4 15:52:20 2017 archive.org
QRCode
thumbnail

Les entrailles d’un interpréteur CSS très rapide : Quantum CSS (alias Stylo)

MEGA https://mega.nz/#!ghEFzYZB!lwk0SpiV-YAH0674gX6mIs6uNe0Q2qKdvYhAEaLtmjQ
Sun Sep 3 13:07:04 2017 archive.org
QRCode
thumbnail

MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 50GB now!

wesnoth - Recherche Google https://www.google.fr/search?q=wesnoth&client=firefox-b&dcr=0&prmd=ivns&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjs25ao8IXWAhWKIMAKHSZkCHAQ_AUIBigB
Sat Sep 2 15:42:55 2017 archive.org
QRCode
thumbnail
LibreELEC 7.0 For S905/X - FreakTab.com http://freaktab.com/forum/tv-player-support/amlogic-based-tv-players/s905x/601907-libreelec-7-0-for-s905-x
Fri Sep 1 22:45:01 2017 archive.org
QRCode
thumbnail
Releases · AlexELEC/AlexELEC-AML · GitHub https://github.com/AlexELEC/AlexELEC-AML/releases
Fri Sep 1 22:30:16 2017 archive.org
QRCode
thumbnail
How to Run Headless Linux on Amlogic S905 Devices Such as MINI MX or K1 Plus | CNXSoft - Embedded Systems News https://www.cnx-software.com/2015/12/06/how-to-run-headless-linux-on-amlogic-s905-devices-such-as-mini-mx-or-k1-plus/
Fri Sep 1 21:28:01 2017 archive.org
QRCode
thumbnail
Docooler M9S PRO no boot, uboot access - FreakTab.com http://freaktab.com/forum/tv-player-support/amlogic-based-tv-players/s905/others-ac/648922-docooler-m9s-pro-no-boot-uboot-access
Fri Sep 1 18:08:26 2017 archive.org
QRCode
thumbnail
S905x - FreakTab.com http://freaktab.com/forum/tv-player-support/amlogic-based-tv-players/s905x
Fri Sep 1 17:45:21 2017 archive.org
QRCode
thumbnail
page 64 / 155
5001 links, including 1907 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn