Category Archives: Uncategorized

I’ll be extremely busy the next few weeks!

Well, I’m preparing for my wedding next month, which means I’m extremely busy, which means that I’ll be writing too little posts in the next few weeks!

Posted in Uncategorized | Tagged | 2 Comments

How to uncompress zip file on AIX

To uncompress a zip file on AIX, use “unzip“ command: unzip file_name.zip

Posted in Uncategorized | Tagged | Leave a comment

Setup an FTP server on Ubuntu

Installing an FTP server on your machine facilitates sharing and transferring files easily and quickly. ProFTPD is an FTP server that is easy to install, use, and configure. To install ProFTPD on ubuntu:sudo apt-get install proftpd To start proftpd;sudo /etc/init.d/proftpd … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

How to unset environment variables in Bash use the keyword unset :), that’s it!

Posted in Uncategorized | Tagged | Leave a comment

How to solve the problems of "Oracle Enterprise Linux" in virtualbox

Not able to boot: Just press escape during the grub loading process and choose the second kernel :), that’s it! If you want it to be persistent to avoid doing that at every startup, just go edit the “/boot/grub/grub.conf” and … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment