Tag: system
development
ID: 20190220
Convert FLAC to mp3 like a hacker
#system #linuxSo you need to convert a bonch of FLAC files to mp3 and your best search engine only recommands you online file converters that nobody trusts ore require a paid subscription to work. Don’t worry, ... Read more
20 Feb 2019 - less than 1 minute readdatabase
ID: 20141120
Getting the server IP Address from SQL*plus
#system #networkHere’s a small script to get the IP address of the host server directly from the SQL*plus command line. DECLARE v_host_name v$instance.host_name%type; v_ip_address varchar2(50); BEGIN SELECT host_... Read more
20 Nov 2014 - less than 1 minute read