Experiences With Open Source

Linux, Android, Python…

  • About

Recover PATH

By admimin
May 23, 2020May 23, 2020LinuxLeave a Comment on Recover PATH
Recover PATH

Path is the path to access directly the executable command in linux. For example, instead of typing /usr/bin/ls, you might want just type it ls. But I accidentally erase it. Here is to recover the command The first command is to recover, the second one is to prove its works.

Continue Reading

Convert Multi File of PNM to PDF

By admimin
April 28, 2020April 28, 2020Linux, ProgrammingLeave a Comment on Convert Multi File of PNM to PDF
Convert Multi File of PNM to PDF

I have lots of pnm which is scanned files. PNM is picture format. I need to make them into one file. The only way is convert them into pdf. And make them into one file. Linux provides such command. Which is convert command. The syntax is simple like this : The problem is I have […]

Continue Reading

Tunneling ByPassing The Port Forwarding

By admimin
April 25, 2020April 25, 2020Linux, Programming, WindowsLeave a Comment on Tunneling ByPassing The Port Forwarding
Tunneling ByPassing The Port Forwarding

I always failed when trying to configure out the setting for creating vpn server in my internal network to my home network. Vpn is the common technique that I can use at this working from home situation. But all involved setting in the Indi**** modem that curiously failed on the way. I almost gave up […]

Continue Reading

Anydesk Update Error (5.5.5)

By admimin
April 22, 2020April 22, 2020LinuxLeave a Comment on Anydesk Update Error (5.5.5)
Anydesk Update Error (5.5.5)

I just run the update from the terminal after download the anydesk from its official site with this command : It result an error : And I searched for the solution, and found one in here. And walah, the anydesk is updated now.

Continue Reading

Unable To Find Trash Directory

By admimin
March 26, 2020March 26, 2020LinuxLeave a Comment on Unable To Find Trash Directory
http://mynixworld.info/2012/09/16/fix-the-unable-to-find-or-create-trash-directory-in-thunar/

I was surprise receiving this alert when I deleted a folder. Where was the hell the trash directory go anyway? Then after reading something here. I realized that this is happen after I change the user name from A to B. Which is change the uid number of the users. Meanwhile I have something in […]

Continue Reading

Scrcpy Mirror Handphone to Linux OS by SNAP

By admimin
March 22, 2020September 26, 2020AndroidLeave a Comment on Scrcpy Mirror Handphone to Linux OS by SNAP
Scrcpy Mirror Handphone to Linux OS by SNAP

Scrcpy is a free program, no commercial that can mirror your handphone screen and controll it by the computer. Yes, it is free and I found no commercial popping up while using it. My OS is Linux ubuntu 14, not really ubuntu but ubuntu based. I already have snap installed. So I won’t write the […]

Continue Reading

Error Convert Jpg to Pdf

By admimin
March 18, 2020March 26, 2020LinuxLeave a Comment on Error Convert Jpg to Pdf
Error Convert Jpg to Pdf

There are lots of command in Linux console that we can use to do office things. For example converting jpg to pdf. Many jpg at once to single pdf as pages. Here is the command It will result book.pdf with 3 pages. But in my case, there is an error. Display like this : I […]

Continue Reading

Apache2 – php Engine

By admimin
February 10, 2020February 10, 2020LinuxLeave a Comment on Apache2 – php Engine
id.wikipedia.org

Apache2 is only an platform for running web based aplication in our server. The language intrepreter is a must. The common language for server is php. So my local server is lack oh php. Cause when I ran php file, it show the entire content, not the result. So install it. I am running ubuntu […]

Continue Reading

Apache2 – Error Local Domain

By admimin
February 7, 2020February 7, 2020LinuxLeave a Comment on Apache2 – Error Local Domain
techmint.com

Here is another one, the apache2 error I got, and confusing the dns setting in my local computer. It was my hostname. It is set to Sugi-Satellite-5B. It conflicts somewhere. I arrange the hostname to the same name with my local site. Now I got to change it. Restart the computer, and the message of […]

Continue Reading

Build Ubuntu Server From Scratch – Apache2 Error

By admimin
February 1, 2020February 1, 2020LinuxLeave a Comment on Build Ubuntu Server From Scratch – Apache2 Error

Hah, after the 1st error in the 1st post, I got another one. Hey wattaaaa. We won’t become an expert if we don’t find any difficulties right? So here is the error I got, when the apache2 service won’t start There is a line saying that libphp7.0.so is missing. I got headache trying to get […]

Continue Reading

Posts navigation

1 2 3 4 5 … 48

Archives

Categories

  • Android (4)
  • Articles (4)
  • Blogwalking (1)
  • Iseng (6)
  • Linux (447)
  • Programming (19)
  • Python (3)
  • ReactJs (1)
  • Thoughts (3)
  • Windows (13)
© Copyright 2021 Experiences With Open Source. Powered by WordPress.