Keep Reading

Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Vote for New Kodi Logo

As many of you know, the pathway to the new name is only partially complete. Beyond the various legal steps still needed to be taken, we need to finally take a step forward in the design of the new logo. The logo that’s been posted on the alpha release threads has been an acceptable place holder, but now is the time to get serious about selecting something more lasting.
We need to choose the logo.
We’ve received numerous designs of all varieties in our logo suggestion thread. So many, in fact, that there are actually more submitted logos than currently active team members. Having an internal vote on which logos we like most is virtually impossible.
So instead, we’d like to continue pulling in help from the community. To start, we narrowed down some of the selections just a bit, so that logos that appeared to repeat themselves were eliminated. This still left 58 logos to consider. We then created a poll that allows anyone, users, developers, various grandmas and others to view the many different versions of the Kodi logo and actually vote for their favorite.

The Rules of the Kodi Logo Vote

First, please only vote once.
Second, this is ranked voting. That means you can say which logo is your favorite, which is your second favorite, and so on down the line. Often, those later votes can really matter in ranked voting. If you like, you can just rank a single logo as first and leave all the rest ranked 58th. Or you can rank a top 10 and ignore the rest. Or you can rank all 58 logos. The decision is entirely yours. You can even rank all of your top ten as 1 and the next ten as 2 and so on.
Third, many logos have added colors, backgrounds, or even additional words like “entertainment center.” When you are deciding, please mostly vote on the design of the wordmark Kodi and any attached icon design.
Fourth, the Foundation is obliged to make the final decision, but we will almost certainly pick from the top three or four, and unless there are serious legal or other objections, we will do our best to stick with the logo that the community prefers the most. Either way, the top few logos will all be sent to doghousemedia, where we will work with their design team to finalize the best logo we possibly can.
Fifth, and finally, before you begin voting, please look through all 58 logos. Our voting software randomizes the list for every new user so we can avoid people just voting on the first five they see, but this is a very serious decision with repercussions that could last years into the future. We want everyone in the community to be involved, but we also want everyone to take this vote as seriously as we do.
And that’s it. Here’s the link to the vote. Voting ends Friday, the 17th of October. We’ll see you on the other side.

DevCon

On a related note, we’re excited to announce that Kodi DevCon this year will begin this Friday the 10th of October and run through Sunday the 12th. Again, we’ll try to keep a liveblog running throughout to keep people up to date on various presentations and discussions. This year we plan on breaking out into smaller groups in the second and third day actively work on some things that benefit from real face time. We will also try to live blog as much of these break out sessions, but we may have less success at that point.

So, let's vote for our favorite media center apps.

How to Install NotFilmOn on XBMC Gotham

XBMC Gotham
After some maintenance on XBMCHUB repo,mikey123 has been moved to xunity's repo









Install them from Xunity Web Directory by Adding http://xfinity.xunitytalk.com to File Manager in XBMC
or click on this image for details
XBMC Gotham File Manager
Scroll to System's Submenu->File Manager












XBMC Gotham
Add source and input http://xfinity.xunitytalk.com
and name it with .XFINITY (yes with dot,to make sure it always on top.









XBMC Gotham
Now back to System->Add-ons-> Install from zip browse to .Xfinity directory and install Xunity_repository.zip









XBMC Gotham

Back to Get Add-ons, Browse XunityTalk Repo, try to force refresh if it doesn't show up.









XBMC Gotham

Now install NotFilmOn and Watch Freely










XBMC Gotham

XBMC Team's Worst Decision

 Here is some spolier from XBMC Official Site

Since 2002, the software program often called XBMC has gone through three namings. First, it was known as Xbox Media Player. Upon realizing that it did a bit greater than your conventional media player, in 2004 the event group elected to rename it Xbox Media Center. A mere four years later in 2008, the staff once again elected to rename the software program to easily XBMC, provided that it had moved on from its original roots on the Xbox. Assist for the Xbox was dropped shortly thereafter.


The XBMC Team just announced the name changing to Our Favorite Media Center from XBMC into Kodi
the 14 Update will be totally different and it will impact old lazy user,who never check updates like me.
And the most annoying changes to me is the Splash logo that totally different to the Software,that offer simplicity  and speed.
Just compare old logo with the new one


Having Fun with Unix Command Line

Command Line was connected with some serious stuff like cron job, data sorting and  etc

but now the time has come to bring the command line out of the cave of serious stuff that has been imprisoned by stereotypes, i mean it literally by the way






Now Record this command into your human brain.
not only in your txt file.
play -n synth sine 480 sine 620 remix 1-2 fade 0 0.5 delay 0.5 repeat 5

d20kill(){ n=$(($RANDOM%20+1));case $n in 20)kill -9 $1;echo 'Critical hit!';;1[0-9])kill $1;echo 'Hit';;*)echo 'Miss';;esac; }

