Linux For Your Life

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Saturday, 12 September 2009

Sabily 9.04

Posted on 10:25 by Unknown
      Month of Ramadhan now has come. Computing activities during ramadhan month, as much as maybe not to reduce the value of worship. to support religious activities  during the month of Ramadhan a good idea to use the distribution sabily 9.04.

      Distro formerly Muslim edubuntu edition (Ubuntu ME) this is made  9.04 ubuntu-based distro, distro name changed to the name sabily 9.04 . a sabily release code name "Taibah". With a nuanced view of Islamic desktop, sabily 9.04 used as distributions for the month of application ramadhan.kind of islamic applications also been included in this distribution.

      Some of them, Zekr 0.7.2, minbar 0.2.1, Monajat 1.1-0, Thwab 2.2.3,  Hijra 0.1.18 , Ohan Quran Browser and WebStrict. For the release itself, sabily 9.04 version 3 was released into the small version (935 MB), Full Version (1.4 GB), and Full Version with recitations (2.8 GB).

Specifications Sabily 9.04

Kernel                     : 2.6.28-11
Ofiice                      : OpenOfiice.ORg 3.0.1
Desktop                   : Gnome 2.26.1
Internet                   : Firefox 3.0, Pidgin 2.5.5, Tranmission 1:51
Islamic applications   : Zekr 0.7.2, minbar r0.2.1, Monajat 1.1
 
 
  
Thank's
By:Mr.Gm
 
Read More
Posted in Distro | No comments

Ubuntu Netbook Remix 9.04

Posted on 09:55 by Unknown
Special distributions for netbook users 
 

     Slowly but certainly the notebook users have been moved into netbook users. because of this in addition to getting affordable price, netbooks also has lighter weight compared notebooks, so that we can take the easy and light.

    From the ranks of disrto aimed at netbook users, Distro ubuntu netbook remix 9.04 (9.04 UNR) can be presented as the best one option. UNR 9.04 is a derivative of ubuntu 9.04 a modified and has been on optimizing netbook device

     One of the biggest differences between ubuntu and UNR is located on the main menu.If on the main menu ubuntu 9.04 made in the form of dropdown  at 9.04 UNR main menu is located precisely at the beginning of this page menu.Menu page  divided into 3 parts of an  application category, a list of applications and file explorer.To install UNR 9.04 is the same way by installing ubuntu 9.04 no different.

To install UNR 9.04 click here
To Get Ubuntu netbook remix 9.04 click here

Specifications UNR 9.04

Kernel         : 2.6.28-11
Ofiice          : OpenOffice.org.3.01
Desktop       : Gnome 2.26.0
Multimedia   : Rhythembox 0.12.0, 2.26.1 totem, VLC
Internet       : Firefox 3.0.8, Evolution 2.26.1, Pidgin 2.5.5
Graphics      : GIMP 2.6.6, F-Spot 0.5.0
 
  
Thank's
By:Mr.Gm
Read More
Posted in Distro | No comments

Tuesday, 8 September 2009

Privacy Policy

Posted on 21:04 by Unknown
Privacy Policy for www.akucintalinux.co.cc

If you require any more information or have any questions about our privacy policy, please feel free to contact us by email at linux_debian12@yahoo.com

At akucintalinux.co.cc, the privacy of our visitors is of extreme importance to us. This privacy policy document outlines the types of personal information is received and collected by akucintalinux.co.cc and how it is used.

Log Files
Like many other Web sites, agusramadhani.com makes use of log files. The information inside the log files includes internet protocol ( IP ) addresses, type of browser, Internet Service Provider ( ISP ), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user’s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.

Cookies and Web Beacons
akucintalinux.co.cc does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser.

DoubleClick DART Cookie
.:: Google, as a third party vendor, uses cookies to serve ads on akucintalinux.co.cc.
.:: Google's use of the DART cookie enables it to serve ads to users based on their visit to akucintalinux.co.cc and other sites on the Internet.
.:: Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at the following URL - http://www.google.com/privacy_ads.html

