Ads 468x60px

Pages

Tampilkan postingan dengan label 10. Tampilkan semua postingan
Tampilkan postingan dengan label 10. Tampilkan semua postingan

Kamis, 09 Januari 2014

Samsung Launched The GALAXY Note 10 1 2014 Edition



Samsung today announced the launch of its newest flagship tablet device, GALAXY Note 10.1 2014 Edition in Singapore. The 2014 edition expands on the advanced productivity and creativity leadership delivered by the original Samsung GALAXY Note 10.1. 


In addition to enabling productivity, the device has been redesigned with a sleek, light, slim frame that is both fashionable and portable. New design characteristics, like a soft and textured touch-back cover with delicate stitching, inspire a sense of elegance and sophistication.


The GALAXY Note 10.1 2014 edition features a 10.1” display with four times the pixel density than the original Note 10.1. It measures 243.1 X 171.4 X 7.9mm and 547g (LTE version). Some of the key features includes  Action Memo, Enhanced Multi Window and Samsung KNOX.

The GALAXY Note 10.1 2014 Edition (32GB) will be available in Singapore from October 19 and 26 October 2013 for Classic White and Jet Black respectively for $998 for (LTE, without contract) and $798 (WiFi version) at telecommunication operators, major consumer electronics and IT stores, and Samsung Experience Stores. 



Check out the press release below for more information and specifications.

Press Release (Click to hide or show)

Read More..

Kamis, 26 September 2013

Pidgin 2 10 7 Multilingual




Free chat client without installation.

Download Portable Pidgin (12.7 MB)

Included GTK 2.16.6.1


Extract and run PidginPortable.

Can be anonymized by Tor Portable.

Settings of installed Pidgin should be preserved.

Read More..

Kamis, 19 September 2013

PhotoFiltre Studio X 10 8 0 Multilingual




Complete image retouching program without installation.

Download Portable PhotoFiltre Studio MultiVersion Multilingual Online (0.4 MB)

Select language and enter: 10.8.0


Languages of installer: English, French, Belarussian, PortugueseBR, Czech, Danish, German, Spanish, Estonian, Finnish, Hungarian, Italian, Japanese, Dutch, Norwegian, Polish, Portuguese, Russian, Slovak, Swedish, SimpChinese, TradChinese, Thai, Turkish, Ukrainian,

Extract and run PhotoFiltreStudioPortable.

Not registered but unlimited trial (always 30 days remaining)

If you have a key: write Registered=true in PhotoFiltreStudioPortable.ini, launch and Register.

Register again on a new computer, each registration stored in Data.

If you dragn drop a file on (or open with) PhotoFiltreStudioPortable: it will be opened in PhotoFiltreStudio.

Settings of installed PhotoFiltreStudio should be preserved.

Read More..

Selasa, 17 September 2013

IDM UEStudio 13 10 Multilingual




All the features of UltraEdit plus the power of an IDE without installation.

Download Portable UEStudio Multilingual Online (0.4 MB)


Extract and run UEStudioPortable.

Multilingual Online (English, French, German, Italian, Japanese, Korean, SimpChinese, Spanish) download setup and extract files from it.

When new computer detected:

Click on Register, enter any License ID and Password in Activation Windows then click on Activate.

Click Offline Activation. Copy User Code 1 & 2 into CORE KeyGen (Program: UEStudio v11.x). Then Generate.

Copy Authorization Code 1 & 2 into Offline Activation fields and any License ID and Password.

Then Activate, Exit Keygen and close the text.

Activations are kept for several computers.


Settings created in DataUEStudio

You can add wordfiles (syntax highlighting) in DataWordFiles

If you dragn drop a file on (or open with) UEStudioPortable: it will be opened in UEStudio.

For above use, write AllowMultipleInstances=true in UEStudioPortable.ini

Settings of installed UEStudio should be preserved.

Read More..

Sabtu, 07 September 2013

Runtimes Captain Nemo Pro 5 10




File System Mounter without installation.

Download Portable CaptainNemo (2.5 MB)


Extract and run CaptainNemoPortable.

Settings of installed CaptainNemo should be preserved.

Read More..

Minggu, 18 Agustus 2013

Top 10 Tips To Improve System Speed

1.Let your PC boot up completely before opening any applications.

2.Refresh the desktop after closing any application. This will remove any unused files from the RAM.

3.Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).

4.Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM

5.Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.

6.Delete the temporary internet files regularly.

7.Defragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster.

8.Always make two partitions in your hard drive. Install all large Softwares (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.

9.When installing new Softwares disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application.

10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum.

RAM IS THE WORKING AREA (DESKTOP) OF THE CPU, KEEP IT AS EMPTY AND UNCLUTTERED AS POSSIBLE!
Read More..

Selasa, 13 Agustus 2013

Bond High Availability Network Server on Ubuntu 7 10

High network availability is vital for any self-respecting corporate server. Some time ago it came as sometimes seen as a taboo, due to some complexities regarding its installation and configuration on Linux, but today it is seen as just another item to be seen.

Although Ubuntu does not bring any assistant or other graphical tool to allow such service, the setup is extremely simple.

In the example, Im working on common DELL PowerEdge 2950 server with two plates Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet, seen as eth0 and eth1. The distribution is Ubuntu Server 7.10.

The first step is to insert the Ubuntu 7.10 CD in the CD and run the following command:
# Aptitude install ifenslave-2.6

Once thats done you need to edit the file / etc/modprobe.d/arch/i386 by inserting the following lines:
alias bond0 bonding 
options bond0 mode = 6 = 100 miimon

Where miimon will be the time in milliseconds, mode will be the way it is done the bond, which can be:

Mode 0: balance-rr
mode 1: Failover
Mode 2: balance-xor
Mode 3: Link Aggregation
Mode 4: Transmit Load Balance
Mode 5: Load Balance

Also in options you can enter the option primary = eth0 or eth1 = primary , so choose which interface will be the primary, of course depending on the chosen mode.

Then you must edit the file / etc / network / interfaces , commenting on all lines except the lines of:
it auto eth0 eth1 
inet loopback iface it

For then the same file, include:
self bon0 
iface bond0 inet static
address 10.1.162.6
netmask
255.255.240.0
gateway 10.1.160.1 up / sbin / ifenslave bond0 eth0 eth1 down / sbin / ifenslave-d bond0 eth0 eth1

Once thats done you should reboot your system to verify everything as planned.
Read More..

Senin, 29 Juli 2013

Top 10 Tips Improve Windows XP Performance

Some Time Pc is very loading. use this trick after your pc is good working. Follow This 10 Step:

1.) Disable file indexing. The indexing service extracts information from documents and other files on the hard drive and creates a "searchable keyword index." As you can imagine, this process can be quite taxing on any system. The idea is that the user can search for a word, phrase, or property inside a document, should they have hundreds or thousands of documents and not know the file name of the document they want. Windows XPs built-in search functionality can still perform these kinds of searches without the Indexing service. It just takes longer. The OS has to open each file at the time of the request to help find what the user is looking for.

Most people never need this feature of search. Those who do are typically in a large corporate environment where thousands of documents are located on at least one server. But if youre a typical system builder, most of your clients are small and medium businesses. And if your clients have no need for this search feature,
I recommend disabling it.

1 double-click the My Computer icon.
2 right-click on the C: Drive, then select Properties.
3 Uncheck "Allow Indexing Service to index this disk for fast file searching." and click Apply button
4 Check at "Apply change to C:, subfolders and files" and click OK.
If a warning or error message appears (such as "Access is denied"), click the Ignore All button.

2.) Once a month, run a disk cleanup. Heres how:

1 Double-click the My Computer icon.
2 Then right-click on the C: drive and select Properties.
3 Click the Disk Cleanup button
4 Check at Temporary files and click OK.

3.) Remove all spyware from the computer. Use free programs such as AdAware by Lavasoft or SpyBot Search & Destroy. Once these programs are installed, be sure to check for and download any updates before starting your search. Anything either program finds can be safely removed. Any free software that requires spyware to run will no longer function once the spyware portion has been removed; if your customer really wants the program even though it contains spyware, simply reinstall it. For more information on removing Spyware visit this Web Pro News page.

4.) Remove any unnecessary or unused programs from the Add/Remove Programs section of the Control Panel.

5.) Turn off any and all unnecessary animations, and disable active desktop. In fact, for optimal performance, turn off all animations.
Windows XP offers many different settings in this area. Heres how to do it:

1 Click Start button , Setting and Control Panel
2 Double click on System icon
3 Click on the Advanced tab. and Select the Settings button located under Performance.
4 Feel free to play around with the options offered here, as nothing you can change will alter the reliability of the computer - only its responsiveness.

6.) Visit Microsofts Windows update site regularly, and download all updates labeled Critical. Download any optional updates at your discretion. You Visit How to Update My Computer?

7.) Update the customers anti-virus software on a weekly, even daily, basis. Make sure they have only one anti-virus software package installed. Mixing anti-virus software is a sure way to spell disaster for performance and reliability.

8.) Do not partition the hard drive. Windows XPs NTFS file system runs more efficiently on one large partition. The data is no safer on a separate partition, and a reformat is never necessary to reinstall an operating system. The same excuses people offer for using partitions apply to using a folder instead.

For example, instead of putting all your data on the D: drive, put it in a folder called "D drive." Youll achieve the same organizational benefits that a separate partition offers, but without the degradation in system performance. Also, your free space wont be limited by the size of the partition; instead, it will be limited by the size of the entire hard drive. This means you wont need to resize any partitions, ever. That task can be time-consuming and also can result in lost data.

9.) If the PC has a CD or DVD recorder, check the drive manufacturers Web site for updated firmware. In some cases youll be able to upgrade the recorder to a faster speed. Best of all, its free.

10.) At least once a year, open the computers cases and blow out all the dust and debris. While youre in there, check that all the fans are turning properly.
Read More..