echo $(($RANDOM % 6 + 1))

More funny stuff coming, check betty project for Siri on your Linux/Unix Desktop, also work on Mac

How to Check CPU Usagein Linux OSs

It’s somewhat trivial job to get details about how much of CPU time is consumed by Linux OSs, its parts or numerous software it runs, but fortunately there are numerous utilities making it doable to get it. A few of them are included into sure Linux distribution, other are not however most of tools listed below can be used to find out CPU utilization stats:

1. top
top is very old and important core utility coming with almost any Linux and Unix operating systems. It shows real-time system resources utilization (CPU, RAM, swap file etc.) to administrators via console, here is the part of it’s output:
top - 16:05:38 up 3 days,  6:08,  2 users,  load average: 0.54, 0.54, 0.61
Tasks: 100 total,   2 running,  98 sleeping,   0 stopped,   0 zombie
Cpu(s):  5.3%us,  1.0%sy,  0.0%ni, 93.7%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:    515984k total,   497928k used,    18056k free,    13988k buffers
Swap:  1502068k total,    92956k used,  1409112k free,   129096k cached
As this tool provides a lot of useful information, it makes sense to read its manual page: type man top.
2. atsar
sar, atsar are other old tools providing system activity reports including CPU load we need. Here is an example of sar’s usage:
viper@viper-desktop:~$ sar -u 2 5
Linux  viper-desktop  2.6.20-17-generic  #2 SMP Mon Jun 9 22:08:13 UTC 2008  i686  07/04/2008
16:13:58  cpu %usr %nice   %sys %irq %softirq    %wait %idle             _cpu_
16:14:00  all    3     0      0    0        0        1    97
16:14:02  all    0     0      0    0        0        0    99
16:14:04  all    0     0      0    0        0        0   100
16:14:06  all   23     0      0    0        0        0    76
16:14:08  all    0     0      0    0        0        0   100
As you might see CPU utilization was almost 0% for two seconds after the command was executed. BTW, here is the description of the options sar was started with:
-u showed statistics about CPU utilization (average and per cpu) with 5 intervals of 2 seconds.
3. ps
ps is one the most used core utilities every Linux or Unix administrator uses as this utility with short name shows processes run in the system. If you need to get information about how much CPU or RAM resources are consumed by certain process, just run this:
viper@viper-desktop:~$ ps u 23988
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
viper 23988 0.0 0.6 5760 3280 pts/0 Ss 15:54 0:00 bash
where 23988 is PID of the process (can be get from the output of ps ax).
And be sure look the manual of those commands for  ore details.

WildGuppy 1.0 Review

A small apps created by Billy Boar that can be downloaded from http://www.thecutestgeek.com/wildguppy

Adjusting your laptop brightness automatically by using the webcam as light sensor but actually it takes a sample picture and scan the light ambience

The feature is not bad for an initial build, but the bug make the feature not working, such as in dark room, so i'll have to adjust the brightness manually

Run following commands in your terminal to install wildguppy
sudo add-apt-repository ppa:fantasyleague0629/wildguppy
sudo apt-get update && sudo apt-get install wildguppy

Some dependencies:
- xbacklight ( sudo apt-get install xbacklight ) 
- fswebcam ( sudo apt-get install fswebcam )

Now enjoy you Linux like a boss

The Holy Quran in Your Computer


The Open Source Software for Holy Quran in Your Computer.


