Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Install the Windows Subsystem for Linux Installation Guide for Windows 10



What is a Linux Subsystem on Windows?

This Linux Subsytem is specifically designed to let Developers run Linux environments - including the use of command-lines, utilities, and applications - using Windows directly, without modification, and without the aid of virtual machines.

Before installing any Linux distros for WSL, you must ensure that the "Windows Subsystem for Linux" optional feature is enabled:

1. Open PowerShell as Administrator and run :


PowerShellCopy :

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

2. Type Y and restart your computer when prompted.
ReadMore »»  

Ubuntu 10.04 LTS Lucid Lynx The Better Linux Distro


Ubuntu 10.04 LTS Lucid lynx is the best version in my opinion, because in addition to speed boot time, 10.04 LTS version of ubuntu is also present the stability of the operating system of a computer.Therefore, it is strongly recommended for notebook users trying ubuntu 10.04 LTS remix, guaranteed you will definitely like it.  
Please download directly from http://www.ubuntu.com and select desktop version, remix or servers, match your needs.
Good Luck the best version of ubuntu 10.04 LTS Lucid Lynx.

ReadMore »»  

Ubuntu Linux Distro Online Lifestyle On The Net


Ubuntu Distro Online Lifestyle Astaga.com
Distro linux ubuntu merupakan linux distro online lifestyle on the net yang memiliki banyak pengguna online, distro linux ubuntu digemari karena mudah dalam hal kostumisasi. Distro linux  ubuntu sekarang sudah tahap ubuntu 9.10, fenomena online lifestyle on the net seperti ubuntu online distro linux memiliki berbagai macam versi ada Ubuntu 9.10 Netbook Remix untuk netbook, ada versi ubuntu 9.10 desktop dan ada ubuntu 9.10 versi server.

Linux distro online ini bukan lifetyle on the net online astaga.com kata kunci kontes seo yang lagi banyak diperebutkan blog blogger, ubuntu enterprise cloud edition versi menarik ubuntu. Portal online ubuntu menjelaskan :

"Private clouds offer immediacy and elasticity in your own IT infrastructure. Using Ubuntu Enterprise Cloud, you can experience the benefits of cloud computing behind your firewall. Deploy workloads and have them running immediately. Grow or shrink computing capacity to meet the needs of your application."

Nah, versi ubuntu linux  distro online ini banyak kontroversi mengenai keamanan data server, namun ubuntu mengklaim tentang security ini dengan penjelasan sebagai berikut :

"Data is kept behind the firewall on company infrastructure, requiring fewer changes to existing governance, security and audit procedures."

Ubuntu Cloud layak dipertimbangkan untuk mesin server anda karena banyak fitur menarik lainnya terutama fitur cloud, astaga.com lifestyle on the net malas update lagi karena udah ketemu niche untuk project online :-D
ReadMore »»  

Tweaking Bandwith For Internet Speed On Ubuntu With Sysctl


Lifestyle Ubuntu Online
1. Open your terminal console and type : pico /etc/sysctl.conf

2. Paste this script at end of sysctl.conf :


# increase TCP max buffer size setable using setsockopt()
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
# increase Linux autotuning TCP buffer limits
# min, default, and max number of bytes to use
# set max to at least 4MB, or higher if you use very high BDP paths
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
# don't cache ssthresh from previous connection
net.ipv4.tcp_no_metrics_save = 1
net.ipv4.tcp_moderate_rcvbuf = 1
# recommended to increase this for 1000 BT or higher
net.core.netdev_max_backlog = 2500
# for 10 GigE, use this, uncomment below
# net.core.netdev_max_backlog = 30000
# Turn off timestamps if you're on a gigabit or very busy network
# Having it off is one less thing the IP stack needs to work on
#net.ipv4.tcp_timestamps = 0
# disable tcp selective acknowledgements.
net.ipv4.tcp_sack = 0
#enable window scaling
net.ipv4.tcp_window_scaling = 1


after that don't forget to save.

3. Then type :

sysctl -p

__________________________

Done!  Test your internet speed. NOTE : This is just for Ubuntu 7.x!
ReadMore »»  

Install VMware Server 1.0.x (1.0.10) Under Ubuntu 9.10 (Part II)



