Posts List

Disabling -MARK- Statement on Syslog

Sometimes I see some “– MARK –” message on my Plasma Desktop file watcher. This message is useless for me (at this time). Running custom command of syslogd is the solution. With the “-m 0″ parameter. It’s done by editing /etc/rc.d/rc.syslog root@pcxthinkslack:~# diff /tmp/rc.syslog /etc/rc.d/rc.syslog 9,10c9,10 < echo -n "/usr/sbin/syslogd " < /usr/sbin/syslogd --- > echo -n "/usr/sbin/syslogd -m 0" > /usr/sbin/syslogd -m 0 Ref: /usr/share/doc/Linux-HOWTOs/Battery-Powered =-=-=-=-= Powered by Blogilo

Slackware 14.0 is missing run in prunepaths in /etc/updatedb.conf

Source: http://www.linuxquestions.org/questions/slackware-14/slackware-14-0-is-missing-run-in-prunepaths-in-etc-updatedb-conf-4175444138/ Just add /run to /etc/updatedb.conf I noticed that my Dolphin still using /media to mount external drive, I almost didn’t use Thunar. =-=-=-=-= Powered by Blogilo

Run Specific Command Before/After Suspend/Hibernate on Linux

Using bash sript that accept these arguments: suspend = called when system is going to suspend to ram (sleep) freeze = called when system is going to suspend to disk (hibernate) resume = called when system is wake-up from sleep thaw = called when system is wake-up from hibernate Here is an example of mine! root@pcxthinkslack:/home/bowo# cat /etc/pm/sleep.d/pcx.sh #!/bin/bash case $1 in suspend|freeze) #suspending to RAM logger "suspend/freeze in action" ;; resume|thaw) #resume from suspend #set default parameter of mic led that is muted logger "resume/thaw in action" sudo chmod o+w /sys/devices/platform/thinkpad_acpi/leds/tpacpi::micmute/brightness echo 1 > /sys/devices/platform/thinkpad_acpi/leds/tpacpi::micmute/brightness sudo chmod o-w /sys/devices/platform/thinkpad_acpi/leds/tpacpi::micmute/brightness #restore mixer settings alsactl restore ;; *) ;; esac =-=-=-=-=

Oxygen font v0.2 New Eyecandy for my KDE Desktop

The new looking of Oxygen font (v0.2) is quite different with the previous one. Just grab it from here and enjoy the power of open source. A screenshot is worth thousand words: =-=-=-=-= Powered by Blogilo

Instal tvtime on Slackware64-14.0 Kernel 3.5.x

All credit goes to Ubuntu team. Here is step by step installing tvtime on Slackware64-14.0, running kernel 3.5.x: Download tvtime-1.0.2 source Download tvtime patch for Ubuntu Quantal and apply the patch Compile the source ./configure --prefix=/usr && make && make DESTDIR=`pwd`/pkg install Make slackware package & install it makepkg -l y -c y /home/bowo/Packages/tgz/tvtime-1.0.2-x86_64-3pcx.txz installpkg /home/bowo/Packages/tgz/tvtime-1.0.2-x86_64-3pcx.txz Known problem (or feature perhaps) Suara yang sebelumnya muncul, sekarang tidak muncul dilaptop.

KLook: a KDE version of Mac OS X's Quick Look

Klook is a Quick Look like for KDE e.v. Here is how I run it on my Slackware64-current. Note that it requires KDE 4.9.x. Download Klook source from kde playground Build Klook from the source Create slackware package Install Klook package Patch dolphin As I use alien KDE v4.9.1, download all the slackbuild tree (dont need to download all the apps source). Put the patch on the patch/kde-baseapps edit patch/kde-base.

Qu'est-ce Que Slackware Linux

Slackware Linux est un système d’exploitation conçu par deux objectifs: la facilité d’utilisation et la stabilité comme priorités absolues y compris le tout dernier logiciel populaire, offrant la simplicité et la facilité d’utilisation aux côtés de la flexibilité et de la puissance. Depuis sa première “version beta” en avril 1993 le projet Slackware Linux à produire vise le plus “UNIX-like” distribution de Linux.

Why you should try Slackware

Slackware is the oldest surviving Linux distribution, founded by Patrick Volkerding in July of 1993. From the onset, the operating system has maintaineslackwared a minimalist approach to computing. It is renowned for its speed and stability, due in part to the fundamental principle of keeping packages as vanilla as possible. Aside from essential patching, each package in Slackware is exactly as the developers intended. After all this time it is still a one man show, although Patrick has a team of loyal volunteers around him.