[HowTo] Join Audio Or Video Files In Ubuntu
Sometimes you want to join a couple of files into 1 file. You can do that really easily in Ubuntu or any Linux. But in this…
// TAG · 68 POSTS · HOW TO
Sometimes you want to join a couple of files into 1 file. You can do that really easily in Ubuntu or any Linux. But in this…
Yesterday I was helping my friend’s blog. She wanted to change her domain and move her hosting server for some reasons. She is using WordPress as…
Most of the time when you want to debug your code or someone else’s code which is spread across many files, you need to know or…
After a while of not writing on my blog, I’m ready to start writing again. Probably you noticed that I changed my theme. Yes, I was…
On a system (in my case Ubuntu server) with multiple users where each user is permitted to have their own home directory, you need to install…
For those who are new to Ubuntu or Debian, the default setting of your network card is DHCP. And in some cases you want to use…
To complete my guide “How To Install And Configure Squid as Transparent Proxy“, you will need a DHCP server installed on the server as well. So…
Sometimes we want to make a user-defined function and use it in our queries to the database. MS SQL Server and Oracle DBMS support user-defined functions,…
SQLite is a software library written in C that implements a self-contained (very minimal support from external libraries), serverless (read/write process directly to database file), cross-platform…