One of Sabily Project , Zekr is widely used because of it's compatibility to most of major Operating System.
Using Java as environment,made it easy to use in any Operating System that support running Java.

For GNU/Linux Distribution Users simply find zekr package

Ubuntu :

Add Sabily PPA

sudo add-apt-repository ppa:sabily.team/ppa
sudo apt-get update 


and Install
sudo apt-get install zekr ttf-me-quran ttf-sil-scheherazade ttf-farsiweb  
Ignore ttf-me-quran if notification pops out

Click NO if Asked


For Windows User

Make Sure You Have Java Environment Installed

And Download Zekr from Official Download Page

And Install it


For Mac OSX Users 

Also Make Sure You Have Java installed

And Download from Official Download Page and Extract the archive

and Install it



Installing Translation and Recitations

Download Translation and Recitations from Zekr Resource

and Follow the Following Screenshot to Apply  Translation and Recitations


























Warm Regards


Irhas Fernanda





Lazada.co.id

Google Chrome : More Than a Browser



Google Chrome "A web browser built for speed, simplicity, and security"

One of Google Products, that can be classified as the state of the art in Internet Browser

This is The Most Interesting Facts about Google Chrome Browser

1. Amazingly Fast

Faster than other browser,faster in rendering website,and using APU or GPU to accelerate browsing the Internet,also Using WebGL for Tablet devices

2. The Almighty Box

Address bar is not only for URL ,now it can search directly from Address bar, act as Calculator , and Paste and Go Feature

3. Developer mode

Using a Browser as Developer is never this easy,Task Manager,Memory Manager,Unpack and Pack Extension

4. Drag and Drop

Drag your Downloads to Your desktop to Move the file faster or Drag and Drop to a Website to Upload Faster 

5. A Better Copy and Paste
 If you only want to Copy text only in a website just hold Ctrl+Shift+V when you paste into a text file.


6. Better in Security
Multi  User is a native feature so, create an account for your Child.
And Incognito Mode is for Privacy Seeker,so Browse the Internet like a James Bond

7. Search like a Boss

mark the text and right click and Search it, or Right Click on Image and Search with Google Image Search 

8. Tab Everywhere
Pin,Undo Close Tab,Move Tab,Drag Tab is Amazing Feature in Google Chrome



Warm Regards

Irhas Fernanda 

Add Subtitle into a Video

Most of Muxing Apps is not Cross Platform , some of them only available on Microsoft Windows only or OSX only.

A Great Tools created by Moritz Bunkus 
Named MKVToolNix
Compatible to Almost all Operating System

Grab the App on Official Download Page

Follow This Tutorial if you want to Embed or Integrate a Subtitle into an MKV Video

Open MKVmerge




add the video




And Add The Subtitle File




And Start Muxing





And Congratulation, your Video is converted and and a Subtitle embedded into the video


Warm Regards 



Irhas Fernanda

What is Captive Portal ?

Captive Portal often used in Internet Cafe,or in Coffee shop Wireless Network
but actually it widely used in Authenticating Netwok Users,
The Most Famous Captive Portal Technology and the Cheapest router that called Mikrotik.

And How it worked?
Captive Portal is a Software that Authenticating user that allowed to access the Internet from their network, and when the user type any address,they'll be redirected to gstatic.com/generate_204 and redirected to Captive Portal Page.



Let's check an example from Indonesian Wifi or called wifi.id










How To Extract a Subtitle from an MKV

  These day most of Anime or another videos are uploaded in matroska formats,such as MKV
in some videos. a bad subtitle are embedded to the MKV file
and sometimes it's appropriate for children and teens
and because of that we wan to edit it into a better subtitle,but a Media Player can't extract a subtilte

and Because of that case, Here i am going to Show you how Extract the embedded subtitle

First You Have To Install MKVToolnix, Download from Official Download Page.

And now run mkvinfo -g on Your Command Prompt for Microsoft Windows Users or Terminal For Mac OSX (Unix) and GNU/Linux Users



Click on  File --> Open or Press Ctrl + O
Select your Video


and Search the subtitle ID for mkvextract 

