What is Ghost in Ubuntu?? How to solve?
First check system vulnerability :
#ldd -- version
Output :
ldd (Ubuntu GLIBC 2.19-10ubuntu2) 2.19
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
If versi under 2.17, go update :
#sudo apt-get update
#sudo apt-get dist-upgrade
after that reboot the server.
Source ghost vulnerablity :
http://chargen.matasano.com/chargen/2015/1/27/vulnerability-overview-ghost-cve-2015-0235.html
Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts
Cara Install Ubuntu Touch / Ubuntu Phone
Kali pertama lihat Ubuntu Phone di sini http://www.ubuntu.com/phone dan di sini http://www.ubuntu.com/phone/ubuntu-for-android. Di tambah lagi video-nya ini https://www.youtube.com/watch?feature=player_embedded&v=iv1Z7bf4jXY dan ini https://www.youtube.com/watch?v=cpWHJDLsqTU&feature=player_embedded bikin greget. =)
Berbulan bulan menahan nafsu ingin punya, akhirnya di hari ini tanggal 10 November 2014 jam 11.18 yang bertepatan dengan hari Pahlawan Nasional (Indonesia) yang jatuh pada hari senin biasa untuk puasa sunnah senin-kamis, saya memutuskan membeli LG Nexus 4 second seharga 2jt, uang dari upah kerja part-time (niat banget pengen tau dan bisa dan akhir-nya uang habis =D ).
Sebelumnya saya sudah pernah mencoba meng-install Ubuntu Touch di Samsung Tab 7 2.0 warna putih, penampakannya.
Pertama-tama saya cari device apa saja yang support sama Ubuntu Touch di web ini https://wiki.ubuntu.com/Touch/Devices/ Taunya ada Samsung Tab 7 2.0 punya temen, saya pengaruhi dia, saya rayu-rayu akhirnya setuju tablet miliknya saya install =D. Cara installasinya mengikuti petunjuk di link Ubuntu Touch Device klik aja model Status page-nya dan untuk Samsung Tab 7 2.0 tutorialnya mengarah ke xda-developer. Saya ingatkan setelah saya install Ubuntu Touch-nya yang jalan cuma tampilan view dan internet saja. Di xda-developer cara installasinya begini.
Setting brightness Ubuntu
I have a problem about the brightness in Ubuntu, when I restart my Ubuntu. The brighness back to 100% value. I found the solution edit the rc.local file, that file is running when Ubuntu starting.
To know the value bringhtness:
$ cat /sys/class/backlight/acpi_video0/brightness
$ cat /sys/class/backlight/intel_backlight/brightness
Add command into rc.local file
$ sudo gedit /etc/rc.local
Add the command above exit 0 for acpi_video0/brighness, i try setting intel_backlight/brightness but not working, so i setting the acpi_video0/brightness.
echo X > /sys/class/backlight/acpi_video0/brightness
The X is value the brightness what you want.
My rc.local
I hope this can help
To know the value bringhtness:
$ cat /sys/class/backlight/acpi_video0/brightness
$ cat /sys/class/backlight/intel_backlight/brightness
Add command into rc.local file
$ sudo gedit /etc/rc.local
Add the command above exit 0 for acpi_video0/brighness, i try setting intel_backlight/brightness but not working, so i setting the acpi_video0/brightness.
echo X > /sys/class/backlight/acpi_video0/brightness
The X is value the brightness what you want.
My rc.local
I hope this can help
History terminal ubuntu
Using Monitor Touch Screen Linux Ubuntu
I'm using Monitor Samsung SyncMaster B1630 with ubuntu 12.04 and 14.04. I search for driver, there is not found. so i try to install input touch. This tutorial how to using xinput-calibrator to detect touch point and add configuration to 10-evdev.conf.
1. Install Xinput Calibrator
1. Install Xinput Calibrator
- Xinput calibrator is a easy GUI Touchscreen Calibration program for X.Org. Install it from the Ubuntu Software Center or using the command below.
- Open the Terminal Window and enter :
$ sudo apt-get install xinput-calibrator
2. Use xinput calibrator to determine the x and y co-ordinates of your touchscreen. Icon look like this.
Running Xinput Calibrator
3. Add the result from xinput calibrator
Open terminal and enter:
$ sudo gedit /usr/share/X11/xorg.conf.d/10-evdev.conf
then add to the bottom of conf:
Section "InputClass"
Identifier "calibration"
MatchProduct "eGalax Inc. USB TouchController"
Option "Calibration" "65 4005 3967 133"
Option "SwapAxes" "0"
EndSection
4. Logout to restart X11
Finally to enable your calibartion settings log out and back in again to restart X11.
Source:
https://wiki.ubuntu.com/Touchscreen
Installasi JDK dan NetBeans di Linux Ubuntu
Untuk menginstall NetBeans sebelumnya install dulu Java Development Kit (JDK). JDK adalah sebuah perangkat lunak untuk pengembang Java. JDK terdiri dari java runtime environment yang ada di atas layer sistem operasi serta program yang memerlukan compile, debug, dan aplikasi yang ditulis menggunakan bahasa pemrograman Java.
Installasi JDK
Untuk menginstall JDK ada banyak cara. Cara yang saya gunakan yaitu dengan Langkah-langkah dibawah ini :
1. Download JDK di situs resminya > Oracle
2. Pilih JDK sesuai dengan versi OS anda. Saya menggunakan Ubuntu 12.04 32bit jadi saya download JDK linux x86 yang berekstensi tar.gz
Installasi JDK
Untuk menginstall JDK ada banyak cara. Cara yang saya gunakan yaitu dengan Langkah-langkah dibawah ini :
1. Download JDK di situs resminya > Oracle
2. Pilih JDK sesuai dengan versi OS anda. Saya menggunakan Ubuntu 12.04 32bit jadi saya download JDK linux x86 yang berekstensi tar.gz
Instalasi Asterisk dan Asterisk GUI
Instalasi Asterisk dan Asterisk GUI di Ubuntu Server 11.04, saya yakin di ubuntu server lainnya juga seperti ini dan bisa dilakukan cuma kebetulan aja saya pakai Ubuntu Server 11.04. Di dalam tutorial PDF ini terdapat cara untuk install asterisk, install asterisk gui, sedikit manual digium asterisk gui, dan implementasi ke softphone.
Selamat mencoba semoga dapat membantu
Tampilan Asterisk GUI dengan Digium
Silahkan download PDF nya disini(4shared)Selamat mencoba semoga dapat membantu
Subscribe to:
Posts (Atom)