Wednesday, April 26, 2017

Good Tools for File Managment

Complete interesting File Tools from skwire,

Interesting one till now is (files_2_folder).

For Photo/ File Duplicates check
13 Best Duplicate Photo Finders also Another 5

To be tested.

Duplicate File Finder
Clone Files Checker
Visipics


https://duplicatefilesdeleter.com/
https://digital-photography-school.com/solving-problem-duplicate-photos/

Wednesday, April 6, 2016

Disable Amazon FTV updates to use FireStarter upto OS(5.5.0)

  1. Connect to your Fire TV via ADB
  2. Run the command:adb shell pm hide com.amazon.device.software.ota
  3. Run the command: exit
To re-enable updates, simply follow this guide again but replace hide with unhide in step 2. Alternatively, performing a factory reset will also re-enable updates.
Source aftvnews.com


Tuesday, April 5, 2016

Arabic IPTV Web Sites

Teledunet: Support WebTV, Andriod and XBMC around 320 channels and updating, lifetime subscription available.



zaaptv: Support WebTV, Andriod, IOS, many TVs and they have their own device as well, available 10 days trial.



 
remove OMV Webdav filesize limit

you need to Change here

/etc/php5/fpm/php.ini


Source Code

  1. upload_max_filesize = 100M
  2. post_max_size = 100M


and you need to update the real conf file for the webdav

located here

/etc/nginx/sites-available/openmediavault-webgui

Source Code

  1. client_max_body_size xxxxM;


xxxx is your limit

then via SSH run

Source Code

  1. service php5-fpm reload
  2. service nginx reload


or restart

Let me know, since I updated a lot of other files in the course of this .

Have a nice Sync
OMV on PI

Bad Gateway after update of PHP

installing the php5-pam update is the problem. It only works on true armhf systems.

Login via ssh as root and try:

wget http://omv-extras.org/debian/pool/main/p/php5-pam/php5-pam_1.0.3-2_armhf.deb
dpkg -i php5-pam_1.0.3-2_armhf.deb
reboot

original source
openmediavault.org



Monday, April 20, 2015

Disable Wifi Power Management

If you are experiencing drop outs on your wifi interent connection, it could be that your dongle is turning itself off after an idle period. To stop your wifi dongle doing this, we need to disable its power management.
Either SSH to your Pi, or login to its desktop and open up a terminal.
First, make a backup of your existing interfaces file:
sudo cp /etc/network/interfaces /etc/network/interfaces.backup
Now edit the original interfaces file:
sudo nano /etc/network/interfaces
Assuming you haven’t edited this file before all you need to do is delete its entire contents, and copy the following into it:
auto lo

iface lo inet loopback
iface eth0 inet dhcp

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
wireless-power off
iface default inet dhcp
The important block of code here is:
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
wireless-power off
iface default inet dhcp
So only add that section if you have a custom configuration for any other network interfaces.
Now exit the nano editor and save your changes:
Ctrl+x
Y
Enter
Now reboot your raspberry pi:
sudo reboot
Once the raspberry pi has rebooted, check that the wifi dongle’s power management has been disabled by typing this command:
iwconfig
And checking for: “Power Management:off”

Wednesday, December 11, 2013

Live TV / Arabic Movies

was trying to collect some online movie list, but it is not that easy, so I built my own live TV XML, if you need help, let me know
 


You need to install LiveStream

 Step 1: goto system setting


Step 2: Addons

 Step 3: Install from zip file

 Step 4: Locate the plugin.video.live.stream-1.1.2.zip that you downloaded

 Step 5:Goto Addons


 Step 6: right click on LiveStream

 Step 7:Click Config

Step 8:  use an xml, sample here  that you downloaded, contact me if you are interested or simply build your XML :)
 Step 9: start the plugin, locate VOD

 Step 10: enjoy :)


Downloads

LiveStreams : http://divingmules-repo.googlecode.com/files/plugin.video.live.streams-1.1.2.zip
XML : http://www.megafileupload.com/en/file/477858/VOD-xml.html