[HOW TO] Remove files with names that contains special characters

I have wrote the script, unluckily it has created an text file with name that contains special character '-' as below: @cattek Scripts]$ ls configuration.sh  -P  rsysnc.sh I don't like it, it shouldn't stay here. I try to delete: @cattek Scripts]$sudo rm -rf '-P' Outputs: rm: missing operand Try `rm --help` for more information The rm command failed to delete that. Finally...

[HOW TO] Google Driver Image not showing up on website

I change the theme blog for her. It's not hard to make decisions when she know what she like. I quickly apply the new theme. The new theme looks like better than old theme. I try to change a bit to reach the good view. Of course, it is a my view point. And I hope her too like. ... I want to change her profile picture and BUM, image not showing up on Blogger. Humn, what the the next action? It...

[HOW TO] Restrict SSH connection

In afternoon I thought about restriction ssh Linux server. I know exactly the incoming ssh, therefore I have to restrict to improve secure system. Secure system is not easy, it's hard to say that you completely control everything on system. With me, it combines of system, network, people, process. And day-by-day you also learn/ practice and practice, join the community to discuss and update...

[HOW TO] remove shortcut from application menu in Elementary OS/ Ubuntu/ Kubuntu/ Xubuntu

Today is a Saturday, I get up lately. I have a breakfast, and now I stay at home. Turn on the laptop, and I see many icons in Application Menu in Elementary OS. I do not like this. I always like simple menu. What is solution to remove? Google, I see Main Menu as known as Alacarte. So I have to...

How to fix "The AC power adapter wattage and type cannot be determined. The battery may not charge."

I have a Dell Latitude E6330 and recently I got to see the notification related battery when I boot up the computer: The AC power adapter wattage and type cannot be determined. The battery may not charge. The system will adjust the performance to match the power available. What's happened?Battery?Adapter? What is the easiest to check? I remove the battery from laptop. Then laptop starts to...

Hãy tự đặt cho bản thân những câu hỏi này (trong bài viết)

Tiêu đề bài viết đã được thay đổi theo chủ đích của tôi các bạn ạ (bài viết gốc, ở cuối có đường dẫn cụ thể). Tôi nghĩ bài viết này không chỉ áp dụng cho sinh viên mới ra trường, nó áp dụng cho tất cả chúng ta để có mấy phút ít ỏi trong ngày nhìn lại và căn dặn lại mình. ... Mấy ngày vừa qua, câu hỏi làm thế nào để có mức lương khởi điểm là 2.000 USD của nữ sinh Học viện Kỹ thuật...

Lại nói về Năm Mức Ngu Dốt

Sáng nay, cậu em tôi gửi một bài viết về "năm mức ngu dốt". Cách đây chắc 3 năm, đã có lần chính cậu nói về bài này với tôi và mấy anh em ngồi gần. "Thông minh" và "ngu dốt" hai gã tưởng chừng đối lập mà lại tương hỗ nhau. Biết ngu dốt để làm động lực cho thông minh. Cá nhân tôi nghĩ năm mức ngu dốt này sẽ theo cả cuộc đời, cho đến khi nào không còn muốn thu nạp kiến thức nữa. May mắn sẽ...

What is the difference between UNIX SOCKET and TCP/IP SOCKET?

UNIX SOCKET is an inter-process communication mechanism that allows bidirectional data exchange between process running on the same machine. IP SOCKET (especially TCP/IP socket) are a mechanism allowing communication between processes over the network. Above paragraph to take note. I'm going to find deeply out about this. Source: serverfault.com Thank you for reading this article, please a comment...

[HOW TO] install brightness indicator in Elementary OS/ Ubuntu/ Kubuntu/ Xubuntu

I had a great time in coffee shop yesterday evening. That is the first time I came here. It looks like warm coffee shop with a blue windows, the small light, small chair, table and a lot of best singer. I have to turn on laptop, but the brightness of laptop is very high. It is not suitable here. I am a polite man lol. So I need to slow down the brightness of laptop. But Elementary installed on Xiaomi...

[HOW TO] ts: command not found and how to fix?

Hi Everybody, I have been writing the script to get latency networking. And I have a interesting thing. So, here is a part of script: #!/bin/bashwhile true; do        ping -w 3600 example.com |        ts '%Y-%m-%d %H:%M:%S |' |        tee -i -a /home/cattek/Scripts/Logs/ping.logdone ts: command not found What is "ts"? to simplify...