#Post Title #Post Title #Post Title #Post Title #Post Title #Post Title #Post Title #Post Title
Tampilkan postingan dengan label Ade Malsasa Akbar (7611040049). Tampilkan semua postingan
Tampilkan postingan dengan label Ade Malsasa Akbar (7611040049). Tampilkan semua postingan
Kamis, 31 Mei 2012

About TAB and Shift+TAB Buttons

Bismillah. Usually we use TAB for jumping from one button to another button focus in any programs we use. We jump from one button to another button or from one text box to next textbox in Gmail Registration Form. But how if we want to jump back? Shift+TAB will take you back one element.

Yes we can operate computer with less mouse usage! It is easier for people who want to be pro when they must use keyboard widely in one hand and use mouse with other hand. So use them!
[ Read More ]
Senin, 23 April 2012

[TUTORIAL] How If You Don't Know How To Use A Command?

Bismillah. This is a simple tutorial for all of my dear brothers. What we do if we don't know what should we do in Linux terminal? We can type "man" without quotes followed by command name. Or you can just type "help" without quotes. I will show you.

A simple example, you can type man traceroute to show traceroute program's manual. Okay, traceroute is a command name and it is a program for printing the route packets trace to network host.


You can exit the manual page by typing "q" without quotes. It is easy to know details of program in terminal!

And you can reveal the help page of every program installed by typing "--help" without quotes after command name. This is a simple example too, just type traceroute --help and a help page will revealed for you. Ow, help is different from man. You can see that help is a small summary from man.


Okay, you will not find man page or help page if the program you want to know is not installed in your Linux yet. So, you can do this tutorial by typing another program name than my traceroute here, such as ls, fdisk, rm, and many more. You can see many command hy typing "help" only without quotes.

And hey, I am forget. You should always press enter after typing any command. Enter means execute. Yes, now you can do it. Who will we ask if we don't know the command? Man and help! I hope it is will be useful for you all, my dear brothers!
[ Read More ]

[TUTORIAL] Taking Screenshot On Chromium Browser

Bismillah. Chromium Browser is a web browser licensed in open source license[1], and it is a browser that Google Chrome[2] developed from it. Yes Google Chrome, the one of fastest browser, build from Chromium source code. And we can say that Chromium is open source version from Google Chrome. Chromium availabe for all operating system (Linux, Windows, and Mac OS X). What makes people charm is Chromium can use Google Chrome extensions (plugins/addins). And sometimes we want to take screenshot (photograph) from a site but we feel difficult if we must use manual screenshot application. Now we can use built-in screenshot capturer in Chromium using Chrome Extension: Screen Capture.

How to take screenshot from a site in Chromium? And what part of site that can I take? A piece, a whole, or just visible content? I will show it. First, you should visit Chrome Web Store - Screen Capture. Install that extension then restart Chromium. You will see an icon in top-right corner of browser. That is Screen Capture icon.

Taking Visible Content
What is visible content? The meaning of visible content is whole region you can see from browser although it is not a whole of page. You can take it with click on the icon and select Capture Visible Content.
Capturing Visible Content 


Final Result

Taking A Region by Yourself

Click the icon, and select Capture Page Region. You can use shortcut key Crtl+Alt+R. This will show you a dark rectangle that you can resize it maximum as whole page size. You can choose a regioin of page.



Capturing Region Progress


Final Result



Taking A Whole Site

Click the icon, and select Capture Whole Page. You can use shortcut key Ctrl+Alt+H beside that. Browser appearace will scrolling down and you will face a menu on top. Thare is a save icon on the menu. Save it.


Capturing Whole Page

Because of big size, I give the link only for the final result of whole page: http://i.imgur.com/eRALH.jpg. You can download it. 

Okay, now you can capture site in Chromium. This extension and this tutorial can be done in Google Chrome too. Feel free to correct me if I'm wrong. Hope it will be useful for you. Thank you.

______________
[ Read More ]
Senin, 02 April 2012

C Programming for Me



It's easy but also hard in some cases. Easy because the syntaxes is very short compared with another laguage like Java and hard because many times I feel so boring with programming. Hm, maybe I don't have the sense yet. No other language can defeat C in case of portability and scalability. C can run in most of hardware in this world begin on embedded system until supercomputer. C has so many compiler both for Linux or Windows. It is important for me because I use Linux (so I use gcc as my compiler). Yes C language has UNIX root because it was born on UNIX then Linux was born from UNIX so programming C in Linux is a good way. But I dont deny any C programming on Windows. And C has most tutorials in the internet then another language. And the hardest part of learning C for me now is trying some codes and modify them. I hope I can do that from now. 



---------------

[ Read More ]
Minggu, 11 Maret 2012

No Windows No Cry

Although it's difficult for most user, but it's charm for me. I like Windows on its simpliness but I dislike the price. Many times spent with Windows but I think I should leave it. Who will like to manage viruses and so many crash? And I dislike to use cracked version one. Hey, there is an alternative. An alternative that useful: Linux. So no windows no cry, I'm using Linux.



[ Read More ]
Minggu, 19 Februari 2012

How To Configure Proxy Server for Ubuntu Software Center



Ubuntu Software Center doesn't have configuration options for proxy server like Synaptic Package Manager. In Synaptic, you can set server URL, port number, username, and password. Such configuration makes Synaptic can enter directly to proxy server with authentication so Synaptic can be connected via that proxy server. But it is different with Ubuntu Software Center (USC). USC hasn't graphical configuration like Synaptic so we must set proxy server configuration in Ubuntu Global Network Proxy then click Apply System Wide. But that way will never success because Global Proxy Settings doesn't have place to set username and password. Now, how to enter proxy server configuration completely with right authentication so USC can connect to internet behind a proxy server? This is the steps.


1. Open Terminal (Ctrl+Alt+T)
2. Change directory to /etc/apt/apt.conf.d/ with command: cd /etc/apt/apt.conf.d/
3. Make a file there named 01proxy with command: sudo gedit 01proxy.
4. Check the existence of 01proxy with command: ls. If there, then a name 01proxy will appear in display. If not, repeat step 3.
5. Edit content of 01proxy with command: sudo gedit 01proxy.
6. Fill it with a row of this words:
Acquire::http::proxy "http://username:password@proxyserver:port/";
with note: username is your proxy username, password is your password, proxyserver is yuor proxy URL or it's ip number, port is port number to access the proxy (if you don't know, please confirm to your proxy administrator). Example:
Acquire::http::proxy "http://malsasa:traumalin89@proxyserver.server.net:443/";
7. Save (Ctrl+S).

Now you can try to install a program. You can start with installing Stardict, a simple but great dictionary. 





[ Read More ]
 
 

Followers