in my case is 2


Close mkvinfo ,and run mkvextract.exe for Microsfot Windows Users or mkvextract for GNU/Linux Distribution Users and Mac OSX (Unix) users


The Command

mkvinfo tracks input.mkv 2:subtitle.srt

input.mkv is your MKV File
2 is the track ID
subtitle.srt is the output file name

and Voila , now you can edit the subtitle






How To Download Torrent Files Without a Torrent Client

This time I assure you there no need to use Java Apllet to Download torrent Files
and we won't use BitLet because it's using Java or Use Torrent2Exe that's not compatible to Mac OSX,and GNU/Linux Distributions


Recently i found a great Website , If your Office restricts you to download torrent file or your Internet Service Provider doesn't allow you to download Torrent files,but calm down this website make it possible to download torrent files.

Just Sign Up on ZBigZ

And Follow the the instructions 









1. Copy your Torrent Download Link or magnet link to the URL box




2. Wait until torrent caching completed


3. And Download Your Torrent File without using any Torrent Client


Click on Free Cloud to Use standard download feature or Premum Cloud if you registered as Premium User before.


Warm Regards 


Irhas Fernanda





Future Gaming OS Announced by Valve

After expanding their market to Linux Users,porting their Best Selling Games to GNU/Linux.Now Valve Software wants build a gaming Operating System called SteamOS, and it designed for TV and living room


And the Most Important, SteamOS is free, no need to purchase the Operating System license ,it build based in GNU/Linux architecture ,and combined with better gaming experience on big screen

And the side effect ,the Hardware Provider will port more Driver to GNU/Linux, and more improvement for GNU/Linux Graphics and Sound System, such as AMD,nVidia,Dolby Surround,etc

These features will be available soon both in SteamOS and Steam Client




In-home Streaming 

Play your purchased games in your TV ,by turning on both, and play it on your TV by using in-home streaming

Music and Videos

Spotify is officially confirmed by SteamDB will be available on SteamOS


Family Sharing

Share your purchased games with your family ,and the achievement will be yours,and the progress will saved in Steam cloud

Family Gaming Control

You want to share your games with your brother,but not your parents or you don't want your kids see your games library,This control options will available in SteamOS


Although it's not Official ,the rumor spreading on the net, SteamOS is a Ubuntu 12.04 LTS based Operating System

Read Official Page on Steam Store

Watch Live TV Streaming on XBMC

Watching Live TV Stream using Web Browser is such a pain in the ass, 
CPU Performance is at it best
Flash library,advertising, and another annoying notifications

Now You can watch live TV streaming on XBMC using FilmOn  or NotFilmOn Add-ons
The Add-ons is available on XBMCHub Directory 


XBMC Live Streaming

Add Fusion to Your Online Directory on System Sub menu ->File Manager

XBMC Live Streaming


Add Source
XBMC Live Streaming

Add URL : http://fusion.xbmchub.com

XBMC Live Streaming

Give The Online Directory a Name , i.e: FUSION

XBMC Live Streaming

Go to Add-ons -> Install from zip


XBMC Live Streaming

XBMC Live Streaming

Enter FUSION --> videos --> featured --> choose XMBCHub's repo


XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming


Back To Add-Ons -> Get Add-ons --> XBMChub.com Repository , if the add-ons inside XBMCHub.com repository doesn't appear,try to force refresh by clicking XBMCHub.com Repository using right click button 

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

 Now Install Mikey1234 inside Add-ons Repository

XBMC Live Streaming

XBMC Live Streaming

Back to Get Add-ons ,enter Mikey1234's repository, if the add-ons doesn't appear ,repeat the step from XBMChub Add-ons
Install FilmOn or NotFilmOn inside Video Add-ons

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

Now Start Using FilmOn 
access it from Videos Submenu--> Add-ons-->FilmOn or NotFilmOn
Just close the warning pop up from XBMCHub

Log in or Register if you want to

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

XBMC Live Streaming

Now Enjoy Watching TV Without Ads,Annoying Notification,Faster Buffer,and without using Adobe Flash Player

Warm Regards.



Irhas Fernanda