martini
Member
Is the software in package manger to plug my cell phone into my PC so I can tranfer files ?
Posts: 11
Likes: 1
|
Post by martini on Aug 27, 2023 21:46:17 GMT
NEWBBB.. In console I use l -a to see my folders after that ? I tried cd/ folder name. says " no such file or directory .
What an I missing ?
Martin
|
|
wimc
Crew Member
 
Posts: 455
Likes: 398
|
Post by wimc on Aug 27, 2023 22:02:35 GMT
cd /home/yourname/folder
|
|
|
Post by Hippytaff on Aug 27, 2023 23:25:09 GMT
|
|
martini
Member
Is the software in package manger to plug my cell phone into my PC so I can tranfer files ?
Posts: 11
Likes: 1
|
Post by martini on Aug 28, 2023 17:13:33 GMT
These are my out put in console smartini@smartini-700-406:~$ cd /home/martini/public bash: cd: /home/martini/public: No such file or directory smartini@smartini-700-406:~$ cd /home/m/public bash: cd: /home/m/public: No such file or directory smartini@smartini-700-406:~$ cd/home/public bash: cd/home/public: No such file or directory smartini@smartini-700-406:~$ cd/home bash: cd/home: No such file or directory smartini@smartini-700-406:~$ ^C
|
|
wimc
Crew Member
 
Posts: 455
Likes: 398
|
Post by wimc on Aug 28, 2023 22:36:03 GMT
As Hippytaff pointed out. Case sensitive. Change cd /home/martini/public To cd /home/martini/Public
Space between cd and /
|
|
martini
Member
Is the software in package manger to plug my cell phone into my PC so I can tranfer files ?
Posts: 11
Likes: 1
|
Post by martini on Aug 29, 2023 4:34:18 GMT
Excellent ! After using the command I used l -a to see the files, now how do I open the files in, say- pictures ? Will it show in GUI ?
|
|
xpistian
Crew Member
 
Posts: 97
Likes: 79
|
Post by xpistian on Aug 29, 2023 5:06:13 GMT
Excellent ! After using the command I used l -a to see the files, now how do I open the files in, say- pictures ? Will it show in GUI ? If you're in the console, you need a picture viewer for the console in order to view pictures.
It might also be possible to use ephoto (the picture viewer Moksha and Enlightenment come with), like so: ephoto myimage.jpg
I can't test that right now.
However, I'd just navigate to the picture folder in Moksha and double click on an image and ephoto should open and show it.
|
|
enigma9o7
Crew Member
 
Posts: 1,222
Likes: 1,218
|
Post by enigma9o7 on Aug 29, 2023 6:22:49 GMT
To display images/video in terminology, use tycat, for example:
tycat filename.png Use tab to complete the filename after the first few letters.
You can also click directly on the filenames if its the full path, like the output from the "find" command.
|
|
|
Post by oscarb75 on Aug 30, 2023 3:48:02 GMT
I´m not an expert in CLI, but in the last months I am using it a lot to SSH a test server. I find very useful Midnight Commander. It is something like Norton Commander ( or Volkov Commander! ). Very light, and irresistible ( for me ) Old School Flavour! It is on Ubuntu reps: apt install mc

|
|