Sometimes you may need to convert DEB to RPM packages in Linux. Here is how to convert DEB to RPM using Alien package.
How to Configure Access Control Lists (ACL) in Linux
Sometimes you may need to configure access control lists (ACL) in Linux. Here are the steps to configure ACL in Linux.
How to Concatenate Multiple Lists in Python
Sometimes you may need to concatenate multiple lists in python. Here are the steps to merge multiple lists without duplicates.
How to Get MD5 Hash of String in Python
Sometimes you may need to get md5 hash of string in python. Here is how to do it using Hashlib library in python.
How to Split String by Delimiter in Python
Sometimes you may need to split string by delimiter in python. Here is how to split string using split() method.
How to Read File Line by Line in Linux Shell Script
How to Recover Deleted Files in Linux
Sometimes you may need to recover a file or directory that you deleted accidentally. Here is how to recover deleted files & folders in your system.
How to Duplicate Table in SQL Server
Sometimes you may need to copy table data, structure in SQL Server. Here is how to duplicate table in SQL Server.
How To Truncate Table in SQL Server
How to Drop Index in SQL Server
Sometimes you may need to delete index in SQL Server database. Here is how to drop index in SQL Server to remove index.