-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
252 lines (190 loc) · 7.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<html>
<body>
<title>Abdullah</title>
<br>
<br>
<font size="6">
<div style="text-align: center;">
<h2>
<span style="display:inline-block;padding:5px;border:5px solid green;font-size:200%;font-weight:bold;">
<span class="border">Mohammad Abdullah</span></h2></div>
</bold>
<hr>
<br><ul>
##Dated: March 04, 2021##
<br>
<br>
Hello World!!
<br>
<br>
I am <font color="Green"><b><a href="about.html">Mohammad Abdullah</font color></b></a>
And managing Dobbin Consultants, Lucknow.
<br>
<br><ul>
<br>
<br>
<hr>
<br>
<br>
Watch me doing <a href="https://github.com/mdabdullah0/100daysofcode">#100daysofcode </a>
<hr>
<br>
Meanwhile, <a href="https://twitter.com/mdabdullah0">look at my twitter space</a>
<br>
<br>
<hr>
<b><a href="CS"> And programming nerds can wander here GITHUB OSS </a>
<br>
<br>
<br>
The website will be updated soon.
<br>
<br>
Thanks.
<br>
<br>
Email: <a href="mailto:[email protected]">
<font color="brown"> <b><i>a <i>AT</i> mdabdullah.in</font color></i></b></a>
<br>
<br>
<br>
<br>
</ul>
<hr>
<br><ul>
<h4>My Linux installation script is something like this:</h4>
<font color="Green"><b><a href="new-installation-scripti-linux-abdullah.txt">Copy the TXT file and modify as per your use</font color></b></a>
<br>
<div style="text-align: left;">
<font size="4">
<BLOCKQUOTE>
<ol>
<br>
#!/bin/bash
<br>
cd <br><br>
sudo rsync -av /var/cache/apt/archives/<br>
cp -T surah-baqrah-login.ogg /data/.surah-baqrah-login.ogg<br><br>
sudo apt-get update<br>
sudo apt-get install zim openssh-client samba guake openssh-server python-gnome2 python-gtkspellcheck python-gnome2 python-pip aspell-en youtube-dl chromium-browser cups-pdf gdebi libreoffice blueman bluez bluez-btsco bluez-obexd bluez-tools pulseaudio-* paprefs paman nautilus-dropbox bluez bluez-tools pulseaudio-module-bluetooth pavucontrol redshift nautilus-dropbox gparted evernote-mode portreserve gsfonts gsfonts-other gsfonts-x11 libc6:i386 libpopt0:i386 libglade2-0:i386 libreoffice gimp samba guake redshift
<br><br>
//for red screen or say to diminish blue screen, for eyes to add in rc.local as startup//<br>
sudo nano /etc/rc.local<br>
redshift -O 3200<br><br>
// for login sound//<br>
mplayer /data/.surah-baqrah-login.ogg<br><br>
//MOUNT THE EXTERNAL HARD DISK FOR DATA STORAGE @ "/data" AS "/home" is never touched for any new installation//<br>
sudo chown abdullah:abdullah /data<br>
sudo chmod -R ugo+rwx /data/<br>
sudo rsync -av Desktop/1archives/ /var/cache/apt/archives/<br>
sudo chown abdullah:abdullah /home/abdullah<br>
sudo chown -R abdullah:abdullah /home/abdullah<br>
sudo chmod -R ug+rw /home/abdullah<br>
chmod -R o-rwx ~<br><br>
//CUPS-PDF SETTINGS//<br>
sudo nano /etc/cups/cups-pdf.conf<br>
filename 1<br><br>
//CANON LBP2900B SETTINGS FOR MY LINUX MACHINE!! God level patience to print//<br>
sudo mkdir /var/ccpd<br>
sudo mkdir /var/captmon<br>
sudo /usr/sbin/lpadmin -p LBP2900 -m CNCUPSLBP2900CAPTK.ppd -v ccp:/var/ccpd/fifo0 -E<br>
sudo /usr/sbin/ccpdadmin -p LBP2900 -o /dev/usb/lp0<br>
sudo /etc/init.d/ccpd start<br><br>
//yt-dl script for youtube videos downloads//<br>
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl<br>
sudo chmod a+rx /usr/local/bin/youtube-dl<br><br>
//for blank login panel to keyin the users and passwd everytime, to hide the users of the system//<br>
sudo mkdir /etc/lightdm/lightdm.conf.d/<br>
sudo touch /etc/lightdm/lightdm.conf.d/50-corp-custom.conf<br>
sudo nano /etc/lightdm/lightdm.conf.d/50-corp-custom.conf<br>
[SeatDefaults]<br>
greeter-hide-users=true<br>
greeter-show-manual-login=true<br>
allow-guest=false <br><br>
sudo service lightdm restart <br><br>
exit 0
</BLOCKQUOTE>
</div>
<br>
<hr>
<h2>A fresh Engineering student Do's to get excel in CSE</h2>
<div style="text-align: left;">
<font size="5">
<blockquote>
0. And now enjoy reading alot of materials and also with great speed, develop fast reading skills. Read as fast as possible
<BR><BR>
1. Learn about UNIX and Linux, Try to read as much as possible. And then use it. See a CS student is incomplete if he/she does not know how to use Linux and code there. Do not use windows OS. It is for non-CS students. While using Linux you will get to know half of CS. So it is very important. All of Google and best systems work on Linux. so Learn Linux, it is secure and reliable and with high performance.
<BR><BR>
2. Create an account at stackoverflow.com and ask any kind of computing questions. You will receive very very professional reply. Even Google engineersdo reply there as a hobby. Best reply for all Programming related questions.
<BR><BR>
3. Create GIT Hub account and upload your programs there through GIT client. Meanwhile get to know GIT. Largest repo of softwares. <br>https://github.com/.
<BR><BR>
4. start reading for C. Am attaching this PDF, which I have sorted after going through several books. It is best and to the point.
Click to download book:
https://www-personal.acfr.usyd.edu.au/tbailey/ctext/ctext.pdf
<BR><BR>
5. You cant do anything without Coding. You must live and only live to code. Thats all.
<BR><BR>
6. Read those books which have less no of pages. Never purchase books which have more than 300 or more pages. For larger material there is internet. Learn to use Internet very effectively.
<BR><BR>
7. An OCW and IIT initiative where you can get alot of material and notes and all.<br>
http://ocw.mit.edu/
https://nptel.ac.in/course.html
<BR><BR>
8. Be very fast in learning things, learn things very fast. Put yourself under stress. And under short deadlines. And work to achieve. Set goals and deadlines. Be self starter. Plan yourself and start the studies.
<BR><BR>
9. First Learn Linux, then C, and then Data Structures and then gradually incorporate the above
<BR><BR>
10. ALways go for short books and easy books. See there are very hi fi materials available but you have to get familiar and begin the journey. So start small and go upwards.
<BR><BR>
11. Data Structures:
https://www.cet.edu.in/noticefiles/280_DS%20Complete.pdf
<BR>
then
<BR>
https://www.cs.bham.ac.uk/~jxb/DSA/dsa.pdf
<BR>
then
<BR>
https://web.iiit.ac.in/~pratik.kamble/storage/Algorithms/Cormen_Algorithms_3rd.pdf
</blockquote>
<hr>
<br>
<br>
<br>
<div style="text-align: center;">
<font size="2">
<script>
function startTime() {
var today = new Date();
var h = today.getHours();
var m = today.getMinutes();
var s = today.getSeconds();
m = checkTime(m);
s = checkTime(s);
document.getElementById('txt').innerHTML =
h + ":" + m + ":" + s;
var t = setTimeout(startTime, 500);
}
function checkTime(i) {
if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10
return i;
}
</script>
</head>
<body onload="startTime()">
<div id="txt"></div>
<p id="abd">
<script>
var d = new Date();
document.getElementById("abd").innerHTML = d;
</script>
<br>
<i>Website managed by <a href="https://mdabdullah.in"> mdabdullah.in</a></i>
<br>
<font size="1">@@Hosted at Linux Server
<br>Website Visits: <script type="text/javascript" src="//counter.websiteout.net/js/33/0/0/1"></script>
</div>
</font>
</body>
</html>