You'll get an error like this one otherwise when the installer tries to compile the kernel modules needed by VMware (if you answer with yes and get the errors, that's no problem either - just read on):

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make -C /lib/modules/2.6.31-14-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.31-14-generic'
  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config0/vmmon-only/./include/vmware.h:25,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:48:
/tmp/vmware-config0/vmmon-only/./include/vm_basic_types.h:104:7: warning: "__FreeBSD__" is not defined
In file included from /tmp/vmware-config0/vmmon-only/./include/x86.h:20,
                 from /tmp/vmware-config0/vmmon-only/./include/machine.h:24,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.h:15,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:
/tmp/vmware-config0/vmmon-only/./include/x86apic.h:79:1: warning: "APIC_BASE_MSR" redefined
In file included from /usr/src/linux-headers-2.6.31-14-generic/arch/x86/include/asm/apic.h:11,
                 from /usr/src/linux-headers-2.6.31-14-generic/arch/x86/include/asm/smp.h:13,
                 from /usr/src/linux-headers-2.6.31-14-generic/arch/x86/include/asm/mmzone_64.h:12,
                 from /usr/src/linux-headers-2.6.31-14-generic/arch/x86/include/asm/mmzone.h:4,
                 from include/linux/mmzone.h:773,
                 from include/linux/gfp.h:4,
                 from include/linux/kmod.h:22,
                 from include/linux/module.h:13,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:12:
/usr/src/linux-headers-2.6.31-14-generic/arch/x86/include/asm/apicdef.h:133:1: warning: this is the location of the previous definition
In file included from /tmp/vmware-config0/vmmon-only/./include/x86.h:21,
                 from /tmp/vmware-config0/vmmon-only/./include/machine.h:24,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.h:15,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:
/tmp/vmware-config0/vmmon-only/./include/x86desc.h:593:7: warning: "_MSC_VER" is not defined
In file included from /tmp/vmware-config0/vmmon-only/./include/machine.h:24,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.h:15,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:
/tmp/vmware-config0/vmmon-only/./include/x86.h:830:1: warning: "PTE_PFN_MASK" redefined
In file included from /usr/src/linux-headers-2.6.31-14-generic/arch/x86/include/asm/paravirt.h:7,
                 from /usr/src/linux-headers-2.6.31-14-generic/arch/x86/include/asm/irqflags.h:61,
                 from include/linux/irqflags.h:57,
                 from /usr/src/linux-headers-2.6.31-14-generic/arch/x86/include/asm/system.h:11,
                 from /usr/src/linux-headers-2.6.31-14-generic/arch/x86/include/asm/processor.h:17,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:6,
                 from include/linux/module.h:9,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:12:
/usr/src/linux-headers-2.6.31-14-generic/arch/x86/include/asm/pgtable_types.h:182:1: warning: this is the location of the previous definition
In file included from /tmp/vmware-config0/vmmon-only/./include/vcpuset.h:78,
                 from /tmp/vmware-config0/vmmon-only/./include/modulecall.h:22,
                 from /tmp/vmware-config0/vmmon-only/./common/vmx86.h:18,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.h:16,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:226:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:230:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:298:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:304:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:357:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:402:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:446:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:489:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:533:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:576:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:620:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:663:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:665:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:705:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:748:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:750:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:790:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:831:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:833:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:871:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:912:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:914:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:952:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:1073:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:1077:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:1124:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:1329:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:1454:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_atomic.h:1587:7: warning: "_MSC_VER" is not defined
In file included from /tmp/vmware-config0/vmmon-only/linux/driver.h:20,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined
In file included from /tmp/vmware-config0/vmmon-only/linux/driver.h:20,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:70: note: previous declaration of ‘poll_initwait’ was here
In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:23,
                 from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:28,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:52:
/tmp/vmware-config0/vmmon-only/./include/vm_asm_x86.h:430:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_asm_x86.h:676:7: warning: "_MSC_VER" is not defined
/tmp/vmware-config0/vmmon-only/./include/vm_asm_x86.h:716:7: warning: "_MSC_VER" is not defined
In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:28,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:52:
/tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:40:7: warning: "_MSC_VER" is not defined
In file included from /tmp/vmware-config0/vmmon-only/linux/vmhost.h:13,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:71:
/tmp/vmware-config0/vmmon-only/./include/compat_semaphore.h:5:27: error: asm/semaphore.h: No such file or directory
/tmp/vmware-config0/vmmon-only/linux/driver.c:146: error: unknown field ‘nopage’ specified in initializer
/tmp/vmware-config0/vmmon-only/linux/driver.c:147: warning: initialization from incompatible pointer type
/tmp/vmware-config0/vmmon-only/linux/driver.c:150: error: unknown field ‘nopage’ specified in initializer
/tmp/vmware-config0/vmmon-only/linux/driver.c:151: warning: initialization from incompatible pointer type
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function ‘LinuxDriver_Ioctl’:
/tmp/vmware-config0/vmmon-only/linux/driver.c:1650: error: ‘struct task_struct’ has no member named ‘euid’
/tmp/vmware-config0/vmmon-only/linux/driver.c:1650: error: ‘struct task_struct’ has no member named ‘uid’
/tmp/vmware-config0/vmmon-only/linux/driver.c:1651: error: ‘struct task_struct’ has no member named ‘fsuid’
/tmp/vmware-config0/vmmon-only/linux/driver.c:1651: error: ‘struct task_struct’ has no member named ‘uid’
/tmp/vmware-config0/vmmon-only/linux/driver.c:1652: error: ‘struct task_struct’ has no member named ‘egid’
/tmp/vmware-config0/vmmon-only/linux/driver.c:1652: error: ‘struct task_struct’ has no member named ‘gid’
/tmp/vmware-config0/vmmon-only/linux/driver.c:1653: error: ‘struct task_struct’ has no member named ‘fsgid’
/tmp/vmware-config0/vmmon-only/linux/driver.c:1653: error: ‘struct task_struct’ has no member named ‘gid’
/tmp/vmware-config0/vmmon-only/linux/driver.c:1670: error: too many arguments to function ‘smp_call_function’
make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.31-14-generic'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit vmware site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.


Read to Install VMware Server 1.0.x (1.0.10) Under Ubuntu 9.10 (Part III)
ReadMore »»  

Install VMware Server 1.0.x (1.0.10) Under Ubuntu 9.10 (Part IV)



Install both packages as follows...

dpkg -i linux-image-2.6.31.4-custom_2.6.31.4-custom-10.00.Custom_amd64.deb linux-headers-2.6.31.4-custom_2.6.31.4-custom-10.00.Custom_amd64.deb

... and then reboot the system:

reboot

Afterwards, run

uname -a

... as a normal user, and you should see your new kernel:

yourname@yourname-desktop:~$ uname -a
Linux yourname-desktop 2.6.31.4-custom #1 SMP Fri Dec 11 17:36:56 CET 2009 x86_64 GNU/Linux
yourname@yourname-desktop:~$

Now we can continue with the VMware Server installation:

cd /home/yourname/Downloads/vmware-update*/
sudo ./runme.pl

Answer the following question with yes:

Before running VMware for the first time after update, you need to configure it
for your running kernel by invoking the following command:
"/usr/bin/vmware-config.pl". Do you want this script to invoke the command for
you now? [no] <-- yes

Afterwards you can accept the default values simply by hitting .

When the installer asks you

In which directory do you want to keep your virtual machine files?
[/var/lib/vmware/Virtual Machines]

you can either accept the default value or specify a location that has enough free space to store your virtual machines.

At the end of the installation, you will be asked to enter a serial number:

Please enter your 20-character serial number.

Type XXXXX-XXXXX-XXXXX-XXXXX or 'Enter' to cancel:

Fill in your serial number for VMware Server.

After the successful installation, you can delete the VMware Server download file and the installation directory:

cd /home/falko/Downloads
rm -f VMware-server*
rm -fr vmware-server-distrib/
rm -fr vmware-update*

You will now find VMware Server under Applications > Other > VMware Server Console:

When you start it, select Local host:

Afterwards, you can create virtual machines (or import your virtual Windows machine that you created with VMware Converter).
ReadMore »»  

Install VMware Server 1.0.x (1.0.10) Under Ubuntu 9.10 (Part I)



VMware Server 1.0.x (1.0.10 at the time of this writing) can create and run virtual machines, under a host operating system. This advantage for you if you like to running multiple operating systems on the same computer, and you can move virtual machines from one VMware Server to the next one.

