[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…
// CATEGORY · 173 POSTS · TOOLING
Editor setup, CLI scripts, CI tricks, things that compound.
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…
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…
7-zip is the most powerful and lightweight software for file archiving. And it is open source under GNU LGPL license. The other leading companies for file…
GParted is a GNOME partition editor for creating, reorganizing and deleting disk partitions. GParted is free and open source software under the GNU General Public License.…
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,…