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 dropped their biggest Al updates ever during Google 1/O 2025. Here are 13 new Al updates you can't miss: Gemini Live. You can now turn on your camera, point at anything, and talk to Gemini about it in real time Imagen. Google's best image model yet Veo 3. The first video model with native sound generation Deep Research Project Astra. A JARVIS-like research prototype exploring the capabilities of a universal Al assistant Google Flow. Al filmmaking tool for creators Agent Mode. A new feature in the Gemini app that lets you state a goal, and Gemini will handle the steps to achieve it Google Jules. Jules is an Al-powered coding assistant that can read your code, write tests, fix bugs, and update dependencies Al Mode in Search. Al Mode transforms Google Search into a conversational assistant Real-time speech translation in Google Meet Google Beam. An Al-first video communication platform that turns 2D video stream...