I tried setting up PHPStorm on Windows 8.1 with remote files stored on a Linux VM via VirtualBox bridged connection. However,upon trying to setup SFTP, I got this error: “Algorithm […]
Category: Linux
Nginx – cannot upload regular sized files – permission denied
I’m having this weird error in nginx where it fails to upload regular sized images like 200KB up or so. It uploads fine when the is too small. Below is […]
Docker on Slackware Linux on a VPS
It has been a week since I have been poking around Docker in my laptop (Slackware VM) and in my Slackware VPS. It works well in my laptop but not […]
Slackware – Add Swap After Installation
I just got a Slackware Linux VM and everything was setup and works well until I realize that I don’t have enough swap space. Swap partition should be ideally twice […]
KDE4 Taskbar Disappeared
When I arrived at the office I noticed that the taskbar is missing in my KDE4 Fedora workstation. Good thing is that I have a KDE konsole application still left […]
Static Files on OpenShift and WordPress
This blog just recently moved from PagodaBox to OpenShift due to some server issues. With a new infrastructure, there were changes in my WordPress installation where most of my static […]
Increasing sound of an MP3 file using lame
Is your mp3 file audio volume too low? Using lame MP3 encoder using your Linux box, it is just a one command away. See command below. We want an MP3 […]
Cutting audio or video using ffmpeg
If you have installed ffmpeg on your linux box with dependencies installed as well, it is easy to cut video clips out of the original video using ffmpeg. This is […]