Some of our advertising partners may use cookies and web beacons on our site. Our advertising partners include ....
Google Adsense


These third-party ad servers or ad networks use technology to the advertisements and links that appear on akucintalinux.co.cc send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.

akucintalinux.co.cc has no access to or control over these cookies that are used by third-party advertisers.

You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. akucintalinux.co.cc privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.

If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers' respective websites.
Read More
Posted in | No comments

Monday, 7 September 2009

Debian / Ubuntu Cheat-Sheet

Posted on 19:55 by Unknown
           lists typical commands that are commonly used day-to-day in Ubuntu, along with popular command options. It’s only a brief list, and emphasis is placed on file manipulation commands.
Useful day‐to‐day commands.

Command Description

ls List files and folders.
Typical example: ls ‐l

‐l : Long listing (show permissions, ownerships etc.)
‐a : Show all files, including hidden files
‐h : Show KB, MB etc., rather than bytes

cd Change folder
Type cd .. to change to parent folder.
Typical example: cd Documents

cp Copy file or folder
first specify file (and path if necessary),then specify destination.Typical example: 
cp myfile.doc Desktop/
‐r : Copy folders too, including contents (otherwise
folders will be ignored)

mv Move file or folder
can also be used to rename files/folders if a new destination isn’t specified. Note that, unlike cp, it is not necessary to specify the ‐r option in order to move folders.

Typical example: (moving): mv myfile.doc Desktop/
Typical example: (renaming): mv old.doc new.doc

rm Delete file(s) or folder(s)
multiple files/folders can be specified.

Typical example: rm –rf myfolder

‐r : Delete folder; must be used if a folder is to be deleted
‐f : Force deletion; don’t prompt user for confirmation
when deleting (useful when deleting lots of folders, but must be used with care)
ln Create a link to a file (similar to a shortcut under Windows)
first specify the file (including path if necessary), and then the location where the link should be created. A different filename may be specified for the new link.

Typical example: ln –s myfile.doc ~/Desktop/

‐s : Create symbolic link, rather than hard link. In nearly all situations, a symbolic link is preferable, making this practically a prerequisite command option less Open specified plain text file in a viewer (use cursor keys to scroll; hit Q to quit). Useful for viewing configuration files.

Typical example: less myfile.txt

df Show amount of free disk space on all attached filesystems.

Typical example: df –h
‐h : Show KB, MB, GB etc. rather than bytes

free Show amount of free memory.

Typical example: free –mt
‐m : Show output in megabytes, rather than kilobytes
‐g : Show output in gigabytes
‐t : Show totals column

grep Search through specified file for a word or phrase. First,specify the phrase, and then the file to be searched through.

Typical example: grep –i wireless myfile.txt

‐i : Ignore upper/lowercase when searching

man View the manual (man) page for specified command. A man page is built-in technical documentation—see Appendix B.

Typical example: man ls

nano Simple text editor that’s ideal for creating, editing or viewing files (particularly configuration files); hit Ctrl+J to re-justify current line should you create a line-break during editing.

Typical example: sudo nano /etc/fstab
umount Unmount attached storage device. Not a typo! The command is umount and not unmount. Needs root powers. Specify the mount point.

Typical example: sudo umount /media/cdrom

locate Find specified file
relies on a background database that is periodically and automatically updated. The database can be manually updated by typing the sudo updatedb command.

Typical example: locate filename.doc
‐i : Ignore upper/lowercase when searching
Thank's
By:Mr.Gm
Read More
Posted in Terminal | No comments

Saturday, 5 September 2009

Recover a damaged desktop

Posted on 02:29 by Unknown
           If you’ve been tweaking your system to the point of breaking, and find that the GNOME desktop no longer appears when you attempt to login,click the Options button on the login screen, and click Select Session.

            Next select Failsafe GNOME and click Change Session. Then login as usual.From here you should be able to repair your desktop or possibly even use the Users and Groups program to create a new account to use in future (nothing like a fresh start, eh?).
           If that doesn’t work, you can try deleting your GNOME desktop configuration files and starting again. This is possible because, if GNOME doesn’t find configuration files where they should be, it will automatically create some afresh. Deleting these files is very radical because it will delete all your desktop settings, plus those for GNOME applications (although your Evolution mail and account settings will remain because they’re stored in the .evolution folder). However, if you have no other choice...

