Showing posts with label where. Show all posts
Showing posts with label where. Show all posts

Friday, April 7, 2017

Where My Blackberry Memory Goes

Where My Blackberry Memory Goes


Have you wondered what data eats your Application Memory, why over time your Blackberry seems getting slower or why now your Blackberry requests a battery pull / reset more often than before. Of course this can be caused by a lot of things such as new application installed, or some changes in application settings and many more. One way to check is by checking your Blackberry Database Sizes. You can accomplish this by going to Options > Status, press Blackberry menu and select Database Sizes. Afterwards it will display a list of database with its sizes.

Blackberry Database Sizes

Here is the description of each Database, so you can know which database use the most of your Application Memory
DatabaseFunctionality
Address BookStores the contents of the Address Book.
Address Book OptionsStores Address Book settings. 
Alarm OptionsStores the settings for the Alarm program.
Attachment DataStores attachments that have been viewed on the device. 
Attachment OptionsStores user-defined settings for the Attachment Viewer.
AutoTextContains the dictionary for automatic substitution of commonly misspelled words while you type. For example, adn > and.
Browser BookmarksContains the bookmarks for web pages in the Browser application.
Browser Channels Lists the channels the Browser is subscribed to. For example, weather updates.
Browser Data CacheHolds cached data from the Browser.
Browser FoldersAllows sorting bookmarks into various folders.
Browser OptionsContains Browser setting information.
Browser Push OptionsContains push content settings for the BlackBerry Browser.
Browser URLs Contains a list of the URLs that have been typed into the Browser on the device.
CalendarStores the contents of the Calendar.
Calendar OptionsStores Calendar settings.
CategoriesAllows you to sort various Addresses, Appointments, Tasks and Memos by category.
Content StoreContains pictures and other content stored on the device.
CustomWordsCollection
Default Service Selector
Stores the custom word list on the 7100 series handhelds.
Defines the default message service.
Email Filters Holds the settings for filters applied to incoming messages to the device.
Email SettingsDefines the way messages are sent and received on the device.
Firewall OptionsEnables or disables the firewall.
Folder Id Determines which folder a message is filed to.
FoldersLists the user-created folders in the Inbox.
Handheld AgentContains diagnostic information about the device.
Handheld Key StoreSecurely stores encryption keys for encrypted communication and signing.
Key Store OptionsConfigures options for the Handheld Key Store
MemoPad OptionsStores MemoPad settings.
MemosContains the memos stored on the device.
Message List OptionsDefines the way Messages are displayed in the Messages application.
MessagesContains all the messages on the device.
OptionsStores miscellaneous configuration options.
Phone Call LogsLogs phone calls made to and from the device.
Phone HotlistStores the list of phone numbers on the device.
Phone OptionsStores Phone settings
PolicyStores the IT Policy for the device.
ProfilesContains the various device alerts. For example, a vibration for a new calendar appointment, or a tone when a new message arrives.
Profiles OptionsSelects the current profile for device alerts.
Purged MessagesContains a reference for messages deleted from the device.
Quick ContactsStores telephone numbers in the Speed Dial list.
Random PoolStores numbers to securely generate random numbers for encryption.
Recipient Cache  Contains encryption profiles for the people you communicate with.
Ribbon Bar PositionsSets the sequence of icons for the home screen of the device.
RMS DatabasesStores information about registered applications.
Service BookStores all the service books that allow the device to access various services.
SMS Messages Contains Short Message System (SMS) messages sent to and from the BlackBerry.
TasksLists the Task items on the BlackBerry device.
TLS OptionsConfigures Transport Layer Security settings.
Trusted Key StoreContains the Trusted Keys for the device.
WAP Push MessagesContains information from Wireless Application Protocol (WAP) push services.
WTLS OptionsContains settings for Wireless Transport Layer Security.

The list above is taken from Blackberry Knowledge Base. From this, you can know whether it is your data that occupies most of your Application Memory or there are others more hindering.

Available link for download

Read more »

Tuesday, March 14, 2017

Where to begin Hacking

Where to begin Hacking


For all the people who are new at this whole “computer” thing and don’t really understand what hacking is all about and where to begin, I offer up these links to some great places to start learning.

News:
www.digg.com
www.slashdot.org

Presentations:
http://www.lessig.org/freeculture/free.html <-- A speech given talking all about the problems facing culture when dealing with copyright and other digital laws.

Podcasts:
http://www.grc.com/SecurityNow.htm <-- This is fantastic for people who are new to the field. If you have the time or motivation, go back and listen to them from day 1, they assume you know very little if anything and hit on all of the major topics in the security field. Fantastic show.

