Do any of you bother writing abuse emails?
  • root root 1y ago 90%

    Yea, I have submitted multiple abuse emails with details to domain registrars for scamming and phishing.

    Didn’t receive any update from them on any action taken yet.

    9
  • In this tutorial, we will explore how to use `sed` (stream editor) with examples in the Markdown language. `sed` is a powerful command-line tool for text manipulation and is widely used for tasks such as search and replace, line filtering, and text transformations. What is described below barely scratches the surface what `sed` can do. ## Table of Contents 1. [Installing Sed](#installing-sed) 2. [Basic Usage](#basic-usage) 3. [Search and Replace](#search-and-replace) 4. [Deleting Lines](#deleting-lines) 5. [Inserting and Appending Text](#inserting-and-appending-text) 6. [Transformations](#transformations) 7. [Working with Files](#working-with-files) 8. [Conclusion](#conclusion) ## 1. Installing Sed Before we begin, make sure `sed` is installed on your system. It usually comes pre-installed on Unix-like systems (e.g., Linux, macOS). To check if `sed` is installed, open your terminal and run the following command: ``` sed --version ``` If `sed` is not installed, you can install it using your package manager. For example, on Ubuntu or Debian-based systems, you can use the following command: ``` sudo apt-get install sed ``` ## 2. Basic Usage To use `sed`, you need to provide it with a command and the input text to process. The basic syntax is as follows: ``` sed 'command' input.txt ``` Here, `'command'` represents the action you want to perform on the input text. It can be a search pattern, a substitution, or a transformation. `input.txt` is the file containing the text to process. If you omit the file name, `sed` will read from the standard input. ## 3. Search and Replace One of the most common tasks with `sed` is search and replace. To substitute a pattern with another in Markdown files, use the `s` command. The basic syntax is: ``` sed 's/pattern/replacement/' input.md ``` For example, to replace all occurrences of the word "apple" with "orange" in `input.md`, use the following command: ``` sed 's/apple/orange/' input.md ``` ## 4. Deleting Lines You can also delete specific lines from a Markdown file using `sed`. The `d` command is used to delete lines that match a particular pattern. The syntax is as follows: ``` sed '/pattern/d' input.md ``` For example, to delete all lines containing the word "banana" from `input.md`, use the following command: ``` sed '/banana/d' input.md ``` ## 5. Inserting and Appending Text `sed` allows you to insert or append text at specific locations in a Markdown file. The `i` command is used to insert text before a line, and the `a` command is used to append text after a line. The syntax is as follows: ``` sed '/pattern/i\inserted text' input.md sed '/pattern/a\appended text' input.md ``` For example, to insert the line "This is a new paragraph." before the line containing the word "example" in `input.md`, use the following command: ``` sed '/example/i\This is a new paragraph.' input.md ``` ## 6. Transformations `sed` provides various transformation commands that can be used to modify Markdown files. Some useful commands include: - `y`: Transliterate characters. For example, to convert all uppercase letters to lowercase, use: ``` sed 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' input.md ``` - `p`: Print lines. By default, `sed` only prints the modified lines. To print all lines, use: ``` sed -n 'p' input.md ``` - `r`: Read and insert the contents of a file. For example, to insert the contents of `insert.md` after the line containing the word "insertion point" in `input.md`, use: ``` sed '/insertion point/r insert.md' input.md ``` These are just a few examples of the transformation commands available in `sed`. ## 7. Working with Files By default, `sed` modifies the input in-place. To make changes to a file and save the output to a new file, you can use input/output redirection: ``` sed 'command' input.md > output.md ``` This command runs `sed` on `input.md` and saves the output to `output.md`. Be cautious when using redirection, as it will overwrite the contents of `output.md` if it already exists. ## 8. Conclusion In this tutorial, we have explored the basics of using `sed` with Markdown files. You have learned how to perform search and replace operations, delete lines, insert and append text, apply transformations, and work with files. `sed` offers a wide range of capabilities, and with practice, you can become proficient in manipulating Markdown files using this powerful tool.

    17
    4
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    TechNews 1y ago
    Jump
    [VERGE] YouTube reportedly tests adding playable games to its video platform
  • root root 1y ago 100%

    Wasn’t there a service called Stadia in Google’s catalog to do exactly this?

    Which they killed like many other services.

    1
  • On August 1, 2023, the free tier for the Amazon Simple Email Service (SES) will change. We are adding more features to the SES free tier: it now includes more outbound email message sources, SES’ new Virtual Deliverability Manager, and a higher limit for receiving inbound messages. We are also lowering the free tier limit for outbound messages and reducing the duration of the SES free tier to 12 months. This may affect your bill starting in August 2023. Since you are already using SES, you will be able to take advantage of the revised free tier for another 12 months (until August 2024). Based on your SES usage in May 2023, this change would not have affected your SES bill. Note this is an estimate based on your usage, and actual billing impact may vary depending on your usage patterns each month and any discounts you may have. The revised SES free tier offers you more flexibility. Previously, the SES free tier included up 1,000 inbound email messages per month and up to 62,000 outbound messages per month when sent from AWS compute services such as Amazon EC2. The revised free tier includes up to 3,000 messages each month. You can receive inbound messages, send outbound messages sent from anywhere (not just AWS compute services), or try Virtual Deliverability Manager, which gives you easy access to detailed metrics to explore and monitor your email delivery and engagement rates. For new SES customers, the revised free tier is available for the 12 months after you start using SES; for existing SES customers, the revised free tier is available for 12 months starting August 1, 2023. The revised SES free tier goes live on August 1, 2023, and your account(s) will be enrolled automatically. As part of this change, you will see the label you see on your SES bill for the pricing unit for inbound messages change from “Message” to “Count” - this matches the same way we label outbound messages. We are not able to offer an option to remain on the previous SES free tier model. To learn more about SES' deliverability tools through Virtual Deliverability Manager, please see the documentation [1]. For more details about the previous free tier, visit the pricing page [2]. If you have any questions or concerns, please reach out to AWS Support [3]. [1] https://docs.aws.amazon.com/ses/latest/dg/vdm.html [2] https://aws.amazon.com/ses/pricing/ [3] https://aws.amazon.com/support

    1
    0
    www.republicworld.com

    cross-posted from: https://lemmy.run/post/19256 > *The bridge collapsed overnight near Columbus, Montana causing several train cars to be immersed in the Yellowstone River.* > > ![](https://lemmy.run/pictrs/image/15850fa5-30df-49d6-8dda-efbaf04cd696.png) > > *Portions of a freight train plunged into the Yellowstone River due to bridge collapse. (Image: AP)* > > A bridge that crosses the Yellowstone River in Montana collapsed early Saturday, plunging portions of a freight train carrying hazardous materials into the rushing water below. > > The train cars were carrying hot asphalt and molten sulfur, Stillwater County Disaster and Emergency Services said. Officials shut down drinking water intakes downstream while they evaluated the danger after the 6 a.m. accident. An Associated Press reporter witnessed a yellow substance coming out of some of the tank cars. > > David Stamey, the county’s chief of emergency services, said there was no immediate danger for the crews working at the site, and the hazardous material was being diluted by the swollen river. There were three asphalt cars and four sulfur cars in the river. > > The train crew was safe and no injuries were reported, Montana Rail Link spokesman Andy Garland said in a statement. The asphalt and sulfur both solidify quickly when exposed to cooler temperatures, he said. > > Railroad crews were at the scene in Stillwater County, near the town of Columbus, about 40 miles (about 64 kilometers) west of Billings. The area is in a sparsely populated section of the Yellowstone River Valley, surrounded by ranch and farmland. The river there flows away from Yellowstone National Park, which is about 110 miles (177 kilometers) southwest. > > “We are committed to addressing any potential impacts to the area as a result of this incident and working to understand the reasons behind the accident,” Garland said. > > The bridge collapse also took out a fiber-optic cable providing internet service to many customers in the state, the high-speed provider Global Net said. “This is the major fiber route ... through Montana,” a recording on the company’s phone line said Saturday. “This is affecting all Global Net customers. Connectivity will either be down or extremely slow.” > > In neighboring Yellowstone County, officials said they instituted emergency measures at water treatment plants due to the “potential hazmat spill” and asked residents to conserve water. > > The cause of the collapse is under investigation. The river was swollen with recent heavy rains, but it’s unclear whether that was a factor. The Yellowstone saw record flooding in 2022 that caused extensive damage to Yellowstone National Park and adjacent towns in Montana. Robert Bea, a retired engineering professor at the University of California Berkeley who has analyzed the causes of hundreds of major disasters, said repeated years of heavy river flows provided a clue to the possible cause. > > “The high water flow translates to high forces acting directly on the pier and, importantly, on the river bottom,” Bea said. “You can have erosion or scour that removes support from the foundation. High forces translate to a high likelihood of a structural or foundation failure that could act as a trigger to initiate the accident.” > > An old highway bridge that paralleled the railroad bridge — together, they were called the Twin Bridges — was removed in 2021 after the Montana Department of Transportation determined it was in imminent danger of falling. It wasn’t immediately clear when the railroad bridge was constructed or when it was last inspected. Bea said investigators would also want to look at whether there was wear or rust in bridge components as well as a record of maintenance, repair and inspections. > > Federal Railroad Administration officials were at the scene working with local authorities. “As part of our investigation, we have requested and will thoroughly review a copy of recent bridge inspection reports from the owner for compliance with federal Bridge Safety Standards,” the agency said in a statement Saturday, noting that responsibility for inspections lies with bridge owners. > > Kelly Hitchcock of the Columbus Water Users shut off the flow of river water into an irrigation ditch downstream from the collapsed bridge to prevent contents from the tank cars from reaching nearby farmland. The Stillwater County Sheriff’s Office called the group Saturday morning to warn it about the collapse, Hitchcock said. > > The U.S. Environmental Protection Agency notes that sulfur is a common element used as a fertilizer as well as an insecticide, fungicide and rodenticide. >

    2
    0
    www.republicworld.com

    *The bridge collapsed overnight near Columbus, Montana causing several train cars to be immersed in the Yellowstone River.* ![](https://lemmy.run/pictrs/image/15850fa5-30df-49d6-8dda-efbaf04cd696.png) *Portions of a freight train plunged into the Yellowstone River due to bridge collapse. (Image: AP)* A bridge that crosses the Yellowstone River in Montana collapsed early Saturday, plunging portions of a freight train carrying hazardous materials into the rushing water below. The train cars were carrying hot asphalt and molten sulfur, Stillwater County Disaster and Emergency Services said. Officials shut down drinking water intakes downstream while they evaluated the danger after the 6 a.m. accident. An Associated Press reporter witnessed a yellow substance coming out of some of the tank cars. David Stamey, the county’s chief of emergency services, said there was no immediate danger for the crews working at the site, and the hazardous material was being diluted by the swollen river. There were three asphalt cars and four sulfur cars in the river. The train crew was safe and no injuries were reported, Montana Rail Link spokesman Andy Garland said in a statement. The asphalt and sulfur both solidify quickly when exposed to cooler temperatures, he said. Railroad crews were at the scene in Stillwater County, near the town of Columbus, about 40 miles (about 64 kilometers) west of Billings. The area is in a sparsely populated section of the Yellowstone River Valley, surrounded by ranch and farmland. The river there flows away from Yellowstone National Park, which is about 110 miles (177 kilometers) southwest. “We are committed to addressing any potential impacts to the area as a result of this incident and working to understand the reasons behind the accident,” Garland said. The bridge collapse also took out a fiber-optic cable providing internet service to many customers in the state, the high-speed provider Global Net said. “This is the major fiber route ... through Montana,” a recording on the company’s phone line said Saturday. “This is affecting all Global Net customers. Connectivity will either be down or extremely slow.” In neighboring Yellowstone County, officials said they instituted emergency measures at water treatment plants due to the “potential hazmat spill” and asked residents to conserve water. The cause of the collapse is under investigation. The river was swollen with recent heavy rains, but it’s unclear whether that was a factor. The Yellowstone saw record flooding in 2022 that caused extensive damage to Yellowstone National Park and adjacent towns in Montana. Robert Bea, a retired engineering professor at the University of California Berkeley who has analyzed the causes of hundreds of major disasters, said repeated years of heavy river flows provided a clue to the possible cause. “The high water flow translates to high forces acting directly on the pier and, importantly, on the river bottom,” Bea said. “You can have erosion or scour that removes support from the foundation. High forces translate to a high likelihood of a structural or foundation failure that could act as a trigger to initiate the accident.” An old highway bridge that paralleled the railroad bridge — together, they were called the Twin Bridges — was removed in 2021 after the Montana Department of Transportation determined it was in imminent danger of falling. It wasn’t immediately clear when the railroad bridge was constructed or when it was last inspected. Bea said investigators would also want to look at whether there was wear or rust in bridge components as well as a record of maintenance, repair and inspections. Federal Railroad Administration officials were at the scene working with local authorities. “As part of our investigation, we have requested and will thoroughly review a copy of recent bridge inspection reports from the owner for compliance with federal Bridge Safety Standards,” the agency said in a statement Saturday, noting that responsibility for inspections lies with bridge owners. Kelly Hitchcock of the Columbus Water Users shut off the flow of river water into an irrigation ditch downstream from the collapsed bridge to prevent contents from the tank cars from reaching nearby farmland. The Stillwater County Sheriff’s Office called the group Saturday morning to warn it about the collapse, Hitchcock said. The U.S. Environmental Protection Agency notes that sulfur is a common element used as a fertilizer as well as an insecticide, fungicide and rodenticide.

    33
    0
    www.republicworld.com

    Author: [Astha Singh](https://www.republicworld.com/author/astha-singh) *Biden reiterated that the friendship between America and India is among the most consequential among partnerships and has now turned out to be stronger.* ![](https://lemmy.run/pictrs/image/d5a059bf-5bd4-4304-bbed-54aa58f6056c.png) *President Biden asserted that US-India friendship among most consequential in the world | Image: AP/PTI* After Prime Minister Narendra Modi's US visit, President Joe Biden on Sunday reiterated that the friendship between America and India is among the most consequential partnerships globally and has now turned out to be stronger and more dynamic than ever. Responding to the US President, Prime Minister Modi affirmed the power of friendship between the two nations. In PM Modi's historic three-day State visit, India and America signed several major deals to boost cooperation in key areas such as defence, space, and trade with an aim to further elevate their partnership. ### Biden says 'US-India friendship most consequential' President Biden took to Twitter and shared a video showcasing glimpses of Prime Minister Narendra Modi's State visit. "The friendship between the United States and India is among the most consequential in the world. And it's stronger, closer, and more dynamic than ever," he wrote. In the video, the US President stated that he has long believed that ties between India and US will be one of the defining relationships as both nations' Constitutions are bound with the same phrase: "We the people". He added that both nations share democratic values and want people everywhere to have the opportunity to live in dignity. "This is a cornerstone of this essential partnership between India and the US. And that is why I know the friendship between our nations is only going to grow as we face the future together," he said. In response to Biden's tweet, PM Modi asserted that the friendship between India and the US is a force for global good and will make the planet better as well as more sustainable. "I fully agree with you, POTUS, Joe Biden. The friendship between our countries is a force for global good. It will make the planet better and more sustainable. The ground covered in my recent visit will strengthen our bond even more," tweeted PM Modi. >I fully agree with you, @POTUS @JoeBiden! Friendship between our countries is a force of global good. It will make a planet better and more sustainable. The ground covered in my recent visit will strengthen our bond even more. 🇮🇳 🇺🇸 https://t.co/iEEhBIYG17 **- Narendra Modi (@narendramodi) June 25, 2023** PM Modi embarked on his visit to the US on June 20 and in New York, he led a historic event at the UN Headquarters to commemorate the ninth International Day of Yoga on June 21. A day later, he received a red-carpet welcome at the White House by President Biden in Washington DC. The two leaders held a historic summit on Thursday, followed by Modi's address to the US Congress and a State dinner hosted at the White House by the Bidens in his honour.

    4
    0
    Filtering Nginx Logs by Time Using Grep
  • root root 1y ago 100%

    You are correct, I was thinking to write another tutorial for sed in few days, that's why I didn't use in this tutorial.

    For awk, I guess I could have used awk only in this tutorial.

    2
  • cross-posted from: https://lemmy.run/post/19113 > In this tutorial, we will walk through the process of using the `grep` command to filter Nginx logs based on a given time range. `grep` is a powerful command-line tool for searching and filtering text patterns in files. > > Step 1: Access the Nginx Log Files > First, access the server or machine where Nginx is running. Locate the log files that you want to search. Typically, Nginx log files are located in the `/var/log/nginx/` directory. The main log file is usually named `access.log`. You may have additional log files for different purposes, such as error logging. > > Step 2: Understanding Nginx Log Format > To effectively search through Nginx logs, it is essential to understand the log format. By default, Nginx uses the combined log format, which consists of several fields, including the timestamp. The timestamp format varies depending on your Nginx configuration but is usually in the following format: `[day/month/year:hour:minute:second timezone]`. > > Step 3: Determine the Time Range > Decide on the time range you want to filter. You will need to provide the starting and ending timestamps in the log format mentioned earlier. For example, if you want to filter logs between June 24th, 2023, from 10:00 AM to 12:00 PM, the time range would be `[24/Jun/2023:10:00:00` and `[24/Jun/2023:12:00:00`. > > Step 4: Use Grep to Filter Logs > With the log files and time range identified, you can now use `grep` to filter the logs. Open a terminal or SSH session to the server and execute the following command: > > ```bash > grep "\[24/Jun/2023:10:00:" /var/log/nginx/access.log | awk '$4 >= "[24/Jun/2023:10:00:" && $4 <= "[24/Jun/2023:12:00:"' > ``` > > Replace `starting_timestamp` and `ending_timestamp` with the appropriate timestamps you determined in Step 3. The `grep` command searches for lines containing the starting timestamp in the log file specified (`access.log` in this example). The output is then piped (`|`) to `awk`, which filters the logs based on the time range. > > Step 5: View Filtered Logs > After executing the command, you should see the filtered logs that fall within the specified time range. The output will include the entire log lines matching the filter. > > Additional Tips: > - If you have multiple log files, you can either specify them individually in the `grep` command or use a wildcard character (`*`) to match all files in the directory. > - You can redirect the filtered output to a file by appending `> output.log` at the end of the command. This will create a file named `output.log` containing the filtered logs. > > That's it! You have successfully filtered Nginx logs using `grep` based on a given time range. Feel free to explore additional options and features of `grep` to further refine your log analysis.

    10
    0

    cross-posted from: https://lemmy.run/post/19113 > In this tutorial, we will walk through the process of using the `grep` command to filter Nginx logs based on a given time range. `grep` is a powerful command-line tool for searching and filtering text patterns in files. > > Step 1: Access the Nginx Log Files > First, access the server or machine where Nginx is running. Locate the log files that you want to search. Typically, Nginx log files are located in the `/var/log/nginx/` directory. The main log file is usually named `access.log`. You may have additional log files for different purposes, such as error logging. > > Step 2: Understanding Nginx Log Format > To effectively search through Nginx logs, it is essential to understand the log format. By default, Nginx uses the combined log format, which consists of several fields, including the timestamp. The timestamp format varies depending on your Nginx configuration but is usually in the following format: `[day/month/year:hour:minute:second timezone]`. > > Step 3: Determine the Time Range > Decide on the time range you want to filter. You will need to provide the starting and ending timestamps in the log format mentioned earlier. For example, if you want to filter logs between June 24th, 2023, from 10:00 AM to 12:00 PM, the time range would be `[24/Jun/2023:10:00:00` and `[24/Jun/2023:12:00:00`. > > Step 4: Use Grep to Filter Logs > With the log files and time range identified, you can now use `grep` to filter the logs. Open a terminal or SSH session to the server and execute the following command: > > ```bash > grep "\[24/Jun/2023:10:00:" /var/log/nginx/access.log | awk '$4 >= "[24/Jun/2023:10:00:" && $4 <= "[24/Jun/2023:12:00:"' > ``` > > Replace `starting_timestamp` and `ending_timestamp` with the appropriate timestamps you determined in Step 3. The `grep` command searches for lines containing the starting timestamp in the log file specified (`access.log` in this example). The output is then piped (`|`) to `awk`, which filters the logs based on the time range. > > Step 5: View Filtered Logs > After executing the command, you should see the filtered logs that fall within the specified time range. The output will include the entire log lines matching the filter. > > Additional Tips: > - If you have multiple log files, you can either specify them individually in the `grep` command or use a wildcard character (`*`) to match all files in the directory. > - You can redirect the filtered output to a file by appending `> output.log` at the end of the command. This will create a file named `output.log` containing the filtered logs. > > That's it! You have successfully filtered Nginx logs using `grep` based on a given time range. Feel free to explore additional options and features of `grep` to further refine your log analysis.

    10
    1

    In this tutorial, we will walk through the process of using the `grep` command to filter Nginx logs based on a given time range. `grep` is a powerful command-line tool for searching and filtering text patterns in files. Step 1: Access the Nginx Log Files First, access the server or machine where Nginx is running. Locate the log files that you want to search. Typically, Nginx log files are located in the `/var/log/nginx/` directory. The main log file is usually named `access.log`. You may have additional log files for different purposes, such as error logging. Step 2: Understanding Nginx Log Format To effectively search through Nginx logs, it is essential to understand the log format. By default, Nginx uses the combined log format, which consists of several fields, including the timestamp. The timestamp format varies depending on your Nginx configuration but is usually in the following format: `[day/month/year:hour:minute:second timezone]`. Step 3: Determine the Time Range Decide on the time range you want to filter. You will need to provide the starting and ending timestamps in the log format mentioned earlier. For example, if you want to filter logs between June 24th, 2023, from 10:00 AM to 12:00 PM, the time range would be `[24/Jun/2023:10:00:00` and `[24/Jun/2023:12:00:00`. Step 4: Use Grep to Filter Logs With the log files and time range identified, you can now use `grep` to filter the logs. Open a terminal or SSH session to the server and execute the following command: ```bash grep "\[24/Jun/2023:10:00:" /var/log/nginx/access.log | awk '$4 >= "[24/Jun/2023:10:00:" && $4 <= "[24/Jun/2023:12:00:"' ``` Replace `starting_timestamp` and `ending_timestamp` with the appropriate timestamps you determined in Step 3. The `grep` command searches for lines containing the starting timestamp in the log file specified (`access.log` in this example). The output is then piped (`|`) to `awk`, which filters the logs based on the time range. Step 5: View Filtered Logs After executing the command, you should see the filtered logs that fall within the specified time range. The output will include the entire log lines matching the filter. Additional Tips: - If you have multiple log files, you can either specify them individually in the `grep` command or use a wildcard character (`*`) to match all files in the directory. - You can redirect the filtered output to a file by appending `> output.log` at the end of the command. This will create a file named `output.log` containing the filtered logs. That's it! You have successfully filtered Nginx logs using `grep` based on a given time range. Feel free to explore additional options and features of `grep` to further refine your log analysis.

    7
    4
    Are there any active IT/Sysadmin instances or communities that are out there?
  • root root 1y ago 100%

    For SysAdmin you can use !Sysadmin@lemmy.ml.

    For LinuxAdmin you can use !linuxadmin@lemmy.run.

    I haven't found one for IT and Helpdesk yet, but I am pretty sure they are out there.

    17
  • https://www.opindia.com/2023/06/barack-obama-war-criminal-lecturing-india-modi-government-human-rights-minorities/

    cross-posted from: https://lemmy.run/post/16304 > *Despite his active war-mongering and mass killing of civilians in the name of drone attacks against terror groups, Barack Obama was awarded the Nobel Peace Prize in 2009.* > > ![](https://lemmy.run/pictrs/image/d610db05-1547-46a4-b930-21febe556956.png) > > On Thursday (June 22), former US President Barack Obama courted controversy by virtue-signalling India about its ‘human rights’ record. > > Obama, who has a notorious record as a potential war criminal, suggested that the Indian Prime Minister must be told by the Biden administration about protecting the ‘Muslim minority in a majority Hindu India.’ He also hinted at another ‘partition’ if India, under the Modi government, did not mend its ways. > > The former US President made the contentious remarks during an interview with CNN news host Christiane Amanpour, just hours before PM Modi made his historic address at the joint session of the US Congress. > > He said, “If President (Joe Biden) meets with Prime Minister (Narendra) Modi, the protection of Muslim minority in a majority Hindu India is something worth mentioning.” > > Barack Obama also claimed, “If I had a conversation with Prime Minister Modi, then, part of the conversation would be that if you do not protect the rights of minorities, then there is a strong possibility that India at some point starts pulling apart…That would be contrary to the interests of India” > > The former US President, who is now mouthing platitudes about protecting the interests of Muslims in India, has been single-handedly responsible for the death of 100s of innocent people in Muslim-majority countries. > > ### Human rights record of ‘war monger’ Barack Obama > > Barack Obama scripted history in 2008 by being the first African-American man to become the President of the United States. In 2016, he also created another record of being the only President to take the country to war during the entirety of his 8-year term. > > As per a report by the ‘Bureau of Investigative Journalism’, Obama oversaw more drone strikes (54) in his first year than George W Bush did in his entire term. Prior to his Presidency, he would talk about ending ‘dumb wars’ but did the opposite when he came to power. > > Barack Obama, who holds the distinction of being a Nobel Peace Prize Winner, reportedly launched airstrikes in at least seven Muslim-majority countries of Afghanistan, Yemen, Somalia, Iraq, Syria, Libya and Pakistan. > > He sanctioned the use of a whopping 563 drone strikes and killed 3797 people in this process. In one instance, a CIA drone strike targeted a funeral in Pakistan, which led to the death of 41 civilians in Pakistan. > > ![](https://lemmy.run/pictrs/image/adccd21e-00b0-40e8-94c0-400ce85ed222.png) > > More than 89 civilians in the same country were killed by the Obama administration over the course of 128 targeted drone strikes. The US President was aware that the drone strikes were far from accurate and were increasingly leading to the death of civilians. > > But this did not stop him from continuing with such attacks in Somalia (2010) and Yemen (2011). Reportedly, 21 children and 12 women (five of them being pregnant)were killed by the Obama administration’s first strike in Yemen, with the aim of targeting Al-Qaeda. > > It also came to light that in 2016 alone, the US government under Obama carried out at least 26,171 bombings, which translates to 72 bombings every day on civilians in other countries. > > Mass civilian casualties were also reported in Afghanistan. An average of 582 people were killed annually in Afghanistan by the US, its allies and the Afghan government in Kabul between 2007 to 2016. > > The Obama administration has also been accused of conducting ‘double-tap drone strikes’, which means that the site of a drone strike is attacked again. This is despite knowing the fact that such follow-up strikes lead to the death of first responders, which is against the guidelines laid down by the 1948 Geneva Conventions. > > ### Obama administration warmed up to Muslim brotherhood, oversaw the rise of ISIS > > During the tenure of Barack Obama, the US government warmed up to the radical Islamist outfit ‘Muslim Brotherhood’ in Egypt during the Arab Spring. It was a complete departure from the approach undertaken by previous US administrations. > > According to author Hany Ghoraba, Barack Obama believed that he could separate the terror outfit ‘Al-Qaeda’ and Muslim Brotherhood. “Empowering the Muslim Brotherhood would, according to Obama, weaken Al-Qaeda in a decision that can be considered as one of the severest cases of political naiveté in modern times,” he noted. > > “The core fault of the Obama administration was its adoption of a false rhetoric, presented for years by Islamist activists and later liberal Western politicians and pundits, that there is a distinction between the Muslim Brotherhood and Al-Qaeda,” Ghoraba pointed out. > > The Arab Spring led to significant political changes in several countries, including the ousting of long-standing autocratic leaders. In Egypt, the Muslim Brotherhood’s political arm, namely, the Freedom and Justice Party, emerged as a major political force. > > In 2011, the Obama administration thought it was a great idea to engage with the Muslim brotherhood-led- government, mistaking it to be a ‘new democratic force’ and looking past its radical Islamism, dangerous ideology and its mistreatment of religious minorities. > > Later when protests erupted against the government in Eqypt, the Obama administration quickly took a U-turn and called for the removal of the Muslim Brotherhood-backed-Egyptian President Mohammed Morsi. Documents now reveal that the US government funded anti-Morsi activities. > > The Presidential tenure of Barack Obama was also marked by the rise of the dreaded terrorist organisation, the Islamic State of Iraq and Syria aka ISIS. > > One of the major contributing factors was the withdrawal of the US troops, failed negotiations with the Iraqi government and lack of residual US military presence in the country. The security vacuum left in Iraq gave opportunities for radical Islamist groups to expand. > > ### Conclusion > > Barack Obama has been at the helm of building secret drone bases in the Middle East and Africa and increasing the deployment of warships and troops in the Western Pacific and Eastern Europe. > > He has been accused by his first three Defense Secretaries at the Pentagon of micro-manging the military from the White House. Through the killing of dictator Muammar Gaddafi, Barack Obama ensured that Libya plunged into complete chaos. > > Later, the oil-rich nation became a magnet for terrorist groups. Despite his active war-mongering and mass killing of civilians in the name of drone attacks against terror groups, he was awarded the Nobel Peace Prize in 2009. With the left media acting as his PR agent, Obama has been able to keep up with the false image of being a ‘great ex-President.’ > > At the time of PM Modi’s visit to the US on the invite of the incumbent President Joe Biden, Barack Obama is pontificating the Modi administration about human rights and peddling the distorted narrative of ‘Muslims being in danger in India.’

    1
    0
    https://www.opindia.com/2023/06/barack-obama-war-criminal-lecturing-india-modi-government-human-rights-minorities/

    *Despite his active war-mongering and mass killing of civilians in the name of drone attacks against terror groups, Barack Obama was awarded the Nobel Peace Prize in 2009.* ![](https://lemmy.run/pictrs/image/d610db05-1547-46a4-b930-21febe556956.png) On Thursday (June 22), former US President Barack Obama courted controversy by virtue-signalling India about its ‘human rights’ record. Obama, who has a notorious record as a potential war criminal, suggested that the Indian Prime Minister must be told by the Biden administration about protecting the ‘Muslim minority in a majority Hindu India.’ He also hinted at another ‘partition’ if India, under the Modi government, did not mend its ways. The former US President made the contentious remarks during an interview with CNN news host Christiane Amanpour, just hours before PM Modi made his historic address at the joint session of the US Congress. He said, “If President (Joe Biden) meets with Prime Minister (Narendra) Modi, the protection of Muslim minority in a majority Hindu India is something worth mentioning.” Barack Obama also claimed, “If I had a conversation with Prime Minister Modi, then, part of the conversation would be that if you do not protect the rights of minorities, then there is a strong possibility that India at some point starts pulling apart…That would be contrary to the interests of India” The former US President, who is now mouthing platitudes about protecting the interests of Muslims in India, has been single-handedly responsible for the death of 100s of innocent people in Muslim-majority countries. ### Human rights record of ‘war monger’ Barack Obama Barack Obama scripted history in 2008 by being the first African-American man to become the President of the United States. In 2016, he also created another record of being the only President to take the country to war during the entirety of his 8-year term. As per a report by the ‘Bureau of Investigative Journalism’, Obama oversaw more drone strikes (54) in his first year than George W Bush did in his entire term. Prior to his Presidency, he would talk about ending ‘dumb wars’ but did the opposite when he came to power. Barack Obama, who holds the distinction of being a Nobel Peace Prize Winner, reportedly launched airstrikes in at least seven Muslim-majority countries of Afghanistan, Yemen, Somalia, Iraq, Syria, Libya and Pakistan. He sanctioned the use of a whopping 563 drone strikes and killed 3797 people in this process. In one instance, a CIA drone strike targeted a funeral in Pakistan, which led to the death of 41 civilians in Pakistan. ![](https://lemmy.run/pictrs/image/adccd21e-00b0-40e8-94c0-400ce85ed222.png) More than 89 civilians in the same country were killed by the Obama administration over the course of 128 targeted drone strikes. The US President was aware that the drone strikes were far from accurate and were increasingly leading to the death of civilians. But this did not stop him from continuing with such attacks in Somalia (2010) and Yemen (2011). Reportedly, 21 children and 12 women (five of them being pregnant)were killed by the Obama administration’s first strike in Yemen, with the aim of targeting Al-Qaeda. It also came to light that in 2016 alone, the US government under Obama carried out at least 26,171 bombings, which translates to 72 bombings every day on civilians in other countries. Mass civilian casualties were also reported in Afghanistan. An average of 582 people were killed annually in Afghanistan by the US, its allies and the Afghan government in Kabul between 2007 to 2016. The Obama administration has also been accused of conducting ‘double-tap drone strikes’, which means that the site of a drone strike is attacked again. This is despite knowing the fact that such follow-up strikes lead to the death of first responders, which is against the guidelines laid down by the 1948 Geneva Conventions. ### Obama administration warmed up to Muslim brotherhood, oversaw the rise of ISIS During the tenure of Barack Obama, the US government warmed up to the radical Islamist outfit ‘Muslim Brotherhood’ in Egypt during the Arab Spring. It was a complete departure from the approach undertaken by previous US administrations. According to author Hany Ghoraba, Barack Obama believed that he could separate the terror outfit ‘Al-Qaeda’ and Muslim Brotherhood. “Empowering the Muslim Brotherhood would, according to Obama, weaken Al-Qaeda in a decision that can be considered as one of the severest cases of political naiveté in modern times,” he noted. “The core fault of the Obama administration was its adoption of a false rhetoric, presented for years by Islamist activists and later liberal Western politicians and pundits, that there is a distinction between the Muslim Brotherhood and Al-Qaeda,” Ghoraba pointed out. The Arab Spring led to significant political changes in several countries, including the ousting of long-standing autocratic leaders. In Egypt, the Muslim Brotherhood’s political arm, namely, the Freedom and Justice Party, emerged as a major political force. In 2011, the Obama administration thought it was a great idea to engage with the Muslim brotherhood-led- government, mistaking it to be a ‘new democratic force’ and looking past its radical Islamism, dangerous ideology and its mistreatment of religious minorities. Later when protests erupted against the government in Eqypt, the Obama administration quickly took a U-turn and called for the removal of the Muslim Brotherhood-backed-Egyptian President Mohammed Morsi. Documents now reveal that the US government funded anti-Morsi activities. The Presidential tenure of Barack Obama was also marked by the rise of the dreaded terrorist organisation, the Islamic State of Iraq and Syria aka ISIS. One of the major contributing factors was the withdrawal of the US troops, failed negotiations with the Iraqi government and lack of residual US military presence in the country. The security vacuum left in Iraq gave opportunities for radical Islamist groups to expand. ### Conclusion Barack Obama has been at the helm of building secret drone bases in the Middle East and Africa and increasing the deployment of warships and troops in the Western Pacific and Eastern Europe. He has been accused by his first three Defense Secretaries at the Pentagon of micro-manging the military from the White House. Through the killing of dictator Muammar Gaddafi, Barack Obama ensured that Libya plunged into complete chaos. Later, the oil-rich nation became a magnet for terrorist groups. Despite his active war-mongering and mass killing of civilians in the name of drone attacks against terror groups, he was awarded the Nobel Peace Prize in 2009. With the left media acting as his PR agent, Obama has been able to keep up with the false image of being a ‘great ex-President.’ At the time of PM Modi’s visit to the US on the invite of the incumbent President Joe Biden, Barack Obama is pontificating the Modi administration about human rights and peddling the distorted narrative of ‘Muslims being in danger in India.’

    -1
    0
    Running Commands in Parallel in Linux
  • root root 1y ago 100%

    Hmm I didn't know about ParaFly, so something I learned today as well 😀 .

    2
  • cross-posted from: https://lemmy.run/post/15922 > # Running Commands in Parallel in Linux > > In Linux, you can execute multiple commands simultaneously by running them in parallel. This can help improve the overall execution time and efficiency of your tasks. In this tutorial, we will explore different methods to run commands in parallel in a Linux environment. > > ## Method 1: Using `&` (ampersand) symbol > > The simplest way to run commands in parallel is by appending the `&` symbol at the end of each command. Here's how you can do it: > > ```bash > command_1 & command_2 & command_3 & > ``` > > This syntax allows each command to run in the background, enabling parallel execution. The shell will immediately return the command prompt, and the commands will execute concurrently. > > For example, to compress three different files in parallel using the `gzip` command: > > ```bash > gzip file1.txt & gzip file2.txt & gzip file3.txt & > ``` > > ## Method 2: Using `xargs` with `-P` option > > The `xargs` command is useful for building and executing commands from standard input. By utilizing its `-P` option, you can specify the maximum number of commands to run in parallel. Here's an example: > > ```bash > echo -e "command_1\ncommand_2\ncommand_3" | xargs -P 3 -I {} sh -c "{}" & > ``` > > In this example, we use the `echo` command to generate a list of commands separated by newline characters. This list is then piped (`|`) to `xargs`, which executes each command in parallel. The `-P 3` option indicates that a maximum of three commands should run concurrently. Adjust the number according to your requirements. > > For instance, to run three different `wget` commands in parallel to download files: > > ```bash > echo -e "wget http://example.com/file1.txt\nwget http://example.com/file2.txt\nwget http://example.com/file3.txt" | xargs -P 3 -I {} sh -c "{}" & > ``` > > ## Method 3: Using GNU Parallel > > GNU Parallel is a powerful tool specifically designed to run jobs in parallel. It provides extensive features and flexibility. To use GNU Parallel, follow these steps: > > 1. Install GNU Parallel if it's not already installed. You can typically find it in your Linux distribution's package manager. > 2. Create a file (e.g., `commands.txt`) and add one command per line: > > ```plaintext > command_1 > command_2 > command_3 > ``` > > 3. Run the following command to execute the commands in parallel: > > ```bash > parallel -j 3 < commands.txt > ``` > > The `-j 3` option specifies the maximum number of parallel jobs to run. Adjust it according to your needs. > > For example, if you have a file called `urls.txt` containing URLs and you want to download them in parallel using `wget`: > > ```bash > parallel -j 3 wget {} < urls.txt > ``` > > GNU Parallel also offers numerous advanced options for complex parallel job management. Refer to its documentation for further information. > > ## Conclusion > > Running commands in parallel can significantly speed up your tasks by utilizing the available resources efficiently. In this tutorial, you've learned three methods for running commands in parallel in Linux: > > 1. Using the `&` symbol to run commands in the background. > 2. Utilizing `xargs` with the `-P` option to define the maximum parallelism. > 3. Using GNU Parallel for advanced parallel job management. > > Choose the method that best suits your requirements and optimize your workflow by executing commands concurrently.

    23
    7

    cross-posted from: https://lemmy.run/post/15922 > # Running Commands in Parallel in Linux > > In Linux, you can execute multiple commands simultaneously by running them in parallel. This can help improve the overall execution time and efficiency of your tasks. In this tutorial, we will explore different methods to run commands in parallel in a Linux environment. > > ## Method 1: Using `&` (ampersand) symbol > > The simplest way to run commands in parallel is by appending the `&` symbol at the end of each command. Here's how you can do it: > > ```bash > command_1 & command_2 & command_3 & > ``` > > This syntax allows each command to run in the background, enabling parallel execution. The shell will immediately return the command prompt, and the commands will execute concurrently. > > For example, to compress three different files in parallel using the `gzip` command: > > ```bash > gzip file1.txt & gzip file2.txt & gzip file3.txt & > ``` > > ## Method 2: Using `xargs` with `-P` option > > The `xargs` command is useful for building and executing commands from standard input. By utilizing its `-P` option, you can specify the maximum number of commands to run in parallel. Here's an example: > > ```bash > echo -e "command_1\ncommand_2\ncommand_3" | xargs -P 3 -I {} sh -c "{}" & > ``` > > In this example, we use the `echo` command to generate a list of commands separated by newline characters. This list is then piped (`|`) to `xargs`, which executes each command in parallel. The `-P 3` option indicates that a maximum of three commands should run concurrently. Adjust the number according to your requirements. > > For instance, to run three different `wget` commands in parallel to download files: > > ```bash > echo -e "wget http://example.com/file1.txt\nwget http://example.com/file2.txt\nwget http://example.com/file3.txt" | xargs -P 3 -I {} sh -c "{}" & > ``` > > ## Method 3: Using GNU Parallel > > GNU Parallel is a powerful tool specifically designed to run jobs in parallel. It provides extensive features and flexibility. To use GNU Parallel, follow these steps: > > 1. Install GNU Parallel if it's not already installed. You can typically find it in your Linux distribution's package manager. > 2. Create a file (e.g., `commands.txt`) and add one command per line: > > ```plaintext > command_1 > command_2 > command_3 > ``` > > 3. Run the following command to execute the commands in parallel: > > ```bash > parallel -j 3 < commands.txt > ``` > > The `-j 3` option specifies the maximum number of parallel jobs to run. Adjust it according to your needs. > > For example, if you have a file called `urls.txt` containing URLs and you want to download them in parallel using `wget`: > > ```bash > parallel -j 3 wget {} < urls.txt > ``` > > GNU Parallel also offers numerous advanced options for complex parallel job management. Refer to its documentation for further information. > > ## Conclusion > > Running commands in parallel can significantly speed up your tasks by utilizing the available resources efficiently. In this tutorial, you've learned three methods for running commands in parallel in Linux: > > 1. Using the `&` symbol to run commands in the background. > 2. Utilizing `xargs` with the `-P` option to define the maximum parallelism. > 3. Using GNU Parallel for advanced parallel job management. > > Choose the method that best suits your requirements and optimize your workflow by executing commands concurrently.

    68
    12

    # Running Commands in Parallel in Linux In Linux, you can execute multiple commands simultaneously by running them in parallel. This can help improve the overall execution time and efficiency of your tasks. In this tutorial, we will explore different methods to run commands in parallel in a Linux environment. ## Method 1: Using `&` (ampersand) symbol The simplest way to run commands in parallel is by appending the `&` symbol at the end of each command. Here's how you can do it: ```bash command_1 & command_2 & command_3 & ``` This syntax allows each command to run in the background, enabling parallel execution. The shell will immediately return the command prompt, and the commands will execute concurrently. For example, to compress three different files in parallel using the `gzip` command: ```bash gzip file1.txt & gzip file2.txt & gzip file3.txt & ``` ## Method 2: Using `xargs` with `-P` option The `xargs` command is useful for building and executing commands from standard input. By utilizing its `-P` option, you can specify the maximum number of commands to run in parallel. Here's an example: ```bash echo -e "command_1\ncommand_2\ncommand_3" | xargs -P 3 -I {} sh -c "{}" & ``` In this example, we use the `echo` command to generate a list of commands separated by newline characters. This list is then piped (`|`) to `xargs`, which executes each command in parallel. The `-P 3` option indicates that a maximum of three commands should run concurrently. Adjust the number according to your requirements. For instance, to run three different `wget` commands in parallel to download files: ```bash echo -e "wget http://example.com/file1.txt\nwget http://example.com/file2.txt\nwget http://example.com/file3.txt" | xargs -P 3 -I {} sh -c "{}" & ``` ## Method 3: Using GNU Parallel GNU Parallel is a powerful tool specifically designed to run jobs in parallel. It provides extensive features and flexibility. To use GNU Parallel, follow these steps: 1. Install GNU Parallel if it's not already installed. You can typically find it in your Linux distribution's package manager. 2. Create a file (e.g., `commands.txt`) and add one command per line: ```plaintext command_1 command_2 command_3 ``` 3. Run the following command to execute the commands in parallel: ```bash parallel -j 3 < commands.txt ``` The `-j 3` option specifies the maximum number of parallel jobs to run. Adjust it according to your needs. For example, if you have a file called `urls.txt` containing URLs and you want to download them in parallel using `wget`: ```bash parallel -j 3 wget {} < urls.txt ``` GNU Parallel also offers numerous advanced options for complex parallel job management. Refer to its documentation for further information. ## Conclusion Running commands in parallel can significantly speed up your tasks by utilizing the available resources efficiently. In this tutorial, you've learned three methods for running commands in parallel in Linux: 1. Using the `&` symbol to run commands in the background. 2. Utilizing `xargs` with the `-P` option to define the maximum parallelism. 3. Using GNU Parallel for advanced parallel job management. Choose the method that best suits your requirements and optimize your workflow by executing commands concurrently.

    11
    1
    https://www.opindia.com/2023/06/111-years-later-titanic-claims-5-more-lives-oceangates-sub-titan-implodes-debris-found/

    *As per reports, OceanGate's carbon fiber hull was unsuited for dives into such depths. In a video now going viral, CEO Stockton Rush is seen admitting that he knows there are issues, but he is taking the risk anyway.* ![](https://lemmy.run/pictrs/image/f962b05c-f0e8-4e0d-8e6c-65ac2547eb62.png) *OceanGate's sub Titan, (L), wreck of the Titanic on the seafloor (R)* The HMS Titanic had sunk on April 15, 1912, taking more than 1500 people with it. 111 years later, 4 high-profile passengers and the CEO of the OceanGate company, who was the pilot of the tourist submersible ‘Titan’, died after their sub imploded due to extreme pressure deep in the North Atlantic Ocean. The US Coast Guard has confirmed that one of their ROVs from the vessel Horizon Arctic located the debris of a tail comb from the OceanGate sub-Titan approximately 1600 feet from the bow wreckage of the Titanic on the seafloor. Other debris was also found scattered in the general area. The debris was confirmed to be from Titan, the lost tourist sub from OceanGate. Speaking to the media, OceanGate’s co-founder Guillermo Stohnlein said that in the case of any failure, the implosion would have been instantaneous. It is notable here that the Titanic wreckage sits at a depth of around 3800 meters. As per reports, the implosion at a depth like that causes immediate crushing of the vessel and everything inside it. The pilot and the passengers would have died within a few milliseconds. CEO of OceanGate was the pilot, the 4 passengers included the billionaire explorer Hamish Harding, a British-Pakistani father-son duo named Shahzada Dawood and Suleiman Dawood, and the popular ‘Mr Titanic’ Paul-Henry Nargeolet. Nargeolet, a French Navy veteran, was part of the first expedition to visit the wreck in 1987, just two years after it was found. He has earned the moniker ‘Mr. Titanic’ as he has reportedly spent more time at the wreck than any other explorer. ### The deceased CEO’s wife is a descendant of an old couple who died in the Titanic disaster in 1912 Wendy Rush, the wife of OceanGate CEO Stockton Rush, is the great-great-grandaughter of Isidor and Ida Straus, an old couple who had perished in the Titanic disaster in 1912. The old couple was depicted in James Cameron’s Oscar-winning movie too. Isidor and Ida Straus were first-class passengers who had refused to board a lifeboat and had gone down with the ship on that fateful night in 1912. ### Titanic tours Tourists spend thousands of dollars to be taken to the wreckage of the liner, 12,500ft underwater. It is claimed that OceanGate Expeditions charges $250,000 (£195,270) for a place on its eight-day expedition. It is important to note that submersibles are different from submarines. A submersible needs a mother ship that can launch it and recover it. Contrary to it, a submarine has enough power to leave port and come back to port on its own. 37 years ago, the wreckage of the Titanic was discovered in the Atlantic, around 400 nautical miles from Newfoundland, Canada. A team led by legendary explorer Robert Ballard had found the vessel. ### OceanGate sub had ‘quality’ issues As per reports, OceanGate’s carbon fiber hull was unsuited for dives into such depths. In a video now going viral, CEO Stockton Rush is seen admitting that he knows there are issues, but he is taking the risk anyway. On Sunday morning, the surface crew of the accompanying tug boat had lost contact with the submersible one hour and 45 minutes after it went down the sea. OceanGate staff had confirmed that in addition to a very limited oxygen supply, those onboard will also be experiencing frigid temperatures. As per reports, David Lochridge, former director of marine operations associated with OceanGate, had refused to greenlight the sub, citing that the viewport is only certified to withstand pressure up to the depth of 1300 meters. The wreckage of the Titanic sits at a depth of 3800 meters on the ocean floor. Lochridge was fired by OceanGate later. Months later, over 3 dozen people from the industry, including deep sea explorers and oceanographers included, had voiced concerns and warned the company of potential ‘catastrophic problems’ with their tours using that sub. Lochridge had also stated that OceanGate was unwilling to have the sub inspected and certified by established agencies.

    55
    15
    www.republicworld.com

    Author: [Swapnanil Chatterjee](https://www.republicworld.com/author/swapnanil-chatterjee) "Being a small nation like Maldives, I sincerely value the support of the Indian NCC," said Brigadier General Wais Waheed, Commandant of Maldives Marine Corps. ![](https://lemmy.run/pictrs/image/af9385e7-2ecf-4ae4-bdb2-d5a4c3f61fa5.png) *Brigadier General Wais Waheed, Commandant of Maldives the Marine Corps, seeks Indian help to enchance Maldives defence capabilities (Image:PIB, MNDF)* Maldives has sought India’s help in training its cadets and for acquiring equipment for its forces. Maldives Marine Corps Commandant Brigadier General Wais Waheed on Thursday (June 22, 2023) requested assistance for the same from India’s Director General of the NCC, Lieutenant General Gurbirpal Singh. "As a small country like the Maldives, I would greatly appreciate any assistance that the Indian NCC can provide us in terms of training, resources, and structural reforms," stated Brigadier General Waheed. ### India to enhance Maldives defence and disaster response capabilities - Maldives will send a proposal to India, requesting assistance in training and acquiring equipment. If India deems it acceptable, then it will sanction the necessary aid for Maldives. - The Commandant of the Maldives National Defense Force (MNDF) spoke about the potential for future collaboration between the two countries. - Given that the Maldives is prone to natural disasters, Brig Gen Waheed expressed his desire to jointly train Maldivian cadets with India's support, particularly for natural disaster response and relief efforts, considering it as a force multiplier. ### Military Cooperation between Maldives and India According to the Maldivian Commandant, the training module implemented by the Indian Army is also employed by the defence forces of Maldives. The ongoing 12th edition of their annual joint exercise, Ekuverin, between the Indian Army and the Maldives National Defense Force is taking place at Chaubatia, Uttarakhand. This exercise focuses on counter-insurgency/terrorism operations, as well as humanitarian assistance and disaster relief operations conducted under the UN mandate, spanning from June 11 to 24. ![](https://lemmy.run/pictrs/image/c05cf214-31b1-4ca3-8a16-092090e8382d.png) *Personnel of the Maldives National Defence Force, along with the Indian Army, holding the DRDO Corner Shot Weapon System.(Credit: Press Information Bureau)* Another ongoing exercise is Operation Ekatha, an annual bilateral exercise between the navies of both countries. The sixth edition of this exercise is being held in the Maldives from June 4 to July 3. The naval exercise will see the participation of Maldivian Coast Guard and Indian divers from the Navy and Marine Commandos (MARCOS). The training regimen includes underwater demolition, close-quarter battle, diving operations, and VBSS (visit, board, search, and seizure) operations. ![](https://lemmy.run/pictrs/image/95764a7f-609d-41b5-88fd-1fed21d76e49.png) *Indian Navy personnel, along with the MNDF Coast Guard, are participating in Operation Ekatha (Credit:ANI)* ### How do India and Maldives benefit Both exercises aim to enhance interoperability between the armed forces of both countries, focusing on sharing best practices, improving coordination, and fostering cooperation at the tactical level. A Ministry of Defence statement emphasised, "The defence cooperation between the two countries extends beyond joint exercises to assisting Maldives with defence training and equipment requirements." The statement from MoD implies that the interaction between the armed forces of both nations will not only strengthen friendly relations but also deepen economic, cultural, and military cooperation.

    1
    0
    www.republicworld.com

    Author: [Swapnanil Chatterjee](https://www.republicworld.com/author/swapnanil-chatterjee) The agreement involves the potential joint production of GE Aerospace's F414 engines in India, supporting the IAF's LCA Tejas MK2. ![](https://lemmy.run/pictrs/image/05ebfa13-b0e4-49d8-b02d-913625a19a37.png) General Electric (GE) Aerospace has signed a memorrandum of Understanding (MOU) with Hindustan Aeronautics Limited (HAL) to produce fighter jet engines for the Indian Air Force (IAF). The agreement involves potential joint production of GE Aerospace's F414 engines in India, supporting the Light Combat Aircraft (LCA) Tejas Mk2 program. This partnership strengthens defence collaboration between the US and India, aligning with President Biden and Prime Minister Narendra Modi's vision of closer coordination. This is a major milestone amid PM Modi's historic trip to the US. GE Aerospace has a long-standing presence in India and aims to create a family of products, including the F404 engine, and collaborate on the development of the AMCA program and other future programs. Over 1,600 F414 engines have been delivered globally.

    1
    0
    www.republicworld.com

    Author: [Eashaan Dhillon](https://www.republicworld.com/author/eashaan-dhillon) Frank Kendall gave the opening address and said Indo-US ties are growing, & asserted there was enormous potential for startups of both nations to collaborate. ![](https://lemmy.run/pictrs/image/ba2d8547-c1bd-4a94-b332-9d0208235ab8.png) The India-US Defence Acceleration Ecosystem was launched at an event in Washington DC, US, on Wednesday, June 21. The INDUS-X event was co-organised by Innovations for Defence Excellence (iDEX), the Ministry of Defence and the US Department of Defence. It was hosted by the US-India Business Council. A reception for Indian and US government representatives, defence startups, think tanks, incubators, investors, industries, and other stakeholders was organised on June 20. US Ambassador to India Eric Garcetti gave the keynote address during the reception and said that due to their shared diplomatic ideals, similar political views, and strong inter-ethnic ties, India and the United States have a strong worldwide strategic alliance that spans practically all facets of human effort, and strong strategic, economic, and military links exist between the two nations. The US and India are collaborating to advance harmony and peace in the Indo-Pacific region. >At #INDUSX being hosted at @USChamber, USIBC hosted a substantive discussion on procurement, export controls, and industrial security with government, industry, and academia. ### About the Indo-US INDUS X Event US Secretary of Air Force Frank Kendall, who gave the opening keynote address, said that the India-US partnership is growing exponentially. He emphasised that there was enormous potential for startups of both nations to collaborate in deep tech innovations, especially in the Space and Artificial Intelligence domain (AI). Anurag Bajpai, Joint Secretary (Defence Industries Promotion), MoD, who led the Indian delegation in the two-day INDUS-X event, in his welcome remarks on ''Investing in the future of India-US defence relations'', hailed the launch of iCET as a landmark event in Indo-US defence ties. As the leaders of the biggest and oldest democracies in the world gather in Washington, he asserted that this is an opportune moment. The idea for a defence innovation bridge is a part of the initiative on critical and emerging technologies unveiled by the national security advisors Ajit Doval and Jake Sullivan in January and the Pentagon said that through INDUS-X, the ties will be strengthened between defence industrial ecosystem to make them more innovative, accessible and resilient. In addition, the Pentagon also said that both Department of Defence and the Ministry of Defence along with external stakeholders will explore joint challenges for India and US startups that leverage common dual use cases for both the countries. An unprecedented joint presentation of cutting-edge technologies from startups in the US and India was presented during the event. The event also saw a first-of-its-kind joint showcasing of innovative technologies by Indian and American startups. Fifteen Indian and 10 US startups from multiple domains such as maritime, AI, autonomous systems and space showcased their technologies to Indian and US stakeholders. Senior American officials watched the exhibition, including Congressman RO Khanna, co-chair of the Congressional Caucus on India and Indian Americans, and Radha Iyengar Plumb, deputy undersecretary of defence for acquisition and sustainment for the US Department of Defence. Khanna serves on the House Armed Services Committee. Two panel discussions and two roundtables were held, focussing on deepening collaborations across various domains including export control regulations. INDUS-X will also enhance connectivity between American and Indian defence startups to explore joint opportunities in high-tech defence innovation, research and development, and strengthen bilateral trade relationships and defence establishment linkages. Also, a group of private stakeholders will engage investors to set up a joint innovation fund, while both governments will explore a public-private partnership model for funding deep tech defence startups. Both India and US also intend to explore standardising certification for technologies developed by defence innovation ecosystems of both countries, to accelerate their absorption. The statement by Pentagon says that the area of focus here will include Quality Assurance parameters, certification standards, and Program success memoranda.

    1
    0

    ## Chapter 15, Verse 19 यो मामेवमसम्मूढो जानाति पुरुषोत्तमम् | स सर्वविद्भजति मां सर्वभावेन भारत ॥**19**॥ ### Transliteration *yo mām evam asammūḍho jānāti puruṣhottamam sa sarva-vid bhajati māṁ sarva-bhāvena bhārata* ### Word Meanings *yaḥ—who; mām—me; evam—thus; asammūḍhaḥ—without a doubt; jānāti—know; puruṣha-uttamam—the Supreme Divine Personality; saḥ—they; sarva-vit—those with complete knowledge; bhajati—worship; mām—me; sarva-bhāvena—with one’s whole being; bhārata—Arjun, the son of Bharat* ### Translation O scion of the Bharata dynasty, he who, being free from delusion, knows Me the supreme Person thus, he is all-knowing and adores Me with his whole being.

    1
    0
    www.pewresearch.org

    Authors: [Jonathan Evans](https://www.pewresearch.org/staff/jonathan-evans) and [Neha Sahgal](https://www.pewresearch.org/staff/neha-sahgal) ![](https://lemmy.run/pictrs/image/f15015ba-f486-4783-b431-e9d569bf1257.png) *Sikh devotees light candles at the Golden Temple in Amritsar, India, on June 25, 2021. (Narinder Nanu/AFP via Getty Images)* India’s massive population is diverse as well as devout. Not only do most of the world’s Hindus, Jains and Sikhs live in India, but it also is home to one of the world’s largest Muslim populations and to millions of Christians and Buddhists. A [new Pew Research Center report](https://www.pewresearch.org/religion/2021/06/29/religion-in-india-tolerance-and-segregation/), based on a face-to-face survey of 29,999 Indian adults fielded between late 2019 and early 2020 – before the COVID-19 pandemic – takes a closer look at religious identity, nationalism and tolerance in Indian society. The survey was conducted by local interviewers in 17 languages and covered nearly all of India’s states and union territories. Here are key findings from the report. ## How we did this ### 1. Indians value religious tolerance, though they also live religiously segregated lives. Across the country, most people (84%) say that to be “truly Indian,” it is very important to respect all religions. Indians also are united in the view that respecting other religions is a very important part of what it means to be a member of their own religious community (80%). People in all six major religious groups overwhelmingly say they are very free to practice their faiths, and most say that people of other faiths also are very free to practice their own religion. ![](https://lemmy.run/pictrs/image/bd3b727d-261f-4951-9839-96ad489b5270.png) But Indians’ commitment to tolerance is accompanied by a strong preference for keeping religious communities segregated. For example, Indians generally say they do not have much in common with members of other religious groups, and large majorities in the six major groups say their close friends come mainly or entirely from their own religious community. That’s true not only for 86% of India’s large Hindu population, but also for smaller groups such as Sikhs (80%) and Jains (72%). Moreover, roughly two-thirds of Hindus say it is very important to stop Hindu women (67%) or Hindu men (65%) from marrying into other religious communities. Even larger shares of Muslims oppose interreligious marriage: 80% say it is very important to stop Muslim women from marrying outside their religion, and 76% say it is very important to stop Muslim men from doing so. ### 2. For many Hindus, national identity, religion and language are closely connected. Nearly two-thirds of Hindus (64%) say it is very important to be Hindu to be truly Indian. Among Hindus who say it is very important to be Hindu to be truly Indian, 80% also say it is very important to speak Hindi to be truly Indian. Most Hindus in India say being Hindu, being able to speak Hindi are very important to be ‘truly’ Indian ![](https://lemmy.run/pictrs/image/06ecb195-b0f1-4be9-af93-99be5be9e5aa.png) Hindus who strongly link Hindu and Indian identities express a keen desire for religious segregation. For instance, 76% of Hindus who say being Hindu is very important to being truly Indian feel it is very important to stop Hindu women from marrying into another religion. By comparison, 52% of Hindus who place less importance on Hinduism’s role in Indian identity hold this view about religious intermarriage. Moreover, Hindus in the Northern (69%) and Central (83%) parts of the country are much more likely than those in the South (42%) to strongly link Hindu identity with national identity. Together, the Northern and Central regions cover the country’s “Hindi belt,” where Hindi, one of dozens of languages spoken in India, is most prevalent. The vast majority of Hindus in these regions strongly link Indian identity with being able to speak Hindi. ### 3. Among Hindus, views of national identity go hand-in-hand with politics. Support for the ruling Bharatiya Janata Party (BJP) is greater among Hindus who closely associate their religious identity and the Hindi language with being truly Indian. In the 2019 national elections, 60% of Hindu voters who think it is very important to be Hindu and to speak Hindi to be truly Indian cast their vote for the BJP, compared with 33% among Hindu voters who feel less strongly about both these aspects of national identity. These views also map onto regional support for the BJP, which tends to be much higher in the Northern and Central parts of the country than in the South. ### 4. Dietary laws are central to Indians’ religious identity. Hindus traditionally view cows as sacred, and laws on cow slaughter have recently been a flashpoint in India. Nearly three-quarters of Hindus (72%) in India say a person cannot be Hindu if they eat beef. That is larger than the shares of Hindus who say a person cannot be Hindu if they do not believe in God (49%) or never go to a temple (48%). ![](https://lemmy.run/pictrs/image/35f8a956-8dca-4d34-838f-196c36138d5e.png) Similarly, three-quarters of Indian Muslims (77%) say that a person cannot be Muslim if they eat pork, which is greater than the share who say a person cannot be Muslim if they do not believe in God (60%) or never attend mosque (61%). ### 5. Muslims favor having access to their own religious courts. Since 1937, India’s Muslims have had the option of resolving family and inheritance-related cases in officially recognized Islamic courts, known as dar-ul-qaza. These courts are overseen by religious magistrates known as qazi and operate under Shariah principles, although their decisions are not legally binding. ![](https://lemmy.run/pictrs/image/61e873e4-432a-4ce8-a5f8-e5b212134366.png) Whether or not Muslims should be allowed to go to their own religious courts remains a hotly debated topic. The survey finds that three-quarters of Muslims (74%) support having access to the existing system of Islamic courts, but followers of other religions are far less likely to support Muslim access to this separate court system. ### 6. Muslims are more likely than Hindus to say the 1947 partition establishing the separate states of India and Pakistan harmed Hindu-Muslim relations. ![](https://lemmy.run/pictrs/image/c3f24408-ed6a-4d35-b7b4-57ca60d6f728.png) More than seven decades after the Indian subcontinent was divided into Hindu-majority India and Muslim-majority Pakistan at the end of British colonial rule, the predominant view among Indian Muslims is that the partition of the subcontinent was a bad thing for Hindu-Muslim relations (48%). Only three-in-ten Muslims say it was a good thing. Hindus, however, lean in the opposite direction: 43% of Hindus say Partition was beneficial for Hindu-Muslim relations, while 37% say it was harmful. Sikhs, whose historical homeland of Punjab was split by Partition, are even more likely than Muslims to say the event was bad for Hindu-Muslim relations: Two-thirds of Sikhs (66%) take this position. ### 7. India’s caste system, an ancient social hierarchy with origins in Hindu writings, continues to fracture society. ![](https://lemmy.run/pictrs/image/aa13e1c2-573e-4097-bcec-96ae1b133fd1.png) Regardless of whether they are Hindu, Muslim, Christian, Sikh, Buddhist or Jain, Indians nearly universally identify with a caste. Members of lower caste groups historically have faced discrimination and unequal economic opportunities, but the survey finds that most people – including most members of lower castes – say there is not a lot of caste discrimination in India. The Indian Constitution prohibits caste-based discrimination, including untouchability, and in recent decades the government has enacted economic advancement policies like reserved seats in universities and government jobs for members of some lower-caste communities. Still, a large majority of Indians overall (70%) say that most or all of their close friends share their caste. Much as they object to interreligious marriages, a large share of Indians (64%) say it is very important to stop women in their community from marrying into other castes, and about the same share (62%) say it is very important to stop men in their community from marrying into other castes. These figures vary only modestly across different castes. ### 8. Religious conversion is rare in India; to the extent that it is occurring, Hindus gain as many people as they lose. Conversion of people belonging to lower castes away from Hinduism to other religions, especially Christianity, has been contentious in India, and some states have laws against proselytism. This survey, though, finds that religious switching has a minimal impact on the size of religious groups. Across India, 98% of survey respondents give the same answer when asked to identify their current religion and, separately, their childhood religion. ![](https://lemmy.run/pictrs/image/fc56a394-5311-423d-afe6-628c97e440c9.png) An overall pattern of stability in the share of religious groups is accompanied by little net change from movement into, or out of, most religious groups. Among Hindus, for instance, any conversion out of the group is matched by conversion into the group: 0.7% of respondents say they were raised Hindu but now identify as something else, and roughly the same share (0.8%) say they were not raised Hindu but now identify as Hindu. For Christians, however, there are some net gains from conversion: 0.4% of survey respondents are former Hindus who now identify as Christian, while 0.1% were raised Christian but have since left Christianity.

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRE
    Reddit 1y ago
    Jump
    Reddit Goes Nuclear, Removes Moderators of Subreddits That Continue to Protest
  • root root 1y ago 100%

    Haha, that is why I am glad I replaced all my contents with garbage before removing and waited for couple of days before removing them.

    3
  • [YouTube] Redhat goes CLOSED SOURCE? | Chris Titus Tech
  • root root 1y ago 100%

    Seems like another good company is being sacrificed to corporate greed.

    7
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRE
    Reddit 1y ago
    Jump
    Reddit Goes Nuclear, Removes Moderators of Subreddits That Continue to Protest
  • root root 1y ago 100%

    I nuked all my posts and comments.

    Glad that I left the place, it can burn and go to hell for all I care.

    On the other hand there’s enough constructive engagement happening here to fulfil my needs.

    39
  • www.republicworld.com

    “India Global Forum’s annual UK-India Week is a highly anticipated fixture in the bilateral calendar of our two great nations,” said UK PM Rishi Sunak. ![](https://lemmy.run/pictrs/image/a37e1cf8-e41d-4846-9fe7-ca4f6c67dc84.png) British Prime Minister Rishi Sunak on Wednesday said he is confident that the India-UK partnership will be a "defining one for our times", as he extended support to the upcoming UK-India Week. Sunak, then UK Chancellor of the Exchequer, was a special guest at the UK-India Awards during last year’s summit when he first spoke about his own Indian heritage and commitment to British Indian values. In a statement from Downing Street, the 43-year-old leader described the annual event as a catalyst for forging new trade ties and long-term collaborations. “India Global Forum’s annual UK-India Week is a highly anticipated fixture in the bilateral calendar of our two great nations,” said Sunak. >“It is a catalyst for forging new trade ties, lasting collaborations, and a better future for our peoples. I'm confident this partnership will be a defining one for our times,” he said. UK-India Week 2023 kick-starts with a Young Leaders Forum at the Nehru Centre in London on Saturday and will cover a full spectrum of bilateral issues, from tech and innovation to infrastructure and sustainability at events in London and Windsor. This year marks the fifth edition of the summit and UK-India Awards, which comes just days after the UK government issued a joint outcome statement at the conclusion of the tenth round of free trade agreement (FTA) negotiations with India. >“Technical discussions were held across 10 policy areas over 50 separate sessions. They included detailed draft treaty text discussions in these policy areas,” reads a statement from the Department for Business and Trade (DBT) issued earlier this week. India and the UK have been negotiating an FTA since January last year, with a goal towards a comprehensive pact that is expected to significantly enhance the bilateral trading relationship, worth an estimated GBP 34 billion in 2022. The 11th round is now scheduled to take place next month, soon after UK-India Week next week. “Given the geopolitical upheaval and economic turbulence around the world, I believe it is more important now than ever before that the UK and India forge closer and deeper ties. I am, therefore, grateful to Prime Minister Sunak for recognising the role that IGF is playing in bringing our two great democracies closer to unlocking the true potential of the partnership,” said IGF Founder Professor Manoj Ladwa. The six-day series of events will open with an address by Opposition Labour Party Leader Keir Starmer and will also involve interventions by UK Education Secretary Gillian Keegan and India’s Minister of Power, New & Renewable Energy R.K. Singh.

    1
    0
    Beginner's Guide to `grep`
  • root root 1y ago 100%

    I did not.

    Thank you for sharing it. Something you learn everyday, eh 😀.

    4
  • Beginner's Guide to `grep`
  • root root 1y ago 100%

    Sure, will try to include output in future. Appreciate the feedback.

    2
  • Beginner's Guide to `grep`
  • root root 1y ago 100%

    Thank you

    1
  • Beginner's Guide to `grep`
  • root root 1y ago 66%

    Thank you.

    1
  • Beginner's Guide to `grep`
  • root root 1y ago 100%

    Yeap, but most of the time you end up trying to figure out issue on remote system, where you don't have ripgrep always installed, but if you have that available on the system you are working on. ripgrep is always a better alternative.

    5
  • Beginner's Guide to `nc` (Netcat)
  • root root 1y ago 100%

    Hmm, OpenBSD commands sometime have different behavior than Linux.

    I know as I had run into issues with rsync earlier where some options I used on Linux didn't work as same on FreeBSD/OpenBSD.

    2
  • Beginner's Guide to `nc` (Netcat)
  • root root 1y ago 100%

    Thank you.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Jump
    *Permanently Deleted*
  • root root 1y ago 100%

    Seems like you are trying to build the docker image locally for your service. And you missed the dockerfile which contains all the information about building the container.

    1
  • Are there any sites or communities tracking all Fediverse mobile apps released or in development?
  • root root 1y ago 100%

    AFAIK, there is no centralize community for that.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Jump
    Notification bell stuck at 1
  • root root 1y ago 100%

    This seems like a bug.

    Also it could be that lemmy.world is overloaded and is stuck at processing to clear this.

    Keep it documented and submit a bug report so that devs can look at it when they can.

    2