
nicolasjolet.blogspot.com
Trucs & astuces (tips & tricks)Tips and tricks on Linux, Windows, Android and Synology among others
http://nicolasjolet.blogspot.com/
Tips and tricks on Linux, Windows, Android and Synology among others
http://nicolasjolet.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.6 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
20
SITE IP
172.217.12.161
LOAD TIME
0.609 sec
SCORE
6.2
Trucs & astuces (tips & tricks) | nicolasjolet.blogspot.com Reviews
https://nicolasjolet.blogspot.com
Tips and tricks on Linux, Windows, Android and Synology among others
Trucs & astuces (tips & tricks): Hex Edit Windows 7 SAM file to enable Administrator Account
http://nicolasjolet.blogspot.com/2011/11/edit-windows-7-sam-file-to-enable.html
Trucs and astuces (tips and tricks). Hex Edit Windows 7 SAM file to enable Administrator Account. It could happen that your were connected to a Windows Domain and that you've decided to leave this domain. What about if all local users are disabled? You cannot join anew a Windows Domain as you don't own any local user able to connect in order to join the domain. You can still start your computer and see the login screen but you will definitely stay a click away from your desktop. CTRL S : 3030303030314634.
Trucs & astuces (tips & tricks): Set DNS name server on Ubuntu 12.04 LTS
http://nicolasjolet.blogspot.com/2012/05/set-dns-name-server-on-ubuntu-1204-lts.html
Trucs and astuces (tips and tricks). Set DNS name server on Ubuntu 12.04 LTS. If you wish to change the dns nameserver information in ubuntu 12.04, you have to use the file /etc/network/interfaces. Instead of /etc/resolv.conf. And append or replace the following line to set your dns server :. Dns-nameservers 1.2.3.4 5.6.7.8. And optionally this one to specify the domain to be append when you request a non fully qualify name :. Dns-search foo.org bar.com. Subscribe to: Post Comments (Atom). Logitech Lcore...
Trucs & astuces (tips & tricks): February 2015
http://nicolasjolet.blogspot.com/2015_02_01_archive.html
Trucs and astuces (tips and tricks). Install Russian or French Languages in Xiaomi Redmi 2 (Or other EU languages). On my Xiaomi Redmi 2 bought on TinyDeal, the only available stock languages were Chinese and English. But I wanted to switch to Russian or French language. Sadly, there is no possibility to install a single package for the language you want (at least I didn't find any information about it). But you can find some ROMs including multi-languages support. You can download the ROM HERE. As I m c...
Trucs & astuces (tips & tricks): March 2015
http://nicolasjolet.blogspot.com/2015_03_01_archive.html
Trucs and astuces (tips and tricks). Connect the Xiaomi Yi Ants Cam to your Synology Surveillance Station. 1) Ensure the current firmware of your cam allows you to see the steam without authentication. You can check this using vlc and connecting to. Rtsp:/ 192.168.1.128:554/ch0 0.h264. If you are able to see the stream, you can go to the next point. Otherwise you have to downgrade the firmware of your cam :. Simply place this file. Resolution h264 = 1280x720. Default resolution h264 = 1280x720. Synology ...
Trucs & astuces (tips & tricks): "OK Google" not working on LG G2 Android 4.4 with keyword detection able and enabled
http://nicolasjolet.blogspot.com/2014/05/ok-google-not-working-on-lg-g2-android.html
Trucs and astuces (tips and tricks). OK Google" not working on LG G2 Android 4.4 with keyword detection able and enabled. I have no idea if it has been disabled by purpose or if it was simply buggy, but the fact is that, on my LG G2. Phone, the " OK Google. Keyword wasn't recognized from the Google Now. App or even when I was clicking in the search box. Mic icon legend from the google help center. As this option was working fine on my colleagues' LG G2. So I've downloaded a KDZ. To install it on my phone.
TOTAL PAGES IN THIS WEBSITE
19
EventMichaël Carpentier | Michaël Carpentier
http://blog.michaelcarpentier.be/tag/event
NET development and architecture. Aller au contenu principal. Archives du mot-clef event. ASPNET: UpdatePanel & jQuery.live(). Si l’utilisation de la méthode. Permet de maintenir la plupart des souscriptions aux événements. Même après un rechargement partiel de la page, on est encore fréquemment confronté à des appels de méthodes (. Etc) ou autres événements pour lesquels la méthode se révèle inutile. Pour ces cas précis, la solutions que j’ai pu trouver consiste à enregistrer un. Et marquée avec .net.
JavascriptMichaël Carpentier | Michaël Carpentier
http://blog.michaelcarpentier.be/tag/javascript
NET development and architecture. Aller au contenu principal. Archives du mot-clef javascript. ASPNET: UpdatePanel & jQuery.live(). Si l’utilisation de la méthode. Permet de maintenir la plupart des souscriptions aux événements. Même après un rechargement partiel de la page, on est encore fréquemment confronté à des appels de méthodes (. Etc) ou autres événements pour lesquels la méthode se révèle inutile. Pour ces cas précis, la solutions que j’ai pu trouver consiste à enregistrer un. Et le mécanisme des.
DateMichaël Carpentier | Michaël Carpentier
http://blog.michaelcarpentier.be/tag/date
NET development and architecture. Aller au contenu principal. Archives du mot-clef date. SQL Server: récupérer uniquement la partie Date d’un DateTime. Est mon ami. La liste des formats acceptés par la fonction est disponible ici. SELECT CONVERT(CHAR(10), GETDATE(), 103) AS DATETIME. Ou si l’on souhaite avoir un DateTime complet avec la partie Time mise à 0:. SELECT CAST(FLOOR(CAST(GETDATE() AS FLOAT) AS DATETIME) AS DATETIME. SELECT DATEADD(d, 0, DATEDIFF(d, 0, GETDATE() ). Et marquée avec astuce.
SqlMichaël Carpentier | Michaël Carpentier
http://blog.michaelcarpentier.be/tag/sql
NET development and architecture. Aller au contenu principal. Archives du mot-clef sql. SQL Server: récupérer uniquement la partie Date d’un DateTime. Est mon ami. La liste des formats acceptés par la fonction est disponible ici. SELECT CONVERT(CHAR(10), GETDATE(), 103) AS DATETIME. Ou si l’on souhaite avoir un DateTime complet avec la partie Time mise à 0:. SELECT CAST(FLOOR(CAST(GETDATE() AS FLOAT) AS DATETIME) AS DATETIME. SELECT DATEADD(d, 0, DATEDIFF(d, 0, GETDATE() ). Et marquée avec astuce.
DateTimeMichaël Carpentier | Michaël Carpentier
http://blog.michaelcarpentier.be/tag/datetime
NET development and architecture. Aller au contenu principal. Archives du mot-clef DateTime. SQL Server: récupérer uniquement la partie Date d’un DateTime. Est mon ami. La liste des formats acceptés par la fonction est disponible ici. SELECT CONVERT(CHAR(10), GETDATE(), 103) AS DATETIME. Ou si l’on souhaite avoir un DateTime complet avec la partie Time mise à 0:. SELECT CAST(FLOOR(CAST(GETDATE() AS FLOAT) AS DATETIME) AS DATETIME. SELECT DATEADD(d, 0, DATEDIFF(d, 0, GETDATE() ). Et marquée avec astuce.
ASP.NET: UpdatePanel & jQuery.live()Michaël Carpentier | Michaël Carpentier
http://blog.michaelcarpentier.be/2010/01/updatepanel-jquerylive
NET development and architecture. Aller au contenu principal. ASPNET: UpdatePanel & jQuery.live(). Si l’utilisation de la méthode. Permet de maintenir la plupart des souscriptions aux événements. Même après un rechargement partiel de la page, on est encore fréquemment confronté à des appels de méthodes (. Etc) ou autres événements pour lesquels la méthode se révèle inutile. Pour ces cas précis, la solutions que j’ai pu trouver consiste à enregistrer un. SysApplication.add load(BindEvents);. Cédric Richar...
Développement | Michaël Carpentier
http://blog.michaelcarpentier.be/category/developpement
NET development and architecture. Aller au contenu principal. Archives pour la catégorie Développement. Tout ce qui concerne mon expérience de développeur. SQL Server: récupérer uniquement la partie Date d’un DateTime. Est mon ami. La liste des formats acceptés par la fonction est disponible ici. SELECT CONVERT(CHAR(10), GETDATE(), 103) AS DATETIME. Ou si l’on souhaite avoir un DateTime complet avec la partie Time mise à 0:. SELECT CAST(FLOOR(CAST(GETDATE() AS FLOAT) AS DATETIME) AS DATETIME. Function Bi...
.netMichaël Carpentier | Michaël Carpentier
http://blog.michaelcarpentier.be/tag/net
NET development and architecture. Aller au contenu principal. Archives du mot-clef .net. Est traduite par un. Var query = from item1 in table1 join item2 in table2 on item1.id equals item2.item1 id into jointure from newItem2 in jointure.DefaultIfEmpty() select new { Table1 = item1, Table2 = newItem2 };. Cette entrée a été publiée dans Développement. Et marquée avec .net. ASPNET: UpdatePanel & jQuery.live(). Si l’utilisation de la méthode. Permet de maintenir la plupart des souscriptions aux événements.
LINQ: LEFT JOINMichaël Carpentier | Michaël Carpentier
http://blog.michaelcarpentier.be/2011/02/linq-left-join
NET development and architecture. Aller au contenu principal. Est traduite par un. Var query = from item1 in table1 join item2 in table2 on item1.id equals item2.item1 id into jointure from newItem2 in jointure.DefaultIfEmpty() select new { Table1 = item1, Table2 = newItem2 };. Cette entrée a été publiée dans Développement. Et marquée avec .net. ASPNET: UpdatePanel & jQuery.live(). SQL Server: récupérer uniquement la partie Date d’un DateTime →. Une réflexion au sujet de « LINQ: LEFT JOIN.
Left JoinMichaël Carpentier | Michaël Carpentier
http://blog.michaelcarpentier.be/tag/left-join
NET development and architecture. Aller au contenu principal. Archives du mot-clef left join. Est traduite par un. Var query = from item1 in table1 join item2 in table2 on item1.id equals item2.item1 id into jointure from newItem2 in jointure.DefaultIfEmpty() select new { Table1 = item1, Table2 = newItem2 };. Cette entrée a été publiée dans Développement. Et marquée avec .net. Bienvenue sur mon blog. Cédric Richard's Café Racer Blog. Les trucs and astuces de Nico. Fièrement propulsé par WordPress.
TOTAL LINKS TO THIS WEBSITE
20
Nicolas Johansson : About Me
E-Commerce and Usability Expert. A short summary of my skills. I am an enthusiastic and experienced manager of complex web projects with a speciality in e-commerce and user-driven design. I excel at leading and being part of successful teams that balance business requirements and resources while maximizing the user experience. I have successfully led several enterprise-level e-commerce projects on an international scale running hybris (SAP), Magento (eBay) and Endeca (Oracle). UX Design / UI Wireframing.
nicolas jerome johnson
St Thomas and St. John. More St. Thomas. St Thomas with my Brothers, Boopie and Eloise. First dentist appointment, Setember 7, 2007. Labels: Dr. Ruth the Tooth. The beginning of my 2nd year! Labels: La Ballona Festival. 1st Birthday and all my friends and family. Subscribe to: Posts (Atom). View my complete profile. Friends, Familys and Associations. Evan and leslie danforth. My book of diggers.
Page 1
poha portuguese 73 - www.nicolasjohnson.mobi
Poha Krl (@MrMcMikeh) Twitter. Wellington Melo on Twitter: @HungriaOficial que hoje eu vim pra . Eu Sou Pira Poha. Eu Sou Pira Poha (@Charde Thm) Twitter. Best of Dr. Janosz Poha in. Everton Oliva for T? Webzine Male Celeb News. Everton Oliva for Ta Poha. Drag Me Down POHA? BRAZIL POHA (@PohaBrazil) Twitter. Best of Dr. Janosz Poha in Ghostbusters 2 (HD) - YouTube. Khodaa bloom rail 700.
WEBSITE.WS - Your Internet Address For Life™
Your browser does not support frames. Continue to http:/ website.ws/nicolasjol77.
Trucs & astuces (tips & tricks)
Trucs and astuces (tips and tricks). Fix broken LibreElec on Raspberry Pi after auto-update (could not mount /flash/SYSTEM). Mount the SD card on Windows or Linux. Grab the latest LibreElec image file from https:/ libreelec.tv/downloads/. Extract the kernel.img. Files from the downloaded file. Replace the existing kernel.img. Files on the SD card with those two files. Put back the SD card in the RPi and all should be fine. Zabbix : use external ip in simple checks. Simply press WINDOWS KEY ALT SPACE.
Nicolas Jolivot
Envoyer à un ami. Comme promis dans le dernier message, un petit bout des récents carnets de Guyane. En ce qui concerne l'actualité, voilà un bien joli article dans Télérama au sujet de Japon, à pied sous les volcans. ÉdHongFei). On ne va pas bouder notre plaisir dirait l'éditeur. Le prochain rendez-vous "dédicaces" aura lieu le 21 avril prochain, à Saumur, autour d'un café, ou d'une bière. Posté par Nicolas Jolivot. À 16:18 - Commentaires [0]. De retour de Guyane. Posté par Nicolas Jolivot. Je profite d...
N.Jolly
Adepte du dessin à l'encre de Chine. Je vous invite à venir découvrir mes dessins représentant villes, villages, paysages et portraits. Je travaille aussi sur commande d'après vos photos. N'hésitez pas à me contacter sur mon mail : nicolasjolly.art@gmail.com Bonne visite. Nicolas Jolly. Vendredi 14 juin 2013. Dessin réalisé à l'encre de Chine sur un support papier. 30x42cm. Black ink drawing on paper 30x42cm. Pour plus de détails :. For more details :. Black ink drawing on paper 30x42cm. Dessin réalisé à...
Index of /