IPTV Shows:
http://www.binrev.com/ <-- Produce a good IPTV show and also have forums that are usually helpful.
http://www.hak5.org <--- Duh....

Tutorial sites:
http://www.remote-exploit.org <-- Pretty good resources, some very nice video tutorials on various exploits. Defiantly check out the tutorial section.
http://www.irongeek.com/ <-- Excellent tutorials/information/articles.
http://www.antionline.com/ <-- Tutorials, tools and forums full of helpful people.


Programming Related:
Teach Yourself C in 21 Days: http://neonatus.net/C/index.html
Teach Yourself C++ in 21 Days: http://cma.zdnet.com/book/c++/
The Art of Assembly Language Programming: http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html
Microsoft Developers Network: http://msdn.microsoft.com
----Web Programming:
HTML: http://www.w3schools.com
PHP: http://www.php.net
ASP.NET: http://www.asp.net/Default.aspx?tabindex=0&tabid=1
SQL: http://www.mysql.com
Perl: http://www.perl.com/
Python: http://www.python.org

Security Related:
SecurityFocus: http://www.securityfocus.com/
Milw0rm: http://www.milw0rm.com
SecurityForest: http://securityforest.com/wiki/index.php/Main_Page

Programming Related:
Teach Yourself C in 21 Days: http://neonatus.net/C/index.html
Teach Yourself C++ in 21 Days: http://cma.zdnet.com/book/c++/
The Art of Assembly Language Programming: http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html
Microsoft Developers Network: http://msdn.microsoft.com

Security Related:
SecurityFocus: http://www.securityfocus.com/
Milw0rm: http://www.milw0rm.com
SecurityForest: http://securityforest.com/wiki/index.php/Main_Page

Video Resources:
Watching/reading papers or videos from past conventions such as Shmoocon, DefCon, or BlackHat, is a good idea. 

If you are interested in websec (web security) you should pretty much understand the different protocols on the web, i.e TCP/IP, FTP, HTTP, SSH, etc.

Knowledge of HTML, PHP, ASP, SQL, Perl, and Python is good.

HTML: http://www.w3schools.com
PHP: http://www.php.net
ASP.NET: http://www.asp.net/Default.aspx?tabindex=0&tabid=1
SQL: http://www.mysql.com
Perl: http://www.perl.com/
Python: http://www.python.org

Some more important sites
  • http://www.irongeek.com/ - Excellent tutorials/information/articles.
  • http://www.antionline.com/ - Tutorials, tools and forums full of helpful people.
  • http://www.governmentsecurity.org has quite alot of resources including good forums and papers but registration is closed to the public there again, however one of its sister sites http://www.datastronghold.com/ has alot of information and is a gateway to membership at governmentsecurity.org if you write your own article.
  • http://www.l0t3k.org/security/ - an archive of articles and tools, mostly aimed at someone using *nix though. Not updated as much as it used to be.
  • http://www.microsoft.com/security/default.mspx - The official place to find out about security in Microsoft products.
  • http://www.binrev.com/ - Produce a good IPTV show and also have forums that are usually helpful.
  • http://securityfocus.com/-  good on security
  • http://www.ipprimer.com/subnet.cfm -A good knowledge of tcp/ip and networking is essential;
    heres a reaonably good intro :




Available link for download

Read more »

Saturday, January 14, 2017

Where to Create Your Own Customized Mobile Application For FREE

Where to Create Your Own Customized Mobile Application For FREE



I know you would love to know how to easily create your own mobile application for free. This is one of the main reasons why I designed this website to share what I know to the world for free.
I have used this website before to create an application for mobile phones and it worked well and above all, it is very easy, even to a novice. To start, you will need to get some icons for your application design. Visit softicons.com to get beautiful icons. Now visit mobile.conduit.com and follow all step as required and you are good to go. If you dont know how to use mobile.conduit.com, you can let me know for free lessons. You can always come back to this website for more free and latest updates or subscribe by email. Thank You!

I know this post should be worth sharing. Please share this post to your friends, loved ones or enemy!

Available link for download

Read more »

Thursday, December 15, 2016

Where to Get Facebook Coupon Code for Advertising on FB in Nigeria

Where to Get Facebook Coupon Code for Advertising on FB in Nigeria



Facebook ad coupon code can be used as a form of payment for Facebook Ads. If you want to try Facebook for marketing your products and services, you can consider getting a Facebook coupon to use as your advertising credit.

Once you activate your fb coupon codethrough Facebook’s online ad system, it becomes an advertising credit which can be used for advertising on Facebook. Ad charges i.e cost of advertising will be deducted from the credit.

