Postingan

NetworkManager Failed to Get Dynamic IP from DHCP Server

Anyone ever seen these (or like, not exactly the same) log in syslog? NetworkManager[1176]: <warn>  [1488945592.9428] sup-iface[0x26355b0,wlan0]: connection disconnected (reason -3)  NetworkManager[1176]: <warn>  [1488945593.0107] dhcp-listener: dhcp-event: (pid 9536) unhandled DHCP event for interface wlan0  Or your linux networkmanager difficult to connect to access point? If yes, maybe your problem is like mine. My laptop use Slackware64-current with update March, 10 2017. I faced this problem some day ago. I can't connect to some access point and when I saw the syslog, I found some line with text like above. This problem appeared because the dhcp client can't get the IP address from DHCP client. How to solve this problem? here you are : open the terminal, or open file manager with root access, because we will edit NetworkManager configuration file. edit file /etc/NetworkManager/conf.d/00-dhcp-client.conf become (focus to the red text) :...

Install GNU Health on openSUSE Leap 42.2

Today, i'll post about installing GNUHealth on openSUSE Leap 42.2. This topic was presented by me when openSUSE Leap 42.2 release party @Mozilla Community Space, Jakarta, Indonesia GNU Health is a Free/Libre project for health practitioners, health institutions and governments. ( health.gnu.org ) If you're Indonesian, the simple way to tell about GNU Health is that its a SIM RS (Sistem Informasi Manajemen Rumah Sakit). GNU Health covers Electronic Medical Records (EMR), Hospital Management and Health Information System (HIS). GNU Health is run on top of Tryton App and PostgreSQL Database . The core of Tryton (also called Tryton kernel) provides all the necessary functionalities for a complete application framework: data persistence, extensive modularity, users management (authentication, fine grained control for data access, handling of concurrent access of resources), workflow and report engines, web services and internationalisation. Thus constituting a comple...

CodeIgniter rewriting URL with FastCGI (PHP-FPM) returned 404

I got this issues some days ago, when my CI based apps returned 404 error when i accessing it. My machine is running Slackware with httpd + PHP-FPM. This issue is not appear when i used httpd/apache + mod_php. This issue is like httpd's rewrite module is not enabled. But, i have made sure that that module had been activated. After searching and googling, I found solution from here . From that article, we should be doing something tricky. And this is my new .htaccess (edited from CI's .htaccess) Options -Indexes # index file can be index.php, home.php, default.php etc. DirectoryIndex index.php # Rewrite engine RewriteEngine On # condition with escaping special chars RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # the following is for rewritting under FastCGI <IfModule mod_php5.c>        RewriteRule ^(.*)$ index.php/$1 [L,QSA] </IfModule> # the following is f...

[Translate] How to Mount Asus Zenfone 5 in Slackware64-Current

I read a post in LQ, that some one found my blog about after search a keyword how to mount Asus Zenfone 5 on Linux. But he get confused cuz my article was written in Bahasa Indonesia/non english article. So, I'll repost that article. How to mount Asus Zenfone 5 on Linux, Especially Slackware64-Current: 1. Install libmtp (If u install slackware in a full option, this dependency was installed by default) 2. Plug in your usb cable/data cable from Asus Zenfone 5 to the laptop and type lsusb then find a row called ASUSTek. [root@darkstar jati]# lsusb Bus 002 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 004: ID 5986:0294 Acer, Inc Bus 001 Device 003: ID 0489:e032 Foxconn / Hon Hai Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 ...

Eric's KDE 5 Cant Start after Upgrade Slackware64-Current Nov 22 2015

Hi all, after i upgrade slackware64-current to latest updates (22 Nov 2015), my KDE5 (Alien Package) cant start. After i read post in eric's blogs, i've updated to eric's last KDE5 update, also hacks the symlink like manciuleas comment here, (change the libudev.so.0-->libudev.so.0.13.1 symlink to libudev.so.0-->libudev.so.1.6.3 or libudev.so.0-->libudev.so.1). 'Coz the symlink change to default after reboot (link to libudev.so.0.13.1 again), I put this command on rc.local to remove the default libudev.so.0-->libudev.so.0.13.1 symlink and create a new symlink to  libudev.so.0-->libudev.so.1. i use that because libudev.so.1 is linked to libudev.so.1.6.3. This is the command: rm /lib64/libudev.so.0 ln -s /lib64/libudev.so.1 /lib64/libudev.so.0 And taraaa, KDE5 can start again. OK. thats all. thanks for reading.

Xorg Segmentation Fault After Upgrade Slackware64-Current

I've got an error in my xorg after upgrading your slackware64 current (update 21/08/2015). Xorg cant start with error segmentation fault 0x0. Searching in google, finally i got this post . The solution that i got there are: Use the default mesa (i586) package from pat plus install xf86 update from ponce. xf86-video-intel-i586 or Install mesa x86_64 ( link , download all of them and run the mesa.Slackbuild) and install the xf86-video-intel-x86_64 . after you choose one of them, reboot your laptop and taraaa, the x server can run again. Special thanks to: Ponce, Walecha

Tentang IaaS, PaaS dan SaaS

Gambar
Hi Sahabat NS, kali ini Admin akan menuliskan mengenai apa itu IaaS (Infrastrucutre as a Service), PaaS (Platform as a Service) dan SaaS (Software as a Service) Istilah diatas muncul setelah masuknya era Cloud Computing (Untuk penjelasan cloud computing dapat dilihat di sini atau di sini ). Nah, apa sih bedanya. # Infrastrucutre as a Service (IaaS) IaaS adalah layanan Cloud Computing yang hanya menyediakan resource, seperti RAM, Storage, Core Prosesor, dll. Nah user lah yang akan melakukan konfigurasi mulai dari Sistem Operasinya sampai dengan pemasangan aplikasi milik user ke Cloud tersebut. Contoh bentuk IaaS ini adalah Unmanaged VPS.   #Platform as a Service (PaaS) PaaS adalah layanan Cloud Computing yang mana provider akan menyediakan tempat untuk bernaungnya aplikasi user. User hanya tinggal memasang aplikasi miliknya ke layanan PaaS ini. Contoh bentuk PaaS adalah layanan Hosting. #Software as a Service (SaaS) SaaS adalah layanan Cloud Computing yang mana pr...