This is a growing list of Linux commands which might come handy for the of Linux users. 1. Found out i had to set the date like this: # date -s 2007.04.08-22:46+0000 2. Mounting sudo mount -t cifs // < pingable_host_or_ip > / < win_share_name > /build -o user= ,domain= ,uid=string,gid=string 3. To install linux packages from internet (ubuntu only) apt-get install 4. To determine what ports the machine is currently listening on netstat -an | grep -i listen | less 5. Find in files in Linux find . | xargs grep 'string' -sl Find file names with a pattern & delete them find . -name "IMG_*(1).JPG" -delete 6. To become superuser/root sudo -i 7. To find a running process using name ps -aef | grep "searchstring" 8. Alt + F2 opens run window in RHEL 9. To access windows share from linux smb:// /d$ 10. To know the last reboot date & time $ last reboot | head -1 ...
Google just launched a free learning path for Generative AI. If you're in tech, business, or just curious, this is worth a look. 𝟏. 𝐈𝐧𝐭𝐫𝐨𝐝𝐮𝐜𝐭𝐢𝐨𝐧 𝐭𝐨 𝐆𝐞𝐧𝐞𝐫𝐚𝐭𝐢𝐯𝐞 𝐀𝐈: 👉 https://lnkd.in/g7eqXQ7H ↳ Explain how generative AI works ↳ Describe generative AI model types ↳ Describe generative AI applications 𝟐. 𝐈𝐧𝐭𝐫𝐨𝐝𝐮𝐜𝐭𝐢𝐨𝐧 𝐭𝐨 𝐋𝐋𝐌: 👉 https://lnkd.in/gijvaHyZ ↳ Define large language models (LLMs) ↳ Describe LLM use cases ↳ Explain prompt tuning ↳ Describe Google’s generative AI development tools 𝟑. 𝐈𝐧𝐭𝐫𝐨𝐝𝐮𝐜𝐭𝐢𝐨𝐧 𝐭𝐨 𝐑𝐞𝐬𝐩𝐨𝐧𝐬𝐢𝐛𝐥𝐞 𝐀𝐈: 👉 https://lnkd.in/gWSjT4Zq ↳ Identify the need for a responsible AI practice within an organization ↳ Recognize that decisions made at all stages of a project make an impact in Responsible AI ↳ Recognize that organizations can design an AI infrastructure to fit their own business needs and values ♻️ Repost this to help your network get started