Building a trading platform involves compliance with financial regulations, security standards, and a deep understanding of the financial markets. It’s crucial to stay updated on industry trends and continuously enhance the platform’s features based on user feedback and market dynamics.
Category Archives: Uncategorized
LINUX Cheat Sheet
1 – SYSTEM INFORMATION uname -a# Display Linux system informationuname -r# Display kernel release informationcat /etc/redhat-release# Show which version of Red Hat installeduptime# Show how long the system has been running + loadhostname# Show system host namehostname -I# Display all local IP addresses of the hostlast reboot# Show system reboot historydate# Show the current dateContinue reading “LINUX Cheat Sheet”
Linux Networking related commands
Contents ip. 1 ip link. 1 ip address. 1 ip route. 1 nmap. 2 ping. 3 iPerf. 3 traceroute. 4 tcpdump. 5 netstat. 5 ss. 6 ssh. 7 scp and sftp. 8 Ifconfig. 9 dig. 9 telnet. 10 nslookup. 10 ip The iproute2 package includes the IP command which is used for network and routingContinue reading “Linux Networking related commands”
Python exercises
Linux Basic Commands
Here is a list of basic Linux commands: pwd command Use the pwd command to find out the path of the current working directory (folder) you’re in. The command will return an absolute (full) path, which is basically a path of all the directories that starts with a forward slash (/). An example of anContinue reading “Linux Basic Commands”
Must read books
SQL-certification path
OLTP and OLAP OLTP – Online Transaction processing – inserts , updates and deletes very efficient and fast, OLAP (Online Analytical processing – Data Warehouse) – data insert not efficient, reading data is efficient Indexes are used to retrieve data from the database more quickly than otherwise. The users cannot see the indexes, they areContinue reading “SQL-certification path”