![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-09-13 21:42 |
47,812 topics / 349,916 posts / today 0 new / 48,268 members |
| 网络日志(Blog) » Understanding of the Linux system |
| Printable Version 39,997 / 120 |
| Floor1 zzz19760225 | Posted 2017-07-18 18:17 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
The first is to master English-Chinese translation software. Loose and free, convenient for learning the Linux structure.
The second is Chinese, including input methods, character sets. The third is a loose structure. The fourth is a virtual machine. Jinbuguo's works collection http://www.jinbuguo.com/ arch? Unetbootin core core_x64 netinstall netinstall_x64 http://mirrors.163.com/archlinux/iso/2017.07.01/ 1 Boot Arch Linux ( x86_64 ) 1 Boot Arch Linux (x86_64) 2 Boot existing OS 2 Boot existing OS 3 Run Memtest86+ ( RAM test ) 3 Run Memtest86+ (RAM test) 4 Hardware Information ( HDT ) 4 Hardware information (HDT) 5 Reboot 5 Reboot 6 Power Off 6 Power off 1 Arch Linux 4.11.3-1-ARCH (tty1) 1 Arch Linux 4.11.3-1-ARCH (tty1) 2 archiso login: root (automatic login) 2 archiso login: root (automatic login) 3 root@archiso ~ # 3 root@archiso ~ # the file /dev/sda1 does not exist and no size was specified. The file /dev/sda1 does not exist and no size was specified. bash:grub-install: command not found bash: grub-install: command not found fatal:could not read from the boot medium! system halted. Fatal: could not read from the boot medium! System halted. http://blog.csdn.net/lorain_lynies/article/details/52040822##1 1. Add a new account. useradd username Create a new account; useradd -d /home/xxx -m xxx Create a user and generate the user directory at the same time, otherwise the account cannot be enabled normally; passwd username Modify the password; userdel -f username Delete the account and its configuration file; usermod -G gpname usrname Modify the group the user belongs to; 2. Log out. logout 3. Shutdown commands. shutdown now; Shutdown immediately; shutdown 10:30; Shutdown at 10:30; shutdown -r +5; Restart after 5 minutes; 4. Set up services to start at boot. systemctl enable servicename; Set to start at boot; systemctl disable servicename; Prohibit starting at boot; http://www.cnblogs.com/cirno9/p/6353663.html My software list under Arch Linux Editor: leafpad, gvim Terminal: zsh, xfce4-terminal Music: NetEase Cloud Music (conscientious), DeadBeef (similar to foobar2000 on Windows) Video playback: mpv PDF: Acroread Documents: WPS File manager: thunar Browser: firefox Cloud disk: baidupcs (harmonized) Translation: ydcv-rs Notes: Nixnote2 Proxy: ss-qt5 E-books: Calibre Mind mapping: FreeMind, Xmind Task manager: htop Chat: WineQQ (Qingfeng), Electronic-wechat, pidgin Drawing and image viewing: Krita, MComix (essential for reading comics) Volume control: pavucontrol Recording: OBS-studio Compression: xarchive, file-roller, gbkunzip (solve zip garbled code) [ Last edited by zzz19760225 on 2017-11-12 at 03:01 ] |
|
| Floor2 zzz19760225 | Posted 2017-07-18 18:17 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
### Correct Usage of Arch Linux
2017-05-24 10:06 Talking about my journey of learning Linux, the time is actually not long. But I spent relatively little time and have already reached the point where I can use Linux as my desktop system. The experience with Ubuntu made me a bit frustrated, and besides, it wasn't suitable for my computer. Then I learned about Debian, which is said to be stable and robust. This time I installed it with a hesitant mood. The installation process wasn't as smooth as Ubuntu's. I remember I encountered some problems, but they were solved. This installation of Debian satisfied me, and my computer was revived like new, no longer stuck. However, what could I do with Debian? Later I found that I did nothing. I didn't understand anything, and I could only use the mouse to click, right-click to view properties, and double-click to run executable files. This went on for a week or two (I only had half a day from school to touch the computer on weekends). One day, I saw the group discussing a distribution called Arch. Out of curiosity, I searched for it, and this was the beginning of my encounter with Arch. The design concept of Arch Linux is lightweight and simple. This exactly suits my heart, and I started my Arch journey without hesitation. At that time, I didn't understand what the command line was. I followed the process of Arch Wiki for the installation. Although I didn't understand why, I succeeded in one installation. I felt a great sense of accomplishment when I saw the system I installed step by step by typing commands. Arch Wiki provides a one-stop service. The newly installed Arch has no desktop, but Arch Wiki provides detailed processes for desktop configuration and input method configuration. Checking my memory usage, with LXDE + 32-bit Arch Linux, my memory usage was only about 70 MB. I knew I found my true love this time, so I have been using Arch ever since. Also, thanks to my low-configured computer, otherwise I might have stayed with Ubuntu. A ### Advantages of Using Arch Linux Why do I recommend Arch Linux? For a novice, what are the advantages compared to other distributions? Many people say Arch is too difficult, not suitable for novices, and not friendly to novices. But I don't think so. Difficulty is because you stand at a higher starting point, and this high starting point will make you progress faster and understand Linux faster. Arch has brought me such a learning experience. The time from me not knowing to knowing and then to teaching others is not long. Maybe someone will say I'm just a special case, then this article is for those who want to be special cases. Learning depends on yourself. As long as you have the heart, what can't you learn? Recently, many new people in the "Linux China - Novice Village" QQ group always ask for answers as soon as they come up, but they never think about what attempts they have made for this problem and whether they have the perseverance to persist in learning Linux. The following are some reasons I think recommend Arch, which only represent my personal views: Arch makes you start at a higher starting point, but correspondingly, you will need to be patient to learn, and you will learn faster Arch Wiki is very rich, which is a sharp tool to solve problems when we encounter them. When encountering a problem, first search on Arch Wiki, which can basically solve it. This is much more reliable than the blogs or notes written by others found by search engines Arch uses a rolling update method, so you don't need to consider the problem of reinstalling the system when upgrading it in the future Arch, in addition to basic software packages, won't attach some redundant things, so your system is basically what you need Arch's pacman is a very simple and efficient package management tool, helping you easily manage the system Arch's AUR repository contains a large number of software packages, which can be built with just one makepkg command, very convenient For the above reasons, I think Arch is actually suitable for novices. First, it is more free than most other distributions; second, it doesn't have pre-installed graphical package management tools, which makes us have to complete most of our operations in the terminal. This will be a driving force and pressure for us to escape from the Windows mouse mode, because you can't do much with the mouse; finally, Arch Wiki has detailed instructions on how to configure most software packages and how to solve problems when encountering them, which must be a gospel for novices. I recommend Arch actually puts myself in a relatively embarrassing situation (but in fact, the author doesn't think this is a dilemma. I fell in love with Arch at first sight and took Arch with great interest). Only in this way will your motivation be activated, overcome it, you will win yourself and gain skills. If you choose to give up, then maybe you are not suitable for this learning method. E ### Conclusion It can be said that my learning of Linux basically benefits from Arch's Wiki. It has solved many problems for me. I no longer have to search for answers like a headless fly. Of course, you can also refer to Arch Wiki when using other distributions, don't waste this precious resource. Also, if you really want to learn Linux, I recommend you read Linus's autobiography "just for fun" and Bird Brother's "Bird Brother's Linux Private Kitchen". Linus's autobiography will make you understand a small part of the story about Linux. What I did is also just for fun; and Bird Brother's book can be used as an introductory book. Bird Brother wrote it very detailed. Just read some selected parts. Finally, I wish everyone to move forward bravely in the next learning journey. The above is the main text part. The following are some problems I encountered during the use of Arch. Some of these problems have been solved, and some are still unsolved. ### No ifconfig command after Arch Linux installation Q: Many commands related to the network are not available, such as ifconfig, route, nslookup, etc. There is an error in variable setting. I can't find them even with root. What is the reason? A: Previously, net-tools belonged to the base group and was automatically installed when base was installed. Now it doesn't belong to any group. These tools need to be installed separately. Among them, ifconfig and route are in the net-tools package, nslookup and dig are in the dnsutils package, ftp, telnet, etc. are in the inetutils package, and the ip command is in the iproute2 package. pacman -S net-tools dnsutils inetutils iproute2 ### Graphics card driver This part of the content mainly comes from the ArchLinux official Wiki page: First, determine the type of graphics card. The following command can see your graphics card information: $ lspci | grep VGA For Intel graphics card: # pacman -S xf86-video-intel For Nvida display: For closed-source driver: # pacman -S nvidia Note: If it is GeForce 6/7 series, please install nvidia-304xx For open-source driver: # pacman -S xf86-video-nouveau # pacman -S xf86-video-vesa For AMD/ATI graphics card: For closed-source driver: Refer to Arch Wiki / AMD Catalyst For open-source driver: pacman -S xf86-video-ati ### Input method (Fcitx) Related Wiki: Wiki: https://wiki.archlinux.org/index.php/Fcitx_(Simplified Chinese) pacman -S fcitx To get a good input experience (such as cursor following and displaying pre-edited strings) in gtk and qt programs and avoid some bugs that xim can't solve, please install the corresponding input method modules as needed: fcitx-gtk2, fcitx-gtk3, fcitx-qt4 and fcitx-qt5. If you want to install the Fcitx main program and related modules at one time, you can use this command: pacman -S fcitx-im Before using FCITX, some environment settings must be done first: If you use display managers such as KDM, GDM, LightDM, etc., add the following 3 lines in ~/.xprofile (create one if it doesn't exist). If you start with startx or Slim (that is, in the case of using.xinitrc), add in ~/.xinitrc: export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx" In addition, Fcitx provides a graphical configuration program. You can install them: kcm-fcitx (based on KDE's kcm), fcitx-configtool (based on gtk3) To install other input methods on Fcitx: Pinyin input method: fcitx-sunpinyin; Wubi input method: fcitx-table-extra (which includes Cangjie and other input methods) ### Office software (WPS) Since WPS only releases a 32-bit version, so if the ArchLinux system is 64-bit, you need to add the multilib repository. Uncomment the following two lines in the /etc/pacman.conf file: Include = /etc/pacman.d/mirrorlist Install WPS (originally called kingsoft-office) yaourt -S wps-office There may be the following error during the installation process (insufficient space in the temporary directory): No space left on device ==> ERROR: A failure occurred in package(). Aborting... ==> ERROR: Makepkg was unable to build kingsoft-office. ==> Restart building kingsoft-office ? The solution is to remount /tmp mount -t tmpfs -o size=2200M tmpfs /opt/ If an error "The system is missing fonts..." occurs when opening the WPS application, you can download the corresponding fonts and put them in the ~/.fonts directory and then restart WPS. ### Virtual machine (VirtualBox) When starting the operating system in VirtualBox, the following error may be encountered: Kernel driver not installed (rc=-1908) The following command can solve it: sudo modprobe vboxdrv ### Video player (mplayer) mplayer can be installed directly with pacman. To make mplayer display subtitles correctly, the key is to make the encoding of the subtitle file consistent with the encoding used in the mplayer config. If the subtitle file encoding is gbk, then subcp=cp936; if the subtitle file encoding is utf-8, then subcp=utf8. If the subtitle file encoding is utf-8 and set to subcp=cp936, some garbled characters will appear. Another simpler method is to set it to subcp=enca:zh:ucs-2, and let enca be responsible for the encoding display of subtitles. Modify ~/.mplayer/config: font='文泉驿正黑' subcp=enca:zh:ucs-2 Use the following command to manually load subtitles: mplayer xxx.avi -sub xxxxx.srt ### Dictionary (stardict) Stardict (StarDict) was developed by Hu Zheng. The current latest version is 3.0.5-1, released on June 28, 2014; you can see its information from here: https://www.archlinux.org/packages/community/x86_64/stardict/ StarDict is a cross-platform international dictionary software! It is powerful and practical; functions such as "wildcard matching", "mouse word lookup", "fuzzy query" are highly favored! StarDict 3.0 version has added new functions such as full-text translation and network dictionary. Stardict homepage: http://www.stardict.org Hu Zheng's homepage: http://www.huzheng.org Install stardict: packman -S stardict Stardict does not bring dictionaries by default, so after installing the software, you need to download and install the corresponding dictionaries; the installation of dictionaries is very simple. Go to the dictionary page to download the dictionary compressed package, decompress it, and put the dictionary directory in the /usr/share/stardict/dic/ directory. If the dic directory does not exist, you can create it manually. Dictionary download: http://abloz.com/huzheng/stardict-dic Take "Langdao English-Chinese Dictionary" as an example, its download address is: http://abloz.com/huzheng/stardict-dic/zh_CN/stardict-langdao-ec-gb-2.4.2.tar.bz2 wget http://abloz.com/huzheng/stardict-dic/zh_CN/stardict-langdao-ec-gb-2.4.2.tar.bz2 tar -jxvf stardict-langdao-ec-gb-2.4.2.tar.bz2 mv stardict-langdao-ec-gb-2.4.2 /usr/share/stardict/dic/ Restart stardict to load the dictionary. Author: Alien of the Earth Link: https://www.zhihu.com/people/diqiuyo/answers [ Last edited by zzz19760225 on 2017-7-18 at 20:36 ] |
|
| Floor3 zzz19760225 | Posted 2017-07-18 18:17 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
Firefox Browser
1. Directly download http://www.firefox.com.cn/ 2. Extract the file 3. Enter the extracted folder 4. Directly find the "firefox" file, check the property to be "Allow program to execute", then directly click and select "Run". 5. It should be able to run. To search with Sogou, 1. Click the button on the top right corner that can open the menu 2. Click "Preferences" in the menu 3. Click the second one on the left "Search" 4. Click "Add other search engines" at the bottom of the page 5. Wait for a while to see if an add - ons page appears. If it does, enter "Sogou" there and press Enter 6. There may be an optional result of "Sogou" 7. Move the mouse to the back of this option, there will be a " + Add to firefox" box button, click it 8. Then you can try in the search bar. [ Last edited by zzz19760225 on 2017-7-20 at 22:27 ] |
|
| Floor4 zzz19760225 | Posted 2017-07-18 18:17 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
The first one is to master English-Chinese translation software. It is free and loose, and convenient for learning the structure of Linux.
|
|
| Floor5 zzz19760225 | Posted 2017-07-18 18:17 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
The first is to master the English-Chinese translation software. It is free and loose, and convenient for learning the Linux structure.
|
|
| Floor6 zzz19760225 | Posted 2017-07-18 18:17 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
The first is to master English-Chinese translation software. It is free, loose and convenient for learning the Linux structure.
|
|
| Floor7 zzz19760225 | Posted 2017-07-18 18:17 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
The first one is to master the English-Chinese translation software. It is free, loose, and convenient for learning the Linux structure.
|
|
| Floor8 zzz19760225 | Posted 2017-07-18 18:18 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
The first one is to master English-Chinese translation software. It is free, loose and convenient for learning the Linux structure.
|
|
| Floor9 zzz19760225 | Posted 2017-07-18 18:18 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
The first is to master English-Chinese translation software, which is free and loose, and convenient for learning the Linux structure.
|
|
| Floor10 zzz19760225 | Posted 2017-07-18 18:18 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
The first one is to master English-Chinese translation software. It is free and loose, and convenient for learning the Linux structure.
|
|
| Floor11 zzz19760225 | Posted 2017-07-18 18:18 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
The first is to master the English-Chinese translation software. It is free and loose, and convenient for learning the Linux structure.
|
|
| Floor12 zzz19760225 | Posted 2017-07-18 18:49 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
The first is to master English-Chinese translation software. It is free, loose and convenient for learning the Linux structure.
|
|
| Floor13 zzz19760225 | Posted 2017-07-18 18:49 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
Fake Chinese command mode using alias in Linux:
alias 设=alias /* The = equal sign should be in English input, switching to half-width doesn't seem to work */ 设 显=ls 设 写=nano 设 书=.txt /* Decompose the operation on the text with 用书 and 写 */ Does the Loongson platform not recognize Chinese? [ Last edited by zzz19760225 on 2018-1-7 at 21:18 ] |
|
| Floor14 zzz19760225 | Posted 2017-07-18 18:49 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
10 Things to Do After Installing Fedora 21 Workstation :Linux
http://www.linuxidc.com/Linux/2015-01/111481.htm Fedora 27 Xfce Download Fedora 27 Xfce Desktop 1.2 GB ISO image for 64-bit computers https://spins.fedoraproject.org/xfce/download/index.html Installing and Configuring OpenSSH in Fedora :JaydenZhou http://blog.csdn.net/jjzhoujun2010/article/details/6996800 Detailed Explanation of Fedora Yum Commands in Fedora :unhappyless 2011 http://blog.csdn.net/unhappyless/article/details/6996800 Installation and Use of man Manuals in Linux :JeanCheng http://blog.csdn.net/gatieme/article/details/51656707 Comparison of Common Commands in DOS and Linux :365yuye http://blog.51cto.com/yulp2010/318383 emule 360 installation yum install amule (eMule-like in Linux) Enter a name in the irc section, enter !serverlist as prompted, and display the update address. Copy the update address, paste it into the URL update server.met on the right side of the server page, and click update. Select one in the server, of course, the one with the CN character, then click connect on the right, and wait for the connection. Switch to the search page, enter DOS, and click start. This is a process. NAME amule - the all-platform eMule p2p client Name amule - eMule p2p client for all platforms SYNOPSIS amule Synopsis amule amule amule amule amule DESCRIPTION Read config from <path> instead of home Description Read configuration from <path> instead of home Sets the geometry of the app. <geom> uses the same format as standard X11 apps: Sets the geometry of the application. <geom> uses the same format as standard X11 applications: Prints log messages to stdout. Prints log messages to standard output. Resets config to default values. Resets configuration to default values. Specify location of amuleweb binary to <path>. Specify the location of the amuleweb binary to <path>. Does not handle fatal exception. Does not handle fatal exceptions. Does not disable stdin. Does not disable standard input. Set category for passed eD2k links to <num> Set category for passed eD2k links to <num> Displays the current version number. Displays the current version number. Prints a short usage description. Prints a short usage description. Adds an eD2k-link to the core. Adds an eD2k-link to the core. The eD2k link to be added can be: The eD2k link to be added can be: o a file link (ed2k://|file| ...), it will be added to the download queue; o a file link (ed2k://|file| ...), it will be added to the download queue; o a server link (ed2k://|server| ...), it will be added to the server list; o a server link (ed2k://|server| ...), it will be added to the server list; o a serverlist link, in which case all servers in the list will be added to the server list; o a serverlist link, in which case all servers in the list will be added to the server list; o a magnet link. o a magnet link. NOTES Notes Paths Paths For all options which take a <path> value, if the path contains no directory part (i.e. just a plain filename), For all options that take a <path> value, if the path contains no directory part (i.e. just a plain filename), then it is considered to be under the aMule configuration directory, ~/.aMule. then it is considered to be under the aMule configuration directory, ~/.aMule. FILES Files ~ / .aMule / * REPORTING BUGS REPORTING BUGS Please report bugs either on our forum (http://forum.amule.org/ ) Please report bugs either on our forum (http://forum.amule.org/ ) , or in our bugtracker (http://bugs.amule.org/ ). , or in our bug tracker (http://bugs.amule.org/ ). Please do not report bugs in e-mail, neither to our mailing list nor directly to any team member. Please do not report bugs by e-mail, neither to our mailing list nor directly to any team member. COPYRIGHT COPYRIGHT aMule and all of its related utilities are distributed under the GNU General Public License. aMule and all of its related utilities are distributed under the GNU General Public License. SEE ALSO SEE ALSO alc(1), alcc(1), amuled(1), amulecmd(1), amulegui(1), amuleweb(1), cas(1), ed2k(1), wxcas(1), xas(1) alc(1), alcc(1), amuled(1), amulecmd(1), amulegui(1), amuleweb(1), cas(1), ed2k(1), wxcas(1), xas(1) AUTHOR AUTHOR This manpage was written by Vollstrecker <amule@vollstreckernet.de> This manpage was written by Vollstrecker <amule@vollstreckernet.de> [ Last edited by zzz19760225 on 2018-1-7 at 12:36 ] Attachments 360截图20180105092508620.png (549.01 KiB) |
|
| Floor15 zzz19760225 | Posted 2017-07-18 18:49 |
| 超级版主 Posts 2,020 Credits 3,673 | |
|
ubuntu:
Install Chinese man pages from the repository sudo apt-get install manpages-zh Completely remove the program: sudo apt-get --purge remove software name Retain configuration files: sudo apt-get remove software name Login to ssh sudo apt-get update sudo apt-get install openssh-server ssh address ??? ctrl+z ps lists the processes running in the system; kill sends signals to one or more processes (often used to kill a process); jobs lists the status of the started tasks in the current shell environment. If jobsid is not specified, it displays the status information of all active tasks; if a task is reported to be terminated (that is, the status of the task is marked as Terminated), the shell deletes the process identifier of the task from the known list in the current shell environment; bg moves the process to run in the background (Background); fg moves the process to run in the foreground (Foreground); ps --> kill 123 --> fg ---> ps --> kill 123 --> fg ---> exit SSH Principles and Applications (Part 1): Remote Login : Ruanyifeng http://www.ruanyifeng.com/blog/2011/12/ssh_remote_login.html Introduction to Free SSH Client Tools under Windows : lin_spy https://jingyan.baidu.com/article/48b37f8d0665851a64648880.html Cygwin https://cygwin.com/install.html Cygwin Installation Tutorial (Illustrated) : Xu Mudao http://blog.163.com/arm_linux008/blog/static/13780414220102834626186/ Complete Cygwin Download Guide (Part 1) - Normal Download Chapter (Reprint) : Feng Lin http://fumz1984.blog.163.com/blog/static/36662732200942110568651/ It doesn't work the second time you install it! Change to a new folder. http://mirrors.ustc.edo.cn A source network with CN At any time, you can add, delete, and update Cygwin categories and packages by running the Cygwin installer. Let's add a few software development packages so that you can build programs from source code like on a traditional UNIX system. Run the Cygwin setup.exe application again, go through the first few dialog boxes in sequence until you reach the Select Packages window, see Figure 4. Expand the Devel category and use the cycle control to select the highest version of the following packages: Cygwin Installation, Use and Software Update : liuysheng http://blog.csdn.net/liuysheng/article/details/6802743 Search for openssh, check and install all related software, then enter the program to log in. cd drive letter: ls Install mpg123 in cygwin to play music, mpg123 play drive letter:/.../*mp3 Movies cannot be played How to change the font color of cygwin : _____Rosemary I'm here to play https://zhidao.baidu.com/question/647081824445241125 Install the W3M browser, w3m website Press uppercase Q to exit, lowercase q to return?,! Enter other commands? Summary of w3m Usage : MelloYuki http://blog.csdn.net/sinat_31804365/article/details/52614093 Introduction and Usage of Cygwin : politefish http://blog.csdn.net/politefish/article/details/4648526 Should try with email How to implement the mail command and send attachments. Linux Command Collection mail command http://man.linuxde.net/mail Usage of the linux mail command : Lonely Sword http://www.cnblogs.com/AloneSword/archive/2013/12/12/3470856.html yum install sendmail Install mail Linux Sending Emails to External Mailboxes via sendmail : Eleven https://www.cnblogs.com/Javame/p/4062303.html ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Install Fedora (Xfce) in a virtual machine, Then install openssh in Fedora, Log in to cloud.loongnix.org via openssh. It's okay. You can directly enter ssh ...xyz.. to get in. When English appears later, don't think it's an error. If it's a prompt about whether to reconnect, just enter yes, then the password, and you'll get in. Can it be used for uploading and downloading or something? Install NetEase Cloud Music in the entire Fedora series : Hidden delimiter object http://blog.csdn.net/QQlwx/article/details/75094909 deb alien shift Chinese-English input Music playback in the Fedora command line. It seems that software can be installed on this Loongson cloud platform. yum install nano Install nano text editor yum install tree Install tree directory structure yum install sox Install sox player yum -y update Update installation packages ------------------------------------------------------------------------------------------ Method of Using the scp Command in Linux to Obtain Remote Files : mrr http://www.jb51.net/article/90987.htm Fedora 27 in the virtual machine, path to obtain files find / -name file name Log in to the cloud platform scp local file search result + file name folder path of cloud platform file search result hexdump -C file name bash:zh_CN.utf - 8: command not found Tab key file name completion Reprint : Playing Music in the Linux Terminal Command Line : Hanmu? http://blog.csdn.net/zhanglingge/article/details/19128303 (Why is there no sound in the Linux headphones?!) --------------------------------------------------------------------------------------------------- Shift Chinese-English switch matelivefedoraiso is not recognized. *Install vbox VirtualBox Ubuntu can be directly installed in the terminal, Fedora cannot. Vbox doesn't work yum localinstall ***.rpm Find the installation name i386 V amd64 for Fedora on the Vbox official website. https://www.virtualbox.org/wiki/Linux_Downloads VirtualBox “Kernel driver not installed” error despite running /sbin/vboxconfig VirtualBox "Kernel driver not installed" error, despite running /sbin/vboxconfig Installing DOSBOX is okay. sudo yum install dosbox Installing WINE is okay. sudo yum install wine. The green version of StarCraft can be directly copied and moved over. First run setup.exe, then run StarCraft.exe, and it can be used. (Glory Mission doesn't work!) Install VLC player http://www.videolan.org/vlc/download-fedora.html $> su - #> dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm #> dnf install vlc #> dnf install python-vlc npapi-vlc (optionals) SU uses sudo, the last sentence's (optionals) seems unnecessary to enter, of course, entering it is even more unnecessary. dnf -v (The help file has Chinese) Linux Command Collection dnf command http://man.linuxde.net/dnf Well, try to replace all the original yum content with dnf, maybe it will succeed. Install dosemu, sudo dnf install dosemu. (The first time it starts in the terminal seems to have problems, the mouse can click to start the program, and running dosemu in the terminal again is okay) Delete dnf remove nano or # dnf erase nano, sudo dnf remove *** Install the simple and convenient drawing software kolourpaint, sudo dnf install kolourpaint. Intel® HD Graphics 4400 Install Deepin, the resolution has been very low : Mark24 https://bbs.deepin.org/forum.php?mod=viewthread&tid=30889&highlight=%E5%88%86%E8%BE%A8%E7%8E%87 Follow the commands in the post to execute, change VGA1 to VGA-1. *Headphone sound Paste alsamxer in the terminal, F6 appears the sound settings option screen, use up and down to select, left and right to move items. Move to the right to Loopback, use up and down to select enabled, there will be a rustling sound. The problem is concentrated on how to make a sound from whether the sound can be stopped. *Shell file execution in the Deepin forum to change the display resolution *Install QEMU *Install Windows 7 in the virtual machine and install Glory Mission. *Install Loongson virtual machine system [ Last edited by zzz19760225 on 2018-1-24 at 00:22 ] |
|
| 1 2 3 4 … 9 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |