Title bar hilang gara-gara $compiz –replace

Kemarin pagi ketika hendak mengajar ternyata kelas masih kosong, wah mahasiswaku belum ada yang datang ! Akhirnya sambil nunggu mereka datang satu-persatu, jadi iseng deh ngoprek-oprek desktop. Tiba-tiba rindu akan compiz yang ciamik, karena sudah lama hanya ditemani Ubuntustudio 14.04 yang menggunakan XFCE 4.x standard saja, walau sangat ringan.
Tanpa pikir panjang mulailah install compiz :

sudo apt-get install compiz compiz-plugins compizconfig-settings-manager

dst ...

Setelah selesai, lalu switch ke Gnome Display Manager  (gdm), serta  mengaktifkan Compiz nya dari console dengan perintah :

compiz --replace

Nah … disini mulai terjadi keanehan:

  • windows aplikasi nya mepet/menempel ke pojok kiri atas layar dan
  • title windowsnya hilang beserta buton-2 yang ada,
  • fungsi Alt-Tab untuk berpindah-pindah aplikasi yang aktif ternyata macet juga.

Dicoba logout dan login tidak berpengaruh, malah sekarang tidak bisa export display ke LCD projector kelas. Gawat ! Mahasiswa sudah mulai berdatangan …

Dicoba pindahkan, balik lagi ke lightdm :

sudo dpkg-reconfigure gdm

Display manager pindah, tapi hal-hal di atas tidak terpengaruh. 🙁

Setelah googling sedikit jauh, ah TERNYATA … masalahnya ada di cache XFCE4 yang nyangkut, akhirnya :

a- logout
b- log in console mode (ie: CTRL+ALT+F1  and log )
c- rm ~/.cache/sessions/xfce4-session*
d- reswitch to X and log in (ie: CTRL+ALT+F7 and log)

Akhirnya desktop ku kembali normal, Alhamdulillah, kelas pun dimulai 🙂

Ref:

  • http://www.webupd8.org/2014/11/how-to-use-compiz-in-ubuntu-mate-1404.html
  • http://www.webupd8.org/2011/07/how-to-switch-between-gdm-lightdm-or.html
  • https://forum.xfce.org/viewtopic.php?id=5290

 

Upgrade LibreOffice 4.x ke LibreOffice 5.x

Setelah kira-kira 4 bulan berselang dari 17 Desember 2015 yang lalu LibreOffice merilis versi 5.0.4 nya, tanggal 7 April 2016 yang lalu di Berlin, kembali The Document Foundation (TDF) merilis LibreOffice versi berikutnya, yaitu versi 5.1.2.

Sebagai pengguna Ubuntu 14.04 LTS, default LibreOffice yang tersedia adalah masih di versi 4.4.5. Melihat fitur-fitur baru dan ‘katanya’ speed nya lebih baik dari versi 4.x, akhirnya hari ini memberanikan diri untuk menggunakan versi 5.x.

Cara upgrade nya tidak lah terlalu sulit, hanya 4 (empat) langkah : remove yang lama, pasang PPA, update repo, install yang baru, selesai 🙂
Detailnya sebagai berikut :

$ sudo apt-get remove --purge libreoffice
$ sudo add-apt-repository ppa:libreoffice/ppa
$ sudo apt-get update
$ sudo apt-get install libreoffice

Saya menggunakan ubuntu studio 14.04, menu libreoffice langsung terupdate, dan ketika start membutuhkan waktu kurang lebih 10 detik saja, lumayan euy !

Some Linux Network Practices

#1 How do I find out which gateway a Linux system is currently using?

#2 How to check ip forwarding status in centos

#3 How to get information about graphics card (GPU) on Linux

#4 How to display your IP ‘only’


 

#1 How do I find out which gateway a Linux system is currently using?

run route -nee

toosa@toosa-T580:~$ route -nee
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface    MSS   Window irtt
0.0.0.0         10.8.0.13       128.0.0.0       UG    0      0        0 tun0     0     0      0
0.0.0.0         192.168.100.1   0.0.0.0         UG    0      0        0 eth0     0     0      0
10.8.0.1        10.8.0.13       255.255.255.255 UGH   0      0        0 tun0     0     0      0
10.8.0.13       0.0.0.0         255.255.255.255 UH    0      0        0 tun0     0     0      0
103.28.22.33    192.168.100.1   255.255.255.255 UGH   0      0        0 eth0     0     0      0
128.0.0.0       10.8.0.13       128.0.0.0       UG    0      0        0 tun0     0     0      0
192.168.100.0   0.0.0.0         255.255.255.0   U     1      0        0 eth0     0     0      0

#2 How to check  ip forwarding status in centos?

[root@server ~]# /sbin/sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 1

1 - mean ip forwarding is on
0 - mean ip forwarding is off

#3 How to get information about graphics card (GPU) on Linux

toosa@toosa-T580:~$ lspci -vnn | grep VGA -A 12
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02) (prog-if 00 [VGA controller])
	Subsystem: Fujitsu Limited. Core Processor Integrated Graphics Controller [10cf:150e]
	Flags: bus master, fast devsel, latency 0, IRQ 27
	Memory at f4000000 (64-bit, non-prefetchable) [size=4M]
	Memory at d0000000 (64-bit, prefetchable) [size=256M]
	I/O ports at 1800 [size=8]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915
	Kernel modules: i915

00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
	Subsystem: Fujitsu Limited. 5 Series/3400 Series Chipset HECI Controller [10cf:152b]

The first line has the name of the vendor, the model name/series and the pci id. The first part (8086) indicates the vendor id (which is Intel here) and the second number (0046) indicates the pci id, which indicates the model of the graphics unit.

The lshw command can also be used to get the above information

oosa@toosa-T580:~$ sudo lshw -numeric -C display
  *-display               
       description: VGA compatible controller
       product: Core Processor Integrated Graphics Controller [8086:46]
       vendor: Intel Corporation [8086]
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 02
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:27 memory:f4000000-f43fffff memory:d0000000-dfffffff ioport:1800(size=8)

#4 How to display your IP ‘only’

$ ifconfig wlan0 | grep "inet " | awk -F'[: ]+' '{ print $4 }'


192.168.1.2

Upgrade PHP 5.5.x to PHP 5.6 on Ubuntu 14.04

Kebutuhan ini muncul ketika bermaksud menggunakan PHPUnit 5.6 yang mensyaratkan PHP 5.6 padahal saat ini masih menggunakan PHP 5.5.9. Tetap diperhatikan jika Anda memiliki modul-modul tambahan lainnya bisa terjadi akan hilang begitu Anda upgrade biasanya karena link/file-file modul *.so nya tidak ada.

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php5-5.6
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install php5

Pada saat proses di atas saya lakukan, eeh phalcon.so tidak berada lagi pada tempatnya sebagaimana ketika menggunakan PHP 5.5.9. So be carefull ya teman2.

 

Salam,