That’s easy:
find ./ -depth -exec rename -v 's/[^[:ascii:]]/_/g' {} \; | cat -v
That’s easy:
find ./ -depth -exec rename -v 's/[^[:ascii:]]/_/g' {} \; | cat -v
Everyone who uses Windows inside Virtualbox on Linux machine (and shares host folders) knows this problem.
If you want to archive your project quickly with additional MySQL dump you can use this simple Bash script.
Continue reading Simple backup script for your web projects
There’s no freaking working tomato timer available on a KDE based Linux distros! Can you believe it? I’ve become a nerdy MacGyver to overcome this.
Continue reading Improvised Pomodoro Technique® timer on KDE based Linux…
I believe the best one’s Gnome System Monitor:
To install it, run terminal and type:
sudo apt-get install gnome-system-monitor
cd ~/Downloads sudo dpkg -i google-chrome-stable_current_amd64.deb sudo apt-get update && sudo apt-get -f upgrade
sudo nano /usr/share/applications/google-chrome.desktop
Icon=google-chrome
This one’s easy. Run terminal and type:
gsettings set org.gnome.mutter workspaces-only-on-primary false
Run terminal and type:
sudo apt-get update sudo apt-get install software-properties-common sudo apt-add-repository "deb http://repository.spotify.com stable non-free" sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 94558F59 D2C19886 sudo apt-get update sudo apt-get install spotify-client
In case of a problem please comment below. Official instruction can be found here (it was incomplete at the moment of writing).
This tutorial is for Linux systems, especially Debian derivatives.
Continue reading How to scan your network for WannaCry vulnerability (SMBv1 MS17-010)?
In this example I will show you how to view Yii framework based app log and MySQl queries, both in realtime. Continue reading How to view two logs in one window?