Debian
文章平均质量分 53
sh20100621
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
配置Debian基本系统
https://blog.youkuaiyun.com/a8039974/article/details/90027577=magic(3)https://blog.youkuaiyun.com/snleo/article/details/1518649b=[1 2 3]'Ax=bx=inv(A)*bx=A\b今天测试安装debian9(stretch),目的测试声卡和mount问题。基本顺利。过程如下:基...原创 2019-12-30 17:21:09 · 113 阅读 · 1 评论 -
Linux下基本编程软件
Csudo apt-get install gccC++sudo apt-get install g++Pythonsudo apt-get install pythonRubysudo apt-get install rubyPerlsudo apt-get install perlShellPHPsudo apt-get instal...原创 2019-12-26 17:04:18 · 95 阅读 · 2 评论 -
Linux
今天测试安装debian9(stretch),目的测试声卡和mount问题。基本顺利。过程如下:基本系统,之后按顺序安装桌面xfce4,声卡alsa-utils,音乐播放器amarok,reboot。声卡生效。mount过程:fdisk -l/dev/sdb1mount /dev/sdb1 /mntmkdir /media debian-iso-dvd dvd1 dvd2 d...原创 2020-01-13 17:39:47 · 217 阅读 · 2 评论 -
Debian apt iso
fdisk -lmount /dev/sdb1 /mntcd /mnt cp debian*9*.iso /media/debian-iso-dvdmount -o loop debian*9*1.iso /media/dvd1mount -o loop debian*9*2.iso /media/dvd2mount -o loop debian*9*3.iso /media/dvd...原创 2019-12-21 01:19:20 · 102 阅读 · 1 评论 -
MySQL Programming in Debian GNU/Linux
Installing MySQL on Debian GNU/Linuxsudo apt-get install mariadb-server mariadb-client原创 2019-12-13 21:37:08 · 139 阅读 · 2 评论 -
Getting Started with CGI and Apache on Debian GNU/Linux
https://blog.youkuaiyun.com/zoomdy/article/details/89348939https://blog.youkuaiyun.com/z896435317/article/details/77863030https://blog.youkuaiyun.com/zjhqlmzldx/article/details/83615256https://blog.youkuaiyun.com/u01172848...原创 2019-12-13 20:49:01 · 139 阅读 · 2 评论 -
Installing Apps in Debian GNU/Linux
1. Claws-Mail # apt install claws-mail kmail evolution thunderbirdKmailEvolutionThunderbird2. Epiphany #sudo apt-get install epiphany-browser -yChromiumChromeFirefoxIceweaselNetsurfQupZilla...原创 2019-12-07 15:55:45 · 142 阅读 · 2 评论 -
Debian Hardinfo, Sysinfo, Lshw | net-tools, ifconfig
iproute2ip address show | ip addr show | ip ad shsudo apt-get install net-toolsifconfignetstathttps://www.runoob.com/linux/linux-tutorial.htmlhttps://www.runoob.com/linux/linux-comm-netstat.ht...原创 2019-12-07 11:44:44 · 141 阅读 · 2 评论 -
Java Programming in Debian GNU/Linux
默认安装sudo apt-get install default-jdkInstalling OpenJDK in Debian GNU/Linuxapt-cache search openjdksudo apt-get install openjdk-8-jdk # Debian 9 strechsudo apt-get install openjdk-11-...原创 2023-03-29 12:10:52 · 152 阅读 · 0 评论 -
xfce4 - Debian
Dell Vostro 1400 Notebookhttps://blog.youkuaiyun.com/ggxxkkll/article/details/8608971https://blog.youkuaiyun.com/sh20100621/article/details/103433758GenuineIntel | Intel(R) Core(TM)2 Duo CPU T5470 @ 1.60GHz...原创 2019-12-02 20:30:12 · 185 阅读 · 2 评论 -
C/C++, Python, Java, MySQL, Fortran, Perl under Debian GNU/Linux
fdisk-lmount /dev/sdb4 /mntcd /mntmkdir fordernamecd fordernamecp hello.cpp /home/usernamecp hello.cpp /mnt/fordernameDebian GNU/Linux(WSL) Windows Subsystem for LinuxC:\Users\username\...原创 2019-11-29 19:55:12 · 154 阅读 · 2 评论 -
Getting Started with Debian GNU/Linux
apt install mailutils mutt mpack sendmail ssmtpGenuineIntel | Intel(R) Core(TM)2 Duo CPU T5470 @ 1.60GHz | CPU MHz 800MHz | i686 32-bitInstalling xfce4 on Debian https://blog.youkuaiyun.com/sh20100621/a...原创 2019-06-12 11:53:38 · 166 阅读 · 2 评论 -
Debian 9 Installation
Installing Debian GNU/Linux via USBsu rootrestart: reboot, sync, init 6shutdown: shutdown -h now, sync, init 0Downloading Debian CD/DVD images via HTTP/FTP debian-9.9.0-i386-DVD-1.isohttps:/...原创 2019-06-10 21:59:01 · 404 阅读 · 2 评论
分享