Bu Blogda Ara

18 Aralık 2018 Salı

VLC player ile bir video dosyasını streaming yayınlarken dikkat edilmesi gereken husus ve ayarlar.

VLC player ile bir video dosyasını streaming yayınlarken dikkat edilmesi gereken husus ve ayarları tecrübelerime binaen şöyle sıralayabilirim. Bu ayarlar herhalde çoğu sistemin oynatabileceği bir stream sağlayacaktır bize...

HTTP şeklinde yayınlayalım,
parametrelerinde isteğe göre 8080 uygundur,
sonraki parametre dosya ismi olacak ona da "/sabit.ts" gibi root dizini olarak değerlendireceği konumda "sabit.ts" isimli dosyayı belirtelim,

Video / audio kodlama ayarlarında yeni bir ayar yaptık "iptv" diye onun da ayarları şöyle;
Kapsülleme için "MPEG-TS",
video codec için "MPEG-2",
audio codec için "MPEG Audio".

Bu şekilde yayınlarsak Next&NextStar minix uydu alıcısının IPTV yazılımında adresi verdiğimizde lokal ağda yayını sesiyle ve görüntüsüyle aldık. Azıcık donmalar olabiliyor fakat bu sanırım uydu alıcısından kaynaklanıyor.

28 Kasım 2018 Çarşamba

Zyxel P-600 modemi Access Point olarak kullanmak

Arızalı olduğunu bildiğim fakat arızanın neresinde olduğunu anımsamadığım bir modemi wifi büroya wifi AP kazandırmak için ayarlamak istedim. Biraz araştırdım tabii... Bir arkadaşın da yönlendirmesiyle işlem şu şekilde gerçekleşti.

- Modem web arayüzünden wifi ayarlarını yapıyoru (şifre, kanal v.s.)
- DHCP sunucusunu pasif hale getiriyoruz.
- en son olarak modemin WAN ayarlarından çalışma modunu "Bridge" olarak ayarlıyoruz.

Bende çalışıyor gibi göründü ama sıklıkla wifi bağlantısında kopmalar yaşıyorum. Belki modemin arızasından olabilir. Sağlam bir modelle de denersem yazarım.

5 Kasım 2018 Pazartesi

Virtualbox diskimi 100GBa çıkarmak için yazmam gereken komut

Virtualbox diskimi 100GBa çıkarmak için yazmam gereken komut. Bunun çalışması için anlık görüntüsü olmaması gerekiyor diskin. Buyurun;


C:\Users\nejatumutguner\VirtualBox VMs\7 Kopyası>vboxmanage modifymedium disk "7
 Kopyası-disk1.vdi" --resize 100000

18 Ekim 2018 Perşembe

How to force Microsoft Excel to open files in new window [How-To Guide]

HOW TO FORCE MICROSOFT EXCEL TO OPEN FILES IN NEW WINDOW

To force Microsoft Excel to open files in new window, you must do a registry tweak. This tweak takes less than five minutes, works on any computer (Windows XP, Vista, Win7, etc.) with Microsoft Office 2003 and higher (e.g. Office 2007, 2010, etc.), and is very easy to do; plus I have provided screenshots to help you, so don’t be scared that you have to modify the registry to do this. Take note, however, a) You need administrator access to your computer otherwise you won’t be able to modify the registry and b) You should be very careful when you have the registry editor open — accidental changes could crash your computer.
This tweak works with all Excel files, including files you open yourself and files that programs open via Excel.
To make Excel open spreadsheets in new windows, do the following:
  • Close Excel, if it is open.
  • Press Win + R on your keyboard, type regedit.exe in the Run box that pops up, and hit OK:
  • Once you hit OK the registry editor will open. Navigate to the HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/command folder:
  • From the HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/command folder right-click on the (Default) registry entry and select Modify…:
  • Add a “%1” to the end of the Value data textbox:
Make sure you include the quotes and make sure you have a space between the /e and the “%1”. Do not modify anything else. Click OK when you have finished.
  • Now right-click the command registry entry (this is from the same HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/command folder), select Rename, and rename it to command2:
Ensure you rename the command registry entry and not the command folder.
  • Next right-click the ddeexec folder (HKEY_CLASSES_ROOT/Excel.Sheet.12/shell/Open/ddeexec), select Rename, and rename it to ddeexec2:
  • Now go to the Excel.Sheet.8 folder (HKEY_CLASSES_ROOT/Excel.Sheet.8) and repeat the same steps as mentioned above. In other words, add a “%1” to the (Default) registry entry from HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/command, rename the command registry entry to command2 from HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/command, and rename the ddeexec folder (HKEY_CLASSES_ROOT/Excel.Sheet.8/shell/Open/ddeexec) to ddeexec2:
  • Close the registry editor (click the X button).
  • Done.
Keep in mind, if you ever update Microsoft Office or apply a patch, you will need to repeat these steps because updates override the registry changes you just made.

CONCLUSION

I really hope Microsoft adds an option within Excel in future versions to open files in new windows; but until they do, this registry tweak allows you to easily and quickly force Excel to open all files in new windows. Enjoy.

Kaynak: https://dottech.org/26491/how-to-force-microsoft-excel-to-open-files-in-new-window-how-to-guide/
Erişim: 18.10.2018 17:55

2 Mayıs 2018 Çarşamba

Basit bir PHP yetkilendirme tekniği



http://www.developerdrive.com/2013/05/adding-a-simple-authentication-using-php-require-and-includes/