This issue not any guarantee that will working for you!

Firts Step : Download VMware Server 1.0.x

Go to http://downloads.vmware.com/d/info/datacenter_downloads/vmware_server/1_0

and click on the VMware Server 1.0.10 link.

On the next page, click on the Download button next to VMware Server for Linux (file type: tar.gz, not rpm!):

Accept the license agreement by clicking on Yes,

Then download the VMware Server for Linux .tar.gz file (not the rpm file!) to your computer.

Step Two : Get VMware Server 1.0.x (1.0.10) Serial Number

To get the serial number, you need go to http://register.vmware.com/content/registration.html.
Fill in your personal details.

Afterwards you will get a page with a serial number for VMware Server. Write it down or print it out.

Step Three : Run the following command to install some necessary packages

Open a terminal (Applications > Accessories > Terminal):

sudo aptitude install build-essential xinetd

If you are on an x86_64 system, you also need to install the package ia32-libs:

sudo aptitude install ia32-libs

Then go to the location where you saved the VMware Server .tar.gz file

Unpack the VMware Server .tar.gz file and run the installer by type on terminal :

tar xvfz VMware-server-*.tar.gz
cd vmware-server-distrib
sudo ./vmware-install.pl

The installer will ask you a lot of questions.
You can always accept the default values simply by hitting .

Before running VMware Server for the first time, you need to configure it by invoking the following command:
"/usr/bin/vmware-config.pl".
Do you want this program to invoke the command for you now? [yes] <-- no


Read to Install VMware Server 1.0.x (1.0.10) Under Ubuntu 9.10 (Part II)
ReadMore »»  

Install VMware Server 1.0.x (1.0.10) Under Ubuntu 9.10 (Part III)



Step Four : Get vmware update by type on terminal :

wget -c http://www.insecure.ws/warehouse/vmware-update-2.6.31-5.5.9.tar.bz2

after complete download, type on terminal :

tar xvfj vmware-update*.tar.bz2

Before we finish the VMware Server installation, we must build a new kernel with the init_mm feature enabled with root access.

type on terminal to install the kernel source :

sudo su
aptitude install linux-source-2.6.31

Step Five : Build The Kernel

Next we install a few packages that we need to build the kernel:

with type on terminal :

aptitude install fakeroot build-essential crash kexec-tools makedumpfile kernel-wedge build-dep linux libncurses5-dev kernel-package

If you notice that a new kernel gets installed during this command, please reboot the system:

reboot

Now become root again:

sudo su

Next do this:

cd /usr/src
tar xvfj linux-source-2.6.31.tar.bz2
cd linux-source-2.6.31

Open arch/x86/kernel/init_task.c...

gedit arch/x86/kernel/init_task.c

... and add the line EXPORT_UNUSED_SYMBOL(init_mm); right at the end of the file, behind DEFINE_PER_CPU_SHARED_ALIGNED(struct tss_struct, init_tss) = INIT_TSS;:

[...]
DEFINE_PER_CPU_SHARED_ALIGNED(struct tss_struct, init_tss) = INIT_TSS;
EXPORT_UNUSED_SYMBOL(init_mm);

Then copy the kernel configuration of the current kernel into the kernel source directory...

cp /boot/config-`uname -r` .config

... and run:

make menuconfig

In the kernel configuration menu, go to Load an Alternate Configuration File...

... fill in .config and select Ok:

Next select Exit in the main kernel configuration menu...

... and then Yes when you're asked: Do you wish to save your new kernel configuration?

Then run

make-kpkg clean

fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers

to build the new kernel. This can take a lot of time so be patient.

Afterwards you can find a linux-image and a linux-headers .deb package in the /usr/src/ directory:

cd /usr/src/
ls -l

yourname@yourname-desktop:/usr/src# ls -l
total 461180
drwxr-xr-x 23 root root      4096 2009-10-27 19:16 linux-headers-2.6.31-14
drwxr-xr-x  7 root root      4096 2009-10-27 19:16 linux-headers-2.6.31-14-generic
drwxr-xr-x 23 root root      4096 2009-12-11 16:57 linux-headers-2.6.31-16
drwxr-xr-x  7 root root      4096 2009-12-11 16:57 linux-headers-2.6.31-16-generic
-rw-r--r--  1 root src    6319116 2009-12-11 19:51 linux-headers-2.6.31.4-custom_2.6.31.4-custom-10.00.Custom_amd64.deb
-rw-r--r--  1 root src  403726102 2009-12-11 19:48 linux-image-2.6.31.4-custom_2.6.31.4-custom-10.00.Custom_amd64.deb
drwxr-xr-x 26 root root      4096 2009-12-11 19:48 linux-source-2.6.31
-rw-r--r--  1 root root  62176632 2009-12-08 09:02 linux-source-2.6.31.tar.bz2


Read to Install VMware Server 1.0.x (1.0.10) Under Ubuntu 9.10 (Part IV)
ReadMore »»  

10 Additional Software For Linux Ubuntu 9.10


Many software can be used for debian linux distros such as Ubuntu 9.10. Below is a complementary software for your Ubuntu 9.10 that can installing on your computer.

Download source for Ubuntu 9.10 here :

1. Google Picasa 3
2. Opera 10
3. Adobe Flashplayer 10
4. Skype
5. Google Earth
6. Adobe Reader 9
7. TrueType Fonts
8. RealPlayer 11
9. Win32 codec
10.Virtual Box
ReadMore »»  

Install Adobe Acrobat Reader 9.2 (.bin source) at Ubuntu 9.10 Karmic Koala



At Ubuntu 9.10 Karmic Koala, Acrobat Reader 9.2 does not direct include, so if you want to use Adobe Acrobat Reader 9.2 to read PDF files in Ubuntu 9.10 you have to do is download it directly on the Adobe site. Depending on which Operating System you are running.

For the download Adobe Acrobat Reader (.bin extension), do the following steps:

1. Get Acrobat Reader 9.2 (.bin source) AdbeRdr9.2-1_i486linux_enu.bin

2. Open a terminal (Applications ==> == Accesories> Terminal). Then copy following code:

chmod +x AdbeRdr9.2-1_i486linux_enu.bin

3. Still in Terminal, copy following code:

sudo ./AdbeRdr9.2-1_i486linux_enu.bin

4. When finished exit the terminal by typing EXIT.

Hopefully help.
ReadMore »»  

Configuration Network on Ubuntu


The Transport Control Protocol/ Internet Protocol (TCP/IP) based combination of three protocols, consists of the Internet Protocol (IP),Transport Control Protocol (TCP), and Universal Datagram Protocol (UDP).

To edit your system’s network device information or to add or remove network devices on your system by the ifconfig command at the shell prompt or Ubuntu’s graphical network configuration tools, such as network-admin.

For configuring DHCP address needed to edit the /etc/network/interfaces and enter the following lines replace eth0 with your network interface card.

Open terminal (Application ==> Accesories ==> Terminal) and type this code :

sudo vi /etc/network/interfaces

and then press enter, input your ubuntu password.

Replace eth0 with your network interface card.

Example display :

# The primary network interface – use DHCP to find our address
auto eth0
iface eth0 inet static
address 192.168.7.90
gateway 192.168.7.1
netmask 255.255.255.0
network 192.168.7.0
broadcast 192.168.7.255

After entering all the details you need to restart networking services using the following command :

sudo /etc/init.d/networking restart

For setting up Second IP address or Virtual IP address in Ubuntu you need to assign a second ipaddress to your Ubuntu machine.For this you need to edit the /etc/network/interfaces file and you need to add the following syntax.
Below is the only example you need to change according to your ip address settings :

auto eth0:1
iface eth0:1 inet static
address 192.168.1.60
netmask 255.255.255.0
network x.x.x.x
broadcast x.x.x.x
gateway x.x.x.x


For setting your ubuntu system hostname by directly query, or set the hostname with the hostname command.

sudo /bin/hostname

more about how to setup host name read here

To cause your machine to consult with a particular server for name lookups you simply add their addresses to /etc/resolv.conf

Open terminal and type this command :

sudo vi /etc/resolv.conf

enter the following example details like this :

search yourlocaldomain.com
nameserver 192.168.3.2

source : http://www.ubuntugeek.com/ubuntu-networking-configuration-using-command-line.html.
ReadMore »»