Your ad will stop running once the credit has been depleted though you have to set the credit worth of your coupon as the life budget of your ad if you dont want to run into debt i.e if you have a $50 coupon, you must ensure that you set the life budget of your ad campaign to $50.



So, Where Can I Get Facebook Coupons?

Facebook gives out free coupon codes for Facebook ads to some sites and companies from time to time as part of special promotions. Some of the beneficiaries of such free coupons sell them out at give away prices to people in need of the coupons. This is the reason why you might see some guys or websites offering a $50 Facebook coupon code for $10 or less.



If you are a Nigerian, you can buy a $50 Facebook coupon code for new account for just N1, 500.

Where?

Go to ==> http://richiebankz.com/facebook-coupons/

but wait.....

You can only use the coupon codes on a new Facebook ad account. So, if your account is not new, you might have to create a new account just for the purpose of using the coupon.  More so, you can use only 1 Facebook ad coupon per 1 account and must ensure you use your coupon before it expires.

Facebook requires you to enter your credit card information for you to be able to activate your coupon code. Hence, you must have a Visa or Master Debit/Credit Card  eg GTB MasterCard, UBA AfriCard, First Bank Visa Card, Access Bank Visa card etc



Dont Forget to Leave more Comments on Where to Get Free Facebook Ads Coupon Codes
-->


Available link for download

Read more »

Saturday, November 12, 2016

Where To Start Your Own Blog

Where To Start Your Own Blog


Do you want to start your very own blog just like Tripozia? You can do this totally for free. To do this, you only need a little knowledge of how to operate a computer and if not wide but a little knowledge of how to use Microsoft® Office Publisher and Microsoft® Word because you will use some of the knowledge from both softwares to learn to construct your own blog.
Visit any of the following to start your own blog:

Blogger: Blogger is the most famous of all host and own by google. They are easy to use with simple editing tools. Your can start with them for free with a sub-domain and later (if you want to) buy your own domain. To start with them now, visit www.blogger.com

Wordpress: Wordpress is complex and very flexible. I like them because they provide more features. But the disadvantage is that it is more slower in loading and can only be enjoyed on fast connections. Your can start with them for free with a sub-domain and later (if you want to) buy your own domain. To start with them now, visit www.wordpress.com

Please do not go without leaving a comment. This will make us improve!

Available link for download

Read more »

Thursday, November 3, 2016

Where to Upload js Files Free Javascript Files Hosting Sites List

Where to Upload js Files Free Javascript Files Hosting Sites List





Where to upload the .js files or javascript files so as can be used by us for running it succesfully without bandwidth problems.As i post many hacks and tricks with the usage of .js files,i was having many accounts on googlepages and geocities and use to share that bandwidth and storage with my readers but after the upcoming news that both the google and yahoo have decided to close there services of googlepages and geocities, its been difficult for me to find an good server to with enough bandwidth and share with our readers.

So i am asking my readers now to upload these files to there own server as mine will not be working because of bandwidth problems.But many of them dont know where to upload these .js files,so i have started a list of sites to share where these .js files can be uploaded and used but these sites have limited bandwidth but its sufficient for single blog user.So you can join these below sites and use there hosting services,if it dont full fill your requirement just upload your files to different servers below to distribute the bandwidth.

Here Goes The List :-

1)Sigmirror:-It provides 5Gb Webspace and 7Gb Bandwidth/month

2)Hotlinkfiles:-It provides 1Gb Webspace and 4Gb Bandwidth/month.

3)Ripway:-It provides only 30Mb Webspace and 150Mb Bandwidth/day or 4.5Gb/month.

4)Boxstr:-It provides 5Gb Webspace and 1Gb Bandwidth/daily.Just upload your file and get the direct link to make it work.

5)Fileave:-It provides 30Mb Webspace and 1Gb Bandwidth.You can prefer to use it only for some of your file with usage of 1Gb bandwidth.

6)Mydatanest:-It provides 2Gb Webspace and 20Gb Bandwidth/month.You can prefer to use it for most of your file as bandwidth is much more than above sites.

7)Getdropbox:-It provides 2Gb Webspace and Bandwidth is unknown To me.

8)Yourjavascript:-New Provider as no need of account just host any script and get its link.

I got only these sites but they are very less i would like to get more sites listed here so if you are using or knowing any other site to host .js files please leave them in comments i will update the list.

Available link for download

Read more »

Sunday, September 4, 2016

Where to Read Free Books Online

Where to Read Free Books Online


Wonder where to find free books online? There are tons of online libraries that provide electronic fiction, nonfiction and reference books at no charge. Here, from EduChoices are 25 Places to Read Free Books Online.


Available link for download

Read more »