Hide Recent Document In Ubuntu

So in this paper I will give tips to the recent document on ubuntu In recent document we can see what data we open dapt we find, you may well want to maintain the privacy of your data eg: essay, novel, mp3 and video of our private we have been open akan recorded in the recent document.

Well this time I find to clear the recent deocument us, the way Go to Terminal, and enter the command:

$ sudo su
$ chattr +i /home/iyankz/.recently-used.xbel

Done.

Happy Testing
Read More...!!

Install Internet Radio On Ubuntu

We must create a folder / Win32 first in deirektory

/usr/lib/win32

$ sudo su
$ mkdir -p /usr/lib/win32


And download the package below with the command

$ wget ftp://repo.ugm.ac.id/ekstra/other/all-20071007.tar.bz2

Extract That file

$ tar xvjf all-20071007.tar.bz2

Then copy the file using the command 

$ cp all-20071007/* /usr/lib/win32/

Happy Testing
Read More...!!

Automatic Shutdown On Ubuntu

There are two ways to automatically shutdown

1. Installing the gshutdown
2. Using Terminal

With gshutdown, install the first gshutdown

with the command

$ sudo su

$ apt-get install gshutdown

Just run gshutdown

setting time and the shutdown command but often problematic gshutdown and I use only use the second terminal,

$ sudo su

$ shutdown +60 -h

Shutdown = shutdown
+60 = 60 minute
-h = halt

Dont close The terminal if you running it.

Happy Testing...!!
Read More...!!

Convert NRG To ISO On Ubuntu

In linux, there is no way direct mount nrg image files created proprietary applications nero. What should be done is convert it into formats that are recognized in Linux. Using a small application nrg2iso, you can convert the nrg file.
To install this appliaction follow these steps : 

$ apt-get install nrg2iso

After you install the application nrg2iso, open your terminal and run:

$ sudo su

$ nrg2iso old_file.nrg new_file.iso

Happy Testing
Read More...!!

Change Hostname on ubuntu

$ iyankz@minez:-$

iyankz over as the username, as minez hostname. hostname is created when we install linux and difficult to change. I want to change, follow the steps below: if you want to change, just open the configuration file


$ sudo nano /etc/hostname

Alt+F2 (Run), type gksu gedit /etc/hostname

or kate,  

$ kdsu kate /etc/hostname

Happy Testing
Read More...!!