โค2
so yeah, after a long time I'm sharing my dotfiles :)
https://github.com/EDM115/dotfiles
it may not be the most optimized thing you've ever seen, some things are hardcoded (like some paths) but hey it gets the job done. also you can see how I work.
this repo is also an excuse for me to prepare the migration and reinstall of all my softs later this year (?) when I will buy a new pc
https://github.com/EDM115/dotfiles
it may not be the most optimized thing you've ever seen, some things are hardcoded (like some paths) but hey it gets the job done. also you can see how I work.
this repo is also an excuse for me to prepare the migration and reinstall of all my softs later this year (?) when I will buy a new pc
GitHub
GitHub - EDM115/dotfiles: My config files
My config files. Contribute to EDM115/dotfiles development by creating an account on GitHub.
๐3๐ฅ2
New Chrome for Android : feature follow websites
I'm speechlessโฆ
I'm speechlessโฆ
๐ฅ3๐2
ChatGPT update : you can now link Google Drive and OneDrive to add files to the chat seamlessly
๐ฅ4๐2
On Chrome (beta versions at least) you can now directly send your prompts to Gemini
to do so, open a new tab, type
the request is then sent to https://gemini.google.com/prompt
to do so, open a new tab, type
@gemini and ask your thingthe request is then sent to https://gemini.google.com/prompt
๐2
Telegram servers are still under high strain and as a consequence the bot is lagging behind
the issue may solve within minutes/hours presumably but for now please try not to use it (or if you do, be prepared for large wait times)
edit : it's over now ๐
the issue may solve within minutes/hours presumably but for now please try not to use it (or if you do, be prepared for large wait times)
edit : it's over now ๐
๐5
tab groups
with only one tab inside
first time I see this ๐ญ
with only one tab inside
first time I see this ๐ญ
๐ญ6๐1๐ณ1๐1
starting today, the bot now displays the full path of the file it's extracting in its caption
so far it only displayed the file name, and it could be hard for some people to know the origin of a file
on another topic : I'm on holidays ! ๐ฅณ does that mean I'm more free ? no ๐ญ
first I will spend a month with my gf ๐ฅฐ so don't expect me to be online
then I'm invited to a wedding
and during august, I have to :
- rewrite the bot
- redo my website
- redo my resume
- search for an internship
- make my return album (in the works sinceโฆ way too long)
and other thingsโฆ
anyway, wishing everyone happy holidays ๐
so far it only displayed the file name, and it could be hard for some people to know the origin of a file
on another topic : I'm on holidays ! ๐ฅณ does that mean I'm more free ? no ๐ญ
first I will spend a month with my gf ๐ฅฐ so don't expect me to be online
then I'm invited to a wedding
and during august, I have to :
- rewrite the bot
- redo my website
- redo my resume
- search for an internship
- make my return album (in the works sinceโฆ way too long)
and other thingsโฆ
anyway, wishing everyone happy holidays ๐
โค6๐2๐ฅ1
the bot is regularly down, because you guys keep abusing it ๐ญ sending hundred of files everyday few hours
as I won't be very much active, don't be surprised if I'm not here to manually restart it every now and then
as I won't be very much active, don't be surprised if I'm not here to manually restart it every now and then
๐ญ10๐1๐ฅฑ1
@EDM115 bots & updates โค๏ธโ๐ฅ
also when this channel will reach 1.5k subscribers, I will host a giveaway 3 ร 6 months of Telegram Premium and I will do others as subs count goes higher :) (probably 3k, 5k, 10k, โฆ)
34 subs left, will we hit them before 15th July ๐ค
๐3๐2๐1๐คฎ1
Forwarded from Juznem
regreSSHion: Remote Unauthenticated Code Execution Vulnerability in OpenSSH server
https://blog.qualys.com/vulnerabilities-threat-research/2024/07/01/regresshion-remote-unauthenticated-code-execution-vulnerability-in-openssh-server
Patches:
For arch: just run sudo pacman -Syu and you're gtg (make sure to restart the sshd service otherwise you won't be able to login again, there's another bug)
For debian servers:
https://security-tracker.debian.org/tracker/CVE-2024-6387
use this command:
For ubuntu servers:
https://ubuntu.com/security/notices/USN-6859-1
use this command:
Join @juznem for more such interesting posts!
https://blog.qualys.com/vulnerabilities-threat-research/2024/07/01/regresshion-remote-unauthenticated-code-execution-vulnerability-in-openssh-server
Patches:
For arch: just run sudo pacman -Syu and you're gtg (make sure to restart the sshd service otherwise you won't be able to login again, there's another bug)
For debian servers:
https://security-tracker.debian.org/tracker/CVE-2024-6387
use this command:
sudo apt update -y && sudo apt install openssh-server -y && sudo systemctl restart sshd
For ubuntu servers:
https://ubuntu.com/security/notices/USN-6859-1
use this command:
sudo apt update -y && sudo apt install openssh-server -y && sudo systemctl restart sshd
Join @juznem for more such interesting posts!
๐1