Log out of the desktop and then switch to a new virtual console ( Ctrl + Alt + F2 ).
Then login and type the following:

$ rm -rf .gnome-2

Then switch back to GUI mode ( Ctrl + Alt + F7 ) and login as usual.
Thank's
By:Mr.Gm
Read More
Posted in Fix Crash GUI | No comments

Kill a crashed GUI

Posted on 02:23 by Unknown
             This is an oldie but worth mentioning in case you don’t know. To kill the GUI, for whatever reason, such as a crash, hit Ctrl + Alt + Backspace .There’s no warning dialog boxes when you do this—any open applications will be terminated, and data lost. You’ll be returned to the GNOME login screen, where you can login afresh.If you’re working on a virtual console and want to kill the GUI for any reason, typing the following will kill GNOME Display Manager (gdm), which “owns” the desktop processes:

$ sudo killall gdm

To get the GUI back following this, start gdm again:

$ sudo gdm
Thank's
By:Mr.Gm
Read More
Posted in Fix Crash GUI | No comments

Wednesday, 2 September 2009

Ubuntu 9.04 LiveUSB

Posted on 07:41 by Unknown
For the installation ubuntu 9.04 needs netbook devices or for users who want to install Ubuntu 9.04 via USB, you can easily create Install ubuntu LiveUSB 9.04.
1.In addition to the installation needs at netbook device, you can also used as LiveUSB 9.04 ubuntu is to rescue the system.

2.For make LiveUSB install ubuntu 9.04, from the menu bar select system >Administration>Create a USB startup disk.Previous entries UFD 1GB size or more and has been formatted to FAT32 file system, to make formatting UFD look at the label and click Format USB.

3.After successfully entering the validation, the page will appear Make USB Startup Disk, if you run an application after installing ubuntu, click on the button Other, then navigate to the location where you save the Ubuntu iso file 9.04.After all OK, click Make Startup Disk to immediately make LiveUSB Ubuntu 9.04.


4.wait for few moments, and the process of making LiveUSB Ubuntu 9.04 will be progress
Ubuntu LiveUSB

5.Ubuntu LiveUSB making process is complete, click Quit, and tests, this LiveUSB Run to reboot your computer and change the order of First Boot BIOS from a USB.

Thank's
By:Mr.Gm
Read More
Posted in LiveUSB | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

Categories

  • Applications
  • cairo-dock
  • convert Rpm to Deb
  • Desktop
  • Distro
  • Download Manager
  • Fix Crash GUI
  • Format USB
  • game
  • hardware
  • Install Linux
  • internet and Web
  • Linux Intro
  • LiveUSB
  • Local Repository
  • nautilus
  • Optimize Linux system
  • Programming Language
  • Robot
  • Server
  • so
  • Terminal
  • Tips and Trick OpenOffice
  • Tugas Manajemen Proyek dan Risiko
  • Tugas SoftSkill
  • wifi

Blog Archive

  • ▼  2012 (5)
    • ▼  June (2)
      • Tangkuban Perahu Part 1
      • Malin Kundang Story From Padang Indonesia
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
  • ►  2011 (29)
    • ►  December (10)
    • ►  November (2)
    • ►  October (2)
    • ►  May (11)
    • ►  March (2)
    • ►  February (2)
  • ►  2010 (74)
    • ►  December (13)
    • ►  October (4)
    • ►  June (12)
    • ►  May (10)
    • ►  April (6)
    • ►  March (8)
    • ►  February (18)
    • ►  January (3)
  • ►  2009 (42)
    • ►  October (6)
    • ►  September (13)
    • ►  August (13)
    • ►  July (10)
Powered by Blogger.

About Me

Unknown
View my complete profile